Example #1
0
        private void AddSettingsItem()
        {
            AccordionControlElement aceSettings;

            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();

            aceSettings = new AccordionControlElement
            {
                ControlFooterAlignment = AccordionItemFooterAlignment.Far,
                Expanded = true,
                Name     = "aceSettings",
                Image    = ImageResourceCache.Default.GetImage("images/setup/properties_32x32.png")
            };

            toolTipTitleItem1.Text       = "Settings";
            toolTipItem1.LeftIndent      = 6;
            toolTipItem1.Text            = "Modify general settings which apply to all instances.";
            toolTipTitleItem2.LeftIndent = 6;
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            superToolTip1.Items.Add(toolTipSeparatorItem1);
            superToolTip1.Items.Add(toolTipTitleItem2);
            aceSettings.SuperTip = superToolTip1;
            aceSettings.Text     = "Settings";
            aceSettings.Click   += this.Settings_Click;

            this.accordionControl.Elements.Add(aceSettings);
        }
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraBars.Ribbon.GalleryItemGroup    galleryItemGroup1 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
     DevExpress.XtraBars.Ribbon.GalleryItem         galleryItem1      = new DevExpress.XtraBars.Ribbon.GalleryItem();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     DevExpress.XtraBars.Ribbon.GalleryItem         galleryItem2      = new DevExpress.XtraBars.Ribbon.GalleryItem();
     DevExpress.XtraBars.Ribbon.GalleryItem         galleryItem3      = new DevExpress.XtraBars.Ribbon.GalleryItem();
     DevExpress.XtraBars.Ribbon.GalleryItemGroup    galleryItemGroup2 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
     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.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.ToolTipItem          toolTipItem2          = new DevExpress.Utils.ToolTipItem();
     this.ribbonControl1        = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.barButtonItem1        = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem1        = new DevExpress.XtraBars.BarStaticItem();
     this.barButtonItem2        = new DevExpress.XtraBars.BarButtonItem();
     this.barToggleSwitchItem1  = new DevExpress.XtraBars.BarToggleSwitchItem();
     this.ribbonGalleryBarItem1 = new DevExpress.XtraBars.RibbonGalleryBarItem();
     this.ribbonPage1           = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup1      = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup3      = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage2           = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup2      = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonStatusBar1      = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     ((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.ribbonControl1.SearchEditItem,
         this.barButtonItem1,
         this.barStaticItem1,
         this.barButtonItem2,
         this.barToggleSwitchItem1,
         this.ribbonGalleryBarItem1
     });
     this.ribbonControl1.Location  = new System.Drawing.Point(0, 0);
     this.ribbonControl1.MaxItemId = 6;
     this.ribbonControl1.Name      = "ribbonControl1";
     this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPage1,
         this.ribbonPage2
     });
     this.ribbonControl1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2019;
     this.ribbonControl1.Size        = new System.Drawing.Size(656, 158);
     this.ribbonControl1.StatusBar   = this.ribbonStatusBar1;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "barButtonItem1";
     this.barButtonItem1.Id      = 1;
     this.barButtonItem1.Name    = "barButtonItem1";
     //
     // barStaticItem1
     //
     this.barStaticItem1.Caption = "barStaticItem1";
     this.barStaticItem1.Id      = 2;
     this.barStaticItem1.Name    = "barStaticItem1";
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "barButtonItem2";
     this.barButtonItem2.Id      = 3;
     this.barButtonItem2.Name    = "barButtonItem2";
     //
     // barToggleSwitchItem1
     //
     this.barToggleSwitchItem1.Caption = "barToggleSwitchItem1";
     this.barToggleSwitchItem1.Id      = 4;
     this.barToggleSwitchItem1.Name    = "barToggleSwitchItem1";
     //
     // ribbonGalleryBarItem1
     //
     this.ribbonGalleryBarItem1.Caption = "ribbonGalleryBarItem1";
     //
     //
     //
     galleryItemGroup1.Caption          = "Alignment";
     galleryItem1.Caption               = "Top";
     galleryItem1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage")));
     galleryItem2.Caption               = "Middle";
     galleryItem2.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage1")));
     galleryItem3.Caption               = "Bottom";
     galleryItem3.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage2")));
     galleryItemGroup1.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
         galleryItem1,
         galleryItem2,
         galleryItem3
     });
     galleryItemGroup2.Caption          = "Text alignment";
     galleryItem4.Caption               = "Left";
     galleryItem4.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage3")));
     galleryItem5.Caption               = "Center";
     galleryItem5.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage4")));
     galleryItem6.Caption               = "Right";
     galleryItem6.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage5")));
     galleryItem7.Caption               = "Block";
     galleryItem7.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage6")));
     galleryItemGroup2.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
         galleryItem4,
         galleryItem5,
         galleryItem6,
         galleryItem7
     });
     this.ribbonGalleryBarItem1.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
         galleryItemGroup1,
         galleryItemGroup2
     });
     this.ribbonGalleryBarItem1.Gallery.ShowItemText = true;
     this.ribbonGalleryBarItem1.Id   = 5;
     this.ribbonGalleryBarItem1.Name = "ribbonGalleryBarItem1";
     //
     // ribbonPage1
     //
     this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup1,
         this.ribbonPageGroup3
     });
     this.ribbonPage1.Name = "ribbonPage1";
     this.ribbonPage1.Text = "ribbonPage1";
     //
     // ribbonPageGroup1
     //
     this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem1);
     this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem2);
     this.ribbonPageGroup1.ItemLinks.Add(this.barToggleSwitchItem1);
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     this.ribbonPageGroup1.Text = "ribbonPageGroup1";
     //
     // ribbonPageGroup3
     //
     this.ribbonPageGroup3.CaptionButtonVisible = DevExpress.Utils.DefaultBoolean.True;
     this.ribbonPageGroup3.ItemLinks.Add(this.ribbonGalleryBarItem1);
     this.ribbonPageGroup3.Name = "ribbonPageGroup3";
     toolTipTitleItem1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage7")));
     toolTipTitleItem1.Text = "This is the Ribbon Gallery";
     toolTipItem1.Text      = "Galleries can display options or commands for quick selection.";
     toolTipItem2.Text      = "They can also be useful for elements that require visual identification.";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipItem2);
     this.ribbonPageGroup3.SuperTip = superToolTip1;
     this.ribbonPageGroup3.Text     = "Gallery";
     //
     // ribbonPage2
     //
     this.ribbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup2
     });
     this.ribbonPage2.Name = "ribbonPage2";
     this.ribbonPage2.Text = "ribbonPage2";
     //
     // ribbonPageGroup2
     //
     this.ribbonPageGroup2.Name = "ribbonPageGroup2";
     this.ribbonPageGroup2.Text = "ribbonPageGroup2";
     //
     // ribbonStatusBar1
     //
     this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem1);
     this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 372);
     this.ribbonStatusBar1.Name     = "ribbonStatusBar1";
     this.ribbonStatusBar1.Ribbon   = this.ribbonControl1;
     this.ribbonStatusBar1.Size     = new System.Drawing.Size(656, 22);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(656, 394);
     this.Controls.Add(this.ribbonStatusBar1);
     this.Controls.Add(this.ribbonControl1);
     this.Name      = "Form1";
     this.Ribbon    = this.ribbonControl1;
     this.StatusBar = this.ribbonStatusBar1;
     this.Text      = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #3
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();
     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();
     this.ribbonControl      = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.btnNew             = new DevExpress.XtraBars.BarButtonItem();
     this.btnSave            = new DevExpress.XtraBars.BarButtonItem();
     this.btnBack            = new DevExpress.XtraBars.BarButtonItem();
     this.btnDelete          = new DevExpress.XtraBars.BarButtonItem();
     this.btnExit            = new DevExpress.XtraBars.BarButtonItem();
     this.statusBarInfo      = new DevExpress.XtraBars.BarStaticItem();
     this.statusShortCut     = new DevExpress.XtraBars.BarStaticItem();
     this.statusShortCutInfo = new DevExpress.XtraBars.BarStaticItem();
     this.btnSaveAs          = new DevExpress.XtraBars.BarButtonItem();
     this.btnApply           = 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.btnPrint           = new DevExpress.XtraBars.BarButtonItem();
     this.btnPreview         = new DevExpress.XtraBars.BarButtonItem();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).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.ribbonControl.SearchEditItem,
         this.btnNew,
         this.btnSave,
         this.btnBack,
         this.btnDelete,
         this.btnExit,
         this.statusBarInfo,
         this.statusShortCut,
         this.statusShortCutInfo,
         this.btnSaveAs,
         this.btnApply,
         this.btnPrint,
         this.btnPreview
     });
     this.ribbonControl.Location  = new System.Drawing.Point(0, 0);
     this.ribbonControl.MaxItemId = 13;
     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.ShowMoreCommandsButton       = 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(516, 102);
     this.ribbonControl.StatusBar = this.ribbonStatusBar1;
     this.ribbonControl.Toolbar.ShowCustomizeItem = false;
     this.ribbonControl.ToolbarLocation           = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
     //
     // btnNew
     //
     this.btnNew.Caption                  = "New";
     this.btnNew.Id                       = 1;
     this.btnNew.ImageOptions.Image       = global::CAN.SMS.UI.Win.Properties.Resources.addfile_16x16;
     this.btnNew.ImageOptions.LargeImage  = global::CAN.SMS.UI.Win.Properties.Resources.addfile_32x32;
     this.btnNew.Name                     = "btnNew";
     toolTipTitleItem1.ImageOptions.Image = global::CAN.SMS.UI.Win.Properties.Resources.comment_32x32;
     toolTipTitleItem1.Text               = "( Ctrl+Insert)";
     toolTipItem1.LeftIndent              = 6;
     toolTipItem1.Text                    = "New Card";
     toolTipTitleItem2.ImageOptions.Image = global::CAN.SMS.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem2.LeftIndent         = 6;
     toolTipTitleItem2.Text               = "Opens form in new card insert mode";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     this.btnNew.SuperTip = superToolTip1;
     //
     // btnSave
     //
     this.btnSave.Caption                 = "Save";
     this.btnSave.Id                      = 2;
     this.btnSave.ImageOptions.Image      = global::CAN.SMS.UI.Win.Properties.Resources.save_16x16;
     this.btnSave.ImageOptions.LargeImage = global::CAN.SMS.UI.Win.Properties.Resources.save_32x32;
     this.btnSave.ItemShortcut            = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F2);
     this.btnSave.Name                    = "btnSave";
     toolTipTitleItem3.ImageOptions.Image = global::CAN.SMS.UI.Win.Properties.Resources.comment_32x32;
     toolTipTitleItem3.Text               = "( F2 )";
     toolTipItem2.LeftIndent              = 6;
     toolTipItem2.Text                    = "Save";
     toolTipTitleItem4.ImageOptions.Image = global::CAN.SMS.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem4.LeftIndent         = 6;
     toolTipTitleItem4.Text               = "Changes to the form are saved to the database with your approval";
     superToolTip2.Items.Add(toolTipTitleItem3);
     superToolTip2.Items.Add(toolTipItem2);
     superToolTip2.Items.Add(toolTipSeparatorItem2);
     superToolTip2.Items.Add(toolTipTitleItem4);
     this.btnSave.SuperTip = superToolTip2;
     //
     // btnBack
     //
     this.btnBack.Caption                 = "Back";
     this.btnBack.Id                      = 3;
     this.btnBack.ImageOptions.Image      = global::CAN.SMS.UI.Win.Properties.Resources.reset_16x16;
     this.btnBack.ImageOptions.LargeImage = global::CAN.SMS.UI.Win.Properties.Resources.reset_32x32;
     this.btnBack.Name                    = "btnBack";
     toolTipTitleItem5.ImageOptions.Image = global::CAN.SMS.UI.Win.Properties.Resources.comment_32x32;
     toolTipTitleItem5.Text               = "( Ctrl + Z )";
     toolTipItem3.LeftIndent              = 6;
     toolTipItem3.Text                    = "Back";
     toolTipTitleItem6.ImageOptions.Image = global::CAN.SMS.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem6.LeftIndent         = 6;
     toolTipTitleItem6.Text               = "Changes to the data in the form are undone and the opening data is loaded";
     superToolTip3.Items.Add(toolTipTitleItem5);
     superToolTip3.Items.Add(toolTipItem3);
     superToolTip3.Items.Add(toolTipSeparatorItem3);
     superToolTip3.Items.Add(toolTipTitleItem6);
     this.btnBack.SuperTip = superToolTip3;
     //
     // btnDelete
     //
     this.btnDelete.Caption                 = "Delete";
     this.btnDelete.Id                      = 4;
     this.btnDelete.ImageOptions.Image      = global::CAN.SMS.UI.Win.Properties.Resources.deletelist_16x16;
     this.btnDelete.ImageOptions.LargeImage = global::CAN.SMS.UI.Win.Properties.Resources.deletelist_32x32;
     this.btnDelete.Name                    = "btnDelete";
     toolTipTitleItem7.ImageOptions.Image   = global::CAN.SMS.UI.Win.Properties.Resources.comment_32x32;
     toolTipTitleItem7.Text                 = "( Ctrl+Delete )";
     toolTipItem4.LeftIndent                = 6;
     toolTipItem4.Text                      = "Delete";
     toolTipTitleItem8.ImageOptions.Image   = global::CAN.SMS.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem8.LeftIndent           = 6;
     toolTipTitleItem8.Text                 = "The record you are working on is deleted from the database with your confirmation" +
                                              "";
     superToolTip4.Items.Add(toolTipTitleItem7);
     superToolTip4.Items.Add(toolTipItem4);
     superToolTip4.Items.Add(toolTipSeparatorItem4);
     superToolTip4.Items.Add(toolTipTitleItem8);
     this.btnDelete.SuperTip = superToolTip4;
     //
     // btnExit
     //
     this.btnExit.Caption                  = "Exit";
     this.btnExit.Id                       = 5;
     this.btnExit.ImageOptions.Image       = global::CAN.SMS.UI.Win.Properties.Resources.close_16x16;
     this.btnExit.ImageOptions.LargeImage  = global::CAN.SMS.UI.Win.Properties.Resources.close_32x32;
     this.btnExit.Name                     = "btnExit";
     this.btnExit.ShortcutKeyDisplayString = "Esc";
     toolTipTitleItem9.ImageOptions.Image  = global::CAN.SMS.UI.Win.Properties.Resources.comment_32x32;
     toolTipTitleItem9.Text                = "( Esc )";
     toolTipItem5.LeftIndent               = 6;
     toolTipItem5.Text                     = "Exit";
     toolTipTitleItem10.ImageOptions.Image = global::CAN.SMS.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem10.LeftIndent         = 6;
     toolTipTitleItem10.Text               = "Form is closed with your approval";
     superToolTip5.Items.Add(toolTipTitleItem9);
     superToolTip5.Items.Add(toolTipItem5);
     superToolTip5.Items.Add(toolTipSeparatorItem5);
     superToolTip5.Items.Add(toolTipTitleItem10);
     this.btnExit.SuperTip = superToolTip5;
     //
     // statusBarInfo
     //
     this.statusBarInfo.Id = 6;
     this.statusBarInfo.ImageOptions.Image                         = global::CAN.SMS.UI.Win.Properties.Resources.suggestion_16x16;
     this.statusBarInfo.ImageOptions.LargeImage                    = global::CAN.SMS.UI.Win.Properties.Resources.suggestion_32x32;
     this.statusBarInfo.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.DarkBlue;
     this.statusBarInfo.ItemAppearance.Normal.Options.UseForeColor = true;
     this.statusBarInfo.Name       = "statusBarInfo";
     this.statusBarInfo.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // statusShortCut
     //
     this.statusShortCut.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.statusShortCut.Id        = 7;
     this.statusShortCut.ItemAppearance.Normal.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     this.statusShortCut.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.Green;
     this.statusShortCut.ItemAppearance.Normal.Options.UseFont      = true;
     this.statusShortCut.ItemAppearance.Normal.Options.UseForeColor = true;
     this.statusShortCut.Name = "statusShortCut";
     //
     // statusShortCutInfo
     //
     this.statusShortCutInfo.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.statusShortCutInfo.Id        = 8;
     this.statusShortCutInfo.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.Green;
     this.statusShortCutInfo.ItemAppearance.Normal.Options.UseForeColor = true;
     this.statusShortCutInfo.Name = "statusShortCutInfo";
     //
     // btnSaveAs
     //
     this.btnSaveAs.Caption                 = "Save As";
     this.btnSaveAs.Id                      = 9;
     this.btnSaveAs.ImageOptions.Image      = global::CAN.SMS.UI.Win.Properties.Resources.saveall_16x16;
     this.btnSaveAs.ImageOptions.LargeImage = global::CAN.SMS.UI.Win.Properties.Resources.saveall_32x32;
     this.btnSaveAs.ItemShortcut            = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F2));
     this.btnSaveAs.Name                    = "btnSaveAs";
     toolTipTitleItem11.ImageOptions.Image  = global::CAN.SMS.UI.Win.Properties.Resources.comment_32x32;
     toolTipTitleItem11.Text                = "( Ctrl+F2 )";
     toolTipItem6.LeftIndent                = 6;
     toolTipItem6.Text                      = "Save As";
     toolTipTitleItem12.ImageOptions.Image  = global::CAN.SMS.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem12.LeftIndent          = 6;
     toolTipTitleItem12.Text                = "Information is saved with a different name.";
     superToolTip6.Items.Add(toolTipTitleItem11);
     superToolTip6.Items.Add(toolTipItem6);
     superToolTip6.Items.Add(toolTipSeparatorItem6);
     superToolTip6.Items.Add(toolTipTitleItem12);
     this.btnSaveAs.SuperTip   = superToolTip6;
     this.btnSaveAs.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // btnApply
     //
     this.btnApply.Caption                 = "Apply";
     this.btnApply.Id                      = 10;
     this.btnApply.ImageOptions.Image      = global::CAN.SMS.UI.Win.Properties.Resources.insertrangefilter_16x16;
     this.btnApply.ImageOptions.LargeImage = global::CAN.SMS.UI.Win.Properties.Resources.insertrangefilter_32x32;
     this.btnApply.ItemShortcut            = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F8);
     this.btnApply.Name                    = "btnApply";
     toolTipTitleItem13.ImageOptions.Image = global::CAN.SMS.UI.Win.Properties.Resources.comment_32x32;
     toolTipTitleItem13.Text               = "( F8 )";
     toolTipItem7.LeftIndent               = 6;
     toolTipItem7.Text                     = "Filter Apply";
     toolTipTitleItem14.ImageOptions.Image = global::CAN.SMS.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipTitleItem14.LeftIndent         = 6;
     toolTipTitleItem14.Text               = "Used to apply filtering.";
     superToolTip7.Items.Add(toolTipTitleItem13);
     superToolTip7.Items.Add(toolTipItem7);
     superToolTip7.Items.Add(toolTipSeparatorItem7);
     superToolTip7.Items.Add(toolTipTitleItem14);
     this.btnApply.SuperTip   = superToolTip7;
     this.btnApply.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.btnNew);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnSave);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnSaveAs);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnBack);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnDelete);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnApply);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnExit);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnPrint);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnPreview);
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     this.ribbonPageGroup1.Text = "ribbonPageGroup1";
     //
     // ribbonStatusBar1
     //
     this.ribbonStatusBar1.ItemLinks.Add(this.statusBarInfo);
     this.ribbonStatusBar1.ItemLinks.Add(this.statusShortCut);
     this.ribbonStatusBar1.ItemLinks.Add(this.statusShortCutInfo);
     this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 393);
     this.ribbonStatusBar1.Name     = "ribbonStatusBar1";
     this.ribbonStatusBar1.Ribbon   = this.ribbonControl;
     this.ribbonStatusBar1.Size     = new System.Drawing.Size(516, 31);
     //
     // ribbonPage2
     //
     this.ribbonPage2.Name = "ribbonPage2";
     this.ribbonPage2.Text = "ribbonPage2";
     //
     // btnPrint
     //
     this.btnPrint.Caption = "Print";
     this.btnPrint.Id      = 11;
     this.btnPrint.Name    = "btnPrint";
     //
     // btnPreview
     //
     this.btnPreview.Caption = "Preview";
     this.btnPreview.Id      = 12;
     this.btnPreview.Name    = "btnPreview";
     //
     // BaseEditForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(516, 424);
     this.Controls.Add(this.ribbonStatusBar1);
     this.Controls.Add(this.ribbonControl);
     this.MinimizeBox   = false;
     this.Name          = "BaseEditForm";
     this.Ribbon        = this.ribbonControl;
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StatusBar     = this.ribbonStatusBar1;
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).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(AssociacaoBGMDemo));
     DevExpress.Utils.SerializableAppearanceObject  serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SuperToolTip                 superToolTip1                  = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem             toolTipTitleItem1              = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                  toolTipItem1                   = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipTitleItem             toolTipTitleItem2              = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2  = new DevExpress.Utils.SerializableAppearanceObject();
     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         toolTipSeparatorItem1          = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem             toolTipTitleItem4              = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3  = new DevExpress.Utils.SerializableAppearanceObject();
     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.SerializableAppearanceObject serializableAppearanceObject4  = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SuperToolTip                 superToolTip4                  = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem             toolTipTitleItem6              = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                  toolTipItem4                   = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5  = new DevExpress.Utils.SerializableAppearanceObject();
     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.SerializableAppearanceObject serializableAppearanceObject6  = new DevExpress.Utils.SerializableAppearanceObject();
     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.SerializableAppearanceObject serializableAppearanceObject7  = new DevExpress.Utils.SerializableAppearanceObject();
     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.SerializableAppearanceObject serializableAppearanceObject8  = new DevExpress.Utils.SerializableAppearanceObject();
     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.SerializableAppearanceObject serializableAppearanceObject9  = new DevExpress.Utils.SerializableAppearanceObject();
     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.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
     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.spltCtnrCtrlAutorizaGrid = new DevExpress.XtraEditors.SplitContainerControl();
     this.pnlCtrlDisponiveis       = new DevExpress.XtraEditors.PanelControl();
     this.pnlColunasDesignDisp     = new System.Windows.Forms.Panel();
     this.panel1               = new System.Windows.Forms.Panel();
     this.label1               = new System.Windows.Forms.Label();
     this.btnEdtDisponiveis    = new DevExpress.XtraEditors.ButtonEdit();
     this.lblVisualizacaoDispo = new System.Windows.Forms.Label();
     this.pnlCtrlAssociados    = new DevExpress.XtraEditors.PanelControl();
     this.pnlColunasDesignAsso = new System.Windows.Forms.Panel();
     this.panel2               = new System.Windows.Forms.Panel();
     this.btnEdtMover          = new DevExpress.XtraEditors.ButtonEdit();
     this.label2               = new System.Windows.Forms.Label();
     this.btnEdtAssociados     = new DevExpress.XtraEditors.ButtonEdit();
     this.lblVisualizacaoAsso  = new System.Windows.Forms.Label();
     this.xtrTbCtrlAbas        = new DevExpress.XtraTab.XtraTabControl();
     this.xtrTbPgDisponiveis   = new DevExpress.XtraTab.XtraTabPage();
     this.xtrTbPgAssociados    = new DevExpress.XtraTab.XtraTabPage();
     this.imageCollection1     = new DevExpress.Utils.ImageCollection(this.components);
     this.grpCtrlAutorizaGrid  = new DevExpress.XtraEditors.GroupControl();
     this.btnEdtOpcoes         = new DevExpress.XtraEditors.ButtonEdit();
     ((System.ComponentModel.ISupportInitialize)(this.spltCtnrCtrlAutorizaGrid)).BeginInit();
     this.spltCtnrCtrlAutorizaGrid.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlDisponiveis)).BeginInit();
     this.pnlCtrlDisponiveis.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnEdtDisponiveis.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlAssociados)).BeginInit();
     this.pnlCtrlAssociados.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnEdtMover.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnEdtAssociados.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtrTbCtrlAbas)).BeginInit();
     this.xtrTbCtrlAbas.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpCtrlAutorizaGrid)).BeginInit();
     this.grpCtrlAutorizaGrid.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnEdtOpcoes.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // spltCtnrCtrlAutorizaGrid
     //
     this.spltCtnrCtrlAutorizaGrid.Dock     = System.Windows.Forms.DockStyle.Top;
     this.spltCtnrCtrlAutorizaGrid.Location = new System.Drawing.Point(5, 24);
     this.spltCtnrCtrlAutorizaGrid.Name     = "spltCtnrCtrlAutorizaGrid";
     this.spltCtnrCtrlAutorizaGrid.Panel1.Controls.Add(this.pnlCtrlDisponiveis);
     this.spltCtnrCtrlAutorizaGrid.Panel1.Text = "Panel1";
     this.spltCtnrCtrlAutorizaGrid.Panel2.Controls.Add(this.pnlCtrlAssociados);
     this.spltCtnrCtrlAutorizaGrid.Panel2.Text      = "Panel2";
     this.spltCtnrCtrlAutorizaGrid.Size             = new System.Drawing.Size(490, 139);
     this.spltCtnrCtrlAutorizaGrid.SplitterPosition = 244;
     this.spltCtnrCtrlAutorizaGrid.TabIndex         = 0;
     this.spltCtnrCtrlAutorizaGrid.Text             = "spltCtnrCtrlAutorizaGrid";
     //
     // pnlCtrlDisponiveis
     //
     this.pnlCtrlDisponiveis.Controls.Add(this.pnlColunasDesignDisp);
     this.pnlCtrlDisponiveis.Controls.Add(this.panel1);
     this.pnlCtrlDisponiveis.Controls.Add(this.lblVisualizacaoDispo);
     this.pnlCtrlDisponiveis.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlCtrlDisponiveis.Location = new System.Drawing.Point(0, 0);
     this.pnlCtrlDisponiveis.Name     = "pnlCtrlDisponiveis";
     this.pnlCtrlDisponiveis.Size     = new System.Drawing.Size(244, 139);
     this.pnlCtrlDisponiveis.TabIndex = 4;
     //
     // pnlColunasDesignDisp
     //
     this.pnlColunasDesignDisp.BackColor = System.Drawing.Color.White;
     this.pnlColunasDesignDisp.Dock      = System.Windows.Forms.DockStyle.Top;
     this.pnlColunasDesignDisp.Location  = new System.Drawing.Point(2, 24);
     this.pnlColunasDesignDisp.Name      = "pnlColunasDesignDisp";
     this.pnlColunasDesignDisp.Size      = new System.Drawing.Size(240, 21);
     this.pnlColunasDesignDisp.TabIndex  = 7;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.btnEdtDisponiveis);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(2, 2);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(240, 22);
     this.panel1.TabIndex = 6;
     //
     // label1
     //
     this.label1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label1.Location  = new System.Drawing.Point(0, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(156, 22);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Disponíveis";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnEdtDisponiveis
     //
     this.btnEdtDisponiveis.Dock      = System.Windows.Forms.DockStyle.Right;
     this.btnEdtDisponiveis.EditValue = "";
     this.btnEdtDisponiveis.Location  = new System.Drawing.Point(156, 0);
     this.btnEdtDisponiveis.Name      = "btnEdtDisponiveis";
     this.btnEdtDisponiveis.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.btnEdtDisponiveis.Properties.Appearance.Options.UseBackColor = true;
     this.btnEdtDisponiveis.Properties.AutoHeight  = false;
     this.btnEdtDisponiveis.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     toolTipTitleItem1.Text       = "Autoriza";
     toolTipItem1.LeftIndent      = 6;
     toolTipItem1.Text            = "Os itens selecionados da origem.";
     toolTipTitleItem2.LeftIndent = 6;
     toolTipTitleItem2.Text       = "Ctrl + A";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     toolTipTitleItem3.Text       = "Autoriza";
     toolTipItem2.LeftIndent      = 6;
     toolTipItem2.Text            = "Todos os itens da origem.";
     toolTipTitleItem4.LeftIndent = 6;
     toolTipTitleItem4.Text       = "Tecla de atalho = Ctrl + T";
     superToolTip2.Items.Add(toolTipTitleItem3);
     superToolTip2.Items.Add(toolTipItem2);
     superToolTip2.Items.Add(toolTipSeparatorItem1);
     superToolTip2.Items.Add(toolTipTitleItem4);
     this.btnEdtDisponiveis.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("btnEdtDisponiveis.Properties.Buttons"))), new DevExpress.Utils.KeyShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)), serializableAppearanceObject1, "", "SELECIONADOS", superToolTip1, true),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, ((System.Drawing.Image)(resources.GetObject("btnEdtDisponiveis.Properties.Buttons1"))), new DevExpress.Utils.KeyShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T)), serializableAppearanceObject2, "", "TODOS", superToolTip2, true)
     });
     this.btnEdtDisponiveis.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.btnEdtDisponiveis.Size         = new System.Drawing.Size(84, 22);
     this.btnEdtDisponiveis.TabIndex     = 0;
     this.btnEdtDisponiveis.TabStop      = false;
     this.btnEdtDisponiveis.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.botoesAssociaERevoga_ButtonClick);
     //
     // lblVisualizacaoDispo
     //
     this.lblVisualizacaoDispo.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblVisualizacaoDispo.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold);
     this.lblVisualizacaoDispo.ForeColor = System.Drawing.Color.Gray;
     this.lblVisualizacaoDispo.Location  = new System.Drawing.Point(2, 2);
     this.lblVisualizacaoDispo.Name      = "lblVisualizacaoDispo";
     this.lblVisualizacaoDispo.Size      = new System.Drawing.Size(240, 135);
     this.lblVisualizacaoDispo.TabIndex  = 4;
     this.lblVisualizacaoDispo.Text      = "Visualização de design!";
     this.lblVisualizacaoDispo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // pnlCtrlAssociados
     //
     this.pnlCtrlAssociados.Controls.Add(this.pnlColunasDesignAsso);
     this.pnlCtrlAssociados.Controls.Add(this.panel2);
     this.pnlCtrlAssociados.Controls.Add(this.lblVisualizacaoAsso);
     this.pnlCtrlAssociados.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlCtrlAssociados.Location = new System.Drawing.Point(0, 0);
     this.pnlCtrlAssociados.Name     = "pnlCtrlAssociados";
     this.pnlCtrlAssociados.Size     = new System.Drawing.Size(241, 139);
     this.pnlCtrlAssociados.TabIndex = 5;
     //
     // pnlColunasDesignAsso
     //
     this.pnlColunasDesignAsso.BackColor = System.Drawing.Color.White;
     this.pnlColunasDesignAsso.Dock      = System.Windows.Forms.DockStyle.Top;
     this.pnlColunasDesignAsso.Location  = new System.Drawing.Point(2, 24);
     this.pnlColunasDesignAsso.Name      = "pnlColunasDesignAsso";
     this.pnlColunasDesignAsso.Size      = new System.Drawing.Size(237, 21);
     this.pnlColunasDesignAsso.TabIndex  = 8;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.btnEdtMover);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.btnEdtAssociados);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(2, 2);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(237, 22);
     this.panel2.TabIndex = 7;
     //
     // btnEdtMover
     //
     this.btnEdtMover.Dock      = System.Windows.Forms.DockStyle.Right;
     this.btnEdtMover.EditValue = "Associados";
     this.btnEdtMover.Location  = new System.Drawing.Point(201, 0);
     this.btnEdtMover.Name      = "btnEdtMover";
     this.btnEdtMover.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.btnEdtMover.Properties.Appearance.Options.UseBackColor = true;
     this.btnEdtMover.Properties.AutoHeight  = false;
     this.btnEdtMover.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     toolTipTitleItem5.Text  = "Mover";
     toolTipItem3.LeftIndent = 6;
     toolTipItem3.Text       = "Para baixo";
     superToolTip3.Items.Add(toolTipTitleItem5);
     superToolTip3.Items.Add(toolTipItem3);
     toolTipTitleItem6.Text  = "Mover";
     toolTipItem4.LeftIndent = 6;
     toolTipItem4.Text       = "Para cima";
     superToolTip4.Items.Add(toolTipTitleItem6);
     superToolTip4.Items.Add(toolTipItem4);
     this.btnEdtMover.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Down, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, ((System.Drawing.Image)(resources.GetObject("btnEdtMover.Properties.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject3, "", null, superToolTip3, true),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Up, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, ((System.Drawing.Image)(resources.GetObject("btnEdtMover.Properties.Buttons1"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject4, "", null, superToolTip4, true)
     });
     this.btnEdtMover.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.btnEdtMover.Size         = new System.Drawing.Size(36, 22);
     this.btnEdtMover.TabIndex     = 9;
     this.btnEdtMover.TabStop      = false;
     this.btnEdtMover.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnEdtMover_ButtonClick);
     //
     // label2
     //
     this.label2.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label2.Location  = new System.Drawing.Point(44, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(193, 22);
     this.label2.TabIndex  = 6;
     this.label2.Text      = "Associados";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnEdtAssociados
     //
     this.btnEdtAssociados.Dock      = System.Windows.Forms.DockStyle.Left;
     this.btnEdtAssociados.EditValue = "Associados";
     this.btnEdtAssociados.Location  = new System.Drawing.Point(0, 0);
     this.btnEdtAssociados.Name      = "btnEdtAssociados";
     this.btnEdtAssociados.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.btnEdtAssociados.Properties.Appearance.Options.UseBackColor = true;
     this.btnEdtAssociados.Properties.AutoHeight  = false;
     this.btnEdtAssociados.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     toolTipTitleItem7.Text  = "Revoga";
     toolTipItem5.LeftIndent = 6;
     toolTipItem5.Text       = "Todos os itens do destino.";
     superToolTip5.Items.Add(toolTipTitleItem7);
     superToolTip5.Items.Add(toolTipItem5);
     toolTipTitleItem8.Text  = "Revoga";
     toolTipItem6.LeftIndent = 6;
     toolTipItem6.Text       = "Os itens selecionados do destino.";
     superToolTip6.Items.Add(toolTipTitleItem8);
     superToolTip6.Items.Add(toolTipItem6);
     this.btnEdtAssociados.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("btnEdtAssociados.Properties.Buttons"))), new DevExpress.Utils.KeyShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)), serializableAppearanceObject5, "", "TODOS", superToolTip5, true),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, ((System.Drawing.Image)(resources.GetObject("btnEdtAssociados.Properties.Buttons1"))), new DevExpress.Utils.KeyShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)), serializableAppearanceObject6, "", "SELECIONADOS", superToolTip6, true)
     });
     this.btnEdtAssociados.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.btnEdtAssociados.Size         = new System.Drawing.Size(44, 22);
     this.btnEdtAssociados.TabIndex     = 5;
     this.btnEdtAssociados.TabStop      = false;
     this.btnEdtAssociados.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.botoesAssociaERevoga_ButtonClick);
     //
     // lblVisualizacaoAsso
     //
     this.lblVisualizacaoAsso.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.lblVisualizacaoAsso.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold);
     this.lblVisualizacaoAsso.ForeColor = System.Drawing.Color.Gray;
     this.lblVisualizacaoAsso.Location  = new System.Drawing.Point(2, 2);
     this.lblVisualizacaoAsso.Name      = "lblVisualizacaoAsso";
     this.lblVisualizacaoAsso.Size      = new System.Drawing.Size(237, 135);
     this.lblVisualizacaoAsso.TabIndex  = 3;
     this.lblVisualizacaoAsso.Text      = "Visualização de design!";
     this.lblVisualizacaoAsso.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // xtrTbCtrlAbas
     //
     this.xtrTbCtrlAbas.AllowDrop       = true;
     this.xtrTbCtrlAbas.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.xtrTbCtrlAbas.Location        = new System.Drawing.Point(5, 163);
     this.xtrTbCtrlAbas.Name            = "xtrTbCtrlAbas";
     this.xtrTbCtrlAbas.SelectedTabPage = this.xtrTbPgDisponiveis;
     this.xtrTbCtrlAbas.Size            = new System.Drawing.Size(490, 132);
     this.xtrTbCtrlAbas.TabIndex        = 2;
     this.xtrTbCtrlAbas.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.xtrTbPgDisponiveis,
         this.xtrTbPgAssociados
     });
     this.xtrTbCtrlAbas.SelectedPageChanged     += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtrTbCtrlAutorizaGrid_SelectedPageChanged);
     this.xtrTbCtrlAbas.CustomHeaderButtonClick += new DevExpress.XtraTab.ViewInfo.CustomHeaderButtonEventHandler(this.xtrTbCtrlAbas_CustomHeaderButtonClick);
     //
     // xtrTbPgDisponiveis
     //
     this.xtrTbPgDisponiveis.AllowDrop = true;
     this.xtrTbPgDisponiveis.Name      = "xtrTbPgDisponiveis";
     this.xtrTbPgDisponiveis.Size      = new System.Drawing.Size(484, 104);
     this.xtrTbPgDisponiveis.Text      = "Cadastrados";
     //
     // xtrTbPgAssociados
     //
     this.xtrTbPgAssociados.AllowDrop = true;
     this.xtrTbPgAssociados.Name      = "xtrTbPgAssociados";
     this.xtrTbPgAssociados.Size      = new System.Drawing.Size(484, 106);
     this.xtrTbPgAssociados.Text      = "Autorizados";
     //
     // imageCollection1
     //
     this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
     this.imageCollection1.Images.SetKeyName(0, "AutorizaGridsBGM_Asso.png");
     this.imageCollection1.Images.SetKeyName(1, "AutorizaGridsBGM_Asso_C1.png");
     this.imageCollection1.Images.SetKeyName(2, "AutorizaGridsBGM_Asso_C2.png");
     this.imageCollection1.Images.SetKeyName(3, "AutorizaGridsBGM_Asso_E1.png");
     this.imageCollection1.Images.SetKeyName(4, "AutorizaGridsBGM_Asso_E2.png");
     this.imageCollection1.Images.SetKeyName(5, "AutorizaGridsBGM_Disp.png");
     this.imageCollection1.Images.SetKeyName(6, "AutorizaGridsBGM_Disp_B1.png");
     this.imageCollection1.Images.SetKeyName(7, "AutorizaGridsBGM_Disp_B2.png");
     this.imageCollection1.Images.SetKeyName(8, "AutorizaGridsBGM_Disp_D1.png");
     this.imageCollection1.Images.SetKeyName(9, "AutorizaGridsBGM_Disp_D2.png");
     //
     // grpCtrlAutorizaGrid
     //
     this.grpCtrlAutorizaGrid.Controls.Add(this.btnEdtOpcoes);
     this.grpCtrlAutorizaGrid.Controls.Add(this.xtrTbCtrlAbas);
     this.grpCtrlAutorizaGrid.Controls.Add(this.spltCtnrCtrlAutorizaGrid);
     this.grpCtrlAutorizaGrid.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.grpCtrlAutorizaGrid.Location = new System.Drawing.Point(0, 0);
     this.grpCtrlAutorizaGrid.Name     = "grpCtrlAutorizaGrid";
     this.grpCtrlAutorizaGrid.Padding  = new System.Windows.Forms.Padding(3);
     this.grpCtrlAutorizaGrid.Size     = new System.Drawing.Size(500, 300);
     this.grpCtrlAutorizaGrid.TabIndex = 3;
     this.grpCtrlAutorizaGrid.Text     = "grpCtrlAutorizaGrid";
     //
     // btnEdtOpcoes
     //
     this.btnEdtOpcoes.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnEdtOpcoes.Location = new System.Drawing.Point(425, 5);
     this.btnEdtOpcoes.Name     = "btnEdtOpcoes";
     this.btnEdtOpcoes.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.btnEdtOpcoes.Properties.Appearance.Options.UseBackColor = true;
     this.btnEdtOpcoes.Properties.AutoHeight  = false;
     this.btnEdtOpcoes.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     toolTipTitleItem9.Text  = "Desfazer";
     toolTipItem7.LeftIndent = 6;
     toolTipItem7.Text       = "Desfaz a ultima ação";
     superToolTip7.Items.Add(toolTipTitleItem9);
     superToolTip7.Items.Add(toolTipItem7);
     toolTipTitleItem10.Text = "Layout";
     toolTipItem8.LeftIndent = 6;
     toolTipItem8.Text       = "Vertical";
     superToolTip8.Items.Add(toolTipTitleItem10);
     superToolTip8.Items.Add(toolTipItem8);
     toolTipTitleItem11.Text = "Layout";
     toolTipItem9.LeftIndent = 6;
     toolTipItem9.Text       = "Horizontal";
     superToolTip9.Items.Add(toolTipTitleItem11);
     superToolTip9.Items.Add(toolTipItem9);
     toolTipTitleItem12.Text  = "Layout";
     toolTipItem10.LeftIndent = 6;
     toolTipItem10.Text       = "Abas";
     superToolTip10.Items.Add(toolTipTitleItem12);
     superToolTip10.Items.Add(toolTipItem10);
     this.btnEdtOpcoes.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Undo, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject7, "", "Undo", superToolTip7, true),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject8, "", "Vertical", superToolTip8, true),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject9, "", "Horizontal", superToolTip9, true),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject10, "", "Abas", superToolTip10, true)
     });
     this.btnEdtOpcoes.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     this.btnEdtOpcoes.Size         = new System.Drawing.Size(72, 11);
     this.btnEdtOpcoes.TabIndex     = 9;
     this.btnEdtOpcoes.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnEdtOpcoes_ButtonClick);
     //
     // AssociacaoBGMDemo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.grpCtrlAutorizaGrid);
     this.MinimumSize = new System.Drawing.Size(500, 300);
     this.Name        = "AssociacaoBGMDemo";
     this.Size        = new System.Drawing.Size(500, 300);
     this.Load       += new System.EventHandler(this.AutorizaGridBGM_Load);
     ((System.ComponentModel.ISupportInitialize)(this.spltCtnrCtrlAutorizaGrid)).EndInit();
     this.spltCtnrCtrlAutorizaGrid.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlDisponiveis)).EndInit();
     this.pnlCtrlDisponiveis.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.btnEdtDisponiveis.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlAssociados)).EndInit();
     this.pnlCtrlAssociados.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.btnEdtMover.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnEdtAssociados.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtrTbCtrlAbas)).EndInit();
     this.xtrTbCtrlAbas.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grpCtrlAutorizaGrid)).EndInit();
     this.grpCtrlAutorizaGrid.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.btnEdtOpcoes.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Example #5
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();
     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.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.ribbonControl.Location  = new System.Drawing.Point(0, 0);
     this.ribbonControl.MaxItemId = 16;
     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(1042, 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;
     //
     // 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.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.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.Name     = "ribbonStatusBar1";
     this.ribbonStatusBar1.Ribbon   = this.ribbonControl;
     this.ribbonStatusBar1.Size     = new System.Drawing.Size(1042, 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(1042, 596);
     this.Controls.Add(this.ribbonStatusBar1);
     this.Controls.Add(this.ribbonControl);
     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();
 }
        /// <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.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.SuperToolTip superToolTip9 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem9 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem8 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem1 = new DevExpress.Utils.ToolTipSeparatorItem();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem10 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip10 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem11 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem9 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem2 = new DevExpress.Utils.ToolTipSeparatorItem();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem12 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip11 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem13 = 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.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
            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.clmWatched = new DevExpress.XtraGrid.Columns.GridColumn();
            this.clmReleased = new DevExpress.XtraGrid.Columns.GridColumn();
            this.clmTagline = new DevExpress.XtraGrid.Columns.GridColumn();
            this.clmCast = new DevExpress.XtraGrid.Columns.GridColumn();
            this.clmCertification = new DevExpress.XtraGrid.Columns.GridColumn();
            this.clmCountries = new DevExpress.XtraGrid.Columns.GridColumn();
            this.clmDirector = new DevExpress.XtraGrid.Columns.GridColumn();
            this.clmGenre = new DevExpress.XtraGrid.Columns.GridColumn();
            this.clmMpaa = new DevExpress.XtraGrid.Columns.GridColumn();
            this.clmOutline = new DevExpress.XtraGrid.Columns.GridColumn();
            this.clmPlot = new DevExpress.XtraGrid.Columns.GridColumn();
            this.clmRating = new DevExpress.XtraGrid.Columns.GridColumn();
            this.clmRuntime = new DevExpress.XtraGrid.Columns.GridColumn();
            this.clmReleaseDate = new DevExpress.XtraGrid.Columns.GridColumn();
            this.clmScraperGroup = new DevExpress.XtraGrid.Columns.GridColumn();
            this.clmStudio = new DevExpress.XtraGrid.Columns.GridColumn();
            this.clmTop250 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.clmVideoSource = new DevExpress.XtraGrid.Columns.GridColumn();
            this.clmVotes = new DevExpress.XtraGrid.Columns.GridColumn();
            this.clmWriters = new DevExpress.XtraGrid.Columns.GridColumn();
            this.RepositoryImageComboBox = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            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.tabFileInfo = new DevExpress.XtraTab.XtraTabPage();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.mediaInfoUserControl1 = new YANFOE.UI.UserControls.CommonControls.MediaInfoUserControl();
            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.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.btnMediaInfo = new DevExpress.XtraEditors.SimpleButton();
            this.btnMutliWatchedFalse = new DevExpress.XtraEditors.SimpleButton();
            this.btnMultiWatchedTrue = new DevExpress.XtraEditors.SimpleButton();
            this.btnWatched = new DevExpress.XtraEditors.SimpleButton();
            this.btnOpenFolder = new DevExpress.XtraEditors.SimpleButton();
            this.btnOpenFile = 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.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.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            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.popupLock = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
            this.popupMark = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem11 = new DevExpress.XtraBars.BarButtonItem();
            this.popupUnlock = new DevExpress.XtraBars.BarButtonItem();
            this.popupUnmark = new DevExpress.XtraBars.BarButtonItem();
            this.popupHide = new DevExpress.XtraBars.BarButtonItem();
            this.popupDelete = new DevExpress.XtraBars.BarButtonItem();
            this.popupOpenFolder = new DevExpress.XtraBars.BarButtonItem();
            this.popupOpenMovie = new DevExpress.XtraBars.BarButtonItem();
            this.galleryControlGallery1 = new DevExpress.XtraBars.Ribbon.Gallery.GalleryControlGallery();
            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.layoutControl2)).BeginInit();
            this.layoutControl2.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();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).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();
            this.tabFileInfo.SuspendLayout();
            this.tabIdentify.SuspendLayout();
            this.tabSets.SuspendLayout();
            this.tabTrailers.SuspendLayout();
            this.tabPreview.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            ((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.layoutControlItem5)).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.Controls.Add(this.panelControl1);
            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.layoutControl2);
            this.tabByTitle.Name = "tabByTitle";
            this.tabByTitle.Size = new System.Drawing.Size(255, 686);
            this.tabByTitle.Text = "Title (0)";
            // 
            // layoutControl2
            // 
            this.layoutControl2.Controls.Add(this.grdMoviesList);
            this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl2.Location = new System.Drawing.Point(0, 0);
            this.layoutControl2.Name = "layoutControl2";
            this.layoutControl2.Root = this.layoutControlGroup2;
            this.layoutControl2.Size = new System.Drawing.Size(255, 686);
            this.layoutControl2.TabIndex = 2;
            this.layoutControl2.Text = "layoutControl2";
            // 
            // grdMoviesList
            // 
            gridLevelNode1.RelationName = "Level1";
            this.grdMoviesList.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
            gridLevelNode1});
            this.grdMoviesList.Location = new System.Drawing.Point(2, 2);
            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(251, 682);
            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.clmWatched,
            this.clmReleased,
            this.clmTagline,
            this.clmCast,
            this.clmCertification,
            this.clmCountries,
            this.clmDirector,
            this.clmGenre,
            this.clmMpaa,
            this.clmOutline,
            this.clmPlot,
            this.clmRating,
            this.clmRuntime,
            this.clmReleaseDate,
            this.clmScraperGroup,
            this.clmStudio,
            this.clmTop250,
            this.clmVideoSource,
            this.clmVotes,
            this.clmWriters});
            this.grdViewByTitle.GridControl = this.grdMoviesList;
            this.grdViewByTitle.Name = "grdViewByTitle";
            this.grdViewByTitle.OptionsDetail.EnableMasterViewMode = false;
            this.grdViewByTitle.OptionsFind.AlwaysVisible = true;
            this.grdViewByTitle.OptionsFind.ShowCloseButton = false;
            this.grdViewByTitle.OptionsSelection.MultiSelect = true;
            this.grdViewByTitle.OptionsView.AnimationType = DevExpress.XtraGrid.Views.Base.GridAnimationType.AnimateAllContent;
            this.grdViewByTitle.OptionsView.EnableAppearanceOddRow = true;
            this.grdViewByTitle.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.ShowAlways;
            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.Visible = true;
            this.clmTitle.VisibleIndex = 1;
            this.clmTitle.Width = 105;
            // 
            // 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 = 54;
            // 
            // 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 = 20;
            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;
            // 
            // clmWatched
            // 
            this.clmWatched.Caption = "Watched";
            this.clmWatched.FieldName = "Watched";
            this.clmWatched.MaxWidth = 20;
            this.clmWatched.MinWidth = 10;
            this.clmWatched.Name = "clmWatched";
            this.clmWatched.Visible = true;
            this.clmWatched.VisibleIndex = 5;
            this.clmWatched.Width = 20;
            // 
            // clmReleased
            // 
            this.clmReleased.Caption = "Released";
            this.clmReleased.Name = "clmReleased";
            // 
            // clmTagline
            // 
            this.clmTagline.Caption = "Tagline";
            this.clmTagline.FieldName = "Tagline";
            this.clmTagline.Name = "clmTagline";
            // 
            // clmCast
            // 
            this.clmCast.Caption = "Cast";
            this.clmCast.FieldName = "CastAsString";
            this.clmCast.MinWidth = 10;
            this.clmCast.Name = "clmCast";
            this.clmCast.Width = 10;
            // 
            // clmCertification
            // 
            this.clmCertification.Caption = "Certification";
            this.clmCertification.FieldName = "Certification";
            this.clmCertification.Name = "clmCertification";
            // 
            // clmCountries
            // 
            this.clmCountries.Caption = "Countries";
            this.clmCountries.FieldName = "CountryAsString";
            this.clmCountries.Name = "clmCountries";
            // 
            // clmDirector
            // 
            this.clmDirector.Caption = "Director";
            this.clmDirector.FieldName = "DirectorAsString";
            this.clmDirector.Name = "clmDirector";
            // 
            // clmGenre
            // 
            this.clmGenre.Caption = "Genres";
            this.clmGenre.FieldName = "GenreAsString";
            this.clmGenre.Name = "clmGenre";
            // 
            // clmMpaa
            // 
            this.clmMpaa.Caption = "Mpaa";
            this.clmMpaa.FieldName = "Mpaa";
            this.clmMpaa.Name = "clmMpaa";
            // 
            // clmOutline
            // 
            this.clmOutline.Caption = "Outline";
            this.clmOutline.FieldName = "Outline";
            this.clmOutline.Name = "clmOutline";
            // 
            // clmPlot
            // 
            this.clmPlot.Caption = "Plot";
            this.clmPlot.FieldName = "Plot";
            this.clmPlot.Name = "clmPlot";
            // 
            // clmRating
            // 
            this.clmRating.Caption = "Rating";
            this.clmRating.FieldName = "Rating";
            this.clmRating.Name = "clmRating";
            // 
            // clmRuntime
            // 
            this.clmRuntime.Caption = "Runtime";
            this.clmRuntime.FieldName = "RuntimeInHourMin";
            this.clmRuntime.Name = "clmRuntime";
            // 
            // clmReleaseDate
            // 
            this.clmReleaseDate.Caption = "Release date";
            this.clmReleaseDate.FieldName = "ReleaseDate";
            this.clmReleaseDate.Name = "clmReleaseDate";
            // 
            // clmScraperGroup
            // 
            this.clmScraperGroup.Caption = "Scraper Group";
            this.clmScraperGroup.FieldName = "ScraperGroup";
            this.clmScraperGroup.Name = "clmScraperGroup";
            // 
            // clmStudio
            // 
            this.clmStudio.Caption = "Studio";
            this.clmStudio.FieldName = "SetStudio";
            this.clmStudio.Name = "clmStudio";
            // 
            // clmTop250
            // 
            this.clmTop250.Caption = "Top250";
            this.clmTop250.FieldName = "Top250";
            this.clmTop250.Name = "clmTop250";
            // 
            // clmVideoSource
            // 
            this.clmVideoSource.Caption = "Video Source";
            this.clmVideoSource.FieldName = "VideoSource";
            this.clmVideoSource.Name = "clmVideoSource";
            // 
            // clmVotes
            // 
            this.clmVotes.Caption = "Votes";
            this.clmVotes.FieldName = "Votes";
            this.clmVotes.Name = "clmVotes";
            // 
            // clmWriters
            // 
            this.clmWriters.Caption = "Writers";
            this.clmWriters.FieldName = "Writers";
            this.clmWriters.Name = "clmWriters";
            // 
            // 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);
            // 
            // layoutControlGroup2
            // 
            this.layoutControlGroup2.CustomizationFormText = "layoutControlGroup2";
            this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup2.GroupBordersVisible = false;
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem6});
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup2.Name = "layoutControlGroup2";
            this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup2.Size = new System.Drawing.Size(255, 686);
            this.layoutControlGroup2.Text = "layoutControlGroup2";
            this.layoutControlGroup2.TextVisible = false;
            // 
            // layoutControlItem6
            // 
            this.layoutControlItem6.Control = this.grdMoviesList;
            this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
            this.layoutControlItem6.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.Size = new System.Drawing.Size(255, 686);
            this.layoutControlItem6.Text = "layoutControlItem6";
            this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem6.TextToControlDistance = 0;
            this.layoutControlItem6.TextVisible = false;
            // 
            // tabByPoster
            // 
            this.tabByPoster.Controls.Add(this.galleryControl1);
            this.tabByPoster.Name = "tabByPoster";
            this.tabByPoster.Size = new System.Drawing.Size(255, 686);
            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.ScrollMode = DevExpress.XtraBars.Ribbon.Gallery.GalleryScrollMode.Smooth;
            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(255, 686);
            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(234, 682);
            // 
            // picFanart
            // 
            this.picFanart.HeaderDetails = "No Image";
            this.picFanart.HeaderTitle = "Fanart";
            this.picFanart.Location = new System.Drawing.Point(695, 396);
            this.picFanart.Margin = new System.Windows.Forms.Padding(0);
            this.picFanart.Name = "picFanart";
            this.picFanart.Size = new System.Drawing.Size(349, 293);
            this.picFanart.TabIndex = 7;
            this.picFanart.Type = YANFOE.Tools.Enums.GalleryType.MovieFanart;
            // 
            // tabEditTabsControl
            // 
            this.tabEditTabsControl.Location = new System.Drawing.Point(272, 51);
            this.tabEditTabsControl.Name = "tabEditTabsControl";
            this.tabEditTabsControl.SelectedTabPage = this.tabMainDetails;
            this.tabEditTabsControl.Size = new System.Drawing.Size(775, 331);
            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.Name = "tabMainDetails";
            this.tabMainDetails.Size = new System.Drawing.Size(771, 307);
            this.tabMainDetails.Text = "Main Details";
            // 
            // movieMainDetailsUserControl1
            // 
            this.movieMainDetailsUserControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.movieMainDetailsUserControl1.Location = new System.Drawing.Point(0, 0);
            this.movieMainDetailsUserControl1.Name = "movieMainDetailsUserControl1";
            this.movieMainDetailsUserControl1.Size = new System.Drawing.Size(771, 307);
            this.movieMainDetailsUserControl1.TabIndex = 0;
            // 
            // tabFileInfo
            // 
            this.tabFileInfo.Controls.Add(this.labelControl1);
            this.tabFileInfo.Controls.Add(this.mediaInfoUserControl1);
            this.tabFileInfo.Name = "tabFileInfo";
            this.tabFileInfo.Size = new System.Drawing.Size(771, 307);
            this.tabFileInfo.Text = "File Info";
            // 
            // labelControl1
            // 
            this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
            this.labelControl1.Location = new System.Drawing.Point(173, 146);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(393, 42);
            this.labelControl1.TabIndex = 1;
            this.labelControl1.Text = "Available in a future build";
            this.labelControl1.Visible = false;
            // 
            // mediaInfoUserControl1
            // 
            this.mediaInfoUserControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mediaInfoUserControl1.Location = new System.Drawing.Point(0, 0);
            this.mediaInfoUserControl1.Name = "mediaInfoUserControl1";
            this.mediaInfoUserControl1.Size = new System.Drawing.Size(771, 307);
            this.mediaInfoUserControl1.TabIndex = 0;
            this.mediaInfoUserControl1.Type = YANFOE.UI.UserControls.CommonControls.MediaInfoUserControl.FileInfoType.Movie;
            // 
            // tabIdentify
            // 
            this.tabIdentify.Controls.Add(this.movieIdentierUserControl11);
            this.tabIdentify.Name = "tabIdentify";
            this.tabIdentify.Size = new System.Drawing.Size(771, 307);
            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, 307);
            this.movieIdentierUserControl11.TabIndex = 0;
            // 
            // tabSets
            // 
            this.tabSets.Controls.Add(this.setManagerUserControl1);
            this.tabSets.Name = "tabSets";
            this.tabSets.Size = new System.Drawing.Size(771, 307);
            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, 307);
            this.setManagerUserControl1.TabIndex = 0;
            // 
            // tabTrailers
            // 
            this.tabTrailers.Controls.Add(this.movieTrailerUserControl1);
            this.tabTrailers.Name = "tabTrailers";
            this.tabTrailers.Size = new System.Drawing.Size(771, 307);
            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, 307);
            this.movieTrailerUserControl1.TabIndex = 0;
            // 
            // tabPreview
            // 
            this.tabPreview.Controls.Add(this.nfoPreviewUserControl1);
            this.tabPreview.Name = "tabPreview";
            this.tabPreview.Size = new System.Drawing.Size(771, 307);
            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, 307);
            this.nfoPreviewUserControl1.TabIndex = 0;
            // 
            // picPoster
            // 
            this.picPoster.HeaderDetails = "No Image";
            this.picPoster.HeaderTitle = "Poster";
            this.picPoster.Location = new System.Drawing.Point(275, 396);
            this.picPoster.Name = "picPoster";
            this.picPoster.Size = new System.Drawing.Size(409, 293);
            this.picPoster.TabIndex = 6;
            this.picPoster.Type = YANFOE.Tools.Enums.GalleryType.MoviePoster;
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.btnMediaInfo);
            this.panelControl1.Controls.Add(this.btnMutliWatchedFalse);
            this.panelControl1.Controls.Add(this.btnMultiWatchedTrue);
            this.panelControl1.Controls.Add(this.btnWatched);
            this.panelControl1.Controls.Add(this.btnOpenFolder);
            this.panelControl1.Controls.Add(this.btnOpenFile);
            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.Location = new System.Drawing.Point(272, 2);
            this.panelControl1.MaximumSize = new System.Drawing.Size(0, 45);
            this.panelControl1.MinimumSize = new System.Drawing.Size(0, 45);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(775, 45);
            this.panelControl1.TabIndex = 1;
            // 
            // btnMediaInfo
            // 
            this.btnMediaInfo.Dock = System.Windows.Forms.DockStyle.Right;
            this.btnMediaInfo.Image = global::YANFOE.Properties.Resources.searchred;
            this.btnMediaInfo.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnMediaInfo.Location = new System.Drawing.Point(437, 2);
            this.btnMediaInfo.Name = "btnMediaInfo";
            this.btnMediaInfo.Size = new System.Drawing.Size(48, 41);
            superToolTip1.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem1.Appearance.Image = global::YANFOE.Properties.Resources.searchred;
            toolTipTitleItem1.Appearance.Options.UseImage = true;
            toolTipTitleItem1.Image = global::YANFOE.Properties.Resources.searchred;
            toolTipTitleItem1.Text = "Do MediaInfo lookup\r\n";
            toolTipItem1.LeftIndent = 6;
            toolTipItem1.Text = "\r\n";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            this.btnMediaInfo.SuperTip = superToolTip1;
            this.btnMediaInfo.TabIndex = 15;
            this.btnMediaInfo.Click += new System.EventHandler(this.btnMediaInfo_Click);
            // 
            // btnMutliWatchedFalse
            // 
            this.btnMutliWatchedFalse.Dock = System.Windows.Forms.DockStyle.Right;
            this.btnMutliWatchedFalse.Image = global::YANFOE.Properties.Resources.watched_red;
            this.btnMutliWatchedFalse.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnMutliWatchedFalse.Location = new System.Drawing.Point(485, 2);
            this.btnMutliWatchedFalse.Name = "btnMutliWatchedFalse";
            this.btnMutliWatchedFalse.Size = new System.Drawing.Size(48, 41);
            superToolTip2.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem2.Appearance.Image = global::YANFOE.Properties.Resources.watched_red;
            toolTipTitleItem2.Appearance.Options.UseImage = true;
            toolTipTitleItem2.Image = global::YANFOE.Properties.Resources.watched_red;
            toolTipTitleItem2.Text = "Unmark all selected movies as Watched";
            toolTipItem2.LeftIndent = 6;
            toolTipItem2.Text = "\r\n";
            superToolTip2.Items.Add(toolTipTitleItem2);
            superToolTip2.Items.Add(toolTipItem2);
            this.btnMutliWatchedFalse.SuperTip = superToolTip2;
            this.btnMutliWatchedFalse.TabIndex = 13;
            this.btnMutliWatchedFalse.Click += new System.EventHandler(this.btnMutliWatchedFalse_Click);
            // 
            // btnMultiWatchedTrue
            // 
            this.btnMultiWatchedTrue.Dock = System.Windows.Forms.DockStyle.Right;
            this.btnMultiWatchedTrue.Image = global::YANFOE.Properties.Resources.watched_green;
            this.btnMultiWatchedTrue.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnMultiWatchedTrue.Location = new System.Drawing.Point(533, 2);
            this.btnMultiWatchedTrue.Name = "btnMultiWatchedTrue";
            this.btnMultiWatchedTrue.Size = new System.Drawing.Size(48, 41);
            superToolTip3.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem3.Appearance.Image = global::YANFOE.Properties.Resources.watched_green;
            toolTipTitleItem3.Appearance.Options.UseImage = true;
            toolTipTitleItem3.Image = global::YANFOE.Properties.Resources.watched_green;
            toolTipTitleItem3.Text = "Mark all selected movies as Watched";
            toolTipItem3.LeftIndent = 6;
            toolTipItem3.Text = "\r\n";
            superToolTip3.Items.Add(toolTipTitleItem3);
            superToolTip3.Items.Add(toolTipItem3);
            this.btnMultiWatchedTrue.SuperTip = superToolTip3;
            this.btnMultiWatchedTrue.TabIndex = 14;
            this.btnMultiWatchedTrue.Click += new System.EventHandler(this.btnMutliWatchedTrue_Click);
            // 
            // btnWatched
            // 
            this.btnWatched.Dock = System.Windows.Forms.DockStyle.Right;
            this.btnWatched.Image = global::YANFOE.Properties.Resources.watched_red;
            this.btnWatched.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnWatched.Location = new System.Drawing.Point(581, 2);
            this.btnWatched.Name = "btnWatched";
            this.btnWatched.Size = new System.Drawing.Size(48, 41);
            superToolTip4.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem4.Appearance.Image = global::YANFOE.Properties.Resources.watched_green;
            toolTipTitleItem4.Appearance.Options.UseImage = true;
            toolTipTitleItem4.Image = global::YANFOE.Properties.Resources.watched_green;
            toolTipTitleItem4.Text = "Mark movie as Watched";
            toolTipItem4.LeftIndent = 6;
            toolTipItem4.Text = "\r\n";
            superToolTip4.Items.Add(toolTipTitleItem4);
            superToolTip4.Items.Add(toolTipItem4);
            this.btnWatched.SuperTip = superToolTip4;
            this.btnWatched.TabIndex = 12;
            this.btnWatched.Click += new System.EventHandler(this.btnWatched_Click);
            // 
            // btnOpenFolder
            // 
            this.btnOpenFolder.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnOpenFolder.Image = global::YANFOE.Properties.Resources.folder32;
            this.btnOpenFolder.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnOpenFolder.Location = new System.Drawing.Point(156, 2);
            this.btnOpenFolder.Name = "btnOpenFolder";
            this.btnOpenFolder.Size = new System.Drawing.Size(48, 41);
            superToolTip5.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem5.Text = "Open Movie";
            toolTipItem5.LeftIndent = 6;
            toolTipItem5.Text = "Clicking this link will open the movie folder.";
            superToolTip5.Items.Add(toolTipTitleItem5);
            superToolTip5.Items.Add(toolTipItem5);
            this.btnOpenFolder.SuperTip = superToolTip5;
            this.btnOpenFolder.TabIndex = 11;
            this.btnOpenFolder.Click += new System.EventHandler(this.btnOpenFolder_Click);
            // 
            // btnOpenFile
            // 
            this.btnOpenFile.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnOpenFile.Image = global::YANFOE.Properties.Resources.monitor;
            this.btnOpenFile.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnOpenFile.Location = new System.Drawing.Point(108, 2);
            this.btnOpenFile.Name = "btnOpenFile";
            this.btnOpenFile.Size = new System.Drawing.Size(48, 41);
            superToolTip6.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem6.Text = "Open Movie";
            toolTipItem6.LeftIndent = 6;
            toolTipItem6.Text = "Clicking this link will open the current movie file.\r\n";
            superToolTip6.Items.Add(toolTipTitleItem6);
            superToolTip6.Items.Add(toolTipItem6);
            this.btnOpenFile.SuperTip = superToolTip6;
            this.btnOpenFile.TabIndex = 10;
            this.btnOpenFile.Click += new System.EventHandler(this.btnOpenFile_Click);
            // 
            // 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, 41);
            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(629, 2);
            this.btnNew.Name = "btnNew";
            this.btnNew.Size = new System.Drawing.Size(48, 41);
            superToolTip7.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem7.Appearance.Image = global::YANFOE.Properties.Resources.promo_red16;
            toolTipTitleItem7.Appearance.Options.UseImage = true;
            toolTipTitleItem7.Image = global::YANFOE.Properties.Resources.promo_red16;
            toolTipTitleItem7.Text = "Movie is marked as New";
            toolTipItem7.LeftIndent = 6;
            toolTipItem7.Text = "The new status will be removed next time YANFOE is started.<br>\r\n\r\n\r\n";
            superToolTip7.Items.Add(toolTipTitleItem7);
            superToolTip7.Items.Add(toolTipItem7);
            this.btnNew.SuperTip = superToolTip7;
            this.btnNew.TabIndex = 7;
            this.btnNew.Visible = false;
            this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
            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(677, 2);
            this.btnMarked.Name = "btnMarked";
            this.btnMarked.Size = new System.Drawing.Size(48, 41);
            superToolTip8.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem8.Text = "Marked / Unmarked";
            superToolTip8.Items.Add(toolTipTitleItem8);
            this.btnMarked.SuperTip = superToolTip8;
            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, 41);
            superToolTip9.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem9.Text = "Save";
            toolTipItem8.LeftIndent = 6;
            toolTipItem8.Text = "Will Save Both NFO and Images To Disk";
            toolTipTitleItem10.LeftIndent = 6;
            toolTipTitleItem10.Text = "Right click for more options...\r\n";
            superToolTip9.Items.Add(toolTipTitleItem9);
            superToolTip9.Items.Add(toolTipItem8);
            superToolTip9.Items.Add(toolTipSeparatorItem1);
            superToolTip9.Items.Add(toolTipTitleItem10);
            this.btnSave.SuperTip = superToolTip9;
            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, 41);
            superToolTip10.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem11.Text = "Load From Web";
            toolTipItem9.LeftIndent = 6;
            toolTipItem9.Text = "Will download details using the scraper set for this movie.";
            toolTipTitleItem12.LeftIndent = 6;
            toolTipTitleItem12.Text = "Right click for more options...\r\n";
            superToolTip10.Items.Add(toolTipTitleItem11);
            superToolTip10.Items.Add(toolTipItem9);
            superToolTip10.Items.Add(toolTipSeparatorItem2);
            superToolTip10.Items.Add(toolTipTitleItem12);
            this.btnLoadFromWeb.SuperTip = superToolTip10;
            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(725, 2);
            this.btnLock.Name = "btnLock";
            this.btnLock.Size = new System.Drawing.Size(48, 41);
            superToolTip11.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem13.Text = "Locked / Unlock";
            superToolTip11.Items.Add(toolTipTitleItem13);
            this.btnLock.SuperTip = superToolTip11;
            this.btnLock.TabIndex = 8;
            this.btnLock.Tag = "unlocked";
            this.btnLock.Click += new System.EventHandler(this.BtnLock_Click);
            // 
            // 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.layoutControlItem5});
            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.Text = "Root";
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.tabEditTabsControl;
            this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
            this.layoutControlItem2.Location = new System.Drawing.Point(270, 49);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(779, 335);
            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(270, 391);
            this.layoutControlImages.Name = "layoutControlImages";
            this.layoutControlImages.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlImages.Size = new System.Drawing.Size(779, 323);
            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(420, 0);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.Size = new System.Drawing.Size(353, 297);
            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(413, 0);
            this.splitterItem1.Name = "splitterItem1";
            this.splitterItem1.Size = new System.Drawing.Size(7, 297);
            // 
            // 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(413, 297);
            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(270, 384);
            this.splitterItem3.Name = "splitterItem3";
            this.splitterItem3.Size = new System.Drawing.Size(779, 7);
            // 
            // 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(7, 714);
            // 
            // layoutControlItem5
            // 
            this.layoutControlItem5.Control = this.panelControl1;
            this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
            this.layoutControlItem5.Location = new System.Drawing.Point(270, 0);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.Size = new System.Drawing.Size(779, 49);
            this.layoutControlItem5.Text = "layoutControlItem5";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem5.TextToControlDistance = 0;
            this.layoutControlItem5.TextVisible = false;
            // 
            // 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.popupLock,
            this.barButtonItem6,
            this.popupMark,
            this.barButtonItem10,
            this.barButtonItem11,
            this.popupUnlock,
            this.popupUnmark,
            this.popupHide,
            this.popupDelete,
            this.popupOpenFolder,
            this.popupOpenMovie});
            this.barManager1.MaxItemId = 26;
            // 
            // 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;
            this.popupLoadFromWeb.BeforePopup += new System.ComponentModel.CancelEventHandler(this.popupLoadFromWeb_BeforePopup);
            // 
            // 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";
            // 
            // popupLock
            // 
            this.popupLock.Caption = "Lock";
            this.popupLock.Glyph = global::YANFOE.Properties.Resources.locked32;
            this.popupLock.Id = 15;
            this.popupLock.Name = "popupLock";
            this.popupLock.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.popupLock_ItemClick);
            // 
            // barButtonItem6
            // 
            this.barButtonItem6.Caption = "Unlock";
            this.barButtonItem6.Glyph = global::YANFOE.Properties.Resources.unlock32;
            this.barButtonItem6.Id = 16;
            this.barButtonItem6.Name = "barButtonItem6";
            // 
            // popupMark
            // 
            this.popupMark.Caption = "Mark";
            this.popupMark.Glyph = global::YANFOE.Properties.Resources.star_full32;
            this.popupMark.Id = 17;
            this.popupMark.Name = "popupMark";
            this.popupMark.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.popupMark_ItemClick);
            // 
            // barButtonItem10
            // 
            this.barButtonItem10.Caption = "Unmark";
            this.barButtonItem10.Id = 18;
            this.barButtonItem10.Name = "barButtonItem10";
            // 
            // barButtonItem11
            // 
            this.barButtonItem11.Caption = "rewrwe";
            this.barButtonItem11.Id = 19;
            this.barButtonItem11.Name = "barButtonItem11";
            // 
            // popupUnlock
            // 
            this.popupUnlock.Caption = "UnLock";
            this.popupUnlock.Glyph = global::YANFOE.Properties.Resources.unlock32;
            this.popupUnlock.Id = 20;
            this.popupUnlock.Name = "popupUnlock";
            this.popupUnlock.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.popupUnlock_ItemClick);
            // 
            // popupUnmark
            // 
            this.popupUnmark.Caption = "Unmark";
            this.popupUnmark.Glyph = global::YANFOE.Properties.Resources.star_empty32;
            this.popupUnmark.Id = 21;
            this.popupUnmark.Name = "popupUnmark";
            this.popupUnmark.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.popupUnmark_ItemClick);
            // 
            // popupHide
            // 
            this.popupHide.Caption = "Hide";
            this.popupHide.Glyph = global::YANFOE.Properties.Resources.find1;
            this.popupHide.Id = 22;
            this.popupHide.Name = "popupHide";
            this.popupHide.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.popupHide_ItemClick);
            // 
            // popupDelete
            // 
            this.popupDelete.Caption = "Remove";
            this.popupDelete.Glyph = global::YANFOE.Properties.Resources.delete32;
            this.popupDelete.Id = 23;
            this.popupDelete.Name = "popupDelete";
            this.popupDelete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.popupDelete_ItemClick);
            // 
            // popupOpenFolder
            // 
            this.popupOpenFolder.Caption = "Open Folder";
            this.popupOpenFolder.Glyph = global::YANFOE.Properties.Resources.folder32;
            this.popupOpenFolder.Id = 24;
            this.popupOpenFolder.Name = "popupOpenFolder";
            this.popupOpenFolder.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.popupOpenFolder_ItemClick);
            // 
            // popupOpenMovie
            // 
            this.popupOpenMovie.Caption = "Open Movie";
            this.popupOpenMovie.Glyph = global::YANFOE.Properties.Resources.video32;
            this.popupOpenMovie.Id = 25;
            this.popupOpenMovie.Name = "popupOpenMovie";
            this.popupOpenMovie.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.popupOpenMovie_ItemClick);
            // 
            // 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.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.popupOpenMovie),
            new DevExpress.XtraBars.LinkPersistInfo(this.popupOpenFolder),
            new DevExpress.XtraBars.LinkPersistInfo(this.popupLock, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.popupUnlock),
            new DevExpress.XtraBars.LinkPersistInfo(this.popupMark, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.popupUnmark),
            new DevExpress.XtraBars.LinkPersistInfo(this.popupHide, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.popupDelete, true)});
            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.layoutControl2)).EndInit();
            this.layoutControl2.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();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).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);
            this.tabFileInfo.ResumeLayout(false);
            this.tabFileInfo.PerformLayout();
            this.tabIdentify.ResumeLayout(false);
            this.tabSets.ResumeLayout(false);
            this.tabTrailers.ResumeLayout(false);
            this.tabPreview.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            ((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.layoutControlItem5)).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);

        }
 /// <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));
     DevExpress.Utils.SuperToolTip         superToolTip29         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem57     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem          toolTipItem29          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem29 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem58     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip         superToolTip30         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem59     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem          toolTipItem30          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem30 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem60     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip         superToolTip32         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem63     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem          toolTipItem32          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem32 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem64     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip         superToolTip31         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem61     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem          toolTipItem31          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem31 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem62     = new DevExpress.Utils.ToolTipTitleItem();
     this.layoutControl1        = new DevExpress.XtraLayout.LayoutControl();
     this.spnPaymentDays        = new DevExpress.XtraEditors.SpinEdit();
     this.barManager1           = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2                  = new DevExpress.XtraBars.Bar();
     this.btnSave               = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2        = new DevExpress.XtraBars.BarButtonItem();
     this.btnDelete             = 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.txtCreditLim          = new DevExpress.XtraEditors.TextEdit();
     this.txtOppBal             = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1         = new DevExpress.XtraEditors.LabelControl();
     this.txtWebAddr            = new DevExpress.XtraEditors.TextEdit();
     this.txtEmail              = new DevExpress.XtraEditors.TextEdit();
     this.txtPhone              = new DevExpress.XtraEditors.TextEdit();
     this.memAddr               = new DevExpress.XtraEditors.MemoEdit();
     this.txtCustName           = new DevExpress.XtraEditors.TextEdit();
     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.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.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.spnPaymentDays.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCreditLim.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtOppBal.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtWebAddr.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPhone.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memAddr.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCustName.Properties)).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.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.dxValidationProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.spnPaymentDays);
     this.layoutControl1.Controls.Add(this.txtCreditLim);
     this.layoutControl1.Controls.Add(this.txtOppBal);
     this.layoutControl1.Controls.Add(this.labelControl1);
     this.layoutControl1.Controls.Add(this.txtWebAddr);
     this.layoutControl1.Controls.Add(this.txtEmail);
     this.layoutControl1.Controls.Add(this.txtPhone);
     this.layoutControl1.Controls.Add(this.memAddr);
     this.layoutControl1.Controls.Add(this.txtCustName);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 29);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(428, 263);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // spnPaymentDays
     //
     this.spnPaymentDays.EditValue = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.spnPaymentDays.Location    = new System.Drawing.Point(327, 231);
     this.spnPaymentDays.MenuManager = this.barManager1;
     this.spnPaymentDays.Name        = "spnPaymentDays";
     this.spnPaymentDays.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.spnPaymentDays.Size            = new System.Drawing.Size(89, 20);
     this.spnPaymentDays.StyleController = this.layoutControl1;
     this.spnPaymentDays.TabIndex        = 12;
     //
     // 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.btnSave,
         this.barButtonItem2,
         this.barButtonItem3,
         this.btnDelete
     });
     this.barManager1.MainMenu  = this.bar2;
     this.barManager1.MaxItemId = 4;
     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.btnSave, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem2, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnDelete, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem3, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.bar2.OptionsBar.MultiLine   = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // btnSave
     //
     this.btnSave.Caption          = "Save";
     this.btnSave.Glyph            = ((System.Drawing.Image)(resources.GetObject("btnSave.Glyph")));
     this.btnSave.Id               = 0;
     this.btnSave.ItemShortcut     = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F1);
     this.btnSave.LargeGlyph       = ((System.Drawing.Image)(resources.GetObject("btnSave.LargeGlyph")));
     this.btnSave.Name             = "btnSave";
     toolTipTitleItem57.Text       = "       F1";
     toolTipItem29.LeftIndent      = 6;
     toolTipItem29.Text            = "Save Data";
     toolTipTitleItem58.LeftIndent = 6;
     toolTipTitleItem58.Text       = " Short Key";
     superToolTip29.Items.Add(toolTipTitleItem57);
     superToolTip29.Items.Add(toolTipItem29);
     superToolTip29.Items.Add(toolTipSeparatorItem29);
     superToolTip29.Items.Add(toolTipTitleItem58);
     this.btnSave.SuperTip   = superToolTip29;
     this.btnSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSave_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption      = "New";
     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.F3);
     this.barButtonItem2.LargeGlyph   = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.LargeGlyph")));
     this.barButtonItem2.Name         = "barButtonItem2";
     toolTipTitleItem59.Text          = "        F3";
     toolTipItem30.LeftIndent         = 6;
     toolTipItem30.Text            = "Clear Data";
     toolTipTitleItem60.LeftIndent = 6;
     toolTipTitleItem60.Text       = " Short Key";
     superToolTip30.Items.Add(toolTipTitleItem59);
     superToolTip30.Items.Add(toolTipItem30);
     superToolTip30.Items.Add(toolTipSeparatorItem30);
     superToolTip30.Items.Add(toolTipTitleItem60);
     this.barButtonItem2.SuperTip   = superToolTip30;
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // btnDelete
     //
     this.btnDelete.Caption        = "Delete";
     this.btnDelete.Id             = 3;
     this.btnDelete.ImageUri.Uri   = "Clear";
     this.btnDelete.ItemShortcut   = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F4);
     this.btnDelete.Name           = "btnDelete";
     toolTipTitleItem63.Text       = "        F4";
     toolTipItem32.LeftIndent      = 6;
     toolTipItem32.Text            = "Delete Data";
     toolTipTitleItem64.LeftIndent = 6;
     toolTipTitleItem64.Text       = "  Short Key";
     superToolTip32.Items.Add(toolTipTitleItem63);
     superToolTip32.Items.Add(toolTipItem32);
     superToolTip32.Items.Add(toolTipSeparatorItem32);
     superToolTip32.Items.Add(toolTipTitleItem64);
     this.btnDelete.SuperTip   = superToolTip32;
     this.btnDelete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDelete_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption      = "Exit";
     this.barButtonItem3.Glyph        = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.Glyph")));
     this.barButtonItem3.Id           = 2;
     this.barButtonItem3.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E));
     this.barButtonItem3.LargeGlyph   = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.LargeGlyph")));
     this.barButtonItem3.Name         = "barButtonItem3";
     toolTipTitleItem61.Text          = "    Ctrl+E";
     toolTipItem31.LeftIndent         = 6;
     toolTipItem31.Text            = "Close Form";
     toolTipTitleItem62.LeftIndent = 6;
     toolTipTitleItem62.Text       = "  Short Key";
     superToolTip31.Items.Add(toolTipTitleItem61);
     superToolTip31.Items.Add(toolTipItem31);
     superToolTip31.Items.Add(toolTipSeparatorItem31);
     superToolTip31.Items.Add(toolTipTitleItem62);
     this.barButtonItem3.SuperTip   = superToolTip31;
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_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(428, 29);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 292);
     this.barDockControlBottom.Size             = new System.Drawing.Size(428, 22);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 29);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 263);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(428, 29);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 263);
     //
     // txtCreditLim
     //
     this.txtCreditLim.EditValue   = "0.00";
     this.txtCreditLim.Location    = new System.Drawing.Point(327, 207);
     this.txtCreditLim.MenuManager = this.barManager1;
     this.txtCreditLim.Name        = "txtCreditLim";
     this.txtCreditLim.Properties.Appearance.Options.UseTextOptions = true;
     this.txtCreditLim.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.txtCreditLim.Size            = new System.Drawing.Size(89, 20);
     this.txtCreditLim.StyleController = this.layoutControl1;
     this.txtCreditLim.TabIndex        = 11;
     this.txtCreditLim.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.txtCreditLim_KeyPress);
     //
     // txtOppBal
     //
     this.txtOppBal.EditValue   = "0.00";
     this.txtOppBal.Location    = new System.Drawing.Point(123, 207);
     this.txtOppBal.MenuManager = this.barManager1;
     this.txtOppBal.Name        = "txtOppBal";
     this.txtOppBal.Properties.Appearance.Options.UseTextOptions = true;
     this.txtOppBal.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.txtOppBal.Size            = new System.Drawing.Size(89, 20);
     this.txtOppBal.StyleController = this.layoutControl1;
     this.txtOppBal.TabIndex        = 10;
     this.txtOppBal.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.txtOppBal_KeyPress);
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl1.Location        = new System.Drawing.Point(195, 189);
     this.labelControl1.Name            = "labelControl1";
     this.labelControl1.Size            = new System.Drawing.Size(37, 14);
     this.labelControl1.StyleController = this.layoutControl1;
     this.labelControl1.TabIndex        = 9;
     this.labelControl1.Text            = "Credit";
     //
     // txtWebAddr
     //
     this.txtWebAddr.Location        = new System.Drawing.Point(123, 165);
     this.txtWebAddr.MenuManager     = this.barManager1;
     this.txtWebAddr.Name            = "txtWebAddr";
     this.txtWebAddr.Size            = new System.Drawing.Size(293, 20);
     this.txtWebAddr.StyleController = this.layoutControl1;
     this.txtWebAddr.TabIndex        = 8;
     //
     // txtEmail
     //
     this.txtEmail.Location        = new System.Drawing.Point(123, 141);
     this.txtEmail.MenuManager     = this.barManager1;
     this.txtEmail.Name            = "txtEmail";
     this.txtEmail.Size            = new System.Drawing.Size(293, 20);
     this.txtEmail.StyleController = this.layoutControl1;
     this.txtEmail.TabIndex        = 7;
     //
     // txtPhone
     //
     this.txtPhone.Location    = new System.Drawing.Point(123, 117);
     this.txtPhone.MenuManager = this.barManager1;
     this.txtPhone.Name        = "txtPhone";
     this.txtPhone.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.txtPhone.Size            = new System.Drawing.Size(293, 20);
     this.txtPhone.StyleController = this.layoutControl1;
     this.txtPhone.TabIndex        = 6;
     this.txtPhone.Leave          += new System.EventHandler(this.txtPhone_Leave);
     //
     // memAddr
     //
     this.memAddr.Location        = new System.Drawing.Point(123, 36);
     this.memAddr.MenuManager     = this.barManager1;
     this.memAddr.Name            = "memAddr";
     this.memAddr.Size            = new System.Drawing.Size(293, 77);
     this.memAddr.StyleController = this.layoutControl1;
     this.memAddr.TabIndex        = 5;
     this.memAddr.Leave          += new System.EventHandler(this.memAddr_Leave);
     //
     // txtCustName
     //
     this.txtCustName.Location        = new System.Drawing.Point(123, 12);
     this.txtCustName.MenuManager     = this.barManager1;
     this.txtCustName.Name            = "txtCustName";
     this.txtCustName.Size            = new System.Drawing.Size(293, 20);
     this.txtCustName.StyleController = this.layoutControl1;
     this.txtCustName.TabIndex        = 4;
     this.txtCustName.Leave          += new System.EventHandler(this.txtCustName_Leave);
     this.txtCustName.Validating     += new System.ComponentModel.CancelEventHandler(this.txtCustName_Validating);
     //
     // 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.layoutControlItem4,
         this.layoutControlItem5,
         this.layoutControlItem6,
         this.layoutControlItem7,
         this.layoutControlItem8,
         this.layoutControlItem9
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(428, 263);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control        = this.txtCustName;
     this.layoutControlItem1.ImageAlignment = System.Drawing.ContentAlignment.MiddleRight;
     this.layoutControlItem1.Location       = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name           = "layoutControlItem1";
     this.layoutControlItem1.Size           = new System.Drawing.Size(408, 24);
     this.layoutControlItem1.Text           = "Customer Name";
     this.layoutControlItem1.TextSize       = new System.Drawing.Size(108, 13);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control  = this.memAddr;
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 24);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(408, 81);
     this.layoutControlItem2.Text     = "Address";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(108, 13);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control  = this.txtPhone;
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 105);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(408, 24);
     this.layoutControlItem3.Text     = "Phone No";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(108, 13);
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control  = this.txtEmail;
     this.layoutControlItem4.Location = new System.Drawing.Point(0, 129);
     this.layoutControlItem4.Name     = "layoutControlItem4";
     this.layoutControlItem4.Size     = new System.Drawing.Size(408, 24);
     this.layoutControlItem4.Text     = "Email ID";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(108, 13);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control  = this.txtWebAddr;
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 153);
     this.layoutControlItem5.Name     = "layoutControlItem5";
     this.layoutControlItem5.Size     = new System.Drawing.Size(408, 24);
     this.layoutControlItem5.Text     = "Web Address";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(108, 13);
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control          = this.labelControl1;
     this.layoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.layoutControlItem6.Location         = new System.Drawing.Point(0, 177);
     this.layoutControlItem6.Name             = "layoutControlItem6";
     this.layoutControlItem6.Size             = new System.Drawing.Size(408, 18);
     this.layoutControlItem6.Text             = "Credit";
     this.layoutControlItem6.TextSize         = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextVisible      = false;
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control  = this.txtOppBal;
     this.layoutControlItem7.Location = new System.Drawing.Point(0, 195);
     this.layoutControlItem7.Name     = "layoutControlItem7";
     this.layoutControlItem7.Size     = new System.Drawing.Size(204, 48);
     this.layoutControlItem7.Text     = "Opening Balance";
     this.layoutControlItem7.TextSize = new System.Drawing.Size(108, 13);
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control  = this.txtCreditLim;
     this.layoutControlItem8.Location = new System.Drawing.Point(204, 195);
     this.layoutControlItem8.Name     = "layoutControlItem8";
     this.layoutControlItem8.Size     = new System.Drawing.Size(204, 24);
     this.layoutControlItem8.Text     = "   Credit Limit";
     this.layoutControlItem8.TextSize = new System.Drawing.Size(108, 13);
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.Control  = this.spnPaymentDays;
     this.layoutControlItem9.Location = new System.Drawing.Point(204, 219);
     this.layoutControlItem9.Name     = "layoutControlItem9";
     this.layoutControlItem9.Size     = new System.Drawing.Size(204, 24);
     this.layoutControlItem9.Text     = "Credit Duration (Days)";
     this.layoutControlItem9.TextSize = new System.Drawing.Size(108, 13);
     //
     // dxValidationProvider1
     //
     this.dxValidationProvider1.ValidateHiddenControls = false;
     this.dxValidationProvider1.ValidationMode         = DevExpress.XtraEditors.DXErrorProvider.ValidationMode.Auto;
     //
     // Customer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(428, 314);
     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.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(444, 353);
     this.MinimumSize   = new System.Drawing.Size(444, 353);
     this.Name          = "Customer";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Customer Registration";
     this.Load         += new System.EventHandler(this.Customer_Load);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.spnPaymentDays.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCreditLim.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtOppBal.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtWebAddr.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPhone.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memAddr.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCustName.Properties)).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.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.dxValidationProvider1)).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);

        }
Example #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(YeniTelefonKisi));
     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.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.btnEkle       = new DevExpress.XtraEditors.SimpleButton();
     this.txtTelefon    = new DevExpress.XtraEditors.TextEdit();
     this.txtKisi       = new DevExpress.XtraEditors.TextEdit();
     this.lblTelefon    = new DevExpress.XtraEditors.LabelControl();
     this.lblAdiSoyadi  = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtTelefon.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtKisi.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.btnEkle);
     this.panelControl1.Controls.Add(this.txtTelefon);
     this.panelControl1.Controls.Add(this.txtKisi);
     this.panelControl1.Controls.Add(this.lblTelefon);
     this.panelControl1.Controls.Add(this.lblAdiSoyadi);
     this.panelControl1.Location = new System.Drawing.Point(12, 12);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(241, 226);
     this.panelControl1.TabIndex = 1;
     //
     // btnEkle
     //
     this.btnEkle.Image    = ((System.Drawing.Image)(resources.GetObject("btnEkle.Image")));
     this.btnEkle.Location = new System.Drawing.Point(101, 163);
     this.btnEkle.Name     = "btnEkle";
     this.btnEkle.Size     = new System.Drawing.Size(118, 40);
     this.btnEkle.TabIndex = 8;
     this.btnEkle.Text     = "Kullanıcı Ekle";
     this.btnEkle.Click   += new System.EventHandler(this.btnEkle_Click);
     //
     // txtTelefon
     //
     this.txtTelefon.EnterMoveNextControl = true;
     this.txtTelefon.Location             = new System.Drawing.Point(15, 120);
     this.txtTelefon.Name = "txtTelefon";
     this.txtTelefon.Properties.ContextImage  = ((System.Drawing.Image)(resources.GetObject("txtParola.Properties.ContextImage")));
     this.txtTelefon.Properties.Mask.EditMask = "(\\(\\d\\d\\d\\) )?\\d{1,3}-\\d\\d\\d-\\d\\d-\\d\\d";
     this.txtTelefon.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.txtTelefon.Properties.NullText      = "Örnek: 543 876 94 29";
     this.txtTelefon.Size         = new System.Drawing.Size(204, 20);
     toolTipTitleItem3.Text       = "Uyarı";
     toolTipItem2.LeftIndent      = 6;
     toolTipItem2.Text            = "Numara girişi başında sıfır olmayacak şekilde olmalı";
     toolTipTitleItem4.LeftIndent = 6;
     toolTipTitleItem4.Text       = "Örnek: 543 876 94 29";
     superToolTip2.Items.Add(toolTipTitleItem3);
     superToolTip2.Items.Add(toolTipItem2);
     superToolTip2.Items.Add(toolTipSeparatorItem2);
     superToolTip2.Items.Add(toolTipTitleItem4);
     this.txtTelefon.SuperTip = superToolTip2;
     this.txtTelefon.TabIndex = 5;
     //
     // txtKisi
     //
     this.txtKisi.EnterMoveNextControl = true;
     this.txtKisi.Location             = new System.Drawing.Point(15, 61);
     this.txtKisi.Name = "txtKisi";
     this.txtKisi.Properties.ContextImage = ((System.Drawing.Image)(resources.GetObject("txtKullaniciAdi.Properties.ContextImage")));
     this.txtKisi.Size     = new System.Drawing.Size(204, 20);
     this.txtKisi.TabIndex = 4;
     //
     // lblTelefon
     //
     this.lblTelefon.Appearance.Font = new System.Drawing.Font("Trebuchet MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblTelefon.Location        = new System.Drawing.Point(15, 87);
     this.lblTelefon.Name            = "lblTelefon";
     this.lblTelefon.Size            = new System.Drawing.Size(71, 24);
     this.lblTelefon.TabIndex        = 3;
     this.lblTelefon.Text            = "Telefon:";
     //
     // lblAdiSoyadi
     //
     this.lblAdiSoyadi.Appearance.Font = new System.Drawing.Font("Trebuchet MS", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblAdiSoyadi.Location        = new System.Drawing.Point(15, 21);
     this.lblAdiSoyadi.Name            = "lblAdiSoyadi";
     this.lblAdiSoyadi.Size            = new System.Drawing.Size(88, 24);
     this.lblAdiSoyadi.TabIndex        = 2;
     this.lblAdiSoyadi.Text            = "Adı Soyadı";
     //
     // YeniTelefonKisi
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(266, 255);
     this.Controls.Add(this.panelControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "YeniTelefonKisi";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Rehbere Yeni Kişi Ekle";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.YeniTelefonKisi_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtTelefon.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtKisi.Properties)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.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();
            DevExpress.Utils.ToolTipItem toolTipItem5 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem2 = new DevExpress.Utils.ToolTipSeparatorItem();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem8 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem9 = new DevExpress.Utils.ToolTipTitleItem();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.btnOpenFolder = new DevExpress.XtraEditors.SimpleButton();
            this.btnOpenMovie = 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.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.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
            this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.barStaticItem2 = new DevExpress.XtraBars.BarStaticItem();
            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.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem8 = 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.popupSave = new DevExpress.XtraBars.PopupMenu(this.components);
            this.popupLoadFromWeb = new DevExpress.XtraBars.PopupMenu(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupSave)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupLoadFromWeb)).BeginInit();
            this.SuspendLayout();
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.btnOpenFolder);
            this.panelControl1.Controls.Add(this.btnOpenMovie);
            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(789, 44);
            this.panelControl1.TabIndex = 2;
            // 
            // btnOpenFolder
            // 
            this.btnOpenFolder.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnOpenFolder.Image = global::YANFOE.Properties.Resources.folder32;
            this.btnOpenFolder.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnOpenFolder.Location = new System.Drawing.Point(156, 2);
            this.btnOpenFolder.Name = "btnOpenFolder";
            this.btnOpenFolder.Size = new System.Drawing.Size(48, 40);
            superToolTip1.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem1.Text = "Open Movie";
            toolTipItem1.LeftIndent = 6;
            toolTipItem1.Text = "Clicking this link will open the movie files <fileName>\r\n";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            this.btnOpenFolder.SuperTip = superToolTip1;
            this.btnOpenFolder.TabIndex = 11;
            // 
            // btnOpenMovie
            // 
            this.btnOpenMovie.Dock = System.Windows.Forms.DockStyle.Left;
            this.btnOpenMovie.Image = global::YANFOE.Properties.Resources.monitor;
            this.btnOpenMovie.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnOpenMovie.Location = new System.Drawing.Point(108, 2);
            this.btnOpenMovie.Name = "btnOpenMovie";
            this.btnOpenMovie.Size = new System.Drawing.Size(48, 40);
            superToolTip2.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem2.Text = "Open Movie";
            toolTipItem2.LeftIndent = 6;
            toolTipItem2.Text = "Clicking this link will open the movie files <fileName>\r\n";
            superToolTip2.Items.Add(toolTipTitleItem2);
            superToolTip2.Items.Add(toolTipItem2);
            this.btnOpenMovie.SuperTip = superToolTip2;
            this.btnOpenMovie.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(643, 2);
            this.btnNew.Name = "btnNew";
            this.btnNew.Size = new System.Drawing.Size(48, 40);
            superToolTip3.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem3.Appearance.Image = global::YANFOE.Properties.Resources.promo_red16;
            toolTipTitleItem3.Appearance.Options.UseImage = true;
            toolTipTitleItem3.Image = global::YANFOE.Properties.Resources.promo_red16;
            toolTipTitleItem3.Text = "Movie is marked as New";
            toolTipItem3.LeftIndent = 6;
            toolTipItem3.Text = "The new status will be removed next time YANFOE is started.<br>\r\n\r\n\r\n";
            superToolTip3.Items.Add(toolTipTitleItem3);
            superToolTip3.Items.Add(toolTipItem3);
            this.btnNew.SuperTip = superToolTip3;
            this.btnNew.TabIndex = 7;
            this.btnNew.Visible = false;
            // 
            // 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(691, 2);
            this.btnMarked.Name = "btnMarked";
            this.btnMarked.Size = new System.Drawing.Size(48, 40);
            superToolTip4.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem4.Text = "Marked / Unmarked";
            superToolTip4.Items.Add(toolTipTitleItem4);
            this.btnMarked.SuperTip = superToolTip4;
            this.btnMarked.TabIndex = 6;
            this.btnMarked.Tag = "unmarked";
            // 
            // 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.btnSave.Size = new System.Drawing.Size(48, 40);
            superToolTip5.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem5.Text = "Save";
            toolTipItem4.LeftIndent = 6;
            toolTipItem4.Text = "Will Save Both NFO and Images To Disk";
            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.btnSave.SuperTip = superToolTip5;
            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.btnLoadFromWeb.Size = new System.Drawing.Size(48, 40);
            superToolTip6.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem7.Text = "Load From Web";
            toolTipItem5.LeftIndent = 6;
            toolTipItem5.Text = "Will download details using the scraper set for this movie.";
            toolTipTitleItem8.LeftIndent = 6;
            toolTipTitleItem8.Text = "Right click for more options...\r\n";
            superToolTip6.Items.Add(toolTipTitleItem7);
            superToolTip6.Items.Add(toolTipItem5);
            superToolTip6.Items.Add(toolTipSeparatorItem2);
            superToolTip6.Items.Add(toolTipTitleItem8);
            this.btnLoadFromWeb.SuperTip = superToolTip6;
            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(739, 2);
            this.btnLock.Name = "btnLock";
            this.btnLock.Size = new System.Drawing.Size(48, 40);
            superToolTip7.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem9.Text = "Locked / Unlock";
            superToolTip7.Items.Add(toolTipTitleItem9);
            this.btnLock.SuperTip = superToolTip7;
            this.btnLock.TabIndex = 8;
            this.btnLock.Tag = "unlocked";
            // 
            // 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;
            // 
            // barDockControlTop
            // 
            this.barDockControlTop.CausesValidation = false;
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(0, 44);
            this.barDockControlTop.Size = new System.Drawing.Size(789, 0);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 44);
            this.barDockControlBottom.Size = new System.Drawing.Size(789, 0);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 44);
            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(789, 44);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 0);
            // 
            // 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";
            // 
            // barStaticItem2
            // 
            this.barStaticItem2.Caption = "<Current Scraper Group>";
            this.barStaticItem2.Id = 4;
            this.barStaticItem2.Name = "barStaticItem2";
            this.barStaticItem2.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // btnSaveNfo
            // 
            this.btnSaveNfo.Caption = "Save NFO";
            this.btnSaveNfo.Glyph = global::YANFOE.Properties.Resources.school_board;
            this.btnSaveNfo.Id = 5;
            this.btnSaveNfo.Name = "btnSaveNfo";
            // 
            // btnSaveAllImages
            // 
            this.btnSaveAllImages.Caption = "Save All Images";
            this.btnSaveAllImages.Glyph = global::YANFOE.Properties.Resources.picture;
            this.btnSaveAllImages.Id = 6;
            this.btnSaveAllImages.Name = "btnSaveAllImages";
            // 
            // btnSavePoster
            // 
            this.btnSavePoster.Caption = "Save Poster";
            this.btnSavePoster.Glyph = global::YANFOE.Properties.Resources.picture_poster;
            this.btnSavePoster.Id = 7;
            this.btnSavePoster.Name = "btnSavePoster";
            // 
            // btnSaveFanart
            // 
            this.btnSaveFanart.Caption = "Save Fanart";
            this.btnSaveFanart.Glyph = global::YANFOE.Properties.Resources.picture;
            this.btnSaveFanart.Id = 8;
            this.btnSaveFanart.Name = "btnSaveFanart";
            // 
            // barButtonItem7
            // 
            this.barButtonItem7.Caption = "Scrape Using <alternative 1>";
            this.barButtonItem7.Id = 9;
            this.barButtonItem7.Name = "barButtonItem7";
            // 
            // barButtonItem8
            // 
            this.barButtonItem8.Caption = "Save All";
            this.barButtonItem8.Glyph = global::YANFOE.Properties.Resources.save;
            this.barButtonItem8.Id = 10;
            this.barButtonItem8.Name = "barButtonItem8";
            // 
            // 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";
            // 
            // 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";
            // 
            // 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;
            // 
            // MovieTopMenuUserControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            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.Controls.Add(this.panelControl1);
            this.Name = "MovieTopMenuUserControl";
            this.Size = new System.Drawing.Size(789, 44);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupSave)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupLoadFromWeb)).EndInit();
            this.ResumeLayout(false);

        }
Example #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.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(frmMain));
            this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.btnShutdown = new DevExpress.XtraBars.BarButtonItem();
            this.btnRestart = new DevExpress.XtraBars.BarButtonItem();
            this.btnLockScreen = new DevExpress.XtraBars.BarButtonItem();
            this.btnGroupUserList = new DevExpress.XtraBars.BarButtonItem();
            this.btnUserList = new DevExpress.XtraBars.BarButtonItem();
            this.btnPermission = new DevExpress.XtraBars.BarButtonItem();
            this.btnChangePassword = new DevExpress.XtraBars.BarButtonItem();
            this.btnBackupDatabase = new DevExpress.XtraBars.BarButtonItem();
            this.btnRestoreDatabase = new DevExpress.XtraBars.BarButtonItem();
            this.btnRefineDatabase = new DevExpress.XtraBars.BarButtonItem();
            this.btnStore = new DevExpress.XtraBars.BarButtonItem();
            this.btnWarehouse = new DevExpress.XtraBars.BarButtonItem();
            this.btnStall = new DevExpress.XtraBars.BarButtonItem();
            this.btnLevel1 = new DevExpress.XtraBars.BarButtonItem();
            this.btnLevel2 = new DevExpress.XtraBars.BarButtonItem();
            this.btnLevel3 = new DevExpress.XtraBars.BarButtonItem();
            this.btnProduct = new DevExpress.XtraBars.BarButtonItem();
            this.btnProviders = new DevExpress.XtraBars.BarButtonItem();
            this.btnUnit = new DevExpress.XtraBars.BarButtonItem();
            this.btnProvince = new DevExpress.XtraBars.BarButtonItem();
            this.btnDistrict = new DevExpress.XtraBars.BarButtonItem();
            this.btnImportExport = new DevExpress.XtraBars.BarButtonItem();
            this.lblSystemDateCaption = new DevExpress.XtraBars.BarStaticItem();
            this.lblSystemDateValue = new DevExpress.XtraBars.BarStaticItem();
            this.lblSystemTimeCaption = new DevExpress.XtraBars.BarStaticItem();
            this.lblSystemTimeValue = new DevExpress.XtraBars.BarStaticItem();
            this.lblCopyRight = new DevExpress.XtraBars.BarStaticItem();
            this.ribSystemModule = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribSystemPage = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribUserPermissionPage = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribDatabasePage = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribProductModule = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribStorePage = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribProductPage = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribProviderUnit = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribProvincePage = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.tmeMain = new System.Windows.Forms.Timer(this.components);
            this.tabMain = new DevExpress.XtraTabbedMdi.XtraTabbedMdiManager(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabMain)).BeginInit();
            this.SuspendLayout();
            // 
            // ribbon
            // 
            this.ribbon.ApplicationIcon = global::iPOS.IMC.Properties.Resources.logo;
            this.ribbon.ExpandCollapseItem.Id = 0;
            this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbon.ExpandCollapseItem,
            this.btnShutdown,
            this.btnRestart,
            this.btnLockScreen,
            this.btnGroupUserList,
            this.btnUserList,
            this.btnPermission,
            this.btnChangePassword,
            this.btnBackupDatabase,
            this.btnRestoreDatabase,
            this.btnRefineDatabase,
            this.btnStore,
            this.btnWarehouse,
            this.btnStall,
            this.btnLevel1,
            this.btnLevel2,
            this.btnLevel3,
            this.btnProduct,
            this.btnProviders,
            this.btnUnit,
            this.btnProvince,
            this.btnDistrict,
            this.btnImportExport,
            this.lblSystemDateCaption,
            this.lblSystemDateValue,
            this.lblSystemTimeCaption,
            this.lblSystemTimeValue,
            this.lblCopyRight});
            this.ribbon.Location = new System.Drawing.Point(0, 0);
            this.ribbon.MaxItemId = 28;
            this.ribbon.Name = "ribbon";
            this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribSystemModule,
            this.ribProductModule});
            this.ribbon.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2007;
            this.ribbon.Size = new System.Drawing.Size(968, 143);
            this.ribbon.StatusBar = this.ribbonStatusBar;
            // 
            // btnShutdown
            // 
            this.btnShutdown.Caption = "Đăng Xuất";
            this.btnShutdown.Id = 1;
            this.btnShutdown.LargeGlyph = global::iPOS.IMC.Properties.Resources.shutdown_32;
            this.btnShutdown.LargeWidth = 70;
            this.btnShutdown.Name = "btnShutdown";
            // 
            // btnRestart
            // 
            this.btnRestart.Caption = "Khởi Động Lại";
            this.btnRestart.Id = 2;
            this.btnRestart.LargeGlyph = global::iPOS.IMC.Properties.Resources.restart_32;
            this.btnRestart.LargeWidth = 70;
            this.btnRestart.Name = "btnRestart";
            // 
            // btnLockScreen
            // 
            this.btnLockScreen.Caption = "Tạm Khóa Màn Hình";
            this.btnLockScreen.Id = 3;
            this.btnLockScreen.LargeGlyph = global::iPOS.IMC.Properties.Resources.lockscreen_32;
            this.btnLockScreen.LargeWidth = 70;
            this.btnLockScreen.Name = "btnLockScreen";
            // 
            // btnGroupUserList
            // 
            this.btnGroupUserList.Caption = "Nhóm Người Dùng";
            this.btnGroupUserList.Id = 4;
            this.btnGroupUserList.LargeGlyph = global::iPOS.IMC.Properties.Resources.group_user_32;
            this.btnGroupUserList.LargeWidth = 70;
            this.btnGroupUserList.Name = "btnGroupUserList";
            superToolTip1.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            toolTipTitleItem1.Appearance.Image = global::iPOS.IMC.Properties.Resources.import_export_method_32;
            toolTipTitleItem1.Appearance.Options.UseImage = true;
            toolTipTitleItem1.Image = global::iPOS.IMC.Properties.Resources.import_export_method_32;
            toolTipTitleItem1.Text = "<color=RED>Nhóm Người Dùng</color>";
            toolTipItem1.LeftIndent = 6;
            toolTipItem1.Text = "Quản lý nhóm người sử dụng trong hệ thống, Quản lý nhóm người sử dụng trong hệ th" +
    "ống, Quản lý nhóm người sử dụng trong hệ thống";
            toolTipTitleItem2.LeftIndent = 6;
            toolTipTitleItem2.Text = "Chỉ có admin mới có quyền quản trị.";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            superToolTip1.Items.Add(toolTipSeparatorItem1);
            superToolTip1.Items.Add(toolTipTitleItem2);
            this.btnGroupUserList.SuperTip = superToolTip1;
            this.btnGroupUserList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnGroupUserList_ItemClick);
            // 
            // btnUserList
            // 
            this.btnUserList.Caption = "Người Dùng";
            this.btnUserList.Id = 5;
            this.btnUserList.LargeGlyph = global::iPOS.IMC.Properties.Resources.user_32;
            this.btnUserList.LargeWidth = 70;
            this.btnUserList.Name = "btnUserList";
            this.btnUserList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnUserList_ItemClick);
            // 
            // btnPermission
            // 
            this.btnPermission.Caption = "Phân Quyền Dữ Liệu";
            this.btnPermission.Id = 6;
            this.btnPermission.LargeGlyph = global::iPOS.IMC.Properties.Resources.permission_32;
            this.btnPermission.LargeWidth = 75;
            this.btnPermission.Name = "btnPermission";
            this.btnPermission.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnPermission_ItemClick);
            // 
            // btnChangePassword
            // 
            this.btnChangePassword.Caption = "Đổi Mật Khẩu";
            this.btnChangePassword.Id = 7;
            this.btnChangePassword.LargeGlyph = global::iPOS.IMC.Properties.Resources.change_password_32;
            this.btnChangePassword.LargeWidth = 70;
            this.btnChangePassword.Name = "btnChangePassword";
            this.btnChangePassword.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnChangePassword_ItemClick);
            // 
            // btnBackupDatabase
            // 
            this.btnBackupDatabase.Caption = "Sao Lưu Dữ Liệu";
            this.btnBackupDatabase.Id = 8;
            this.btnBackupDatabase.LargeGlyph = global::iPOS.IMC.Properties.Resources.backup_database_32;
            this.btnBackupDatabase.LargeWidth = 70;
            this.btnBackupDatabase.Name = "btnBackupDatabase";
            // 
            // btnRestoreDatabase
            // 
            this.btnRestoreDatabase.Caption = "Phục Hồi Dữ Liệu";
            this.btnRestoreDatabase.Id = 9;
            this.btnRestoreDatabase.LargeGlyph = global::iPOS.IMC.Properties.Resources.restore_database_32;
            this.btnRestoreDatabase.LargeWidth = 70;
            this.btnRestoreDatabase.Name = "btnRestoreDatabase";
            // 
            // btnRefineDatabase
            // 
            this.btnRefineDatabase.Caption = "Tinh Chỉnh Dữ Liệu";
            this.btnRefineDatabase.Id = 10;
            this.btnRefineDatabase.LargeGlyph = global::iPOS.IMC.Properties.Resources.refine_database_32;
            this.btnRefineDatabase.LargeWidth = 70;
            this.btnRefineDatabase.Name = "btnRefineDatabase";
            // 
            // btnStore
            // 
            this.btnStore.Caption = "Cửa Hàng";
            this.btnStore.Id = 11;
            this.btnStore.LargeGlyph = global::iPOS.IMC.Properties.Resources.shop_32;
            this.btnStore.LargeWidth = 70;
            this.btnStore.Name = "btnStore";
            this.btnStore.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnStore_ItemClick);
            // 
            // btnWarehouse
            // 
            this.btnWarehouse.Caption = "Kho Hàng";
            this.btnWarehouse.Id = 12;
            this.btnWarehouse.LargeGlyph = global::iPOS.IMC.Properties.Resources.inventory_32;
            this.btnWarehouse.LargeWidth = 70;
            this.btnWarehouse.Name = "btnWarehouse";
            this.btnWarehouse.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnWarehouse_ItemClick);
            // 
            // btnStall
            // 
            this.btnStall.Caption = "Quầy Bán Hàng";
            this.btnStall.Id = 13;
            this.btnStall.LargeGlyph = global::iPOS.IMC.Properties.Resources.cashier_32;
            this.btnStall.LargeWidth = 70;
            this.btnStall.Name = "btnStall";
            this.btnStall.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnStall_ItemClick);
            // 
            // btnLevel1
            // 
            this.btnLevel1.Caption = "Ngành Hàng";
            this.btnLevel1.Id = 14;
            this.btnLevel1.LargeGlyph = global::iPOS.IMC.Properties.Resources.level1_32;
            this.btnLevel1.LargeWidth = 70;
            this.btnLevel1.Name = "btnLevel1";
            this.btnLevel1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnLevel1_ItemClick);
            // 
            // btnLevel2
            // 
            this.btnLevel2.Caption = "Nhóm Hàng";
            this.btnLevel2.Id = 15;
            this.btnLevel2.LargeGlyph = global::iPOS.IMC.Properties.Resources.level2_32;
            this.btnLevel2.LargeWidth = 70;
            this.btnLevel2.Name = "btnLevel2";
            this.btnLevel2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnLevel2_ItemClick);
            // 
            // btnLevel3
            // 
            this.btnLevel3.Caption = "Phân Nhóm Hàng";
            this.btnLevel3.Id = 16;
            this.btnLevel3.LargeGlyph = global::iPOS.IMC.Properties.Resources.level3_32;
            this.btnLevel3.LargeWidth = 70;
            this.btnLevel3.Name = "btnLevel3";
            this.btnLevel3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnLevel3_ItemClick);
            // 
            // btnProduct
            // 
            this.btnProduct.Caption = "Hàng Hóa";
            this.btnProduct.Id = 17;
            this.btnProduct.LargeGlyph = global::iPOS.IMC.Properties.Resources.product_32;
            this.btnProduct.LargeWidth = 70;
            this.btnProduct.Name = "btnProduct";
            // 
            // btnProviders
            // 
            this.btnProviders.Caption = "Nhà Cung Cấp";
            this.btnProviders.Id = 18;
            this.btnProviders.LargeGlyph = global::iPOS.IMC.Properties.Resources.providers_32;
            this.btnProviders.LargeWidth = 70;
            this.btnProviders.Name = "btnProviders";
            // 
            // btnUnit
            // 
            this.btnUnit.Caption = "Đơn Vị Tính";
            this.btnUnit.Id = 19;
            this.btnUnit.LargeGlyph = global::iPOS.IMC.Properties.Resources.units_32;
            this.btnUnit.LargeWidth = 70;
            this.btnUnit.Name = "btnUnit";
            // 
            // btnProvince
            // 
            this.btnProvince.Caption = "Tỉnh Thành";
            this.btnProvince.Id = 20;
            this.btnProvince.LargeGlyph = global::iPOS.IMC.Properties.Resources.province_32;
            this.btnProvince.LargeWidth = 70;
            this.btnProvince.Name = "btnProvince";
            this.btnProvince.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnProvince_ItemClick);
            // 
            // btnDistrict
            // 
            this.btnDistrict.Caption = "Quận Huyện";
            this.btnDistrict.Id = 21;
            this.btnDistrict.LargeGlyph = global::iPOS.IMC.Properties.Resources.district_32;
            this.btnDistrict.LargeWidth = 70;
            this.btnDistrict.Name = "btnDistrict";
            this.btnDistrict.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDistrict_ItemClick);
            // 
            // btnImportExport
            // 
            this.btnImportExport.Caption = "Phương Thức Nhập Xuất";
            this.btnImportExport.Id = 22;
            this.btnImportExport.LargeGlyph = global::iPOS.IMC.Properties.Resources.import_export_method_32;
            this.btnImportExport.LargeWidth = 80;
            this.btnImportExport.Name = "btnImportExport";
            // 
            // lblSystemDateCaption
            // 
            this.lblSystemDateCaption.Caption = "Ngày hệ thống:";
            this.lblSystemDateCaption.Glyph = global::iPOS.IMC.Properties.Resources.calendar_16;
            this.lblSystemDateCaption.Id = 23;
            this.lblSystemDateCaption.Name = "lblSystemDateCaption";
            this.lblSystemDateCaption.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // lblSystemDateValue
            // 
            this.lblSystemDateValue.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            this.lblSystemDateValue.Caption = "24/07/1992";
            this.lblSystemDateValue.Id = 24;
            this.lblSystemDateValue.Name = "lblSystemDateValue";
            this.lblSystemDateValue.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // lblSystemTimeCaption
            // 
            this.lblSystemTimeCaption.Caption = "Giờ hệ thống:";
            this.lblSystemTimeCaption.Glyph = global::iPOS.IMC.Properties.Resources.clock_16;
            this.lblSystemTimeCaption.Id = 25;
            this.lblSystemTimeCaption.Name = "lblSystemTimeCaption";
            this.lblSystemTimeCaption.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // lblSystemTimeValue
            // 
            this.lblSystemTimeValue.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            this.lblSystemTimeValue.Caption = "12:00:00 AM";
            this.lblSystemTimeValue.Id = 26;
            this.lblSystemTimeValue.Name = "lblSystemTimeValue";
            this.lblSystemTimeValue.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // lblCopyRight
            // 
            this.lblCopyRight.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
            this.lblCopyRight.Caption = "© Copyright by <b><color=RED>Penguin Software</color></b> Company, 2015. All righ" +
    "t reserved.";
            this.lblCopyRight.Id = 27;
            this.lblCopyRight.Name = "lblCopyRight";
            this.lblCopyRight.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // ribSystemModule
            // 
            this.ribSystemModule.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribSystemPage,
            this.ribUserPermissionPage,
            this.ribDatabasePage});
            this.ribSystemModule.Name = "ribSystemModule";
            this.ribSystemModule.Text = "Hệ Thống";
            // 
            // ribSystemPage
            // 
            this.ribSystemPage.ItemLinks.Add(this.btnShutdown);
            this.ribSystemPage.ItemLinks.Add(this.btnRestart);
            this.ribSystemPage.ItemLinks.Add(this.btnLockScreen, true);
            this.ribSystemPage.Name = "ribSystemPage";
            this.ribSystemPage.ShowCaptionButton = false;
            this.ribSystemPage.Text = "Hệ Thống";
            // 
            // ribUserPermissionPage
            // 
            this.ribUserPermissionPage.ItemLinks.Add(this.btnGroupUserList);
            this.ribUserPermissionPage.ItemLinks.Add(this.btnUserList);
            this.ribUserPermissionPage.ItemLinks.Add(this.btnPermission, true);
            this.ribUserPermissionPage.ItemLinks.Add(this.btnChangePassword);
            this.ribUserPermissionPage.Name = "ribUserPermissionPage";
            this.ribUserPermissionPage.ShowCaptionButton = false;
            this.ribUserPermissionPage.Text = "Người Dùng - Bảo Mật";
            // 
            // ribDatabasePage
            // 
            this.ribDatabasePage.ItemLinks.Add(this.btnBackupDatabase);
            this.ribDatabasePage.ItemLinks.Add(this.btnRestoreDatabase);
            this.ribDatabasePage.ItemLinks.Add(this.btnRefineDatabase, true);
            this.ribDatabasePage.Name = "ribDatabasePage";
            this.ribDatabasePage.ShowCaptionButton = false;
            this.ribDatabasePage.Text = "Công Cụ Dữ Liệu";
            // 
            // ribProductModule
            // 
            this.ribProductModule.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribStorePage,
            this.ribProductPage,
            this.ribProviderUnit,
            this.ribProvincePage});
            this.ribProductModule.Name = "ribProductModule";
            this.ribProductModule.Text = "Hàng Hóa";
            // 
            // ribStorePage
            // 
            this.ribStorePage.ItemLinks.Add(this.btnStore);
            this.ribStorePage.ItemLinks.Add(this.btnWarehouse);
            this.ribStorePage.ItemLinks.Add(this.btnStall);
            this.ribStorePage.Name = "ribStorePage";
            this.ribStorePage.ShowCaptionButton = false;
            this.ribStorePage.Text = "Cửa Hàng - Kho Hàng";
            // 
            // ribProductPage
            // 
            this.ribProductPage.ItemLinks.Add(this.btnLevel1);
            this.ribProductPage.ItemLinks.Add(this.btnLevel2);
            this.ribProductPage.ItemLinks.Add(this.btnLevel3);
            this.ribProductPage.ItemLinks.Add(this.btnProduct, true);
            this.ribProductPage.Name = "ribProductPage";
            this.ribProductPage.ShowCaptionButton = false;
            this.ribProductPage.Text = "Hàng Hóa";
            // 
            // ribProviderUnit
            // 
            this.ribProviderUnit.ItemLinks.Add(this.btnProviders);
            this.ribProviderUnit.ItemLinks.Add(this.btnUnit, true);
            this.ribProviderUnit.Name = "ribProviderUnit";
            this.ribProviderUnit.ShowCaptionButton = false;
            this.ribProviderUnit.Text = "Nhà Cung Cấp - Đơn Vị Tính";
            // 
            // ribProvincePage
            // 
            this.ribProvincePage.ItemLinks.Add(this.btnProvince);
            this.ribProvincePage.ItemLinks.Add(this.btnDistrict);
            this.ribProvincePage.ItemLinks.Add(this.btnImportExport, true);
            this.ribProvincePage.Name = "ribProvincePage";
            this.ribProvincePage.ShowCaptionButton = false;
            this.ribProvincePage.Text = "Danh Mục Khác";
            // 
            // ribbonStatusBar
            // 
            this.ribbonStatusBar.ItemLinks.Add(this.lblCopyRight);
            this.ribbonStatusBar.ItemLinks.Add(this.lblSystemDateCaption, true);
            this.ribbonStatusBar.ItemLinks.Add(this.lblSystemDateValue, true);
            this.ribbonStatusBar.ItemLinks.Add(this.lblSystemTimeCaption, true);
            this.ribbonStatusBar.ItemLinks.Add(this.lblSystemTimeValue, true);
            this.ribbonStatusBar.Location = new System.Drawing.Point(0, 533);
            this.ribbonStatusBar.Name = "ribbonStatusBar";
            this.ribbonStatusBar.Ribbon = this.ribbon;
            this.ribbonStatusBar.Size = new System.Drawing.Size(968, 31);
            // 
            // tmeMain
            // 
            this.tmeMain.Enabled = true;
            this.tmeMain.Interval = 1000;
            this.tmeMain.Tick += new System.EventHandler(this.tmeMain_Tick);
            // 
            // tabMain
            // 
            this.tabMain.MdiParent = this;
            // 
            // frmMain
            // 
            this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(968, 564);
            this.Controls.Add(this.ribbonStatusBar);
            this.Controls.Add(this.ribbon);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.IsMdiContainer = true;
            this.Name = "frmMain";
            this.Ribbon = this.ribbon;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.StatusBar = this.ribbonStatusBar;
            this.Text = "iPOS Management 1.0";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabMain)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Example #12
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_Healer));
            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.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
            this.ddlRune = new DevExpress.XtraEditors.ImageComboBoxEdit();
            this.rdPercRune = new DevExpress.XtraEditors.CheckEdit();
            this.txtPtsRune = new DevExpress.XtraEditors.TextEdit();
            this.txtPercRune = new DevExpress.XtraEditors.TextEdit();
            this.rdPtsRune = new DevExpress.XtraEditors.CheckEdit();
            this.ckUseRune = new DevExpress.XtraEditors.CheckEdit();
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
            this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
            this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem25 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem28 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem22 = new DevExpress.XtraLayout.LayoutControlItem();
            this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
            this.layoutControl3 = new DevExpress.XtraLayout.LayoutControl();
            this.btnRem = new DevExpress.XtraEditors.SimpleButton();
            this.imgForm = new DevExpress.Utils.ImageCollection(this.components);
            this.btnAdd = new DevExpress.XtraEditors.SimpleButton();
            this.txtHPFriend = new DevExpress.XtraEditors.TextEdit();
            this.lstFriends = new DevExpress.XtraEditors.ImageListBoxControl();
            this.ddlHealTypeFriend = new DevExpress.XtraEditors.ImageComboBoxEdit();
            this.ddlPlayers = new DevExpress.XtraEditors.ImageComboBoxEdit();
            this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
            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.groupControl3 = new DevExpress.XtraEditors.GroupControl();
            this.layoutControl4 = new DevExpress.XtraLayout.LayoutControl();
            this.ddlSpell = new DevExpress.XtraEditors.ImageComboBoxEdit();
            this.rdPercSpell = new DevExpress.XtraEditors.CheckEdit();
            this.txtPtsSpell = new DevExpress.XtraEditors.TextEdit();
            this.txtPercSpell = new DevExpress.XtraEditors.TextEdit();
            this.rdPtsSpell = new DevExpress.XtraEditors.CheckEdit();
            this.ckUseSpell = new DevExpress.XtraEditors.CheckEdit();
            this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem();
            this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem23 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem26 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem29 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
            this.groupControl4 = new DevExpress.XtraEditors.GroupControl();
            this.layoutControl5 = new DevExpress.XtraLayout.LayoutControl();
            this.ddlPotions = new DevExpress.XtraEditors.ImageComboBoxEdit();
            this.rdPercPotion = new DevExpress.XtraEditors.CheckEdit();
            this.txtPtsPotion = new DevExpress.XtraEditors.TextEdit();
            this.txtPercPotion = new DevExpress.XtraEditors.TextEdit();
            this.rdPtsPotion = new DevExpress.XtraEditors.CheckEdit();
            this.ckUsePotion = new DevExpress.XtraEditors.CheckEdit();
            this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
            this.simpleLabelItem3 = new DevExpress.XtraLayout.SimpleLabelItem();
            this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem24 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem27 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem30 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.ckDrop = new DevExpress.XtraEditors.CheckEdit();
            this.ckHotkey = new DevExpress.XtraEditors.CheckEdit();
            this.btnStart = new DevExpress.XtraEditors.SimpleButton();
            this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
            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.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem31 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem32 = new DevExpress.XtraLayout.LayoutControlItem();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.ckAutomatic = new DevExpress.XtraEditors.CheckEdit();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
            this.layoutControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ddlRune.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rdPercRune.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPtsRune.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPercRune.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rdPtsRune.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckUseRune.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
            this.groupControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).BeginInit();
            this.layoutControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.imgForm)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtHPFriend.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lstFriends)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlHealTypeFriend.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlPlayers.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).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.groupControl3)).BeginInit();
            this.groupControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl4)).BeginInit();
            this.layoutControl4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ddlSpell.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rdPercSpell.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPtsSpell.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPercSpell.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rdPtsSpell.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckUseSpell.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).BeginInit();
            this.groupControl4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl5)).BeginInit();
            this.layoutControl5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ddlPotions.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rdPercPotion.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPtsPotion.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPercPotion.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rdPtsPotion.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckUsePotion.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ckDrop.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckHotkey.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).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.layoutControlItem13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem31)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem32)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ckAutomatic.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // groupControl1
            // 
            this.groupControl1.Controls.Add(this.layoutControl2);
            this.groupControl1.Location = new System.Drawing.Point(160, 7);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(309, 87);
            this.groupControl1.TabIndex = 5;
            this.groupControl1.Text = "Rune";
            // 
            // layoutControl2
            // 
            this.layoutControl2.Controls.Add(this.ddlRune);
            this.layoutControl2.Controls.Add(this.rdPercRune);
            this.layoutControl2.Controls.Add(this.txtPtsRune);
            this.layoutControl2.Controls.Add(this.txtPercRune);
            this.layoutControl2.Controls.Add(this.rdPtsRune);
            this.layoutControl2.Controls.Add(this.ckUseRune);
            this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl2.Location = new System.Drawing.Point(2, 20);
            this.layoutControl2.Name = "layoutControl2";
            this.layoutControl2.Root = this.layoutControlGroup2;
            this.layoutControl2.Size = new System.Drawing.Size(305, 65);
            this.layoutControl2.TabIndex = 0;
            this.layoutControl2.Text = "layoutControl2";
            // 
            // ddlRune
            // 
            this.ddlRune.Enabled = false;
            this.ddlRune.Location = new System.Drawing.Point(119, 7);
            this.ddlRune.Name = "ddlRune";
            this.ddlRune.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ddlRune.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("UH - Ultimate Healing Rune", 0, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("IH - Intense Healing Rune", 1, -1)});
            this.ddlRune.Size = new System.Drawing.Size(180, 20);
            this.ddlRune.StyleController = this.layoutControl2;
            this.ddlRune.TabIndex = 10;
            // 
            // rdPercRune
            // 
            this.rdPercRune.Enabled = false;
            this.rdPercRune.Location = new System.Drawing.Point(218, 38);
            this.rdPercRune.Name = "rdPercRune";
            this.rdPercRune.Properties.Caption = "%";
            this.rdPercRune.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
            this.rdPercRune.Size = new System.Drawing.Size(34, 18);
            this.rdPercRune.StyleController = this.layoutControl2;
            this.rdPercRune.TabIndex = 9;
            // 
            // txtPtsRune
            // 
            this.txtPtsRune.EditValue = "";
            this.txtPtsRune.Enabled = false;
            this.txtPtsRune.Location = new System.Drawing.Point(168, 38);
            this.txtPtsRune.Name = "txtPtsRune";
            this.txtPtsRune.Properties.Appearance.Options.UseTextOptions = true;
            this.txtPtsRune.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.txtPtsRune.Properties.Mask.EditMask = "f0";
            this.txtPtsRune.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtPtsRune.Size = new System.Drawing.Size(39, 20);
            this.txtPtsRune.StyleController = this.layoutControl2;
            this.txtPtsRune.TabIndex = 8;
            // 
            // txtPercRune
            // 
            this.txtPercRune.EditValue = "";
            this.txtPercRune.Enabled = false;
            this.txtPercRune.Location = new System.Drawing.Point(263, 38);
            this.txtPercRune.Name = "txtPercRune";
            this.txtPercRune.Properties.Appearance.Options.UseTextOptions = true;
            this.txtPercRune.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.txtPercRune.Properties.Mask.EditMask = "f0";
            this.txtPercRune.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtPercRune.Properties.MaxLength = 2;
            this.txtPercRune.Size = new System.Drawing.Size(36, 20);
            this.txtPercRune.StyleController = this.layoutControl2;
            this.txtPercRune.TabIndex = 7;
            // 
            // rdPtsRune
            // 
            this.rdPtsRune.EditValue = true;
            this.rdPtsRune.Enabled = false;
            this.rdPtsRune.Location = new System.Drawing.Point(119, 38);
            this.rdPtsRune.Name = "rdPtsRune";
            this.rdPtsRune.Properties.Caption = "Pts:";
            this.rdPtsRune.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
            this.rdPtsRune.Size = new System.Drawing.Size(38, 18);
            this.rdPtsRune.StyleController = this.layoutControl2;
            this.rdPtsRune.TabIndex = 6;
            // 
            // ckUseRune
            // 
            this.ckUseRune.Location = new System.Drawing.Point(7, 7);
            this.ckUseRune.Name = "ckUseRune";
            this.ckUseRune.Properties.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
            this.ckUseRune.Properties.Appearance.ForeColor = System.Drawing.Color.IndianRed;
            this.ckUseRune.Properties.Appearance.Options.UseBackColor = true;
            this.ckUseRune.Properties.Appearance.Options.UseForeColor = true;
            this.ckUseRune.Properties.Caption = " Heal with Rune:";
            this.ckUseRune.Size = new System.Drawing.Size(101, 18);
            this.ckUseRune.StyleController = this.layoutControl2;
            this.ckUseRune.TabIndex = 4;
            // 
            // layoutControlGroup2
            // 
            this.layoutControlGroup2.CustomizationFormText = "layoutControlGroup2";
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem11,
            this.simpleLabelItem1,
            this.layoutControlItem12,
            this.layoutControlItem19,
            this.layoutControlItem25,
            this.layoutControlItem28,
            this.layoutControlItem22});
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup2.Name = "Root";
            this.layoutControlGroup2.Size = new System.Drawing.Size(305, 65);
            this.layoutControlGroup2.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup2.Text = "Root";
            this.layoutControlGroup2.TextVisible = false;
            // 
            // layoutControlItem11
            // 
            this.layoutControlItem11.Control = this.ckUseRune;
            this.layoutControlItem11.CustomizationFormText = "layoutControlItem11";
            this.layoutControlItem11.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem11.MaxSize = new System.Drawing.Size(112, 29);
            this.layoutControlItem11.MinSize = new System.Drawing.Size(112, 29);
            this.layoutControlItem11.Name = "layoutControlItem11";
            this.layoutControlItem11.Size = new System.Drawing.Size(112, 31);
            this.layoutControlItem11.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem11.Text = "layoutControlItem11";
            this.layoutControlItem11.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem11.TextToControlDistance = 0;
            this.layoutControlItem11.TextVisible = false;
            // 
            // simpleLabelItem1
            // 
            this.simpleLabelItem1.AppearanceItemCaption.ForeColor = System.Drawing.Color.SlateGray;
            this.simpleLabelItem1.AppearanceItemCaption.Options.UseForeColor = true;
            this.simpleLabelItem1.CustomizationFormText = " Hitpoints bellow:";
            this.simpleLabelItem1.Location = new System.Drawing.Point(0, 31);
            this.simpleLabelItem1.Name = "simpleLabelItem1";
            this.simpleLabelItem1.Size = new System.Drawing.Size(112, 32);
            this.simpleLabelItem1.Text = " Hitpoints bellow:";
            this.simpleLabelItem1.TextSize = new System.Drawing.Size(82, 20);
            // 
            // layoutControlItem12
            // 
            this.layoutControlItem12.Control = this.ddlRune;
            this.layoutControlItem12.CustomizationFormText = "layoutControlItem12";
            this.layoutControlItem12.Location = new System.Drawing.Point(112, 0);
            this.layoutControlItem12.Name = "layoutControlItem12";
            this.layoutControlItem12.Size = new System.Drawing.Size(191, 31);
            this.layoutControlItem12.Text = "layoutControlItem12";
            this.layoutControlItem12.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem12.TextToControlDistance = 0;
            this.layoutControlItem12.TextVisible = false;
            // 
            // layoutControlItem19
            // 
            this.layoutControlItem19.Control = this.rdPtsRune;
            this.layoutControlItem19.CustomizationFormText = "layoutControlItem19";
            this.layoutControlItem19.Location = new System.Drawing.Point(112, 31);
            this.layoutControlItem19.MinSize = new System.Drawing.Size(41, 29);
            this.layoutControlItem19.Name = "layoutControlItem19";
            this.layoutControlItem19.Size = new System.Drawing.Size(49, 32);
            this.layoutControlItem19.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem19.Text = "layoutControlItem19";
            this.layoutControlItem19.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem19.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem19.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem19.TextToControlDistance = 0;
            this.layoutControlItem19.TextVisible = false;
            // 
            // layoutControlItem25
            // 
            this.layoutControlItem25.Control = this.txtPtsRune;
            this.layoutControlItem25.CustomizationFormText = "layoutControlItem25";
            this.layoutControlItem25.Location = new System.Drawing.Point(161, 31);
            this.layoutControlItem25.MaxSize = new System.Drawing.Size(50, 31);
            this.layoutControlItem25.MinSize = new System.Drawing.Size(50, 31);
            this.layoutControlItem25.Name = "layoutControlItem25";
            this.layoutControlItem25.Size = new System.Drawing.Size(50, 32);
            this.layoutControlItem25.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem25.Text = "layoutControlItem25";
            this.layoutControlItem25.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem25.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem25.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem25.TextToControlDistance = 0;
            this.layoutControlItem25.TextVisible = false;
            // 
            // layoutControlItem28
            // 
            this.layoutControlItem28.Control = this.rdPercRune;
            this.layoutControlItem28.CustomizationFormText = "layoutControlItem28";
            this.layoutControlItem28.Location = new System.Drawing.Point(211, 31);
            this.layoutControlItem28.MaxSize = new System.Drawing.Size(45, 29);
            this.layoutControlItem28.MinSize = new System.Drawing.Size(45, 29);
            this.layoutControlItem28.Name = "layoutControlItem28";
            this.layoutControlItem28.Size = new System.Drawing.Size(45, 32);
            this.layoutControlItem28.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem28.Text = "layoutControlItem28";
            this.layoutControlItem28.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem28.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem28.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem28.TextToControlDistance = 0;
            this.layoutControlItem28.TextVisible = false;
            // 
            // layoutControlItem22
            // 
            this.layoutControlItem22.Control = this.txtPercRune;
            this.layoutControlItem22.CustomizationFormText = "layoutControlItem22";
            this.layoutControlItem22.Location = new System.Drawing.Point(256, 31);
            this.layoutControlItem22.MaxSize = new System.Drawing.Size(0, 31);
            this.layoutControlItem22.MinSize = new System.Drawing.Size(41, 31);
            this.layoutControlItem22.Name = "layoutControlItem22";
            this.layoutControlItem22.Size = new System.Drawing.Size(47, 32);
            this.layoutControlItem22.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem22.Text = "layoutControlItem22";
            this.layoutControlItem22.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem22.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem22.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem22.TextToControlDistance = 0;
            this.layoutControlItem22.TextVisible = false;
            // 
            // groupControl2
            // 
            this.groupControl2.Controls.Add(this.layoutControl3);
            this.groupControl2.Location = new System.Drawing.Point(480, 7);
            this.groupControl2.Name = "groupControl2";
            this.groupControl2.Size = new System.Drawing.Size(248, 283);
            this.groupControl2.TabIndex = 7;
            this.groupControl2.Text = "Heal Friends";
            // 
            // layoutControl3
            // 
            this.layoutControl3.Controls.Add(this.btnRem);
            this.layoutControl3.Controls.Add(this.btnAdd);
            this.layoutControl3.Controls.Add(this.txtHPFriend);
            this.layoutControl3.Controls.Add(this.lstFriends);
            this.layoutControl3.Controls.Add(this.ddlHealTypeFriend);
            this.layoutControl3.Controls.Add(this.ddlPlayers);
            this.layoutControl3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl3.Location = new System.Drawing.Point(2, 20);
            this.layoutControl3.Name = "layoutControl3";
            this.layoutControl3.Root = this.layoutControlGroup3;
            this.layoutControl3.Size = new System.Drawing.Size(244, 261);
            this.layoutControl3.TabIndex = 0;
            this.layoutControl3.Text = "layoutControl3";
            // 
            // btnRem
            // 
            this.btnRem.ImageIndex = 0;
            this.btnRem.ImageList = this.imgForm;
            this.btnRem.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnRem.Location = new System.Drawing.Point(209, 35);
            this.btnRem.Name = "btnRem";
            this.btnRem.Size = new System.Drawing.Size(32, 26);
            this.btnRem.StyleController = this.layoutControl3;
            this.btnRem.TabIndex = 9;
            // 
            // imgForm
            // 
            this.imgForm.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imgForm.ImageStream")));
            // 
            // btnAdd
            // 
            this.btnAdd.ImageIndex = 1;
            this.btnAdd.ImageList = this.imgForm;
            this.btnAdd.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnAdd.Location = new System.Drawing.Point(209, 4);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(32, 26);
            this.btnAdd.StyleController = this.layoutControl3;
            this.btnAdd.TabIndex = 8;
            // 
            // txtHPFriend
            // 
            this.txtHPFriend.EditValue = "0%";
            this.txtHPFriend.Location = new System.Drawing.Point(168, 38);
            this.txtHPFriend.Name = "txtHPFriend";
            this.txtHPFriend.Size = new System.Drawing.Size(33, 20);
            this.txtHPFriend.StyleController = this.layoutControl3;
            this.txtHPFriend.TabIndex = 7;
            // 
            // lstFriends
            // 
            this.lstFriends.ImageList = this.imgForm;
            this.lstFriends.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageListBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageListBoxItem("Lord Keyrox [90%]", 2),
            new DevExpress.XtraEditors.Controls.ImageListBoxItem("Sallazar Dragon Archer [75%]", 2),
            new DevExpress.XtraEditors.Controls.ImageListBoxItem("Sheik Bar [30%]", 2)});
            this.lstFriends.Location = new System.Drawing.Point(7, 69);
            this.lstFriends.Name = "lstFriends";
            this.lstFriends.Size = new System.Drawing.Size(231, 186);
            this.lstFriends.StyleController = this.layoutControl3;
            this.lstFriends.TabIndex = 6;
            // 
            // ddlHealTypeFriend
            // 
            this.ddlHealTypeFriend.EditValue = 1;
            this.ddlHealTypeFriend.Location = new System.Drawing.Point(52, 38);
            this.ddlHealTypeFriend.Name = "ddlHealTypeFriend";
            this.ddlHealTypeFriend.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ddlHealTypeFriend.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Ultimate Healing Rune", 1, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Exura Sio", 2, -1)});
            this.ddlHealTypeFriend.Size = new System.Drawing.Size(75, 20);
            this.ddlHealTypeFriend.StyleController = this.layoutControl3;
            this.ddlHealTypeFriend.TabIndex = 5;
            // 
            // ddlPlayers
            // 
            this.ddlPlayers.Location = new System.Drawing.Point(52, 7);
            this.ddlPlayers.Name = "ddlPlayers";
            this.ddlPlayers.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ddlPlayers.Size = new System.Drawing.Size(149, 20);
            this.ddlPlayers.StyleController = this.layoutControl3;
            this.ddlPlayers.TabIndex = 4;
            // 
            // layoutControlGroup3
            // 
            this.layoutControlGroup3.CustomizationFormText = "layoutControlGroup3";
            this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem5,
            this.layoutControlItem6,
            this.layoutControlItem7,
            this.layoutControlItem8,
            this.layoutControlItem9,
            this.layoutControlItem10});
            this.layoutControlGroup3.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup3.Name = "layoutControlGroup3";
            this.layoutControlGroup3.Size = new System.Drawing.Size(244, 261);
            this.layoutControlGroup3.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup3.Text = "layoutControlGroup3";
            this.layoutControlGroup3.TextVisible = false;
            // 
            // layoutControlItem5
            // 
            this.layoutControlItem5.Control = this.ddlPlayers;
            this.layoutControlItem5.CustomizationFormText = " Player: ";
            this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.Size = new System.Drawing.Size(205, 31);
            this.layoutControlItem5.Text = " Player: ";
            this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem5.TextSize = new System.Drawing.Size(40, 20);
            // 
            // layoutControlItem6
            // 
            this.layoutControlItem6.Control = this.ddlHealTypeFriend;
            this.layoutControlItem6.CustomizationFormText = " Type: ";
            this.layoutControlItem6.Location = new System.Drawing.Point(0, 31);
            this.layoutControlItem6.MaxSize = new System.Drawing.Size(0, 31);
            this.layoutControlItem6.MinSize = new System.Drawing.Size(116, 31);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.Size = new System.Drawing.Size(131, 31);
            this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem6.Text = " Type: ";
            this.layoutControlItem6.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem6.TextSize = new System.Drawing.Size(40, 20);
            // 
            // layoutControlItem7
            // 
            this.layoutControlItem7.Control = this.lstFriends;
            this.layoutControlItem7.CustomizationFormText = "layoutControlItem7";
            this.layoutControlItem7.Location = new System.Drawing.Point(0, 62);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.Size = new System.Drawing.Size(242, 197);
            this.layoutControlItem7.Text = "layoutControlItem7";
            this.layoutControlItem7.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem7.TextToControlDistance = 0;
            this.layoutControlItem7.TextVisible = false;
            // 
            // layoutControlItem8
            // 
            this.layoutControlItem8.Control = this.txtHPFriend;
            this.layoutControlItem8.CustomizationFormText = " HP: ";
            this.layoutControlItem8.Location = new System.Drawing.Point(131, 31);
            this.layoutControlItem8.MaxSize = new System.Drawing.Size(0, 31);
            this.layoutControlItem8.MinSize = new System.Drawing.Size(71, 31);
            this.layoutControlItem8.Name = "layoutControlItem8";
            this.layoutControlItem8.Size = new System.Drawing.Size(74, 31);
            this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem8.Text = " HP: ";
            this.layoutControlItem8.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem8.TextSize = new System.Drawing.Size(25, 20);
            // 
            // layoutControlItem9
            // 
            this.layoutControlItem9.Control = this.btnAdd;
            this.layoutControlItem9.CustomizationFormText = "layoutControlItem9";
            this.layoutControlItem9.Location = new System.Drawing.Point(205, 0);
            this.layoutControlItem9.MaxSize = new System.Drawing.Size(37, 0);
            this.layoutControlItem9.MinSize = new System.Drawing.Size(37, 29);
            this.layoutControlItem9.Name = "layoutControlItem9";
            this.layoutControlItem9.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
            this.layoutControlItem9.Size = new System.Drawing.Size(37, 31);
            this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem9.Text = "layoutControlItem9";
            this.layoutControlItem9.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem9.TextToControlDistance = 0;
            this.layoutControlItem9.TextVisible = false;
            // 
            // layoutControlItem10
            // 
            this.layoutControlItem10.Control = this.btnRem;
            this.layoutControlItem10.CustomizationFormText = "layoutControlItem10";
            this.layoutControlItem10.Location = new System.Drawing.Point(205, 31);
            this.layoutControlItem10.MaxSize = new System.Drawing.Size(37, 0);
            this.layoutControlItem10.MinSize = new System.Drawing.Size(37, 29);
            this.layoutControlItem10.Name = "layoutControlItem10";
            this.layoutControlItem10.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
            this.layoutControlItem10.Size = new System.Drawing.Size(37, 31);
            this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem10.Text = "layoutControlItem10";
            this.layoutControlItem10.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem10.TextToControlDistance = 0;
            this.layoutControlItem10.TextVisible = false;
            // 
            // groupControl3
            // 
            this.groupControl3.Controls.Add(this.layoutControl4);
            this.groupControl3.Location = new System.Drawing.Point(160, 202);
            this.groupControl3.Name = "groupControl3";
            this.groupControl3.Size = new System.Drawing.Size(309, 87);
            this.groupControl3.TabIndex = 8;
            this.groupControl3.Text = "Spell";
            // 
            // layoutControl4
            // 
            this.layoutControl4.Controls.Add(this.ddlSpell);
            this.layoutControl4.Controls.Add(this.rdPercSpell);
            this.layoutControl4.Controls.Add(this.txtPtsSpell);
            this.layoutControl4.Controls.Add(this.txtPercSpell);
            this.layoutControl4.Controls.Add(this.rdPtsSpell);
            this.layoutControl4.Controls.Add(this.ckUseSpell);
            this.layoutControl4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl4.Location = new System.Drawing.Point(2, 20);
            this.layoutControl4.Name = "layoutControl4";
            this.layoutControl4.Root = this.layoutControlGroup4;
            this.layoutControl4.Size = new System.Drawing.Size(305, 65);
            this.layoutControl4.TabIndex = 0;
            this.layoutControl4.Text = "layoutControl4";
            // 
            // ddlSpell
            // 
            this.ddlSpell.Enabled = false;
            this.ddlSpell.Location = new System.Drawing.Point(119, 7);
            this.ddlSpell.Name = "ddlSpell";
            this.ddlSpell.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ddlSpell.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Exura", 0, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Exura Gran", 1, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Exura Vita", 2, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Exura San", 3, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Exana Mort", 4, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Exura Sio", 5, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Exura Gran Mas Vis", 6, -1)});
            this.ddlSpell.Size = new System.Drawing.Size(180, 20);
            this.ddlSpell.StyleController = this.layoutControl4;
            this.ddlSpell.TabIndex = 10;
            // 
            // rdPercSpell
            // 
            this.rdPercSpell.Enabled = false;
            this.rdPercSpell.Location = new System.Drawing.Point(217, 38);
            this.rdPercSpell.Name = "rdPercSpell";
            this.rdPercSpell.Properties.Caption = "%";
            this.rdPercSpell.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
            this.rdPercSpell.Size = new System.Drawing.Size(34, 18);
            this.rdPercSpell.StyleController = this.layoutControl4;
            this.rdPercSpell.TabIndex = 9;
            // 
            // txtPtsSpell
            // 
            this.txtPtsSpell.EditValue = "";
            this.txtPtsSpell.Enabled = false;
            this.txtPtsSpell.Location = new System.Drawing.Point(167, 38);
            this.txtPtsSpell.Name = "txtPtsSpell";
            this.txtPtsSpell.Properties.Appearance.Options.UseTextOptions = true;
            this.txtPtsSpell.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.txtPtsSpell.Properties.Mask.EditMask = "f0";
            this.txtPtsSpell.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtPtsSpell.Size = new System.Drawing.Size(39, 20);
            this.txtPtsSpell.StyleController = this.layoutControl4;
            this.txtPtsSpell.TabIndex = 8;
            // 
            // txtPercSpell
            // 
            this.txtPercSpell.EditValue = "";
            this.txtPercSpell.Enabled = false;
            this.txtPercSpell.Location = new System.Drawing.Point(262, 38);
            this.txtPercSpell.Name = "txtPercSpell";
            this.txtPercSpell.Properties.Appearance.Options.UseTextOptions = true;
            this.txtPercSpell.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.txtPercSpell.Properties.Mask.EditMask = "f0";
            this.txtPercSpell.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtPercSpell.Properties.MaxLength = 2;
            this.txtPercSpell.Size = new System.Drawing.Size(37, 20);
            this.txtPercSpell.StyleController = this.layoutControl4;
            this.txtPercSpell.TabIndex = 7;
            // 
            // rdPtsSpell
            // 
            this.rdPtsSpell.EditValue = true;
            this.rdPtsSpell.Enabled = false;
            this.rdPtsSpell.Location = new System.Drawing.Point(119, 38);
            this.rdPtsSpell.Name = "rdPtsSpell";
            this.rdPtsSpell.Properties.Caption = "Pts:";
            this.rdPtsSpell.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
            this.rdPtsSpell.Size = new System.Drawing.Size(37, 18);
            this.rdPtsSpell.StyleController = this.layoutControl4;
            this.rdPtsSpell.TabIndex = 6;
            // 
            // ckUseSpell
            // 
            this.ckUseSpell.Location = new System.Drawing.Point(7, 7);
            this.ckUseSpell.Name = "ckUseSpell";
            this.ckUseSpell.Properties.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
            this.ckUseSpell.Properties.Appearance.ForeColor = System.Drawing.Color.Green;
            this.ckUseSpell.Properties.Appearance.Options.UseBackColor = true;
            this.ckUseSpell.Properties.Appearance.Options.UseForeColor = true;
            this.ckUseSpell.Properties.Caption = " Heal with Spell: ";
            this.ckUseSpell.Size = new System.Drawing.Size(101, 18);
            this.ckUseSpell.StyleController = this.layoutControl4;
            this.ckUseSpell.TabIndex = 5;
            // 
            // layoutControlGroup4
            // 
            this.layoutControlGroup4.CustomizationFormText = "Root";
            this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.simpleLabelItem2,
            this.layoutControlItem20,
            this.layoutControlItem23,
            this.layoutControlItem26,
            this.layoutControlItem29,
            this.layoutControlItem16,
            this.layoutControlItem17});
            this.layoutControlGroup4.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup4.Name = "Root";
            this.layoutControlGroup4.Size = new System.Drawing.Size(305, 65);
            this.layoutControlGroup4.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup4.Text = "Root";
            this.layoutControlGroup4.TextVisible = false;
            // 
            // simpleLabelItem2
            // 
            this.simpleLabelItem2.AppearanceItemCaption.ForeColor = System.Drawing.Color.SlateGray;
            this.simpleLabelItem2.AppearanceItemCaption.Options.UseForeColor = true;
            this.simpleLabelItem2.CustomizationFormText = " Hitpoints bellow:";
            this.simpleLabelItem2.Location = new System.Drawing.Point(0, 31);
            this.simpleLabelItem2.Name = "simpleLabelItem2";
            this.simpleLabelItem2.Size = new System.Drawing.Size(112, 32);
            this.simpleLabelItem2.Text = " Hitpoints bellow:";
            this.simpleLabelItem2.TextSize = new System.Drawing.Size(82, 20);
            // 
            // layoutControlItem20
            // 
            this.layoutControlItem20.Control = this.rdPtsSpell;
            this.layoutControlItem20.CustomizationFormText = "layoutControlItem20";
            this.layoutControlItem20.Location = new System.Drawing.Point(112, 31);
            this.layoutControlItem20.MinSize = new System.Drawing.Size(41, 29);
            this.layoutControlItem20.Name = "layoutControlItem20";
            this.layoutControlItem20.Size = new System.Drawing.Size(48, 32);
            this.layoutControlItem20.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem20.Text = "layoutControlItem20";
            this.layoutControlItem20.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem20.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem20.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem20.TextToControlDistance = 0;
            this.layoutControlItem20.TextVisible = false;
            // 
            // layoutControlItem23
            // 
            this.layoutControlItem23.Control = this.txtPercSpell;
            this.layoutControlItem23.CustomizationFormText = "layoutControlItem23";
            this.layoutControlItem23.Location = new System.Drawing.Point(255, 31);
            this.layoutControlItem23.MaxSize = new System.Drawing.Size(0, 31);
            this.layoutControlItem23.MinSize = new System.Drawing.Size(41, 31);
            this.layoutControlItem23.Name = "layoutControlItem23";
            this.layoutControlItem23.Size = new System.Drawing.Size(48, 32);
            this.layoutControlItem23.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem23.Text = "layoutControlItem23";
            this.layoutControlItem23.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem23.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem23.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem23.TextToControlDistance = 0;
            this.layoutControlItem23.TextVisible = false;
            // 
            // layoutControlItem26
            // 
            this.layoutControlItem26.Control = this.txtPtsSpell;
            this.layoutControlItem26.CustomizationFormText = "layoutControlItem26";
            this.layoutControlItem26.Location = new System.Drawing.Point(160, 31);
            this.layoutControlItem26.MaxSize = new System.Drawing.Size(50, 31);
            this.layoutControlItem26.MinSize = new System.Drawing.Size(50, 31);
            this.layoutControlItem26.Name = "layoutControlItem26";
            this.layoutControlItem26.Size = new System.Drawing.Size(50, 32);
            this.layoutControlItem26.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem26.Text = "layoutControlItem26";
            this.layoutControlItem26.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem26.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem26.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem26.TextToControlDistance = 0;
            this.layoutControlItem26.TextVisible = false;
            // 
            // layoutControlItem29
            // 
            this.layoutControlItem29.Control = this.rdPercSpell;
            this.layoutControlItem29.CustomizationFormText = "layoutControlItem29";
            this.layoutControlItem29.Location = new System.Drawing.Point(210, 31);
            this.layoutControlItem29.MaxSize = new System.Drawing.Size(45, 29);
            this.layoutControlItem29.MinSize = new System.Drawing.Size(45, 29);
            this.layoutControlItem29.Name = "layoutControlItem29";
            this.layoutControlItem29.Size = new System.Drawing.Size(45, 32);
            this.layoutControlItem29.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem29.Text = "layoutControlItem29";
            this.layoutControlItem29.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem29.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem29.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem29.TextToControlDistance = 0;
            this.layoutControlItem29.TextVisible = false;
            // 
            // layoutControlItem16
            // 
            this.layoutControlItem16.Control = this.ddlSpell;
            this.layoutControlItem16.CustomizationFormText = "layoutControlItem16";
            this.layoutControlItem16.Location = new System.Drawing.Point(112, 0);
            this.layoutControlItem16.Name = "layoutControlItem16";
            this.layoutControlItem16.Size = new System.Drawing.Size(191, 31);
            this.layoutControlItem16.Text = "layoutControlItem16";
            this.layoutControlItem16.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem16.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem16.TextToControlDistance = 0;
            this.layoutControlItem16.TextVisible = false;
            // 
            // layoutControlItem17
            // 
            this.layoutControlItem17.Control = this.ckUseSpell;
            this.layoutControlItem17.CustomizationFormText = "layoutControlItem17";
            this.layoutControlItem17.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem17.MaxSize = new System.Drawing.Size(112, 29);
            this.layoutControlItem17.MinSize = new System.Drawing.Size(112, 29);
            this.layoutControlItem17.Name = "layoutControlItem17";
            this.layoutControlItem17.Size = new System.Drawing.Size(112, 31);
            this.layoutControlItem17.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem17.Text = "layoutControlItem17";
            this.layoutControlItem17.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem17.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem17.TextToControlDistance = 0;
            this.layoutControlItem17.TextVisible = false;
            // 
            // groupControl4
            // 
            this.groupControl4.Controls.Add(this.layoutControl5);
            this.groupControl4.Location = new System.Drawing.Point(160, 105);
            this.groupControl4.Name = "groupControl4";
            this.groupControl4.Size = new System.Drawing.Size(309, 86);
            this.groupControl4.TabIndex = 9;
            this.groupControl4.Text = "Potions";
            // 
            // layoutControl5
            // 
            this.layoutControl5.Controls.Add(this.ddlPotions);
            this.layoutControl5.Controls.Add(this.rdPercPotion);
            this.layoutControl5.Controls.Add(this.txtPtsPotion);
            this.layoutControl5.Controls.Add(this.txtPercPotion);
            this.layoutControl5.Controls.Add(this.rdPtsPotion);
            this.layoutControl5.Controls.Add(this.ckUsePotion);
            this.layoutControl5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl5.Location = new System.Drawing.Point(2, 20);
            this.layoutControl5.Name = "layoutControl5";
            this.layoutControl5.Root = this.layoutControlGroup5;
            this.layoutControl5.Size = new System.Drawing.Size(305, 64);
            this.layoutControl5.TabIndex = 0;
            this.layoutControl5.Text = "layoutControl5";
            // 
            // ddlPotions
            // 
            this.ddlPotions.Enabled = false;
            this.ddlPotions.Location = new System.Drawing.Point(119, 7);
            this.ddlPotions.Name = "ddlPotions";
            this.ddlPotions.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ddlPotions.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Health Potion", 0, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Strong Health Potion", 1, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Great Health Potion", 2, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Ultimate Health Potion", 3, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Spirit Potion", 4, -1)});
            this.ddlPotions.Size = new System.Drawing.Size(180, 20);
            this.ddlPotions.StyleController = this.layoutControl5;
            this.ddlPotions.TabIndex = 10;
            // 
            // rdPercPotion
            // 
            this.rdPercPotion.Enabled = false;
            this.rdPercPotion.Location = new System.Drawing.Point(218, 38);
            this.rdPercPotion.Name = "rdPercPotion";
            this.rdPercPotion.Properties.Caption = "%";
            this.rdPercPotion.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
            this.rdPercPotion.Size = new System.Drawing.Size(34, 18);
            this.rdPercPotion.StyleController = this.layoutControl5;
            this.rdPercPotion.TabIndex = 9;
            // 
            // txtPtsPotion
            // 
            this.txtPtsPotion.EditValue = "";
            this.txtPtsPotion.Enabled = false;
            this.txtPtsPotion.Location = new System.Drawing.Point(168, 38);
            this.txtPtsPotion.Name = "txtPtsPotion";
            this.txtPtsPotion.Properties.Appearance.Options.UseTextOptions = true;
            this.txtPtsPotion.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.txtPtsPotion.Properties.Mask.EditMask = "f0";
            this.txtPtsPotion.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtPtsPotion.Size = new System.Drawing.Size(39, 20);
            this.txtPtsPotion.StyleController = this.layoutControl5;
            this.txtPtsPotion.TabIndex = 8;
            // 
            // txtPercPotion
            // 
            this.txtPercPotion.EditValue = "";
            this.txtPercPotion.Enabled = false;
            this.txtPercPotion.Location = new System.Drawing.Point(263, 38);
            this.txtPercPotion.Name = "txtPercPotion";
            this.txtPercPotion.Properties.Appearance.Options.UseTextOptions = true;
            this.txtPercPotion.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.txtPercPotion.Properties.Mask.EditMask = "f0";
            this.txtPercPotion.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtPercPotion.Properties.MaxLength = 2;
            this.txtPercPotion.Size = new System.Drawing.Size(36, 20);
            this.txtPercPotion.StyleController = this.layoutControl5;
            this.txtPercPotion.TabIndex = 7;
            // 
            // rdPtsPotion
            // 
            this.rdPtsPotion.EditValue = true;
            this.rdPtsPotion.Enabled = false;
            this.rdPtsPotion.Location = new System.Drawing.Point(119, 38);
            this.rdPtsPotion.Name = "rdPtsPotion";
            this.rdPtsPotion.Properties.Caption = "Pts:";
            this.rdPtsPotion.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
            this.rdPtsPotion.Size = new System.Drawing.Size(38, 18);
            this.rdPtsPotion.StyleController = this.layoutControl5;
            this.rdPtsPotion.TabIndex = 6;
            // 
            // ckUsePotion
            // 
            this.ckUsePotion.Location = new System.Drawing.Point(7, 7);
            this.ckUsePotion.Name = "ckUsePotion";
            this.ckUsePotion.Properties.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
            this.ckUsePotion.Properties.Appearance.ForeColor = System.Drawing.Color.SteelBlue;
            this.ckUsePotion.Properties.Appearance.Options.UseBackColor = true;
            this.ckUsePotion.Properties.Appearance.Options.UseForeColor = true;
            this.ckUsePotion.Properties.Caption = " Heal with Potion:";
            this.ckUsePotion.Size = new System.Drawing.Size(101, 18);
            this.ckUsePotion.StyleController = this.layoutControl5;
            this.ckUsePotion.TabIndex = 5;
            // 
            // layoutControlGroup5
            // 
            this.layoutControlGroup5.CustomizationFormText = "Root";
            this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem18,
            this.simpleLabelItem3,
            this.layoutControlItem21,
            this.layoutControlItem24,
            this.layoutControlItem27,
            this.layoutControlItem30,
            this.layoutControlItem15});
            this.layoutControlGroup5.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup5.Name = "Root";
            this.layoutControlGroup5.Size = new System.Drawing.Size(305, 64);
            this.layoutControlGroup5.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup5.Text = "Root";
            this.layoutControlGroup5.TextVisible = false;
            // 
            // layoutControlItem18
            // 
            this.layoutControlItem18.Control = this.ckUsePotion;
            this.layoutControlItem18.CustomizationFormText = "layoutControlItem18";
            this.layoutControlItem18.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem18.MaxSize = new System.Drawing.Size(112, 29);
            this.layoutControlItem18.MinSize = new System.Drawing.Size(112, 29);
            this.layoutControlItem18.Name = "layoutControlItem18";
            this.layoutControlItem18.Size = new System.Drawing.Size(112, 31);
            this.layoutControlItem18.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem18.Text = "layoutControlItem18";
            this.layoutControlItem18.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem18.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem18.TextToControlDistance = 0;
            this.layoutControlItem18.TextVisible = false;
            // 
            // simpleLabelItem3
            // 
            this.simpleLabelItem3.AppearanceItemCaption.ForeColor = System.Drawing.Color.SlateGray;
            this.simpleLabelItem3.AppearanceItemCaption.Options.UseForeColor = true;
            this.simpleLabelItem3.CustomizationFormText = " Hitpoints bellow:";
            this.simpleLabelItem3.Location = new System.Drawing.Point(0, 31);
            this.simpleLabelItem3.Name = "simpleLabelItem3";
            this.simpleLabelItem3.Size = new System.Drawing.Size(112, 31);
            this.simpleLabelItem3.Text = " Hitpoints bellow:";
            this.simpleLabelItem3.TextSize = new System.Drawing.Size(82, 20);
            // 
            // layoutControlItem21
            // 
            this.layoutControlItem21.Control = this.rdPtsPotion;
            this.layoutControlItem21.CustomizationFormText = "layoutControlItem21";
            this.layoutControlItem21.Location = new System.Drawing.Point(112, 31);
            this.layoutControlItem21.MinSize = new System.Drawing.Size(41, 29);
            this.layoutControlItem21.Name = "layoutControlItem21";
            this.layoutControlItem21.Size = new System.Drawing.Size(49, 31);
            this.layoutControlItem21.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem21.Text = "layoutControlItem21";
            this.layoutControlItem21.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem21.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem21.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem21.TextToControlDistance = 0;
            this.layoutControlItem21.TextVisible = false;
            // 
            // layoutControlItem24
            // 
            this.layoutControlItem24.Control = this.txtPercPotion;
            this.layoutControlItem24.CustomizationFormText = "layoutControlItem24";
            this.layoutControlItem24.Location = new System.Drawing.Point(256, 31);
            this.layoutControlItem24.MaxSize = new System.Drawing.Size(0, 31);
            this.layoutControlItem24.MinSize = new System.Drawing.Size(41, 31);
            this.layoutControlItem24.Name = "layoutControlItem24";
            this.layoutControlItem24.Size = new System.Drawing.Size(47, 31);
            this.layoutControlItem24.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem24.Text = "layoutControlItem24";
            this.layoutControlItem24.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem24.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem24.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem24.TextToControlDistance = 0;
            this.layoutControlItem24.TextVisible = false;
            // 
            // layoutControlItem27
            // 
            this.layoutControlItem27.Control = this.txtPtsPotion;
            this.layoutControlItem27.CustomizationFormText = "layoutControlItem27";
            this.layoutControlItem27.Location = new System.Drawing.Point(161, 31);
            this.layoutControlItem27.MaxSize = new System.Drawing.Size(50, 31);
            this.layoutControlItem27.MinSize = new System.Drawing.Size(50, 31);
            this.layoutControlItem27.Name = "layoutControlItem27";
            this.layoutControlItem27.Size = new System.Drawing.Size(50, 31);
            this.layoutControlItem27.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem27.Text = "layoutControlItem27";
            this.layoutControlItem27.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem27.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem27.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem27.TextToControlDistance = 0;
            this.layoutControlItem27.TextVisible = false;
            // 
            // layoutControlItem30
            // 
            this.layoutControlItem30.Control = this.rdPercPotion;
            this.layoutControlItem30.CustomizationFormText = "layoutControlItem30";
            this.layoutControlItem30.Location = new System.Drawing.Point(211, 31);
            this.layoutControlItem30.MaxSize = new System.Drawing.Size(45, 29);
            this.layoutControlItem30.MinSize = new System.Drawing.Size(45, 29);
            this.layoutControlItem30.Name = "layoutControlItem30";
            this.layoutControlItem30.Size = new System.Drawing.Size(45, 31);
            this.layoutControlItem30.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem30.Text = "layoutControlItem30";
            this.layoutControlItem30.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.layoutControlItem30.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem30.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem30.TextToControlDistance = 0;
            this.layoutControlItem30.TextVisible = false;
            // 
            // layoutControlItem15
            // 
            this.layoutControlItem15.Control = this.ddlPotions;
            this.layoutControlItem15.CustomizationFormText = "layoutControlItem15";
            this.layoutControlItem15.Location = new System.Drawing.Point(112, 0);
            this.layoutControlItem15.Name = "layoutControlItem15";
            this.layoutControlItem15.Size = new System.Drawing.Size(191, 31);
            this.layoutControlItem15.Text = "layoutControlItem15";
            this.layoutControlItem15.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem15.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem15.TextToControlDistance = 0;
            this.layoutControlItem15.TextVisible = false;
            // 
            // layoutControl1
            // 
            this.layoutControl1.Controls.Add(this.ckDrop);
            this.layoutControl1.Controls.Add(this.ckHotkey);
            this.layoutControl1.Controls.Add(this.groupControl4);
            this.layoutControl1.Controls.Add(this.groupControl3);
            this.layoutControl1.Controls.Add(this.groupControl2);
            this.layoutControl1.Controls.Add(this.btnStart);
            this.layoutControl1.Controls.Add(this.groupControl1);
            this.layoutControl1.Controls.Add(this.pictureEdit1);
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.Root = this.layoutControlGroup1;
            this.layoutControl1.Size = new System.Drawing.Size(734, 296);
            this.layoutControl1.TabIndex = 1;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // ckDrop
            // 
            this.ckDrop.Location = new System.Drawing.Point(7, 221);
            this.ckDrop.Name = "ckDrop";
            this.ckDrop.Properties.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
            this.ckDrop.Properties.Appearance.Options.UseBackColor = true;
            this.ckDrop.Properties.Caption = " Drop empty Flask\'s.";
            this.ckDrop.Size = new System.Drawing.Size(142, 18);
            this.ckDrop.StyleController = this.layoutControl1;
            this.ckDrop.TabIndex = 11;
            // 
            // ckHotkey
            // 
            this.ckHotkey.Location = new System.Drawing.Point(7, 192);
            this.ckHotkey.Name = "ckHotkey";
            this.ckHotkey.Properties.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
            this.ckHotkey.Properties.Appearance.Options.UseBackColor = true;
            this.ckHotkey.Properties.Caption = " Use item as Hotkey!";
            this.ckHotkey.Size = new System.Drawing.Size(142, 18);
            this.ckHotkey.StyleController = this.layoutControl1;
            toolTipTitleItem1.Appearance.Image = global::KTibiaX.Properties.Resources.ref_321;
            toolTipTitleItem1.Appearance.Options.UseImage = true;
            toolTipTitleItem1.Image = global::KTibiaX.Properties.Resources.ref_321;
            toolTipTitleItem1.Text = "Use item as HotKey ex.  (Rune, Potion, ...)";
            toolTipItem1.LeftIndent = 6;
            toolTipItem1.Text = "If you choose to user item\'s as hotkey, the backpack dont need to be opened.";
            toolTipTitleItem2.LeftIndent = 6;
            toolTipTitleItem2.Text = "When the items over, the system will keep running.";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            superToolTip1.Items.Add(toolTipSeparatorItem1);
            superToolTip1.Items.Add(toolTipTitleItem2);
            this.ckHotkey.SuperTip = superToolTip1;
            this.ckHotkey.TabIndex = 10;
            // 
            // btnStart
            // 
            this.btnStart.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.btnStart.Appearance.Options.UseFont = true;
            this.btnStart.Appearance.Options.UseTextOptions = true;
            this.btnStart.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.btnStart.Image = global::KTibiaX.ImgButtons.next;
            this.btnStart.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleRight;
            this.btnStart.Location = new System.Drawing.Point(5, 248);
            this.btnStart.Name = "btnStart";
            this.btnStart.Size = new System.Drawing.Size(146, 44);
            this.btnStart.StyleController = this.layoutControl1;
            this.btnStart.TabIndex = 6;
            this.btnStart.Text = " ﮒTART ";
            // 
            // pictureEdit1
            // 
            this.pictureEdit1.EditValue = global::KTibiaX.ImgTitles.heal_form;
            this.pictureEdit1.Location = new System.Drawing.Point(7, 7);
            this.pictureEdit1.Name = "pictureEdit1";
            this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
            this.pictureEdit1.Properties.PictureAlignment = System.Drawing.ContentAlignment.TopCenter;
            this.pictureEdit1.Properties.ShowMenu = false;
            this.pictureEdit1.Size = new System.Drawing.Size(142, 174);
            this.pictureEdit1.StyleController = this.layoutControl1;
            this.pictureEdit1.TabIndex = 4;
            // 
            // layoutControlGroup1
            // 
            this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem1,
            this.layoutControlItem2,
            this.layoutControlItem3,
            this.layoutControlItem4,
            this.layoutControlItem13,
            this.layoutControlItem14,
            this.layoutControlItem31,
            this.layoutControlItem32});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "layoutControlGroup1";
            this.layoutControlGroup1.Size = new System.Drawing.Size(734, 296);
            this.layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup1.Text = "layoutControlGroup1";
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.pictureEdit1;
            this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(153, 185);
            this.layoutControlItem1.Text = "layoutControlItem1";
            this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem1.TextToControlDistance = 0;
            this.layoutControlItem1.TextVisible = false;
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.groupControl1;
            this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
            this.layoutControlItem2.Location = new System.Drawing.Point(153, 0);
            this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 98);
            this.layoutControlItem2.MinSize = new System.Drawing.Size(111, 98);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(320, 98);
            this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem2.Text = "layoutControlItem2";
            this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem2.TextToControlDistance = 0;
            this.layoutControlItem2.TextVisible = false;
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.btnStart;
            this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 243);
            this.layoutControlItem3.MaxSize = new System.Drawing.Size(153, 51);
            this.layoutControlItem3.MinSize = new System.Drawing.Size(153, 51);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
            this.layoutControlItem3.Size = new System.Drawing.Size(153, 51);
            this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem3.Text = "layoutControlItem3";
            this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem3.TextToControlDistance = 0;
            this.layoutControlItem3.TextVisible = false;
            // 
            // layoutControlItem4
            // 
            this.layoutControlItem4.Control = this.groupControl2;
            this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
            this.layoutControlItem4.Location = new System.Drawing.Point(473, 0);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.Size = new System.Drawing.Size(259, 294);
            this.layoutControlItem4.Text = "layoutControlItem4";
            this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem4.TextToControlDistance = 0;
            this.layoutControlItem4.TextVisible = false;
            // 
            // layoutControlItem13
            // 
            this.layoutControlItem13.Control = this.groupControl3;
            this.layoutControlItem13.CustomizationFormText = "layoutControlItem13";
            this.layoutControlItem13.Location = new System.Drawing.Point(153, 195);
            this.layoutControlItem13.MaxSize = new System.Drawing.Size(0, 98);
            this.layoutControlItem13.MinSize = new System.Drawing.Size(111, 98);
            this.layoutControlItem13.Name = "layoutControlItem13";
            this.layoutControlItem13.Size = new System.Drawing.Size(320, 99);
            this.layoutControlItem13.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem13.Text = "layoutControlItem13";
            this.layoutControlItem13.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem13.TextToControlDistance = 0;
            this.layoutControlItem13.TextVisible = false;
            // 
            // layoutControlItem14
            // 
            this.layoutControlItem14.Control = this.groupControl4;
            this.layoutControlItem14.CustomizationFormText = "layoutControlItem14";
            this.layoutControlItem14.Location = new System.Drawing.Point(153, 98);
            this.layoutControlItem14.MaxSize = new System.Drawing.Size(0, 97);
            this.layoutControlItem14.MinSize = new System.Drawing.Size(111, 97);
            this.layoutControlItem14.Name = "layoutControlItem14";
            this.layoutControlItem14.Size = new System.Drawing.Size(320, 97);
            this.layoutControlItem14.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem14.Text = "layoutControlItem14";
            this.layoutControlItem14.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem14.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem14.TextToControlDistance = 0;
            this.layoutControlItem14.TextVisible = false;
            // 
            // layoutControlItem31
            // 
            this.layoutControlItem31.Control = this.ckHotkey;
            this.layoutControlItem31.CustomizationFormText = "layoutControlItem31";
            this.layoutControlItem31.Location = new System.Drawing.Point(0, 185);
            this.layoutControlItem31.Name = "layoutControlItem31";
            this.layoutControlItem31.Size = new System.Drawing.Size(153, 29);
            this.layoutControlItem31.Text = "layoutControlItem31";
            this.layoutControlItem31.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem31.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem31.TextToControlDistance = 0;
            this.layoutControlItem31.TextVisible = false;
            // 
            // layoutControlItem32
            // 
            this.layoutControlItem32.Control = this.ckDrop;
            this.layoutControlItem32.CustomizationFormText = "layoutControlItem32";
            this.layoutControlItem32.Location = new System.Drawing.Point(0, 214);
            this.layoutControlItem32.Name = "layoutControlItem32";
            this.layoutControlItem32.Size = new System.Drawing.Size(153, 29);
            this.layoutControlItem32.Text = "layoutControlItem32";
            this.layoutControlItem32.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItem32.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem32.TextToControlDistance = 0;
            this.layoutControlItem32.TextVisible = false;
            // 
            // panelControl1
            // 
            this.panelControl1.Appearance.BackColor = System.Drawing.SystemColors.Info;
            this.panelControl1.Appearance.Options.UseBackColor = true;
            this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControl1.Controls.Add(this.ckAutomatic);
            this.panelControl1.Controls.Add(this.labelControl7);
            this.panelControl1.Controls.Add(this.pictureEdit2);
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelControl1.Location = new System.Drawing.Point(0, 296);
            this.panelControl1.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
            this.panelControl1.LookAndFeel.UseDefaultLookAndFeel = false;
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(734, 26);
            this.panelControl1.TabIndex = 3;
            // 
            // ckAutomatic
            // 
            this.ckAutomatic.Location = new System.Drawing.Point(482, 4);
            this.ckAutomatic.Name = "ckAutomatic";
            this.ckAutomatic.Properties.Appearance.ForeColor = System.Drawing.Color.Tan;
            this.ckAutomatic.Properties.Appearance.Options.UseForeColor = true;
            this.ckAutomatic.Properties.Caption = " Activate auto healer automatic after login!";
            this.ckAutomatic.Size = new System.Drawing.Size(249, 18);
            this.ckAutomatic.TabIndex = 11;
            // 
            // labelControl7
            // 
            this.labelControl7.Appearance.ForeColor = System.Drawing.Color.Olive;
            this.labelControl7.Appearance.Options.UseForeColor = true;
            this.labelControl7.Location = new System.Drawing.Point(29, 7);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(306, 13);
            this.labelControl7.TabIndex = 9;
            this.labelControl7.Text = "Heal friends will not stop the Auto Healer if out of healing items!";
            // 
            // pictureEdit2
            // 
            this.pictureEdit2.EditValue = global::KTibiaX.ImgIcons.exclamation;
            this.pictureEdit2.Location = new System.Drawing.Point(4, 4);
            this.pictureEdit2.Name = "pictureEdit2";
            this.pictureEdit2.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.pictureEdit2.Properties.Appearance.Options.UseBackColor = true;
            this.pictureEdit2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.pictureEdit2.Size = new System.Drawing.Size(24, 18);
            this.pictureEdit2.TabIndex = 8;
            // 
            // frm_Healer
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(734, 322);
            this.Controls.Add(this.layoutControl1);
            this.Controls.Add(this.panelControl1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "frm_Healer";
            this.StartButton = this.btnStart;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Player Feature Model";
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
            this.layoutControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ddlRune.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rdPercRune.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPtsRune.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPercRune.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rdPtsRune.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckUseRune.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem25)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem22)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
            this.groupControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl3)).EndInit();
            this.layoutControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.imgForm)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtHPFriend.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lstFriends)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlHealTypeFriend.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlPlayers.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).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.groupControl3)).EndInit();
            this.groupControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl4)).EndInit();
            this.layoutControl4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ddlSpell.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rdPercSpell.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPtsSpell.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPercSpell.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rdPtsSpell.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckUseSpell.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem23)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem26)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem29)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).EndInit();
            this.groupControl4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl5)).EndInit();
            this.layoutControl5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ddlPotions.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rdPercPotion.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPtsPotion.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPercPotion.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rdPtsPotion.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckUsePotion.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem24)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem27)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem30)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.ckDrop.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckHotkey.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).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.layoutControlItem13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem31)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem32)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            this.panelControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ckAutomatic.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit();
            this.ResumeLayout(false);

        }
Example #13
0
        private void InitializeComponent() {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup1 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup2 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup3 = 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.ToolTipSeparatorItem toolTipSeparatorItem1 = new DevExpress.Utils.ToolTipSeparatorItem();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
            this.popupControlContainer1 = new DevExpress.XtraBars.PopupControlContainer(this.components);
            this.pmAppMain = new DevExpress.XtraBars.Ribbon.ApplicationMenu(this.components);
            this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.barAndDockingController1 = new DevExpress.XtraBars.BarAndDockingController(this.components);
            this.imageCollection2 = new DevExpress.Utils.ImageCollection(this.components);
            this.idNew = new DevExpress.XtraBars.BarButtonItem();
            this.iSaveAs = new DevExpress.XtraBars.BarButtonItem();
            this.iExit = new DevExpress.XtraBars.BarButtonItem();
            this.iFind = new DevExpress.XtraBars.BarButtonItem();
            this.iWeb = new DevExpress.XtraBars.BarButtonItem();
            this.iAbout = new DevExpress.XtraBars.BarButtonItem();
            this.iFontColor = new DevExpress.XtraBars.BarButtonItem();
            this.siModified = new DevExpress.XtraBars.BarButtonItem();
            this.sbiPaste = new DevExpress.XtraBars.BarSubItem();
            this.iPasteSpecial = new DevExpress.XtraBars.BarButtonItem();
            this.sbiFind = new DevExpress.XtraBars.BarSubItem();
            this.iNew = new DevExpress.XtraBars.BarButtonItem();
            this.iTemplate = new DevExpress.XtraBars.BarButtonItem();
            this.iPaintStyle = new DevExpress.XtraBars.BarSubItem();
            this.rgbiSkins = new DevExpress.XtraBars.RibbonGalleryBarItem();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barEditItem2 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.btProgress = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
            this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
            this.btnLogin = new DevExpress.XtraBars.BarButtonItem();
            this.imageCollection1 = new DevExpress.Utils.ImageCollection(this.components);
            this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup9 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPage3 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup11 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
            this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
            this.riicStyle = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.repositoryItemImageComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.ribbonStatusBar1 = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
            this.xtraTabbedMdiManager1 = new DevExpress.XtraTabbedMdi.XtraTabbedMdiManager(this.components);
            this.imageCollection3 = new DevExpress.Utils.ImageCollection(this.components);
            this.ribbonPage4 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup13 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup12 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
            this.hideContainerLeft = new DevExpress.XtraBars.Docking.AutoHideContainer();
            this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
            this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            this.navBarControl1 = new DevExpress.XtraNavBar.NavBarControl();
            ((System.ComponentModel.ISupportInitialize)(this.popupControlContainer1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pmAppMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.riicStyle)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabbedMdiManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
            this.hideContainerLeft.SuspendLayout();
            this.dockPanel1.SuspendLayout();
            this.dockPanel1_Container.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit();
            this.SuspendLayout();
            // 
            // popupControlContainer1
            // 
            this.popupControlContainer1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.popupControlContainer1.Location = new System.Drawing.Point(0, 0);
            this.popupControlContainer1.Name = "popupControlContainer1";
            this.popupControlContainer1.Size = new System.Drawing.Size(0, 0);
            this.popupControlContainer1.TabIndex = 6;
            this.popupControlContainer1.Visible = false;
            // 
            // pmAppMain
            // 
            this.pmAppMain.BottomPaneControlContainer = null;
            this.pmAppMain.Name = "pmAppMain";
            this.pmAppMain.Ribbon = this.ribbonControl1;
            this.pmAppMain.RightPaneControlContainer = null;
            this.pmAppMain.ShowRightPane = true;
            // 
            // ribbonControl1
            // 
            this.ribbonControl1.ApplicationButtonDropDownControl = this.pmAppMain;
            this.ribbonControl1.ApplicationButtonText = null;
            this.ribbonControl1.Categories.AddRange(new DevExpress.XtraBars.BarManagerCategory[] {
            new DevExpress.XtraBars.BarManagerCategory("File", new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f")),
            new DevExpress.XtraBars.BarManagerCategory("Edit", new System.Guid("7c2486e1-92ea-4293-ad55-b819f61ff7f1")),
            new DevExpress.XtraBars.BarManagerCategory("Format", new System.Guid("d3052f28-4b3e-4bae-b581-b3bb1c432258")),
            new DevExpress.XtraBars.BarManagerCategory("Help", new System.Guid("e07a4c24-66ac-4de6-bbcb-c0b6cfa7798b")),
            new DevExpress.XtraBars.BarManagerCategory("Status", new System.Guid("77795bb7-9bc5-4dd2-a297-cc758682e23d"))});
            this.ribbonControl1.Controller = this.barAndDockingController1;
            // 
            // 
            // 
            this.ribbonControl1.ExpandCollapseItem.Id = 0;
            this.ribbonControl1.ExpandCollapseItem.Name = "";
            this.ribbonControl1.ExpandCollapseItem.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
            this.ribbonControl1.Images = this.imageCollection2;
            this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl1.ExpandCollapseItem,
            this.idNew,
            this.iSaveAs,
            this.iExit,
            this.iFind,
            this.iWeb,
            this.iAbout,
            this.iFontColor,
            this.siModified,
            this.sbiPaste,
            this.sbiFind,
            this.iPasteSpecial,
            this.iNew,
            this.iTemplate,
            this.iPaintStyle,
            this.rgbiSkins,
            this.barButtonItem1,
            this.barEditItem2,
            this.btProgress,
            this.barStaticItem1,
            this.btnLogin});
            this.ribbonControl1.LargeImages = this.imageCollection1;
            this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl1.MaxItemId = 132;
            this.ribbonControl1.Name = "ribbonControl1";
            this.ribbonControl1.PageCategoryAlignment = DevExpress.XtraBars.Ribbon.RibbonPageCategoryAlignment.Right;
            this.ribbonControl1.PageHeaderItemLinks.Add(this.iAbout);
            this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage1,
            this.ribbonPage3});
            this.ribbonControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemSpinEdit1,
            this.repositoryItemPictureEdit1,
            this.riicStyle,
            this.repositoryItemImageComboBox1,
            this.repositoryItemImageComboBox2,
            this.repositoryItemProgressBar1});
            this.ribbonControl1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
            this.ribbonControl1.SelectedPage = this.ribbonPage1;
            this.ribbonControl1.Size = new System.Drawing.Size(1016, 153);
            this.ribbonControl1.StatusBar = this.ribbonStatusBar1;
            this.ribbonControl1.Toolbar.ItemLinks.Add(this.iPaintStyle);
            this.ribbonControl1.TransparentEditors = true;
            // 
            // barAndDockingController1
            // 
            this.barAndDockingController1.PropertiesBar.AllowLinkLighting = false;
            // 
            // imageCollection2
            // 
            this.imageCollection2.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection2.ImageStream")));
            // 
            // idNew
            // 
            this.idNew.Caption = "功能注册";
            this.idNew.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.idNew.Hint = "Creates a new, blank file";
            this.idNew.Id = 0;
            this.idNew.ImageIndex = 6;
            this.idNew.LargeImageIndex = 0;
            this.idNew.Name = "idNew";
            this.idNew.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.idNew_ItemClick);
            // 
            // iSaveAs
            // 
            this.iSaveAs.Caption = "Save &As...";
            this.iSaveAs.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.iSaveAs.Description = "Saves the active document with a different file name.";
            this.iSaveAs.Hint = "Saves the active document with a different file name";
            this.iSaveAs.Id = 4;
            this.iSaveAs.ImageIndex = 21;
            this.iSaveAs.LargeImageIndex = 2;
            this.iSaveAs.Name = "iSaveAs";
            // 
            // iExit
            // 
            this.iExit.Caption = "退出";
            this.iExit.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.iExit.Description = "Closes this program after prompting you to save unsaved document.";
            this.iExit.Id = 6;
            this.iExit.ImageIndex = 22;
            this.iExit.LargeImageIndex = 1;
            this.iExit.Name = "iExit";
            this.iExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iExit_ItemClick);
            // 
            // iFind
            // 
            this.iFind.Caption = "&Find...";
            this.iFind.CategoryGuid = new System.Guid("7c2486e1-92ea-4293-ad55-b819f61ff7f1");
            this.iFind.Description = "Searches for the specified text.";
            this.iFind.Hint = "Find";
            this.iFind.Id = 14;
            this.iFind.ImageIndex = 3;
            this.iFind.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F));
            this.iFind.Name = "iFind";
            // 
            // iWeb
            // 
            this.iWeb.Caption = "&Developer Express on the Web";
            this.iWeb.CategoryGuid = new System.Guid("e07a4c24-66ac-4de6-bbcb-c0b6cfa7798b");
            this.iWeb.Description = "Opens the web page.";
            this.iWeb.Hint = "Developer Express on the Web";
            this.iWeb.Id = 21;
            this.iWeb.ImageIndex = 24;
            this.iWeb.Name = "iWeb";
            // 
            // iAbout
            // 
            this.iAbout.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.iAbout.Caption = "&About";
            this.iAbout.CategoryGuid = new System.Guid("e07a4c24-66ac-4de6-bbcb-c0b6cfa7798b");
            this.iAbout.Description = "Displays the description of this program.";
            this.iAbout.Hint = "Displays the About dialog";
            this.iAbout.Id = 22;
            this.iAbout.ImageIndex = 28;
            this.iAbout.Name = "iAbout";
            this.iAbout.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            // 
            // iFontColor
            // 
            this.iFontColor.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.iFontColor.Caption = "Font C&olor";
            this.iFontColor.CategoryGuid = new System.Guid("d3052f28-4b3e-4bae-b581-b3bb1c432258");
            this.iFontColor.Description = "Formats the selected text with the color you click.";
            this.iFontColor.Hint = "Font Color";
            this.iFontColor.Id = 30;
            this.iFontColor.ImageIndex = 5;
            this.iFontColor.Name = "iFontColor";
            // 
            // siModified
            // 
            this.siModified.CategoryGuid = new System.Guid("77795bb7-9bc5-4dd2-a297-cc758682e23d");
            this.siModified.Id = 1;
            this.siModified.ImageIndex = 27;
            this.siModified.Name = "siModified";
            // 
            // sbiPaste
            // 
            this.sbiPaste.Caption = "Paste";
            this.sbiPaste.CategoryGuid = new System.Guid("7c2486e1-92ea-4293-ad55-b819f61ff7f1");
            this.sbiPaste.Description = "Inserts the contents of the Clipboard at the insertion point";
            this.sbiPaste.Hint = "Inserts the contents of the Clipboard at the insertion point";
            this.sbiPaste.Id = 1;
            this.sbiPaste.ImageIndex = 6;
            this.sbiPaste.LargeImageIndex = 0;
            this.sbiPaste.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.iPasteSpecial)});
            this.sbiPaste.Name = "sbiPaste";
            // 
            // iPasteSpecial
            // 
            this.iPasteSpecial.Caption = "Paste &Special...";
            this.iPasteSpecial.CategoryGuid = new System.Guid("7c2486e1-92ea-4293-ad55-b819f61ff7f1");
            this.iPasteSpecial.Description = "Opens the Paste Special dialog";
            this.iPasteSpecial.Enabled = false;
            this.iPasteSpecial.Hint = "Opens the Paste Special dialog";
            this.iPasteSpecial.Id = 3;
            this.iPasteSpecial.ImageIndex = 8;
            this.iPasteSpecial.Name = "iPasteSpecial";
            // 
            // sbiFind
            // 
            this.sbiFind.Caption = "Find";
            this.sbiFind.CategoryGuid = new System.Guid("7c2486e1-92ea-4293-ad55-b819f61ff7f1");
            this.sbiFind.Description = "Searches for the specified text";
            this.sbiFind.Hint = "Searches for the specified text";
            this.sbiFind.Id = 2;
            this.sbiFind.ImageIndex = 3;
            this.sbiFind.LargeImageIndex = 4;
            this.sbiFind.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.iFind)});
            this.sbiFind.Name = "sbiFind";
            this.sbiFind.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                        | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
            // 
            // iNew
            // 
            this.iNew.Caption = "&New";
            this.iNew.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.iNew.Description = "Creates a new, blank file.";
            this.iNew.Hint = "Creates a new, blank file";
            this.iNew.Id = 0;
            this.iNew.ImageIndex = 6;
            this.iNew.LargeImageIndex = 0;
            this.iNew.Name = "iNew";
            this.iNew.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.idNew_ItemClick);
            // 
            // iTemplate
            // 
            this.iTemplate.Caption = "Template...";
            this.iTemplate.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.iTemplate.Description = "Creates a new template";
            this.iTemplate.Enabled = false;
            this.iTemplate.Hint = "Creates a new template";
            this.iTemplate.Id = 1;
            this.iTemplate.ImageIndex = 6;
            this.iTemplate.Name = "iTemplate";
            // 
            // iPaintStyle
            // 
            this.iPaintStyle.Caption = "Paint style";
            this.iPaintStyle.Description = "Select a paint scheme";
            this.iPaintStyle.Hint = "Select a paint scheme";
            this.iPaintStyle.Id = 7;
            this.iPaintStyle.ImageIndex = 26;
            this.iPaintStyle.Name = "iPaintStyle";
            this.iPaintStyle.Popup += new System.EventHandler(this.iPaintStyle_Popup);
            // 
            // rgbiSkins
            // 
            this.rgbiSkins.Caption = "Skins";
            // 
            // 
            // 
            this.rgbiSkins.Gallery.AllowHoverImages = true;
            this.rgbiSkins.Gallery.Appearance.ItemCaption.Options.UseFont = true;
            this.rgbiSkins.Gallery.Appearance.ItemCaption.Options.UseTextOptions = true;
            this.rgbiSkins.Gallery.Appearance.ItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.rgbiSkins.Gallery.ColumnCount = 4;
            this.rgbiSkins.Gallery.FixedHoverImageSize = false;
            galleryItemGroup1.Caption = "Main Skins";
            galleryItemGroup2.Caption = "Office Skins";
            galleryItemGroup3.Caption = "Bonus Skins";
            this.rgbiSkins.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            galleryItemGroup1,
            galleryItemGroup2,
            galleryItemGroup3});
            this.rgbiSkins.Gallery.ImageSize = new System.Drawing.Size(32, 17);
            this.rgbiSkins.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Top;
            this.rgbiSkins.Gallery.RowCount = 4;
            this.rgbiSkins.Gallery.InitDropDownGallery += new DevExpress.XtraBars.Ribbon.InplaceGalleryEventHandler(this.rgbiSkins_Gallery_InitDropDownGallery);
            this.rgbiSkins.Gallery.ItemClick += new DevExpress.XtraBars.Ribbon.GalleryItemClickEventHandler(this.rgbiSkins_Gallery_ItemClick);
            this.rgbiSkins.Id = 13;
            this.rgbiSkins.Name = "rgbiSkins";
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "刷新菜单";
            this.barButtonItem1.Description = "重新加载系统菜单功能项";
            this.barButtonItem1.Id = 124;
            this.barButtonItem1.ImageIndex = 8;
            this.barButtonItem1.LargeImageIndex = 3;
            this.barButtonItem1.Name = "barButtonItem1";
            this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
            // 
            // barEditItem2
            // 
            this.barEditItem2.Caption = "Office";
            this.barEditItem2.Edit = this.repositoryItemImageComboBox1;
            this.barEditItem2.Id = 125;
            this.barEditItem2.Name = "barEditItem2";
            // 
            // 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.Name = "repositoryItemImageComboBox1";
            this.repositoryItemImageComboBox1.UseParentBackground = true;
            // 
            // btProgress
            // 
            this.btProgress.Caption = "加载程序";
            this.btProgress.Edit = this.repositoryItemProgressBar1;
            this.btProgress.Id = 127;
            this.btProgress.Name = "btProgress";
            this.btProgress.Width = 150;
            // 
            // repositoryItemProgressBar1
            // 
            this.repositoryItemProgressBar1.Name = "repositoryItemProgressBar1";
            this.repositoryItemProgressBar1.UseParentBackground = true;
            // 
            // barStaticItem1
            // 
            this.barStaticItem1.Caption = "...";
            this.barStaticItem1.Id = 129;
            this.barStaticItem1.Name = "barStaticItem1";
            this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // btnLogin
            // 
            this.btnLogin.Caption = "登录";
            this.btnLogin.Enabled = false;
            this.btnLogin.Id = 130;
            this.btnLogin.LargeImageIndex = 10;
            this.btnLogin.Name = "btnLogin";
            // 
            // imageCollection1
            // 
            this.imageCollection1.ImageSize = new System.Drawing.Size(32, 32);
            this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
            this.imageCollection1.Images.SetKeyName(10, "login.png");
            // 
            // ribbonPage1
            // 
            this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup1,
            this.ribbonPageGroup9});
            this.ribbonPage1.Name = "ribbonPage1";
            this.ribbonPage1.Text = "平台管理";
            // 
            // ribbonPageGroup1
            // 
            this.ribbonPageGroup1.ImageIndex = 1;
            this.ribbonPageGroup1.ItemLinks.Add(this.idNew);
            this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem1);
            this.ribbonPageGroup1.Name = "ribbonPageGroup1";
            toolTipTitleItem1.Text = "Open File Dialog";
            toolTipItem1.Text = "Show the Open file dialog box";
            toolTipTitleItem2.Text = "For more information see help";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            superToolTip1.Items.Add(toolTipSeparatorItem1);
            superToolTip1.Items.Add(toolTipTitleItem2);
            this.ribbonPageGroup1.SuperTip = superToolTip1;
            this.ribbonPageGroup1.Text = "系统";
            // 
            // ribbonPageGroup9
            // 
            this.ribbonPageGroup9.ImageIndex = 22;
            this.ribbonPageGroup9.ItemLinks.Add(this.btnLogin);
            this.ribbonPageGroup9.ItemLinks.Add(this.iExit);
            this.ribbonPageGroup9.Name = "ribbonPageGroup9";
            this.ribbonPageGroup9.Text = "关闭";
            // 
            // ribbonPage3
            // 
            this.ribbonPage3.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup11});
            this.ribbonPage3.Name = "ribbonPage3";
            this.ribbonPage3.Text = "选择样式";
            // 
            // ribbonPageGroup11
            // 
            this.ribbonPageGroup11.ItemLinks.Add(this.rgbiSkins);
            this.ribbonPageGroup11.Name = "ribbonPageGroup11";
            this.ribbonPageGroup11.ShowCaptionButton = false;
            this.ribbonPageGroup11.Text = "皮肤";
            // 
            // repositoryItemSpinEdit1
            // 
            this.repositoryItemSpinEdit1.AutoHeight = false;
            this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.repositoryItemSpinEdit1.IsFloatValue = false;
            this.repositoryItemSpinEdit1.LookAndFeel.SkinName = "Black";
            this.repositoryItemSpinEdit1.Mask.EditMask = "N00";
            this.repositoryItemSpinEdit1.MaxValue = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.repositoryItemSpinEdit1.MinValue = new decimal(new int[] {
            6,
            0,
            0,
            0});
            this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
            this.repositoryItemSpinEdit1.UseParentBackground = true;
            // 
            // repositoryItemPictureEdit1
            // 
            this.repositoryItemPictureEdit1.AllowFocused = false;
            this.repositoryItemPictureEdit1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.repositoryItemPictureEdit1.LookAndFeel.SkinName = "Black";
            this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
            this.repositoryItemPictureEdit1.UseParentBackground = true;
            // 
            // riicStyle
            // 
            this.riicStyle.Appearance.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.riicStyle.Appearance.Options.UseFont = true;
            this.riicStyle.AutoHeight = false;
            this.riicStyle.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.riicStyle.LookAndFeel.SkinName = "Black";
            this.riicStyle.Name = "riicStyle";
            this.riicStyle.UseParentBackground = true;
            // 
            // repositoryItemImageComboBox2
            // 
            this.repositoryItemImageComboBox2.AutoHeight = false;
            this.repositoryItemImageComboBox2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemImageComboBox2.Name = "repositoryItemImageComboBox2";
            this.repositoryItemImageComboBox2.UseParentBackground = true;
            // 
            // ribbonStatusBar1
            // 
            this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem1);
            this.ribbonStatusBar1.ItemLinks.Add(this.btProgress, true);
            this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 743);
            this.ribbonStatusBar1.Name = "ribbonStatusBar1";
            this.ribbonStatusBar1.Ribbon = this.ribbonControl1;
            this.ribbonStatusBar1.Size = new System.Drawing.Size(1016, 24);
            // 
            // defaultLookAndFeel1
            // 
            this.defaultLookAndFeel1.LookAndFeel.SkinName = "Black";
            // 
            // xtraTabbedMdiManager1
            // 
            this.xtraTabbedMdiManager1.Controller = this.barAndDockingController1;
            this.xtraTabbedMdiManager1.FloatOnDoubleClick = DevExpress.Utils.DefaultBoolean.True;
            this.xtraTabbedMdiManager1.FloatOnDrag = DevExpress.Utils.DefaultBoolean.True;
            this.xtraTabbedMdiManager1.MdiParent = this;
            // 
            // imageCollection3
            // 
            this.imageCollection3.ImageSize = new System.Drawing.Size(15, 15);
            this.imageCollection3.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection3.ImageStream")));
            // 
            // ribbonPage4
            // 
            this.ribbonPage4.Name = "ribbonPage4";
            this.ribbonPage4.Text = "Selection";
            // 
            // ribbonPageGroup13
            // 
            this.ribbonPageGroup13.Name = "ribbonPageGroup13";
            this.ribbonPageGroup13.Text = "Format";
            // 
            // ribbonPageGroup12
            // 
            this.ribbonPageGroup12.Name = "ribbonPageGroup12";
            this.ribbonPageGroup12.Text = "Edit";
            // 
            // dockManager1
            // 
            this.dockManager1.AutoHideContainers.AddRange(new DevExpress.XtraBars.Docking.AutoHideContainer[] {
            this.hideContainerLeft});
            this.dockManager1.Controller = this.barAndDockingController1;
            this.dockManager1.Form = this;
            this.dockManager1.Images = this.imageCollection1;
            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)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
            this.hideContainerLeft.Controls.Add(this.dockPanel1);
            this.hideContainerLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.hideContainerLeft.Location = new System.Drawing.Point(0, 153);
            this.hideContainerLeft.Name = "hideContainerLeft";
            this.hideContainerLeft.Size = new System.Drawing.Size(38, 590);
            // 
            // dockPanel1
            // 
            this.dockPanel1.Controls.Add(this.dockPanel1_Container);
            this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
            this.dockPanel1.ID = new System.Guid("739862c0-c00c-4f1f-be22-d37df9ecfa30");
            this.dockPanel1.Location = new System.Drawing.Point(0, 0);
            this.dockPanel1.Name = "dockPanel1";
            this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 200);
            this.dockPanel1.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Left;
            this.dockPanel1.SavedIndex = 0;
            this.dockPanel1.Size = new System.Drawing.Size(200, 590);
            this.dockPanel1.Text = "系统模块";
            this.dockPanel1.Visibility = DevExpress.XtraBars.Docking.DockVisibility.AutoHide;
            // 
            // dockPanel1_Container
            // 
            this.dockPanel1_Container.Controls.Add(this.navBarControl1);
            this.dockPanel1_Container.Location = new System.Drawing.Point(3, 29);
            this.dockPanel1_Container.Name = "dockPanel1_Container";
            this.dockPanel1_Container.Size = new System.Drawing.Size(194, 558);
            this.dockPanel1_Container.TabIndex = 0;
            // 
            // navBarControl1
            // 
            this.navBarControl1.ActiveGroup = null;
            this.navBarControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.navBarControl1.LargeImages = this.imageCollection2;
            this.navBarControl1.Location = new System.Drawing.Point(0, 0);
            this.navBarControl1.Name = "navBarControl1";
            this.navBarControl1.OptionsNavPane.ExpandedWidth = 194;
            this.navBarControl1.Size = new System.Drawing.Size(194, 558);
            this.navBarControl1.SmallImages = this.imageCollection2;
            this.navBarControl1.TabIndex = 0;
            this.navBarControl1.Text = "navBarControl1";
            // 
            // frmMain
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
            this.ClientSize = new System.Drawing.Size(1016, 767);
            this.Controls.Add(this.hideContainerLeft);
            this.Controls.Add(this.ribbonStatusBar1);
            this.Controls.Add(this.ribbonControl1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.IsMdiContainer = true;
            this.Name = "frmMain";
            this.Ribbon = this.ribbonControl1;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.StatusBar = this.ribbonStatusBar1;
            this.Text = "企业管理平台";
            this.Load += new System.EventHandler(this.frmMain_Load);
            ((System.ComponentModel.ISupportInitialize)(this.popupControlContainer1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pmAppMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.riicStyle)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabbedMdiManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
            this.hideContainerLeft.ResumeLayout(false);
            this.dockPanel1.ResumeLayout(false);
            this.dockPanel1_Container.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).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(frmMain));
            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.ToolTipSeparatorItem toolTipSeparatorItem2 = new DevExpress.Utils.ToolTipSeparatorItem();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
            this.barAndDockingController1 = new DevExpress.XtraBars.BarAndDockingController(this.components);
            this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
            this.dockRealtime = new DevExpress.XtraBars.Docking.DockPanel();
            this.controlContainer1 = new DevExpress.XtraBars.Docking.ControlContainer();
            this.panel1 = new System.Windows.Forms.Panel();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.measurementDutyCycleBCV = new CommonSuite.ctrlMeasurement();
            this.measurementIgnitionAdvance = new CommonSuite.ctrlMeasurement();
            this.measurementPedalPosition = new CommonSuite.ctrlMeasurement();
            this.measurementSpeed = new CommonSuite.ctrlMeasurement();
            this.measurementCalculatedTorque = new CommonSuite.ctrlMeasurement();
            this.measurementIgnitionOffset = new CommonSuite.ctrlMeasurement();
            this.measurementCalculatedPower = new CommonSuite.ctrlMeasurement();
            this.measurementAirmassRequest = new CommonSuite.ctrlMeasurement();
            this.measurementBoost = new CommonSuite.ctrlMeasurement();
            this.panel4 = new System.Windows.Forms.Panel();
            this.linearGauge2 = new ProGauges.LinearGauge();
            this.panel3 = new System.Windows.Forms.Panel();
            this.linearGauge1 = new ProGauges.LinearGauge();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.panel5 = new System.Windows.Forms.Panel();
            this.gridRealtime = new DevExpress.XtraGrid.GridControl();
            this.ViewRealtime = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gcRealtimeSymbolname = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcRealtimeDescr = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcRealtimeSymbolnumber = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcRealtimeValue = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcRealtimeOffset = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcRealtimeCorrection = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcRealtimePeak = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcRealtimeMinimum = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcRealtimeMaximum = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcRealtimeConverterSymbolNumber = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcRealtimeSRAMAddress = new DevExpress.XtraGrid.Columns.GridColumn();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton20 = new System.Windows.Forms.ToolStripButton();
            this.toolStrip2 = new System.Windows.Forms.ToolStrip();
            this.btnSaveRealtimeLayout = new System.Windows.Forms.ToolStripButton();
            this.btnLoadRealtimeLayout = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.btnAddSymbol = new System.Windows.Forms.ToolStripButton();
            this.btnRemoveSymbolFromList = new System.Windows.Forms.ToolStripButton();
            this.btnEditSymbol = new System.Windows.Forms.ToolStripButton();
            this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.xtraTabPageEmpty = new DevExpress.XtraTab.XtraTabPage();
            this.panelBottom = new System.Windows.Forms.Panel();
            this.btnAutoTune = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
            this.btnSportMode = new DevExpress.XtraEditors.SimpleButton();
            this.btnNormalMode = new DevExpress.XtraEditors.SimpleButton();
            this.btnEconomyMode = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
            this.digitalDisplayControl6 = new Owf.Controls.DigitalDisplayControl();
            this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.digitalDisplayControl4 = new Owf.Controls.DigitalDisplayControl();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.measurementEGT = new Owf.Controls.DigitalDisplayControl();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.digitalDisplayControl5 = new Owf.Controls.DigitalDisplayControl();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.digitalDisplayControl3 = new Owf.Controls.DigitalDisplayControl();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.digitalDisplayControl2 = new Owf.Controls.DigitalDisplayControl();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.digitalDisplayControl1 = new Owf.Controls.DigitalDisplayControl();
            this.dockSymbols = new DevExpress.XtraBars.Docking.DockPanel();
            this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            this.gridControlSymbols = new DevExpress.XtraGrid.GridControl();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.readSymbolToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.writeSymbolToSRAMToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.addToMyMapsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.readFromSRAMFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.browseAxisInfoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exportAsTuningPackageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exportFixedTuningPackageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exportSymbollistAsCSVToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.gridViewSymbols = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gcSymbolsName = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcSymbolsAddress = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcSymbolsLength = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcSymbolDescr = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcSymbolCategory = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcSymbolnumber = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcSymbolsUserDescription = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcSymbolSRAMAddress = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gcSymbolNumberECU = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.ribbonControl2 = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.barFilenameText = new DevExpress.XtraBars.BarStaticItem();
            this.barECUNameText = new DevExpress.XtraBars.BarStaticItem();
            this.barUpdateText = new DevExpress.XtraBars.BarStaticItem();
            this.barButtonItem20 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem21 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem22 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem23 = new DevExpress.XtraBars.BarButtonItem();
            this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
            this.barProgress = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
            this.btnReadOnly = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticOpenClosed = new DevExpress.XtraBars.BarStaticItem();
            this.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonStatusBar1 = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.barButtonItem1 = 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.firmwareInformation = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem12 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem13 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem14 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem15 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem16 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem17 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem18 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem19 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem24 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem28 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem29 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem30 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem31 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem32 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem33 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem34 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem35 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem36 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem37 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem38 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem39 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem40 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem41 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem42 = new DevExpress.XtraBars.BarButtonItem();
            this.btnToggleRealtimePanel = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem44 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem45 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem47 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem48 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem49 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem50 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem51 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem52 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem53 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem54 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem55 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem56 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem57 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem58 = new DevExpress.XtraBars.BarButtonItem();
            this.barEditRecent = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.barButtonItem60 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem61 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem62 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem63 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem64 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem65 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem66 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem67 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem68 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem69 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem70 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem71 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem72 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem73 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem74 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem75 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem76 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem77 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem78 = new DevExpress.XtraBars.BarButtonItem();
            this.btnVinDecoder = new DevExpress.XtraBars.BarButtonItem();
            this.BtnLimiterCheck = new DevExpress.XtraBars.BarButtonItem();
            this.btnTuneBinary = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem81 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem82 = new DevExpress.XtraBars.BarButtonItem();
            this.brnCreateSRAMSnapshot = new DevExpress.XtraBars.BarButtonItem();
            this.btnLoadLogFile = new DevExpress.XtraBars.BarButtonItem();
            this.btnSetSymbolColors = new DevExpress.XtraBars.BarButtonItem();
            this.btnImportXML = new DevExpress.XtraBars.BarButtonItem();
            this.btnReadFaultCodes = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem83 = new DevExpress.XtraBars.BarButtonItem();
            this.btnClearDTCs = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem85 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem86 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem87 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem88 = new DevExpress.XtraBars.BarButtonItem();
            this.btnImportTuningPackage = new DevExpress.XtraBars.BarButtonItem();
            this.btnCompareToOriginal = new DevExpress.XtraBars.BarButtonItem();
            this.btnCreateProject = new DevExpress.XtraBars.BarButtonItem();
            this.btnOpenProject = new DevExpress.XtraBars.BarButtonItem();
            this.btnCloseProject = new DevExpress.XtraBars.BarButtonItem();
            this.btnShowTransactionLog = new DevExpress.XtraBars.BarButtonItem();
            this.btnRollback = new DevExpress.XtraBars.BarButtonItem();
            this.btnRollforward = new DevExpress.XtraBars.BarButtonItem();
            this.btnRebuildFile = new DevExpress.XtraBars.BarButtonItem();
            this.btnEditProject = new DevExpress.XtraBars.BarButtonItem();
            this.btnAddNoteToProject = new DevExpress.XtraBars.BarButtonItem();
            this.btnShowProjectLogbook = new DevExpress.XtraBars.BarButtonItem();
            this.btnProduceLatestBinary = new DevExpress.XtraBars.BarButtonItem();
            this.btnTorqueCalM_EngXSP = new DevExpress.XtraBars.BarButtonItem();
            this.btnShowVectors = new DevExpress.XtraBars.BarButtonItem();
            this.btnEditTuningPackage = new DevExpress.XtraBars.BarButtonItem();
            this.btnWriteLogMarker = new DevExpress.XtraBars.BarButtonItem();
            this.btnViewMatrixFromLog = new DevExpress.XtraBars.BarButtonItem();
            this.btnImportCSV = new DevExpress.XtraBars.BarButtonItem();
            this.barSyncToBinary = new DevExpress.XtraBars.BarButtonItem();
            this.barSyncToECU = new DevExpress.XtraBars.BarButtonItem();
            this.btnUploadTuningPackage = new DevExpress.XtraBars.BarButtonItem();
            this.btnGenerateTuningPackage = new DevExpress.XtraBars.BarButtonItem();
            this.btnLogFilters = new DevExpress.XtraBars.BarButtonItem();
            this.btnPanelFullscreen = new DevExpress.XtraBars.BarButtonItem();
            this.btnCaptureScreenshot = new DevExpress.XtraBars.BarButtonItem();
            this.barExtraOnline = new DevExpress.XtraBars.BarSubItem();
            this.btnEthanolContent = new DevExpress.XtraBars.BarButtonItem();
            this.btnSeatbeltPing = new DevExpress.XtraBars.BarButtonItem();
            this.btnSetSeatbeltPingOff = new DevExpress.XtraBars.BarButtonItem();
            this.btnDoubleUnlockOn = new DevExpress.XtraBars.BarButtonItem();
            this.btnDoubleUnlockOff = new DevExpress.XtraBars.BarButtonItem();
            this.btnTrionicInfo = new DevExpress.XtraBars.BarButtonItem();
            this.btnSIDDisplayTest = new DevExpress.XtraBars.BarButtonItem();
            this.btnReadEngineData = new DevExpress.XtraBars.BarButtonItem();
            this.btnGetParkAssistanceInfo = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
            this.btnAFRFeedbackMap = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem93 = new DevExpress.XtraBars.BarButtonItem();
            this.btnClearAFRFeedback = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem94 = new DevExpress.XtraBars.BarButtonItem();
            this.btnCompareToSRAMSnapshot = new DevExpress.XtraBars.BarButtonItem();
            this.btnCompareSRAMSnapshots = new DevExpress.XtraBars.BarButtonItem();
            this.btnImportAFRFeedbackMap = new DevExpress.XtraBars.BarButtonItem();
            this.btnReleaseNotes = new DevExpress.XtraBars.BarButtonItem();
            this.btnConnectDisconnect = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem92 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem95 = new DevExpress.XtraBars.BarButtonItem();
            this.btnShowDisassembly = new DevExpress.XtraBars.BarButtonItem();
            this.btnShowFullDisassembly = new DevExpress.XtraBars.BarButtonItem();
            this.barIdcGenerate = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.barImportAS2 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonExportLogCsv = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem11 = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup5 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup26 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPage3 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup6 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup7 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup8 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup11 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPage5 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup12 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup20 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup19 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup14 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup22 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup21 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup13 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPage7 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup17 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup25 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPage8 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup18 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup24 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPage6 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup16 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPage4 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup9 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup10 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.tmrReadProcessChecker = new System.Windows.Forms.Timer(this.components);
            this.tmrWriteProcessChecker = new System.Windows.Forms.Timer(this.components);
            this.tmrReadRAMProcessChecker = new System.Windows.Forms.Timer(this.components);
            this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
            this.tmrRealtime = new System.Windows.Forms.Timer(this.components);
            this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog();
            this.barButtonItem46 = new DevExpress.XtraBars.BarButtonItem();
            this.openFileDialog3 = new System.Windows.Forms.OpenFileDialog();
            this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
            this.barButtonItem59 = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonPageGroup15 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.sndTimer = new System.Windows.Forms.Timer(this.components);
            this.barButtonItem79 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem80 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem25 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem26 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem27 = new DevExpress.XtraBars.BarButtonItem();
            ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
            this.dockRealtime.SuspendLayout();
            this.controlContainer1.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.panel4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.linearGauge2)).BeginInit();
            this.panel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.linearGauge1)).BeginInit();
            this.xtraTabPage2.SuspendLayout();
            this.panel5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridRealtime)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ViewRealtime)).BeginInit();
            this.toolStrip1.SuspendLayout();
            this.toolStrip2.SuspendLayout();
            this.xtraTabPage3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.panelBottom.SuspendLayout();
            this.dockSymbols.SuspendLayout();
            this.dockPanel1_Container.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlSymbols)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewSymbols)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
            this.SuspendLayout();
            // 
            // barAndDockingController1
            // 
            this.barAndDockingController1.LookAndFeel.SkinName = "Black";
            this.barAndDockingController1.PropertiesBar.AllowLinkLighting = false;
            // 
            // dockManager1
            // 
            this.dockManager1.Controller = this.barAndDockingController1;
            this.dockManager1.DockMode = DevExpress.XtraBars.Docking.Helpers.DockMode.Standard;
            this.dockManager1.Form = this;
            this.dockManager1.HiddenPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
            this.dockRealtime});
            this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
            this.dockSymbols});
            this.dockManager1.TopZIndexControls.AddRange(new string[] {
            "DevExpress.XtraBars.BarDockControl",
            "System.Windows.Forms.StatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonControl"});
            this.dockManager1.ValidateFloatFormChildrenOnDeactivate = false;
            // 
            // dockRealtime
            // 
            this.dockRealtime.Controls.Add(this.controlContainer1);
            this.dockRealtime.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
            this.dockRealtime.FloatSize = new System.Drawing.Size(660, 540);
            this.dockRealtime.ID = new System.Guid("5ae919d1-f979-4d5b-8f82-3bf6b6745ddd");
            this.dockRealtime.Location = new System.Drawing.Point(355, 118);
            this.dockRealtime.Name = "dockRealtime";
            this.dockRealtime.OriginalSize = new System.Drawing.Size(0, 0);
            this.dockRealtime.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Left;
            this.dockRealtime.SavedIndex = 1;
            this.dockRealtime.Size = new System.Drawing.Size(625, 576);
            this.dockRealtime.Text = "Realtime panel";
            this.dockRealtime.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
            // 
            // controlContainer1
            // 
            this.controlContainer1.Controls.Add(this.panel1);
            this.controlContainer1.Location = new System.Drawing.Point(3, 24);
            this.controlContainer1.Name = "controlContainer1";
            this.controlContainer1.Size = new System.Drawing.Size(619, 549);
            this.controlContainer1.TabIndex = 0;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.xtraTabControl1);
            this.panel1.Controls.Add(this.panelBottom);
            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(619, 549);
            this.panel1.TabIndex = 1;
            // 
            // xtraTabControl1
            // 
            this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
            this.xtraTabControl1.LookAndFeel.SkinName = "Dark Side";
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
            this.xtraTabControl1.Size = new System.Drawing.Size(619, 430);
            this.xtraTabControl1.TabIndex = 1;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1,
            this.xtraTabPage2,
            this.xtraTabPage3,
            this.xtraTabPageEmpty});
            this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
            this.xtraTabControl1.Click += new System.EventHandler(this.xtraTabControl1_Click);
            // 
            // xtraTabPage1
            // 
            this.xtraTabPage1.Controls.Add(this.tableLayoutPanel1);
            this.xtraTabPage1.Controls.Add(this.panel4);
            this.xtraTabPage1.Controls.Add(this.panel3);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(610, 400);
            this.xtraTabPage1.Text = "Dashboard";
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 3;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel1.Controls.Add(this.measurementDutyCycleBCV, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.measurementIgnitionAdvance, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.measurementPedalPosition, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.measurementSpeed, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.measurementCalculatedTorque, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.measurementIgnitionOffset, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.measurementCalculatedPower, 1, 1);
            this.tableLayoutPanel1.Controls.Add(this.measurementAirmassRequest, 2, 0);
            this.tableLayoutPanel1.Controls.Add(this.measurementBoost, 2, 1);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 3;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(610, 226);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // measurementDutyCycleBCV
            // 
            this.measurementDutyCycleBCV.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.measurementDutyCycleBCV.Dock = System.Windows.Forms.DockStyle.Fill;
            this.measurementDutyCycleBCV.Location = new System.Drawing.Point(3, 153);
            this.measurementDutyCycleBCV.MeasurementText = "Duty cycle %";
            this.measurementDutyCycleBCV.Name = "measurementDutyCycleBCV";
            this.measurementDutyCycleBCV.NumberOfDecimals = 1;
            this.measurementDutyCycleBCV.SetBackColor = System.Drawing.Color.Transparent;
            this.measurementDutyCycleBCV.SetDigitColor = System.Drawing.Color.Black;
            this.measurementDutyCycleBCV.SetLabelColor = System.Drawing.Color.Black;
            this.measurementDutyCycleBCV.Size = new System.Drawing.Size(197, 70);
            this.measurementDutyCycleBCV.TabIndex = 3;
            this.measurementDutyCycleBCV.Value = 0F;
            // 
            // measurementIgnitionAdvance
            // 
            this.measurementIgnitionAdvance.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.measurementIgnitionAdvance.Dock = System.Windows.Forms.DockStyle.Fill;
            this.measurementIgnitionAdvance.Location = new System.Drawing.Point(206, 153);
            this.measurementIgnitionAdvance.MeasurementText = "Degrees BTDC";
            this.measurementIgnitionAdvance.Name = "measurementIgnitionAdvance";
            this.measurementIgnitionAdvance.NumberOfDecimals = 1;
            this.measurementIgnitionAdvance.SetBackColor = System.Drawing.Color.Transparent;
            this.measurementIgnitionAdvance.SetDigitColor = System.Drawing.Color.Black;
            this.measurementIgnitionAdvance.SetLabelColor = System.Drawing.Color.Black;
            this.measurementIgnitionAdvance.Size = new System.Drawing.Size(197, 70);
            this.measurementIgnitionAdvance.TabIndex = 2;
            this.measurementIgnitionAdvance.Value = 0F;
            // 
            // measurementPedalPosition
            // 
            this.measurementPedalPosition.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.measurementPedalPosition.Dock = System.Windows.Forms.DockStyle.Fill;
            this.measurementPedalPosition.Location = new System.Drawing.Point(409, 153);
            this.measurementPedalPosition.MeasurementText = "TPS %";
            this.measurementPedalPosition.Name = "measurementPedalPosition";
            this.measurementPedalPosition.NumberOfDecimals = 0;
            this.measurementPedalPosition.SetBackColor = System.Drawing.Color.Transparent;
            this.measurementPedalPosition.SetDigitColor = System.Drawing.Color.Black;
            this.measurementPedalPosition.SetLabelColor = System.Drawing.Color.Black;
            this.measurementPedalPosition.Size = new System.Drawing.Size(198, 70);
            this.measurementPedalPosition.TabIndex = 1;
            this.measurementPedalPosition.Value = 0F;
            // 
            // measurementSpeed
            // 
            this.measurementSpeed.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.measurementSpeed.Dock = System.Windows.Forms.DockStyle.Fill;
            this.measurementSpeed.Location = new System.Drawing.Point(3, 3);
            this.measurementSpeed.MeasurementText = "km/h";
            this.measurementSpeed.Name = "measurementSpeed";
            this.measurementSpeed.NumberOfDecimals = 1;
            this.measurementSpeed.SetBackColor = System.Drawing.Color.Transparent;
            this.measurementSpeed.SetDigitColor = System.Drawing.Color.Black;
            this.measurementSpeed.SetLabelColor = System.Drawing.Color.Black;
            this.measurementSpeed.Size = new System.Drawing.Size(197, 69);
            this.measurementSpeed.TabIndex = 0;
            this.measurementSpeed.Value = 0F;
            // 
            // measurementCalculatedTorque
            // 
            this.measurementCalculatedTorque.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.measurementCalculatedTorque.Dock = System.Windows.Forms.DockStyle.Fill;
            this.measurementCalculatedTorque.Location = new System.Drawing.Point(3, 78);
            this.measurementCalculatedTorque.MeasurementText = "Calculated torque";
            this.measurementCalculatedTorque.Name = "measurementCalculatedTorque";
            this.measurementCalculatedTorque.NumberOfDecimals = 0;
            this.measurementCalculatedTorque.SetBackColor = System.Drawing.Color.Transparent;
            this.measurementCalculatedTorque.SetDigitColor = System.Drawing.Color.Black;
            this.measurementCalculatedTorque.SetLabelColor = System.Drawing.Color.Black;
            this.measurementCalculatedTorque.Size = new System.Drawing.Size(197, 69);
            this.measurementCalculatedTorque.TabIndex = 4;
            this.measurementCalculatedTorque.Value = 0F;
            // 
            // measurementIgnitionOffset
            // 
            this.measurementIgnitionOffset.Appearance.ForeColor = System.Drawing.SystemColors.ControlText;
            this.measurementIgnitionOffset.Appearance.Options.UseForeColor = true;
            this.measurementIgnitionOffset.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.measurementIgnitionOffset.Dock = System.Windows.Forms.DockStyle.Fill;
            this.measurementIgnitionOffset.Location = new System.Drawing.Point(206, 3);
            this.measurementIgnitionOffset.MeasurementText = "I offset";
            this.measurementIgnitionOffset.Name = "measurementIgnitionOffset";
            this.measurementIgnitionOffset.NumberOfDecimals = 1;
            this.measurementIgnitionOffset.SetBackColor = System.Drawing.Color.Transparent;
            this.measurementIgnitionOffset.SetDigitColor = System.Drawing.Color.Black;
            this.measurementIgnitionOffset.SetLabelColor = System.Drawing.Color.Black;
            this.measurementIgnitionOffset.Size = new System.Drawing.Size(197, 69);
            this.measurementIgnitionOffset.TabIndex = 5;
            this.measurementIgnitionOffset.Value = 0F;
            // 
            // measurementCalculatedPower
            // 
            this.measurementCalculatedPower.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.measurementCalculatedPower.Dock = System.Windows.Forms.DockStyle.Fill;
            this.measurementCalculatedPower.Location = new System.Drawing.Point(206, 78);
            this.measurementCalculatedPower.MeasurementText = "Calculated power";
            this.measurementCalculatedPower.Name = "measurementCalculatedPower";
            this.measurementCalculatedPower.NumberOfDecimals = 0;
            this.measurementCalculatedPower.SetBackColor = System.Drawing.Color.Transparent;
            this.measurementCalculatedPower.SetDigitColor = System.Drawing.Color.Black;
            this.measurementCalculatedPower.SetLabelColor = System.Drawing.Color.Black;
            this.measurementCalculatedPower.Size = new System.Drawing.Size(197, 69);
            this.measurementCalculatedPower.TabIndex = 6;
            this.measurementCalculatedPower.Value = 0F;
            // 
            // measurementAirmassRequest
            // 
            this.measurementAirmassRequest.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.measurementAirmassRequest.Dock = System.Windows.Forms.DockStyle.Fill;
            this.measurementAirmassRequest.Location = new System.Drawing.Point(409, 3);
            this.measurementAirmassRequest.MeasurementText = "Req.airmass";
            this.measurementAirmassRequest.Name = "measurementAirmassRequest";
            this.measurementAirmassRequest.NumberOfDecimals = 0;
            this.measurementAirmassRequest.SetBackColor = System.Drawing.Color.Transparent;
            this.measurementAirmassRequest.SetDigitColor = System.Drawing.Color.Black;
            this.measurementAirmassRequest.SetLabelColor = System.Drawing.Color.Black;
            this.measurementAirmassRequest.Size = new System.Drawing.Size(198, 69);
            this.measurementAirmassRequest.TabIndex = 7;
            this.measurementAirmassRequest.Value = 0F;
            // 
            // measurementBoost
            // 
            this.measurementBoost.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.measurementBoost.Dock = System.Windows.Forms.DockStyle.Fill;
            this.measurementBoost.Location = new System.Drawing.Point(409, 78);
            this.measurementBoost.MeasurementText = "Boost";
            this.measurementBoost.Name = "measurementBoost";
            this.measurementBoost.NumberOfDecimals = 2;
            this.measurementBoost.SetBackColor = System.Drawing.Color.Transparent;
            this.measurementBoost.SetDigitColor = System.Drawing.Color.Black;
            this.measurementBoost.SetLabelColor = System.Drawing.Color.Black;
            this.measurementBoost.Size = new System.Drawing.Size(198, 69);
            this.measurementBoost.TabIndex = 8;
            this.measurementBoost.Value = 0F;
            // 
            // panel4
            // 
            this.panel4.Controls.Add(this.linearGauge2);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel4.Location = new System.Drawing.Point(0, 226);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(610, 87);
            this.panel4.TabIndex = 2;
            // 
            // linearGauge2
            // 
            this.linearGauge2.AlphaForGaugeColors = 60;
            this.linearGauge2.BackGroundColor = System.Drawing.Color.Empty;
            this.linearGauge2.BevelLineColor = System.Drawing.Color.DimGray;
            this.linearGauge2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.linearGauge2.EndColor = System.Drawing.Color.OrangeRed;
            this.linearGauge2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
            this.linearGauge2.GaugeText = "AFR";
            this.linearGauge2.GaugeUnits = "";
            this.linearGauge2.HighlightOpaqueEnd = ((byte)(30));
            this.linearGauge2.HighlightOpaqueStart = ((byte)(100));
            this.linearGauge2.Location = new System.Drawing.Point(0, 0);
            this.linearGauge2.Margin = new System.Windows.Forms.Padding(4);
            this.linearGauge2.MaxValue = 20F;
            this.linearGauge2.MinValue = 10F;
            this.linearGauge2.Name = "linearGauge2";
            this.linearGauge2.NumberOfDecimals = 1;
            this.linearGauge2.NumberOfDivisions = 10;
            this.linearGauge2.RecommendedRangeColor = System.Drawing.Color.LawnGreen;
            this.linearGauge2.RecommendedValue = 14.7F;
            this.linearGauge2.Size = new System.Drawing.Size(610, 87);
            this.linearGauge2.StartColor = System.Drawing.Color.GreenYellow;
            this.linearGauge2.TabIndex = 1;
            this.linearGauge2.TextColor = System.Drawing.Color.Black;
            this.linearGauge2.ThresholdColor = System.Drawing.Color.Firebrick;
            this.linearGauge2.ThresholdValue = 1200F;
            this.linearGauge2.TickColor = System.Drawing.Color.Black;
            this.linearGauge2.Click += new System.EventHandler(this.linearGauge2_Click);
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.linearGauge1);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel3.Location = new System.Drawing.Point(0, 313);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(610, 87);
            this.panel3.TabIndex = 1;
            // 
            // linearGauge1
            // 
            this.linearGauge1.AlphaForGaugeColors = 60;
            this.linearGauge1.BackGroundColor = System.Drawing.Color.Empty;
            this.linearGauge1.BevelLineColor = System.Drawing.Color.DimGray;
            this.linearGauge1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.linearGauge1.EndColor = System.Drawing.Color.OrangeRed;
            this.linearGauge1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
            this.linearGauge1.GaugeText = "Airmass";
            this.linearGauge1.GaugeUnits = "mg/c";
            this.linearGauge1.HighlightOpaqueEnd = ((byte)(30));
            this.linearGauge1.HighlightOpaqueStart = ((byte)(100));
            this.linearGauge1.Location = new System.Drawing.Point(0, 0);
            this.linearGauge1.Margin = new System.Windows.Forms.Padding(4);
            this.linearGauge1.MaxValue = 1600F;
            this.linearGauge1.Name = "linearGauge1";
            this.linearGauge1.NumberOfDecimals = 0;
            this.linearGauge1.NumberOfDivisions = 8;
            this.linearGauge1.RecommendedPercentage = 25;
            this.linearGauge1.RecommendedRangeColor = System.Drawing.Color.LawnGreen;
            this.linearGauge1.RecommendedValue = 1000F;
            this.linearGauge1.Size = new System.Drawing.Size(610, 87);
            this.linearGauge1.StartColor = System.Drawing.Color.GreenYellow;
            this.linearGauge1.TabIndex = 1;
            this.linearGauge1.TextColor = System.Drawing.Color.Black;
            this.linearGauge1.ThresholdColor = System.Drawing.Color.Firebrick;
            this.linearGauge1.ThresholdValue = 1200F;
            this.linearGauge1.TickColor = System.Drawing.Color.Black;
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Controls.Add(this.panel5);
            this.xtraTabPage2.Controls.Add(this.toolStrip1);
            this.xtraTabPage2.Controls.Add(this.toolStrip2);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(610, 400);
            this.xtraTabPage2.Text = "Free logging";
            // 
            // panel5
            // 
            this.panel5.Controls.Add(this.gridRealtime);
            this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel5.Location = new System.Drawing.Point(0, 25);
            this.panel5.Name = "panel5";
            this.panel5.Size = new System.Drawing.Size(610, 375);
            this.panel5.TabIndex = 3;
            // 
            // gridRealtime
            // 
            this.gridRealtime.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridRealtime.Location = new System.Drawing.Point(0, 0);
            this.gridRealtime.MainView = this.ViewRealtime;
            this.gridRealtime.Name = "gridRealtime";
            this.gridRealtime.Size = new System.Drawing.Size(610, 375);
            this.gridRealtime.TabIndex = 0;
            this.gridRealtime.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.ViewRealtime});
            this.gridRealtime.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gridRealtime_KeyDown);
            // 
            // ViewRealtime
            // 
            this.ViewRealtime.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gcRealtimeSymbolname,
            this.gcRealtimeDescr,
            this.gcRealtimeSymbolnumber,
            this.gcRealtimeValue,
            this.gcRealtimeOffset,
            this.gcRealtimeCorrection,
            this.gcRealtimePeak,
            this.gcRealtimeMinimum,
            this.gcRealtimeMaximum,
            this.gcRealtimeConverterSymbolNumber,
            this.gcRealtimeSRAMAddress});
            this.ViewRealtime.GridControl = this.gridRealtime;
            this.ViewRealtime.Name = "ViewRealtime";
            this.ViewRealtime.OptionsView.ShowGroupPanel = false;
            this.ViewRealtime.OptionsView.ShowIndicator = false;
            this.ViewRealtime.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.ViewRealtime_CustomDrawCell);
            this.ViewRealtime.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ViewRealtime_KeyDown);
            this.ViewRealtime.DoubleClick += new System.EventHandler(this.ViewRealtime_DoubleClick);
            // 
            // gcRealtimeSymbolname
            // 
            this.gcRealtimeSymbolname.Caption = "Symbol";
            this.gcRealtimeSymbolname.FieldName = "SymbolName";
            this.gcRealtimeSymbolname.Name = "gcRealtimeSymbolname";
            this.gcRealtimeSymbolname.OptionsColumn.AllowEdit = false;
            this.gcRealtimeSymbolname.Visible = true;
            this.gcRealtimeSymbolname.VisibleIndex = 0;
            // 
            // gcRealtimeDescr
            // 
            this.gcRealtimeDescr.Caption = "Description";
            this.gcRealtimeDescr.FieldName = "Description";
            this.gcRealtimeDescr.Name = "gcRealtimeDescr";
            this.gcRealtimeDescr.Visible = true;
            this.gcRealtimeDescr.VisibleIndex = 1;
            // 
            // gcRealtimeSymbolnumber
            // 
            this.gcRealtimeSymbolnumber.Caption = "Number";
            this.gcRealtimeSymbolnumber.FieldName = "Symbolnumber";
            this.gcRealtimeSymbolnumber.Name = "gcRealtimeSymbolnumber";
            this.gcRealtimeSymbolnumber.OptionsColumn.AllowEdit = false;
            // 
            // gcRealtimeValue
            // 
            this.gcRealtimeValue.Caption = "Value";
            this.gcRealtimeValue.FieldName = "Value";
            this.gcRealtimeValue.Name = "gcRealtimeValue";
            this.gcRealtimeValue.OptionsColumn.AllowEdit = false;
            this.gcRealtimeValue.Visible = true;
            this.gcRealtimeValue.VisibleIndex = 2;
            // 
            // gcRealtimeOffset
            // 
            this.gcRealtimeOffset.Caption = "Offset";
            this.gcRealtimeOffset.FieldName = "Offset";
            this.gcRealtimeOffset.Name = "gcRealtimeOffset";
            // 
            // gcRealtimeCorrection
            // 
            this.gcRealtimeCorrection.Caption = "Correction";
            this.gcRealtimeCorrection.FieldName = "Correction";
            this.gcRealtimeCorrection.Name = "gcRealtimeCorrection";
            // 
            // gcRealtimePeak
            // 
            this.gcRealtimePeak.Caption = "Peak";
            this.gcRealtimePeak.FieldName = "Peak";
            this.gcRealtimePeak.Name = "gcRealtimePeak";
            this.gcRealtimePeak.Visible = true;
            this.gcRealtimePeak.VisibleIndex = 3;
            // 
            // gcRealtimeMinimum
            // 
            this.gcRealtimeMinimum.Caption = "Minimum";
            this.gcRealtimeMinimum.FieldName = "Minimum";
            this.gcRealtimeMinimum.Name = "gcRealtimeMinimum";
            // 
            // gcRealtimeMaximum
            // 
            this.gcRealtimeMaximum.Caption = "Maximum";
            this.gcRealtimeMaximum.FieldName = "Maximum";
            this.gcRealtimeMaximum.Name = "gcRealtimeMaximum";
            // 
            // gcRealtimeConverterSymbolNumber
            // 
            this.gcRealtimeConverterSymbolNumber.Caption = "Symbolnumber (ECU)";
            this.gcRealtimeConverterSymbolNumber.FieldName = "ConvertedSymbolnumber";
            this.gcRealtimeConverterSymbolNumber.Name = "gcRealtimeConverterSymbolNumber";
            this.gcRealtimeConverterSymbolNumber.Visible = true;
            this.gcRealtimeConverterSymbolNumber.VisibleIndex = 4;
            // 
            // gcRealtimeSRAMAddress
            // 
            this.gcRealtimeSRAMAddress.Caption = "SRAM address";
            this.gcRealtimeSRAMAddress.FieldName = "SRAMAddress";
            this.gcRealtimeSRAMAddress.Name = "gcRealtimeSRAMAddress";
            this.gcRealtimeSRAMAddress.Visible = true;
            this.gcRealtimeSRAMAddress.VisibleIndex = 5;
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButton1,
            this.toolStripButton2,
            this.toolStripButton3,
            this.toolStripSeparator1,
            this.toolStripButton4,
            this.toolStripButton5,
            this.toolStripSeparator2,
            this.toolStripButton6,
            this.toolStripButton20});
            this.toolStrip1.Location = new System.Drawing.Point(0, 25);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(610, 25);
            this.toolStrip1.TabIndex = 1;
            this.toolStrip1.Text = "toolStrip1";
            this.toolStrip1.Visible = false;
            // 
            // 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 = "Add symbol";
            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 = "Edit symbol";
            this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
            // 
            // 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 = "Remove symbol";
            this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.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 = "Choose columns";
            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 = "Autosize columns";
            this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // 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 = "Choose font";
            this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
            // 
            // toolStripButton20
            // 
            this.toolStripButton20.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton20.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton20.Image")));
            this.toolStripButton20.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton20.Name = "toolStripButton20";
            this.toolStripButton20.Size = new System.Drawing.Size(23, 22);
            this.toolStripButton20.Text = "Reset peak values";
            this.toolStripButton20.Click += new System.EventHandler(this.toolStripButton20_Click);
            // 
            // toolStrip2
            // 
            this.toolStrip2.BackColor = System.Drawing.Color.Transparent;
            this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btnSaveRealtimeLayout,
            this.btnLoadRealtimeLayout,
            this.toolStripSeparator3,
            this.btnAddSymbol,
            this.btnRemoveSymbolFromList,
            this.btnEditSymbol});
            this.toolStrip2.Location = new System.Drawing.Point(0, 0);
            this.toolStrip2.Name = "toolStrip2";
            this.toolStrip2.Size = new System.Drawing.Size(610, 25);
            this.toolStrip2.TabIndex = 2;
            this.toolStrip2.Text = "toolStrip2";
            // 
            // btnSaveRealtimeLayout
            // 
            this.btnSaveRealtimeLayout.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btnSaveRealtimeLayout.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveRealtimeLayout.Image")));
            this.btnSaveRealtimeLayout.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnSaveRealtimeLayout.Name = "btnSaveRealtimeLayout";
            this.btnSaveRealtimeLayout.Size = new System.Drawing.Size(23, 22);
            this.btnSaveRealtimeLayout.Text = "Save layout";
            this.btnSaveRealtimeLayout.ToolTipText = "Save layout";
            this.btnSaveRealtimeLayout.Click += new System.EventHandler(this.btnSaveRealtimeLayout_Click);
            // 
            // btnLoadRealtimeLayout
            // 
            this.btnLoadRealtimeLayout.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btnLoadRealtimeLayout.Image = ((System.Drawing.Image)(resources.GetObject("btnLoadRealtimeLayout.Image")));
            this.btnLoadRealtimeLayout.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnLoadRealtimeLayout.Name = "btnLoadRealtimeLayout";
            this.btnLoadRealtimeLayout.Size = new System.Drawing.Size(23, 22);
            this.btnLoadRealtimeLayout.Text = "Load layout";
            this.btnLoadRealtimeLayout.ToolTipText = "Load layout";
            this.btnLoadRealtimeLayout.Click += new System.EventHandler(this.btnLoadRealtimeLayout_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // btnAddSymbol
            // 
            this.btnAddSymbol.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btnAddSymbol.Image = ((System.Drawing.Image)(resources.GetObject("btnAddSymbol.Image")));
            this.btnAddSymbol.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnAddSymbol.Name = "btnAddSymbol";
            this.btnAddSymbol.Size = new System.Drawing.Size(23, 22);
            this.btnAddSymbol.Text = "Add symbol to list";
            this.btnAddSymbol.ToolTipText = "Add symbol to list";
            this.btnAddSymbol.Click += new System.EventHandler(this.btnAddSymbol_Click);
            // 
            // btnRemoveSymbolFromList
            // 
            this.btnRemoveSymbolFromList.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btnRemoveSymbolFromList.Image = ((System.Drawing.Image)(resources.GetObject("btnRemoveSymbolFromList.Image")));
            this.btnRemoveSymbolFromList.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnRemoveSymbolFromList.Name = "btnRemoveSymbolFromList";
            this.btnRemoveSymbolFromList.Size = new System.Drawing.Size(23, 22);
            this.btnRemoveSymbolFromList.Text = "Remove symbol";
            this.btnRemoveSymbolFromList.ToolTipText = "Remove symbol";
            this.btnRemoveSymbolFromList.Click += new System.EventHandler(this.btnRemoveSymbolFromList_Click);
            // 
            // btnEditSymbol
            // 
            this.btnEditSymbol.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.btnEditSymbol.Image = ((System.Drawing.Image)(resources.GetObject("btnEditSymbol.Image")));
            this.btnEditSymbol.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnEditSymbol.Name = "btnEditSymbol";
            this.btnEditSymbol.Size = new System.Drawing.Size(23, 22);
            this.btnEditSymbol.Text = "Edit symbol";
            this.btnEditSymbol.ToolTipText = "Edit symbol";
            this.btnEditSymbol.Click += new System.EventHandler(this.btnEditSymbol_Click);
            // 
            // xtraTabPage3
            // 
            this.xtraTabPage3.Controls.Add(this.pictureBox1);
            this.xtraTabPage3.Name = "xtraTabPage3";
            this.xtraTabPage3.PageEnabled = false;
            this.xtraTabPage3.PageVisible = false;
            this.xtraTabPage3.Size = new System.Drawing.Size(610, 400);
            this.xtraTabPage3.Text = "Vehicle information";
            // 
            // pictureBox1
            // 
            this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(0, 0);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(612, 293);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
            // 
            // xtraTabPageEmpty
            // 
            this.xtraTabPageEmpty.Name = "xtraTabPageEmpty";
            this.xtraTabPageEmpty.Size = new System.Drawing.Size(190, 417);
            this.xtraTabPageEmpty.Text = "Empty (speed up logging)";
            // 
            // panelBottom
            // 
            this.panelBottom.Controls.Add(this.btnAutoTune);
            this.panelBottom.Controls.Add(this.simpleButton1);
            this.panelBottom.Controls.Add(this.labelControl12);
            this.panelBottom.Controls.Add(this.labelControl13);
            this.panelBottom.Controls.Add(this.btnSportMode);
            this.panelBottom.Controls.Add(this.btnNormalMode);
            this.panelBottom.Controls.Add(this.btnEconomyMode);
            this.panelBottom.Controls.Add(this.labelControl11);
            this.panelBottom.Controls.Add(this.digitalDisplayControl6);
            this.panelBottom.Controls.Add(this.labelControl9);
            this.panelBottom.Controls.Add(this.labelControl10);
            this.panelBottom.Controls.Add(this.labelControl8);
            this.panelBottom.Controls.Add(this.labelControl7);
            this.panelBottom.Controls.Add(this.labelControl6);
            this.panelBottom.Controls.Add(this.digitalDisplayControl4);
            this.panelBottom.Controls.Add(this.labelControl4);
            this.panelBottom.Controls.Add(this.measurementEGT);
            this.panelBottom.Controls.Add(this.labelControl5);
            this.panelBottom.Controls.Add(this.digitalDisplayControl5);
            this.panelBottom.Controls.Add(this.labelControl3);
            this.panelBottom.Controls.Add(this.digitalDisplayControl3);
            this.panelBottom.Controls.Add(this.labelControl2);
            this.panelBottom.Controls.Add(this.digitalDisplayControl2);
            this.panelBottom.Controls.Add(this.labelControl1);
            this.panelBottom.Controls.Add(this.digitalDisplayControl1);
            this.panelBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelBottom.Location = new System.Drawing.Point(0, 430);
            this.panelBottom.Name = "panelBottom";
            this.panelBottom.Size = new System.Drawing.Size(619, 119);
            this.panelBottom.TabIndex = 2;
            // 
            // btnAutoTune
            // 
            this.btnAutoTune.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAutoTune.Enabled = false;
            this.btnAutoTune.Location = new System.Drawing.Point(393, 76);
            this.btnAutoTune.Name = "btnAutoTune";
            this.btnAutoTune.Size = new System.Drawing.Size(67, 39);
            this.btnAutoTune.TabIndex = 38;
            this.btnAutoTune.Text = "AutoTune";
            this.btnAutoTune.Visible = false;
            this.btnAutoTune.Click += new System.EventHandler(this.btnAutoTune_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(566, 35);
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Size = new System.Drawing.Size(50, 39);
            this.simpleButton1.TabIndex = 37;
            this.simpleButton1.Text = "Night";
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
            // 
            // labelControl12
            // 
            this.labelControl12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Maroon;
            this.labelControl12.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.labelControl12.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl12.Location = new System.Drawing.Point(89, 98);
            this.labelControl12.Name = "labelControl12";
            this.labelControl12.Size = new System.Drawing.Size(298, 13);
            this.labelControl12.TabIndex = 36;
            this.labelControl12.Text = "---";
            // 
            // labelControl13
            // 
            this.labelControl13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labelControl13.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl13.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl13.Location = new System.Drawing.Point(8, 98);
            this.labelControl13.Name = "labelControl13";
            this.labelControl13.Size = new System.Drawing.Size(75, 13);
            this.labelControl13.TabIndex = 35;
            this.labelControl13.Text = "Fuelcut status";
            // 
            // btnSportMode
            // 
            this.btnSportMode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnSportMode.Location = new System.Drawing.Point(566, 76);
            this.btnSportMode.Name = "btnSportMode";
            this.btnSportMode.Size = new System.Drawing.Size(50, 39);
            this.btnSportMode.TabIndex = 34;
            this.btnSportMode.Text = "Sport";
            this.btnSportMode.Visible = false;
            this.btnSportMode.Click += new System.EventHandler(this.btnSportMode_Click);
            // 
            // btnNormalMode
            // 
            this.btnNormalMode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnNormalMode.Location = new System.Drawing.Point(514, 76);
            this.btnNormalMode.Name = "btnNormalMode";
            this.btnNormalMode.Size = new System.Drawing.Size(50, 39);
            this.btnNormalMode.TabIndex = 33;
            this.btnNormalMode.Text = "Norm";
            this.btnNormalMode.Visible = false;
            this.btnNormalMode.Click += new System.EventHandler(this.btnNormalMode_Click);
            // 
            // btnEconomyMode
            // 
            this.btnEconomyMode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnEconomyMode.Location = new System.Drawing.Point(462, 76);
            this.btnEconomyMode.Name = "btnEconomyMode";
            this.btnEconomyMode.Size = new System.Drawing.Size(50, 39);
            this.btnEconomyMode.TabIndex = 32;
            this.btnEconomyMode.Text = "Eco";
            this.btnEconomyMode.Visible = false;
            this.btnEconomyMode.Click += new System.EventHandler(this.btnEconomyMode_Click);
            // 
            // labelControl11
            // 
            this.labelControl11.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl11.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl11.Location = new System.Drawing.Point(491, 42);
            this.labelControl11.Name = "labelControl11";
            this.labelControl11.Size = new System.Drawing.Size(75, 13);
            this.labelControl11.TabIndex = 31;
            this.labelControl11.Text = "AFR";
            this.labelControl11.Click += new System.EventHandler(this.labelControl11_Click);
            // 
            // digitalDisplayControl6
            // 
            this.digitalDisplayControl6.BackColor = System.Drawing.Color.Transparent;
            this.digitalDisplayControl6.DigitColor = System.Drawing.Color.Black;
            this.digitalDisplayControl6.DigitText = "0.00";
            this.digitalDisplayControl6.Location = new System.Drawing.Point(491, 6);
            this.digitalDisplayControl6.Name = "digitalDisplayControl6";
            this.digitalDisplayControl6.Size = new System.Drawing.Size(75, 30);
            this.digitalDisplayControl6.TabIndex = 30;
            this.digitalDisplayControl6.Click += new System.EventHandler(this.digitalDisplayControl6_Click);
            // 
            // labelControl9
            // 
            this.labelControl9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl9.Appearance.ForeColor = System.Drawing.Color.DarkGreen;
            this.labelControl9.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.labelControl9.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl9.Location = new System.Drawing.Point(89, 61);
            this.labelControl9.Name = "labelControl9";
            this.labelControl9.Size = new System.Drawing.Size(298, 13);
            this.labelControl9.TabIndex = 28;
            this.labelControl9.Text = "---";
            // 
            // labelControl10
            // 
            this.labelControl10.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.labelControl10.Appearance.ForeColor = System.Drawing.Color.DarkBlue;
            this.labelControl10.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.labelControl10.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl10.Location = new System.Drawing.Point(89, 80);
            this.labelControl10.Name = "labelControl10";
            this.labelControl10.Size = new System.Drawing.Size(298, 13);
            this.labelControl10.TabIndex = 27;
            this.labelControl10.Text = "---";
            // 
            // labelControl8
            // 
            this.labelControl8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labelControl8.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl8.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl8.Location = new System.Drawing.Point(8, 60);
            this.labelControl8.Name = "labelControl8";
            this.labelControl8.Size = new System.Drawing.Size(75, 13);
            this.labelControl8.TabIndex = 26;
            this.labelControl8.Text = "Airmass limiter";
            // 
            // labelControl7
            // 
            this.labelControl7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labelControl7.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl7.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl7.Location = new System.Drawing.Point(8, 79);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(75, 13);
            this.labelControl7.TabIndex = 25;
            this.labelControl7.Text = "Lambda status";
            // 
            // labelControl6
            // 
            this.labelControl6.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl6.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl6.Location = new System.Drawing.Point(410, 42);
            this.labelControl6.Name = "labelControl6";
            this.labelControl6.Size = new System.Drawing.Size(75, 13);
            this.labelControl6.TabIndex = 24;
            this.labelControl6.Text = "L/100km ";
            // 
            // digitalDisplayControl4
            // 
            this.digitalDisplayControl4.BackColor = System.Drawing.Color.Transparent;
            this.digitalDisplayControl4.DigitColor = System.Drawing.Color.Black;
            this.digitalDisplayControl4.DigitText = "0.0";
            this.digitalDisplayControl4.Location = new System.Drawing.Point(410, 6);
            this.digitalDisplayControl4.Name = "digitalDisplayControl4";
            this.digitalDisplayControl4.Size = new System.Drawing.Size(75, 30);
            this.digitalDisplayControl4.TabIndex = 23;
            // 
            // labelControl4
            // 
            this.labelControl4.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl4.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl4.Location = new System.Drawing.Point(248, 42);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(75, 13);
            this.labelControl4.TabIndex = 22;
            this.labelControl4.Text = "EGT ˚C";
            // 
            // measurementEGT
            // 
            this.measurementEGT.BackColor = System.Drawing.Color.Transparent;
            this.measurementEGT.DigitColor = System.Drawing.Color.Black;
            this.measurementEGT.DigitText = "000";
            this.measurementEGT.Location = new System.Drawing.Point(248, 6);
            this.measurementEGT.Name = "measurementEGT";
            this.measurementEGT.Size = new System.Drawing.Size(75, 30);
            this.measurementEGT.TabIndex = 21;
            // 
            // labelControl5
            // 
            this.labelControl5.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl5.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl5.Location = new System.Drawing.Point(329, 42);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(75, 13);
            this.labelControl5.TabIndex = 20;
            this.labelControl5.Text = "ActiveAirDem";
            // 
            // digitalDisplayControl5
            // 
            this.digitalDisplayControl5.BackColor = System.Drawing.Color.Transparent;
            this.digitalDisplayControl5.DigitColor = System.Drawing.Color.Black;
            this.digitalDisplayControl5.DigitText = "0";
            this.digitalDisplayControl5.Location = new System.Drawing.Point(329, 6);
            this.digitalDisplayControl5.Name = "digitalDisplayControl5";
            this.digitalDisplayControl5.Size = new System.Drawing.Size(75, 30);
            this.digitalDisplayControl5.TabIndex = 19;
            // 
            // labelControl3
            // 
            this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl3.Location = new System.Drawing.Point(167, 42);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(75, 13);
            this.labelControl3.TabIndex = 16;
            this.labelControl3.Text = "Air ˚C";
            // 
            // digitalDisplayControl3
            // 
            this.digitalDisplayControl3.BackColor = System.Drawing.Color.Transparent;
            this.digitalDisplayControl3.DigitColor = System.Drawing.Color.Black;
            this.digitalDisplayControl3.DigitText = "000";
            this.digitalDisplayControl3.Location = new System.Drawing.Point(167, 6);
            this.digitalDisplayControl3.Name = "digitalDisplayControl3";
            this.digitalDisplayControl3.Size = new System.Drawing.Size(75, 30);
            this.digitalDisplayControl3.TabIndex = 15;
            // 
            // labelControl2
            // 
            this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl2.Location = new System.Drawing.Point(86, 41);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(75, 13);
            this.labelControl2.TabIndex = 14;
            this.labelControl2.Text = "Water ˚C";
            // 
            // digitalDisplayControl2
            // 
            this.digitalDisplayControl2.BackColor = System.Drawing.Color.Transparent;
            this.digitalDisplayControl2.DigitColor = System.Drawing.Color.Black;
            this.digitalDisplayControl2.DigitText = "000";
            this.digitalDisplayControl2.Location = new System.Drawing.Point(86, 6);
            this.digitalDisplayControl2.Name = "digitalDisplayControl2";
            this.digitalDisplayControl2.Size = new System.Drawing.Size(75, 30);
            this.digitalDisplayControl2.TabIndex = 13;
            // 
            // labelControl1
            // 
            this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl1.Location = new System.Drawing.Point(5, 41);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(75, 13);
            this.labelControl1.TabIndex = 12;
            this.labelControl1.Text = "RPM";
            // 
            // digitalDisplayControl1
            // 
            this.digitalDisplayControl1.BackColor = System.Drawing.Color.Transparent;
            this.digitalDisplayControl1.DigitColor = System.Drawing.Color.Black;
            this.digitalDisplayControl1.DigitText = "0000";
            this.digitalDisplayControl1.Location = new System.Drawing.Point(5, 6);
            this.digitalDisplayControl1.Name = "digitalDisplayControl1";
            this.digitalDisplayControl1.Size = new System.Drawing.Size(75, 30);
            this.digitalDisplayControl1.TabIndex = 11;
            // 
            // dockSymbols
            // 
            this.dockSymbols.Controls.Add(this.dockPanel1_Container);
            this.dockSymbols.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
            this.dockSymbols.ID = new System.Guid("6cfc4b63-424f-4078-ab6e-e193f269e19a");
            this.dockSymbols.Location = new System.Drawing.Point(0, 117);
            this.dockSymbols.Name = "dockSymbols";
            this.dockSymbols.Options.AllowFloating = false;
            this.dockSymbols.Options.FloatOnDblClick = false;
            this.dockSymbols.Options.ShowCloseButton = false;
            this.dockSymbols.OriginalSize = new System.Drawing.Size(399, 200);
            this.dockSymbols.Size = new System.Drawing.Size(399, 572);
            this.dockSymbols.Text = "Symbol list";
            // 
            // dockPanel1_Container
            // 
            this.dockPanel1_Container.Controls.Add(this.gridControlSymbols);
            this.dockPanel1_Container.Controls.Add(this.ribbonControl2);
            this.dockPanel1_Container.Location = new System.Drawing.Point(4, 24);
            this.dockPanel1_Container.Name = "dockPanel1_Container";
            this.dockPanel1_Container.Size = new System.Drawing.Size(391, 544);
            this.dockPanel1_Container.TabIndex = 0;
            // 
            // gridControlSymbols
            // 
            this.gridControlSymbols.ContextMenuStrip = this.contextMenuStrip1;
            this.gridControlSymbols.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControlSymbols.Location = new System.Drawing.Point(0, 117);
            this.gridControlSymbols.LookAndFeel.SkinName = "Black";
            this.gridControlSymbols.MainView = this.gridViewSymbols;
            this.gridControlSymbols.Name = "gridControlSymbols";
            this.gridControlSymbols.Size = new System.Drawing.Size(391, 427);
            this.gridControlSymbols.TabIndex = 1;
            this.gridControlSymbols.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewSymbols,
            this.gridView2});
            this.gridControlSymbols.MouseDown += new System.Windows.Forms.MouseEventHandler(this.gridControlSymbols_MouseDown);
            this.gridControlSymbols.MouseLeave += new System.EventHandler(this.gridControlSymbols_MouseLeave);
            this.gridControlSymbols.MouseMove += new System.Windows.Forms.MouseEventHandler(this.gridControlSymbols_MouseMove);
            this.gridControlSymbols.MouseUp += new System.Windows.Forms.MouseEventHandler(this.gridControlSymbols_MouseUp);
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.readSymbolToolStripMenuItem,
            this.writeSymbolToSRAMToolStripMenuItem,
            this.toolStripMenuItem1,
            this.addToMyMapsToolStripMenuItem,
            this.readFromSRAMFileToolStripMenuItem,
            this.browseAxisInfoToolStripMenuItem,
            this.exportAsTuningPackageToolStripMenuItem,
            this.exportFixedTuningPackageToolStripMenuItem,
            this.exportSymbollistAsCSVToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(221, 202);
            this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
            // 
            // readSymbolToolStripMenuItem
            // 
            this.readSymbolToolStripMenuItem.Enabled = false;
            this.readSymbolToolStripMenuItem.Name = "readSymbolToolStripMenuItem";
            this.readSymbolToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
            this.readSymbolToolStripMenuItem.Text = "Read symbol from ECU";
            this.readSymbolToolStripMenuItem.Click += new System.EventHandler(this.readSymbolToolStripMenuItem_Click);
            // 
            // writeSymbolToSRAMToolStripMenuItem
            // 
            this.writeSymbolToSRAMToolStripMenuItem.Enabled = false;
            this.writeSymbolToSRAMToolStripMenuItem.Name = "writeSymbolToSRAMToolStripMenuItem";
            this.writeSymbolToSRAMToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
            this.writeSymbolToSRAMToolStripMenuItem.Text = "Write symbol to SRAM";
            this.writeSymbolToSRAMToolStripMenuItem.Visible = false;
            this.writeSymbolToSRAMToolStripMenuItem.Click += new System.EventHandler(this.writeSymbolToSRAMToolStripMenuItem_Click);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(220, 22);
            this.toolStripMenuItem1.Text = "Add to realtime list";
            this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
            // 
            // addToMyMapsToolStripMenuItem
            // 
            this.addToMyMapsToolStripMenuItem.Name = "addToMyMapsToolStripMenuItem";
            this.addToMyMapsToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
            this.addToMyMapsToolStripMenuItem.Text = "Add to MyMaps";
            this.addToMyMapsToolStripMenuItem.Click += new System.EventHandler(this.addToMyMapsToolStripMenuItem_Click);
            // 
            // readFromSRAMFileToolStripMenuItem
            // 
            this.readFromSRAMFileToolStripMenuItem.Name = "readFromSRAMFileToolStripMenuItem";
            this.readFromSRAMFileToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
            this.readFromSRAMFileToolStripMenuItem.Text = "Read from SRAM file";
            this.readFromSRAMFileToolStripMenuItem.Click += new System.EventHandler(this.readFromSRAMFileToolStripMenuItem_Click);
            // 
            // browseAxisInfoToolStripMenuItem
            // 
            this.browseAxisInfoToolStripMenuItem.Name = "browseAxisInfoToolStripMenuItem";
            this.browseAxisInfoToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
            this.browseAxisInfoToolStripMenuItem.Text = "Browse axis info";
            this.browseAxisInfoToolStripMenuItem.Click += new System.EventHandler(this.browseAxisInfoToolStripMenuItem_Click);
            // 
            // exportAsTuningPackageToolStripMenuItem
            // 
            this.exportAsTuningPackageToolStripMenuItem.Name = "exportAsTuningPackageToolStripMenuItem";
            this.exportAsTuningPackageToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
            this.exportAsTuningPackageToolStripMenuItem.Text = "Export as tuning package";
            this.exportAsTuningPackageToolStripMenuItem.Click += new System.EventHandler(this.exportAsTuningPackageToolStripMenuItem_Click);
            // 
            // exportFixedTuningPackageToolStripMenuItem
            // 
            this.exportFixedTuningPackageToolStripMenuItem.Name = "exportFixedTuningPackageToolStripMenuItem";
            this.exportFixedTuningPackageToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
            this.exportFixedTuningPackageToolStripMenuItem.Text = "Export fixed tuning package";
            this.exportFixedTuningPackageToolStripMenuItem.Click += new System.EventHandler(this.exportFixedTuningPackageToolStripMenuItem_Click);
            // 
            // exportSymbollistAsCSVToolStripMenuItem
            // 
            this.exportSymbollistAsCSVToolStripMenuItem.Name = "exportSymbollistAsCSVToolStripMenuItem";
            this.exportSymbollistAsCSVToolStripMenuItem.Size = new System.Drawing.Size(220, 22);
            this.exportSymbollistAsCSVToolStripMenuItem.Text = "Export symbollist as CSV";
            this.exportSymbollistAsCSVToolStripMenuItem.Click += new System.EventHandler(this.exportSymbollistAsCSVToolStripMenuItem_Click);
            // 
            // gridViewSymbols
            // 
            this.gridViewSymbols.Appearance.FocusedRow.ForeColor = System.Drawing.Color.MediumBlue;
            this.gridViewSymbols.Appearance.FocusedRow.Options.UseForeColor = true;
            this.gridViewSymbols.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gcSymbolsName,
            this.gcSymbolsAddress,
            this.gcSymbolsLength,
            this.gcSymbolDescr,
            this.gcSymbolCategory,
            this.gcSymbolnumber,
            this.gcSymbolsUserDescription,
            this.gcSymbolSRAMAddress,
            this.gcSymbolNumberECU});
            this.gridViewSymbols.CustomizationFormBounds = new System.Drawing.Rectangle(182, 685, 208, 170);
            this.gridViewSymbols.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            this.gridViewSymbols.GridControl = this.gridControlSymbols;
            this.gridViewSymbols.GroupCount = 1;
            this.gridViewSymbols.GroupFooterShowMode = DevExpress.XtraGrid.Views.Grid.GroupFooterShowMode.Hidden;
            this.gridViewSymbols.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Count, "Category", null, "({0})")});
            this.gridViewSymbols.Name = "gridViewSymbols";
            this.gridViewSymbols.OptionsBehavior.AllowIncrementalSearch = true;
            this.gridViewSymbols.OptionsDetail.EnableDetailToolTip = true;
            this.gridViewSymbols.OptionsFilter.UseNewCustomFilterDialog = true;
            this.gridViewSymbols.OptionsFind.AlwaysVisible = true;
            this.gridViewSymbols.OptionsFind.ShowCloseButton = false;
            this.gridViewSymbols.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridViewSymbols.OptionsSelection.EnableAppearanceHideSelection = false;
            this.gridViewSymbols.OptionsSelection.MultiSelect = true;
            this.gridViewSymbols.OptionsView.AutoCalcPreviewLineCount = true;
            this.gridViewSymbols.OptionsView.GroupDrawMode = DevExpress.XtraGrid.Views.Grid.GroupDrawMode.Standard;
            this.gridViewSymbols.OptionsView.RowAutoHeight = true;
            this.gridViewSymbols.OptionsView.ShowGroupPanel = false;
            this.gridViewSymbols.OptionsView.ShowIndicator = false;
            this.gridViewSymbols.OptionsView.ShowPreview = true;
            this.gridViewSymbols.PreviewFieldName = "Description";
            this.gridViewSymbols.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gcSymbolCategory, DevExpress.Data.ColumnSortOrder.Ascending)});
            this.gridViewSymbols.VertScrollTipFieldName = "VarName";
            this.gridViewSymbols.ViewCaption = "Symbols";
            this.gridViewSymbols.DragObjectStart += new DevExpress.XtraGrid.Views.Base.DragObjectStartEventHandler(this.gridViewSymbols_DragObjectStart);
            this.gridViewSymbols.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.gridViewSymbols_CustomDrawCell);
            this.gridViewSymbols.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridViewSymbols_CellValueChanged);
            this.gridViewSymbols.KeyDown += new System.Windows.Forms.KeyEventHandler(this.gridViewSymbols_KeyDown);
            this.gridViewSymbols.DoubleClick += new System.EventHandler(this.gridViewSymbols_DoubleClick);
            // 
            // gcSymbolsName
            // 
            this.gcSymbolsName.Caption = "Symbol name";
            this.gcSymbolsName.FieldName = "Varname";
            this.gcSymbolsName.Name = "gcSymbolsName";
            this.gcSymbolsName.OptionsColumn.AllowEdit = false;
            this.gcSymbolsName.Visible = true;
            this.gcSymbolsName.VisibleIndex = 0;
            // 
            // gcSymbolsAddress
            // 
            this.gcSymbolsAddress.Caption = "Address";
            this.gcSymbolsAddress.FieldName = "Flash_start_address";
            this.gcSymbolsAddress.Name = "gcSymbolsAddress";
            this.gcSymbolsAddress.OptionsColumn.AllowEdit = false;
            this.gcSymbolsAddress.Visible = true;
            this.gcSymbolsAddress.VisibleIndex = 1;
            // 
            // gcSymbolsLength
            // 
            this.gcSymbolsLength.Caption = "Length";
            this.gcSymbolsLength.FieldName = "Length";
            this.gcSymbolsLength.Name = "gcSymbolsLength";
            this.gcSymbolsLength.OptionsColumn.AllowEdit = false;
            this.gcSymbolsLength.Visible = true;
            this.gcSymbolsLength.VisibleIndex = 2;
            // 
            // gcSymbolDescr
            // 
            this.gcSymbolDescr.Caption = "Description";
            this.gcSymbolDescr.FieldName = "Description";
            this.gcSymbolDescr.Name = "gcSymbolDescr";
            this.gcSymbolDescr.OptionsColumn.AllowEdit = false;
            this.gcSymbolDescr.Visible = true;
            this.gcSymbolDescr.VisibleIndex = 3;
            // 
            // gcSymbolCategory
            // 
            this.gcSymbolCategory.Caption = "Category";
            this.gcSymbolCategory.FieldName = "Category";
            this.gcSymbolCategory.GroupFormat.FormatString = "{0}: [#image]{1} {2}";
            this.gcSymbolCategory.Name = "gcSymbolCategory";
            this.gcSymbolCategory.OptionsColumn.AllowEdit = false;
            // 
            // gcSymbolnumber
            // 
            this.gcSymbolnumber.Caption = "Number";
            this.gcSymbolnumber.FieldName = "Symbol_number";
            this.gcSymbolnumber.Name = "gcSymbolnumber";
            this.gcSymbolnumber.OptionsColumn.AllowEdit = false;
            // 
            // gcSymbolsUserDescription
            // 
            this.gcSymbolsUserDescription.Caption = "User description";
            this.gcSymbolsUserDescription.FieldName = "Userdescription";
            this.gcSymbolsUserDescription.Name = "gcSymbolsUserDescription";
            this.gcSymbolsUserDescription.Visible = true;
            this.gcSymbolsUserDescription.VisibleIndex = 4;
            // 
            // gcSymbolSRAMAddress
            // 
            this.gcSymbolSRAMAddress.Caption = "SRAM address";
            this.gcSymbolSRAMAddress.FieldName = "Start_address";
            this.gcSymbolSRAMAddress.Name = "gcSymbolSRAMAddress";
            this.gcSymbolSRAMAddress.OptionsColumn.AllowEdit = false;
            // 
            // gcSymbolNumberECU
            // 
            this.gcSymbolNumberECU.Caption = "Symbolnumber ECU";
            this.gcSymbolNumberECU.FieldName = "Symbol_number_ECU";
            this.gcSymbolNumberECU.Name = "gcSymbolNumberECU";
            this.gcSymbolNumberECU.OptionsColumn.AllowEdit = false;
            // 
            // gridView2
            // 
            this.gridView2.GridControl = this.gridControlSymbols;
            this.gridView2.Name = "gridView2";
            // 
            // ribbonControl2
            // 
            this.ribbonControl2.Controller = this.barAndDockingController1;
            this.ribbonControl2.ExpandCollapseItem.Id = 0;
            this.ribbonControl2.ExpandCollapseItem.Name = "";
            this.ribbonControl2.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl2.ExpandCollapseItem,
            this.barFilenameText,
            this.barECUNameText,
            this.barUpdateText,
            this.barButtonItem20,
            this.barButtonItem21,
            this.barButtonItem22,
            this.barButtonItem23,
            this.barStaticItem1,
            this.barProgress,
            this.btnReadOnly,
            this.barStaticOpenClosed});
            this.ribbonControl2.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl2.MaxItemId = 11;
            this.ribbonControl2.Name = "ribbonControl2";
            this.ribbonControl2.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage2});
            this.ribbonControl2.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemProgressBar1});
            this.ribbonControl2.Size = new System.Drawing.Size(391, 117);
            this.ribbonControl2.StatusBar = this.ribbonStatusBar1;
            this.ribbonControl2.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
            // 
            // barFilenameText
            // 
            this.barFilenameText.Id = 0;
            this.barFilenameText.Name = "barFilenameText";
            this.barFilenameText.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barECUNameText
            // 
            this.barECUNameText.Id = 1;
            this.barECUNameText.Name = "barECUNameText";
            this.barECUNameText.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barUpdateText
            // 
            this.barUpdateText.Id = 2;
            this.barUpdateText.Name = "barUpdateText";
            this.barUpdateText.TextAlignment = System.Drawing.StringAlignment.Near;
            this.barUpdateText.ItemDoubleClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barUpdateText_ItemDoubleClick);
            // 
            // barButtonItem20
            // 
            this.barButtonItem20.Caption = "Select columns";
            this.barButtonItem20.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem20.Glyph")));
            this.barButtonItem20.Id = 3;
            this.barButtonItem20.Name = "barButtonItem20";
            this.barButtonItem20.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem20_ItemClick);
            // 
            // barButtonItem21
            // 
            this.barButtonItem21.Caption = "Auto width columns";
            this.barButtonItem21.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem21.Glyph")));
            this.barButtonItem21.Id = 4;
            this.barButtonItem21.Name = "barButtonItem21";
            this.barButtonItem21.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem21_ItemClick);
            // 
            // barButtonItem22
            // 
            this.barButtonItem22.Caption = "Export to excel";
            this.barButtonItem22.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem22.Glyph")));
            this.barButtonItem22.Id = 5;
            this.barButtonItem22.Name = "barButtonItem22";
            this.barButtonItem22.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem22_ItemClick);
            // 
            // barButtonItem23
            // 
            this.barButtonItem23.Caption = "Export to PDF";
            this.barButtonItem23.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem23.Glyph")));
            this.barButtonItem23.Id = 6;
            this.barButtonItem23.Name = "barButtonItem23";
            this.barButtonItem23.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem23_ItemClick);
            // 
            // barStaticItem1
            // 
            this.barStaticItem1.Id = 7;
            this.barStaticItem1.Name = "barStaticItem1";
            this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barProgress
            // 
            this.barProgress.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barProgress.Edit = this.repositoryItemProgressBar1;
            this.barProgress.Id = 8;
            this.barProgress.Name = "barProgress";
            this.barProgress.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.barProgress.Width = 250;
            // 
            // repositoryItemProgressBar1
            // 
            this.repositoryItemProgressBar1.Name = "repositoryItemProgressBar1";
            // 
            // btnReadOnly
            // 
            this.btnReadOnly.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.btnReadOnly.Id = 9;
            this.btnReadOnly.Name = "btnReadOnly";
            this.btnReadOnly.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barStaticOpenClosed
            // 
            this.barStaticOpenClosed.Id = 10;
            this.barStaticOpenClosed.Name = "barStaticOpenClosed";
            this.barStaticOpenClosed.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // ribbonPage2
            // 
            this.ribbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup2,
            this.ribbonPageGroup3});
            this.ribbonPage2.Name = "ribbonPage2";
            this.ribbonPage2.Text = "Symbols";
            // 
            // ribbonPageGroup2
            // 
            this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem20);
            this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem21);
            this.ribbonPageGroup2.Name = "ribbonPageGroup2";
            this.ribbonPageGroup2.Text = "Symbol view";
            // 
            // ribbonPageGroup3
            // 
            this.ribbonPageGroup3.ItemLinks.Add(this.barButtonItem22);
            this.ribbonPageGroup3.ItemLinks.Add(this.barButtonItem23);
            this.ribbonPageGroup3.Name = "ribbonPageGroup3";
            this.ribbonPageGroup3.Text = "Import / export";
            // 
            // ribbonStatusBar1
            // 
            this.ribbonStatusBar1.ItemLinks.Add(this.barStaticOpenClosed);
            this.ribbonStatusBar1.ItemLinks.Add(this.barFilenameText);
            this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem1);
            this.ribbonStatusBar1.ItemLinks.Add(this.barECUNameText);
            this.ribbonStatusBar1.ItemLinks.Add(this.barUpdateText);
            this.ribbonStatusBar1.ItemLinks.Add(this.barProgress);
            this.ribbonStatusBar1.ItemLinks.Add(this.btnReadOnly);
            this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 689);
            this.ribbonStatusBar1.Name = "ribbonStatusBar1";
            this.ribbonStatusBar1.Ribbon = this.ribbonControl2;
            this.ribbonStatusBar1.Size = new System.Drawing.Size(1413, 28);
            // 
            // ribbonControl1
            // 
            this.ribbonControl1.Controller = this.barAndDockingController1;
            this.ribbonControl1.ExpandCollapseItem.Id = 0;
            this.ribbonControl1.ExpandCollapseItem.Name = "";
            this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl1.ExpandCollapseItem,
            this.barButtonItem1,
            this.barButtonItem4,
            this.barButtonItem5,
            this.barButtonItem6,
            this.barButtonItem7,
            this.barButtonItem8,
            this.barButtonItem9,
            this.barButtonItem10,
            this.firmwareInformation,
            this.barButtonItem12,
            this.barButtonItem13,
            this.barButtonItem14,
            this.barButtonItem15,
            this.barButtonItem16,
            this.barButtonItem17,
            this.barButtonItem18,
            this.barButtonItem19,
            this.barButtonItem24,
            this.barButtonItem28,
            this.barButtonItem29,
            this.barButtonItem30,
            this.barButtonItem31,
            this.barButtonItem32,
            this.barButtonItem33,
            this.barButtonItem34,
            this.barButtonItem35,
            this.barButtonItem36,
            this.barButtonItem37,
            this.barButtonItem38,
            this.barButtonItem39,
            this.barButtonItem40,
            this.barButtonItem41,
            this.barButtonItem42,
            this.btnToggleRealtimePanel,
            this.barButtonItem44,
            this.barButtonItem45,
            this.barButtonItem47,
            this.barButtonItem48,
            this.barButtonItem49,
            this.barButtonItem50,
            this.barButtonItem51,
            this.barButtonItem52,
            this.barButtonItem53,
            this.barButtonItem54,
            this.barButtonItem55,
            this.barButtonItem56,
            this.barButtonItem57,
            this.barButtonItem58,
            this.barEditRecent,
            this.barButtonItem60,
            this.barButtonItem61,
            this.barButtonItem62,
            this.barButtonItem63,
            this.barButtonItem64,
            this.barButtonItem65,
            this.barButtonItem66,
            this.barButtonItem67,
            this.barButtonItem68,
            this.barButtonItem69,
            this.barButtonItem70,
            this.barButtonItem71,
            this.barButtonItem72,
            this.barButtonItem73,
            this.barButtonItem74,
            this.barButtonItem75,
            this.barButtonItem76,
            this.barButtonItem77,
            this.barButtonItem78,
            this.btnVinDecoder,
            this.BtnLimiterCheck,
            this.btnTuneBinary,
            this.barButtonItem81,
            this.barButtonItem82,
            this.brnCreateSRAMSnapshot,
            this.btnLoadLogFile,
            this.btnSetSymbolColors,
            this.btnImportXML,
            this.btnReadFaultCodes,
            this.barButtonItem83,
            this.btnClearDTCs,
            this.barButtonItem85,
            this.barButtonItem86,
            this.barButtonItem87,
            this.barButtonItem88,
            this.btnImportTuningPackage,
            this.btnCompareToOriginal,
            this.btnCreateProject,
            this.btnOpenProject,
            this.btnCloseProject,
            this.btnShowTransactionLog,
            this.btnRollback,
            this.btnRollforward,
            this.btnRebuildFile,
            this.btnEditProject,
            this.btnAddNoteToProject,
            this.btnShowProjectLogbook,
            this.btnProduceLatestBinary,
            this.btnTorqueCalM_EngXSP,
            this.btnShowVectors,
            this.btnEditTuningPackage,
            this.btnWriteLogMarker,
            this.btnViewMatrixFromLog,
            this.btnImportCSV,
            this.barSyncToBinary,
            this.barSyncToECU,
            this.btnUploadTuningPackage,
            this.btnGenerateTuningPackage,
            this.btnLogFilters,
            this.btnPanelFullscreen,
            this.btnCaptureScreenshot,
            this.barExtraOnline,
            this.btnEthanolContent,
            this.btnSeatbeltPing,
            this.btnTrionicInfo,
            this.barSubItem1,
            this.btnAFRFeedbackMap,
            this.btnClearAFRFeedback,
            this.barButtonItem93,
            this.barButtonItem94,
            this.btnSetSeatbeltPingOff,
            this.btnDoubleUnlockOn,
            this.btnDoubleUnlockOff,
            this.btnSIDDisplayTest,
            this.btnReadEngineData,
            this.btnCompareToSRAMSnapshot,
            this.btnCompareSRAMSnapshots,
            this.btnImportAFRFeedbackMap,
            this.btnReleaseNotes,
            this.btnConnectDisconnect,
            this.barButtonItem92,
            this.barButtonItem95,
            this.btnShowDisassembly,
            this.btnShowFullDisassembly,
            this.barIdcGenerate,
            this.barButtonItem2,
            this.barButtonItem3,
            this.barImportAS2,
            this.barButtonExportLogCsv,
            this.btnGetParkAssistanceInfo,
            this.barButtonItem11,
            this.barButtonItem27});
            this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl1.MaxItemId = 161;
            this.ribbonControl1.Name = "ribbonControl1";
            this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage1,
            this.ribbonPage3,
            this.ribbonPage5,
            this.ribbonPage7,
            this.ribbonPage8,
            this.ribbonPage6,
            this.ribbonPage4});
            this.ribbonControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemButtonEdit1,
            this.repositoryItemLookUpEdit1});
            this.ribbonControl1.Size = new System.Drawing.Size(1413, 117);
            this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
            this.ribbonControl1.Click += new System.EventHandler(this.ribbonControl1_Click);
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "Open file";
            this.barButtonItem1.Id = 0;
            this.barButtonItem1.Name = "barButtonItem1";
            this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.File_Open_ItemClick);
            // 
            // barButtonItem4
            // 
            this.barButtonItem4.Caption = "Compare symbols with other binary";
            this.barButtonItem4.Id = 3;
            this.barButtonItem4.Name = "barButtonItem4";
            this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Actions_CompareWithOtherBinary_ItemClick);
            // 
            // barButtonItem5
            // 
            this.barButtonItem5.Caption = "Settings";
            this.barButtonItem5.Id = 4;
            this.barButtonItem5.Name = "barButtonItem5";
            this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Options_Settings_ItemClick);
            // 
            // barButtonItem6
            // 
            this.barButtonItem6.Caption = "Save as...";
            this.barButtonItem6.Id = 5;
            this.barButtonItem6.Name = "barButtonItem6";
            this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.File_SaveAs_ItemClick);
            // 
            // barButtonItem7
            // 
            this.barButtonItem7.Caption = "Save all";
            this.barButtonItem7.Id = 6;
            this.barButtonItem7.Name = "barButtonItem7";
            this.barButtonItem7.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.File_SaveAll_ItemClick);
            // 
            // barButtonItem8
            // 
            this.barButtonItem8.Caption = "Export to S19";
            this.barButtonItem8.Id = 7;
            this.barButtonItem8.Name = "barButtonItem8";
            this.barButtonItem8.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.File_ExportToS19);
            // 
            // barButtonItem9
            // 
            this.barButtonItem9.Caption = "Exit";
            this.barButtonItem9.Id = 8;
            this.barButtonItem9.Name = "barButtonItem9";
            this.barButtonItem9.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.File_Exit_ItemClick);
            // 
            // barButtonItem10
            // 
            this.barButtonItem10.Caption = "Create backup file";
            this.barButtonItem10.Id = 9;
            this.barButtonItem10.Name = "barButtonItem10";
            this.barButtonItem10.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.File_CreateBackupFile_ItemClick);
            // 
            // firmwareInformation
            // 
            this.firmwareInformation.Caption = "Firmware information";
            this.firmwareInformation.Id = 10;
            this.firmwareInformation.Name = "firmwareInformation";
            this.firmwareInformation.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Information_firmwareInformation_ItemClick);
            // 
            // barButtonItem12
            // 
            this.barButtonItem12.Caption = "Verify checksum";
            this.barButtonItem12.Id = 11;
            this.barButtonItem12.Name = "barButtonItem12";
            this.barButtonItem12.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem12_ItemClick);
            // 
            // barButtonItem13
            // 
            this.barButtonItem13.Caption = "About T7Suite";
            this.barButtonItem13.Id = 13;
            this.barButtonItem13.Name = "barButtonItem13";
            this.barButtonItem13.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem13_ItemClick);
            // 
            // barButtonItem14
            // 
            this.barButtonItem14.Caption = "Check for updates";
            this.barButtonItem14.Id = 14;
            this.barButtonItem14.Name = "barButtonItem14";
            this.barButtonItem14.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem14_ItemClick);
            // 
            // barButtonItem15
            // 
            this.barButtonItem15.Caption = "User manual";
            this.barButtonItem15.Id = 15;
            this.barButtonItem15.Name = "barButtonItem15";
            this.barButtonItem15.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem15_ItemClick);
            // 
            // barButtonItem16
            // 
            this.barButtonItem16.Caption = "Trionic 7 documentation";
            this.barButtonItem16.Id = 16;
            this.barButtonItem16.Name = "barButtonItem16";
            this.barButtonItem16.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem16_ItemClick);
            // 
            // barButtonItem17
            // 
            this.barButtonItem17.Caption = "Read binary file from ECU";
            this.barButtonItem17.Id = 17;
            this.barButtonItem17.Name = "barButtonItem17";
            this.barButtonItem17.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem17_ItemClick);
            // 
            // barButtonItem18
            // 
            this.barButtonItem18.Caption = "Write binary file to ECU";
            this.barButtonItem18.Id = 18;
            this.barButtonItem18.Name = "barButtonItem18";
            this.barButtonItem18.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem18_ItemClick);
            // 
            // barButtonItem19
            // 
            this.barButtonItem19.Caption = "Get SRAM snapshot";
            this.barButtonItem19.Id = 19;
            this.barButtonItem19.Name = "barButtonItem19";
            this.barButtonItem19.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem19_ItemClick);
            // 
            // barButtonItem24
            // 
            this.barButtonItem24.Caption = "Transfer maps to another binary";
            this.barButtonItem24.Id = 20;
            this.barButtonItem24.Name = "barButtonItem24";
            this.barButtonItem24.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Actions_TransferMaps_ItemClick);
            // 
            // barButtonItem28
            // 
            this.barButtonItem28.Caption = "Airmass (M)";
            this.barButtonItem28.Id = 24;
            this.barButtonItem28.Name = "barButtonItem28";
            this.barButtonItem28.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem28_ItemClick);
            // 
            // barButtonItem29
            // 
            this.barButtonItem29.Caption = "Engine trq (M)";
            this.barButtonItem29.Id = 25;
            this.barButtonItem29.Name = "barButtonItem29";
            this.barButtonItem29.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem29_ItemClick);
            // 
            // barButtonItem30
            // 
            this.barButtonItem30.Caption = "Pedal request map";
            this.barButtonItem30.Id = 26;
            this.barButtonItem30.Name = "barButtonItem30";
            this.barButtonItem30.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem30_ItemClick);
            // 
            // barButtonItem31
            // 
            this.barButtonItem31.Caption = "Boost calibr. map";
            this.barButtonItem31.Id = 27;
            this.barButtonItem31.Name = "barButtonItem31";
            this.barButtonItem31.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem31_ItemClick);
            // 
            // barButtonItem32
            // 
            this.barButtonItem32.Caption = "Fuel cut ";
            this.barButtonItem32.Id = 28;
            this.barButtonItem32.Name = "barButtonItem32";
            this.barButtonItem32.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem32_ItemClick);
            // 
            // barButtonItem33
            // 
            this.barButtonItem33.Caption = "RPM limiter";
            this.barButtonItem33.Id = 29;
            this.barButtonItem33.Name = "barButtonItem33";
            this.barButtonItem33.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem33_ItemClick);
            // 
            // barButtonItem34
            // 
            this.barButtonItem34.Caption = "Speed limiter";
            this.barButtonItem34.Id = 30;
            this.barButtonItem34.Name = "barButtonItem34";
            this.barButtonItem34.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem34_ItemClick);
            // 
            // barButtonItem35
            // 
            this.barButtonItem35.Caption = "Pedal request airmass (Y)";
            this.barButtonItem35.Id = 31;
            this.barButtonItem35.Name = "barButtonItem35";
            this.barButtonItem35.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem35_ItemClick);
            // 
            // barButtonItem36
            // 
            this.barButtonItem36.Caption = "Engine trq (A)";
            this.barButtonItem36.Id = 32;
            this.barButtonItem36.Name = "barButtonItem36";
            this.barButtonItem36.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem36_ItemClick);
            // 
            // barButtonItem37
            // 
            this.barButtonItem37.Caption = "Engine trq for E85";
            this.barButtonItem37.Id = 33;
            this.barButtonItem37.Name = "barButtonItem37";
            this.barButtonItem37.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem37_ItemClick);
            // 
            // barButtonItem38
            // 
            this.barButtonItem38.Caption = "Gear trq (M)";
            this.barButtonItem38.Id = 34;
            this.barButtonItem38.Name = "barButtonItem38";
            this.barButtonItem38.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem38_ItemClick);
            // 
            // barButtonItem39
            // 
            this.barButtonItem39.Caption = "Gear trq (5th)";
            this.barButtonItem39.Id = 35;
            this.barButtonItem39.Name = "barButtonItem39";
            this.barButtonItem39.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem39_ItemClick);
            // 
            // barButtonItem40
            // 
            this.barButtonItem40.Caption = "Overboost map";
            this.barButtonItem40.Id = 36;
            this.barButtonItem40.Name = "barButtonItem40";
            this.barButtonItem40.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem40_ItemClick);
            // 
            // barButtonItem41
            // 
            this.barButtonItem41.Caption = "Compare binary with other binary";
            this.barButtonItem41.Id = 37;
            this.barButtonItem41.Name = "barButtonItem41";
            this.barButtonItem41.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem41_ItemClick);
            // 
            // barButtonItem42
            // 
            this.barButtonItem42.Caption = "Toggle fullscreen [CTRL+F]";
            this.barButtonItem42.Id = 38;
            this.barButtonItem42.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F));
            this.barButtonItem42.Name = "barButtonItem42";
            this.barButtonItem42.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Options_ToggleFullscreen_ItemClick);
            // 
            // btnToggleRealtimePanel
            // 
            this.btnToggleRealtimePanel.Caption = "Toggle realtime panel [SHIFT + F1]";
            this.btnToggleRealtimePanel.Id = 39;
            this.btnToggleRealtimePanel.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.F1));
            this.btnToggleRealtimePanel.Name = "btnToggleRealtimePanel";
            this.btnToggleRealtimePanel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnToggleRealtimePanel_ItemClick);
            // 
            // barButtonItem44
            // 
            this.barButtonItem44.Caption = "Export logfile to LogWorks";
            this.barButtonItem44.Id = 40;
            this.barButtonItem44.Name = "barButtonItem44";
            this.barButtonItem44.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem44_ItemClick);
            // 
            // barButtonItem45
            // 
            this.barButtonItem45.Caption = "Copy address table to another binary";
            this.barButtonItem45.Id = 41;
            this.barButtonItem45.Name = "barButtonItem45";
            this.barButtonItem45.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Actions_CopyAddressTable_ItemClick);
            // 
            // barButtonItem47
            // 
            this.barButtonItem47.Caption = "Export map to Excel";
            this.barButtonItem47.Id = 42;
            this.barButtonItem47.Name = "barButtonItem47";
            this.barButtonItem47.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Actions_ExportMapToExcel_ItemClick);
            // 
            // barButtonItem48
            // 
            this.barButtonItem48.Caption = "Import map from Excel";
            this.barButtonItem48.Id = 43;
            this.barButtonItem48.Name = "barButtonItem48";
            this.barButtonItem48.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Actions_ImportMapFromExcel_ItemClick);
            // 
            // barButtonItem49
            // 
            this.barButtonItem49.Caption = "Import SRAM dump";
            this.barButtonItem49.Id = 44;
            this.barButtonItem49.Name = "barButtonItem49";
            this.barButtonItem49.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Actions_OpenSRAMFile_ItemClick);
            // 
            // barButtonItem50
            // 
            this.barButtonItem50.Caption = "Extract symboltable";
            this.barButtonItem50.Id = 45;
            this.barButtonItem50.Name = "barButtonItem50";
            this.barButtonItem50.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Actions_ExtractSymboltable_ItemClick);
            // 
            // barButtonItem51
            // 
            this.barButtonItem51.Caption = "View file in hex";
            this.barButtonItem51.Id = 46;
            this.barButtonItem51.Name = "barButtonItem51";
            this.barButtonItem51.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Actions_ViewFileHex_ItemClick);
            // 
            // barButtonItem52
            // 
            this.barButtonItem52.Caption = "Search map content";
            this.barButtonItem52.Id = 47;
            this.barButtonItem52.Name = "barButtonItem52";
            this.barButtonItem52.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Actions_SearchMapContent_ItemClick);
            // 
            // barButtonItem53
            // 
            this.barButtonItem53.Caption = "Airmass (A)";
            this.barButtonItem53.Id = 48;
            this.barButtonItem53.Name = "barButtonItem53";
            this.barButtonItem53.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem53_ItemClick);
            // 
            // barButtonItem54
            // 
            this.barButtonItem54.Caption = "Gear trq (cab)";
            this.barButtonItem54.Id = 49;
            this.barButtonItem54.Name = "barButtonItem54";
            this.barButtonItem54.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem54_ItemClick);
            // 
            // barButtonItem55
            // 
            this.barButtonItem55.Caption = "Nom. torque map";
            this.barButtonItem55.Id = 50;
            this.barButtonItem55.Name = "barButtonItem55";
            this.barButtonItem55.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem55_ItemClick);
            // 
            // barButtonItem56
            // 
            this.barButtonItem56.Caption = "Air/torque calibration";
            this.barButtonItem56.Id = 51;
            this.barButtonItem56.Name = "barButtonItem56";
            this.barButtonItem56.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem56_ItemClick);
            // 
            // barButtonItem57
            // 
            this.barButtonItem57.Caption = "Nom. torque map (X)";
            this.barButtonItem57.Id = 52;
            this.barButtonItem57.Name = "barButtonItem57";
            this.barButtonItem57.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem57_ItemClick);
            // 
            // barButtonItem58
            // 
            this.barButtonItem58.Caption = "Browse axis information";
            this.barButtonItem58.Id = 53;
            this.barButtonItem58.Name = "barButtonItem58";
            this.barButtonItem58.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Information_browseAxisInformation_ItemClick);
            // 
            // barEditRecent
            // 
            this.barEditRecent.Caption = "Recent";
            this.barEditRecent.Edit = this.repositoryItemLookUpEdit1;
            this.barEditRecent.Id = 54;
            this.barEditRecent.Name = "barEditRecent";
            this.barEditRecent.EditValueChanged += new System.EventHandler(this.File_barEditRecent_EditValueChanged);
            this.barEditRecent.ShowingEditor += new DevExpress.XtraBars.ItemCancelEventHandler(this.File_barEditRecent_ShowingEditor);
            // 
            // repositoryItemLookUpEdit1
            // 
            this.repositoryItemLookUpEdit1.AutoHeight = false;
            this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemLookUpEdit1.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("FILENAME", 150, "Filename"),
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("FULLPATH", 250, "Path")});
            this.repositoryItemLookUpEdit1.DisplayMember = "FILENAME";
            this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
            this.repositoryItemLookUpEdit1.NullText = "...";
            this.repositoryItemLookUpEdit1.PopupWidth = 400;
            this.repositoryItemLookUpEdit1.ValueMember = "FULLPATH";
            // 
            // barButtonItem60
            // 
            this.barButtonItem60.Caption = "Interface settings";
            this.barButtonItem60.Id = 55;
            this.barButtonItem60.Name = "barButtonItem60";
            this.barButtonItem60.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem60_ItemClick_1);
            // 
            // barButtonItem61
            // 
            this.barButtonItem61.Caption = "Read from ECU";
            this.barButtonItem61.Id = 56;
            this.barButtonItem61.Name = "barButtonItem61";
            this.barButtonItem61.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem61_ItemClick);
            // 
            // barButtonItem62
            // 
            this.barButtonItem62.Caption = "Write to ECU";
            this.barButtonItem62.Id = 57;
            this.barButtonItem62.Name = "barButtonItem62";
            this.barButtonItem62.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem62_ItemClick);
            // 
            // barButtonItem63
            // 
            this.barButtonItem63.Caption = "Write current file to ECU";
            this.barButtonItem63.Id = 59;
            this.barButtonItem63.Name = "barButtonItem63";
            this.barButtonItem63.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem63_ItemClick);
            // 
            // barButtonItem64
            // 
            this.barButtonItem64.Caption = "Ignition map";
            this.barButtonItem64.Id = 60;
            this.barButtonItem64.Name = "barButtonItem64";
            this.barButtonItem64.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem64_ItemClick);
            // 
            // barButtonItem65
            // 
            this.barButtonItem65.Caption = "Ignition for E85";
            this.barButtonItem65.Id = 61;
            this.barButtonItem65.Name = "barButtonItem65";
            this.barButtonItem65.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem65_ItemClick);
            // 
            // barButtonItem66
            // 
            this.barButtonItem66.Caption = "Knock pull map";
            this.barButtonItem66.Id = 62;
            this.barButtonItem66.Name = "barButtonItem66";
            this.barButtonItem66.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem66_ItemClick);
            // 
            // barButtonItem67
            // 
            this.barButtonItem67.Caption = "VE map";
            this.barButtonItem67.Id = 63;
            this.barButtonItem67.Name = "barButtonItem67";
            this.barButtonItem67.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem67_ItemClick);
            // 
            // barButtonItem68
            // 
            this.barButtonItem68.Caption = "Injector constant";
            this.barButtonItem68.Id = 64;
            this.barButtonItem68.Name = "barButtonItem68";
            this.barButtonItem68.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem68_ItemClick);
            // 
            // barButtonItem69
            // 
            this.barButtonItem69.Caption = "Startup VE map";
            this.barButtonItem69.Id = 65;
            this.barButtonItem69.Name = "barButtonItem69";
            this.barButtonItem69.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem69_ItemClick);
            // 
            // barButtonItem70
            // 
            this.barButtonItem70.Caption = "Knock enrichment";
            this.barButtonItem70.Id = 66;
            this.barButtonItem70.Name = "barButtonItem70";
            this.barButtonItem70.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem70_ItemClick);
            // 
            // barButtonItem71
            // 
            this.barButtonItem71.Caption = "Max knock pull";
            this.barButtonItem71.Id = 67;
            this.barButtonItem71.Name = "barButtonItem71";
            this.barButtonItem71.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem71_ItemClick);
            // 
            // barButtonItem72
            // 
            this.barButtonItem72.Caption = "Knock sensitivity";
            this.barButtonItem72.Id = 68;
            this.barButtonItem72.Name = "barButtonItem72";
            this.barButtonItem72.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem72_ItemClick);
            // 
            // barButtonItem73
            // 
            this.barButtonItem73.Caption = "Boost calibr.";
            this.barButtonItem73.Id = 69;
            this.barButtonItem73.Name = "barButtonItem73";
            this.barButtonItem73.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem73_ItemClick);
            // 
            // barButtonItem74
            // 
            this.barButtonItem74.Caption = "Overboost";
            this.barButtonItem74.Id = 70;
            this.barButtonItem74.Name = "barButtonItem74";
            this.barButtonItem74.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem74_ItemClick);
            // 
            // barButtonItem75
            // 
            this.barButtonItem75.Caption = "P factors";
            this.barButtonItem75.Id = 71;
            this.barButtonItem75.Name = "barButtonItem75";
            this.barButtonItem75.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem75_ItemClick);
            // 
            // barButtonItem76
            // 
            this.barButtonItem76.Caption = "I factors";
            this.barButtonItem76.Id = 72;
            this.barButtonItem76.Name = "barButtonItem76";
            this.barButtonItem76.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem76_ItemClick);
            // 
            // barButtonItem77
            // 
            this.barButtonItem77.Caption = "D factors";
            this.barButtonItem77.Id = 73;
            this.barButtonItem77.Name = "barButtonItem77";
            this.barButtonItem77.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem77_ItemClick);
            // 
            // barButtonItem78
            // 
            this.barButtonItem78.Caption = "SID information";
            this.barButtonItem78.Id = 74;
            this.barButtonItem78.Name = "barButtonItem78";
            this.barButtonItem78.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Actions_SIDInformation_ItemClick);
            // 
            // btnVinDecoder
            // 
            this.btnVinDecoder.Caption = "VIN decoder";
            this.btnVinDecoder.Id = 77;
            this.btnVinDecoder.Name = "btnVinDecoder";
            this.btnVinDecoder.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnVinDecoder_ItemClick);
            // 
            // BtnLimiterCheck
            // 
            this.BtnLimiterCheck.Caption = "Airmass result viewer";
            this.BtnLimiterCheck.Id = 78;
            this.BtnLimiterCheck.Name = "BtnLimiterCheck";
            this.BtnLimiterCheck.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Actions_LimiterCheck_ItemClick);
            // 
            // btnTuneBinary
            // 
            this.btnTuneBinary.Caption = "Tune me up ®";
            this.btnTuneBinary.Id = 79;
            this.btnTuneBinary.Name = "btnTuneBinary";
            this.btnTuneBinary.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnTuneBinary_ItemClick);
            // 
            // barButtonItem81
            // 
            this.barButtonItem81.Caption = "Read ECU";
            this.barButtonItem81.Id = 80;
            this.barButtonItem81.Name = "barButtonItem81";
            this.barButtonItem81.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem81_ItemClick);
            // 
            // barButtonItem82
            // 
            this.barButtonItem82.Caption = "Flash ECU";
            this.barButtonItem82.Id = 81;
            this.barButtonItem82.Name = "barButtonItem82";
            this.barButtonItem82.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem82_ItemClick);
            // 
            // brnCreateSRAMSnapshot
            // 
            this.brnCreateSRAMSnapshot.Caption = "Get SRAM snapshot";
            this.brnCreateSRAMSnapshot.Id = 82;
            this.brnCreateSRAMSnapshot.Name = "brnCreateSRAMSnapshot";
            this.brnCreateSRAMSnapshot.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.brnCreateSRAMSnapshot_ItemClick);
            // 
            // btnLoadLogFile
            // 
            this.btnLoadLogFile.Caption = "Load trionic 7 logfile";
            this.btnLoadLogFile.Id = 83;
            this.btnLoadLogFile.Name = "btnLoadLogFile";
            this.btnLoadLogFile.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnLoadLogFile_ItemClick);
            // 
            // btnSetSymbolColors
            // 
            this.btnSetSymbolColors.Caption = "Set symbol colors";
            this.btnSetSymbolColors.Id = 84;
            this.btnSetSymbolColors.Name = "btnSetSymbolColors";
            this.btnSetSymbolColors.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSetSymbolColors_ItemClick);
            // 
            // btnImportXML
            // 
            this.btnImportXML.Caption = "Import XML descriptor";
            this.btnImportXML.Id = 85;
            this.btnImportXML.Name = "btnImportXML";
            this.btnImportXML.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.File_ImportXML_ItemClick);
            // 
            // btnReadFaultCodes
            // 
            this.btnReadFaultCodes.Caption = "Get fault codes (OBDII)";
            this.btnReadFaultCodes.Id = 86;
            this.btnReadFaultCodes.Name = "btnReadFaultCodes";
            this.btnReadFaultCodes.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnReadFaultCodes_ItemClick);
            // 
            // barButtonItem83
            // 
            this.barButtonItem83.Caption = "Lookup partnumber";
            this.barButtonItem83.Id = 87;
            this.barButtonItem83.Name = "barButtonItem83";
            this.barButtonItem83.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Options_LookupPartnumber_ItemClick);
            // 
            // btnClearDTCs
            // 
            this.btnClearDTCs.Caption = "Clear DTC and knock counters";
            this.btnClearDTCs.Id = 89;
            this.btnClearDTCs.Name = "btnClearDTCs";
            this.btnClearDTCs.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnClearDTCs_ItemClick);
            // 
            // barButtonItem85
            // 
            this.barButtonItem85.Caption = "View knock count map";
            this.barButtonItem85.Id = 90;
            this.barButtonItem85.Name = "barButtonItem85";
            this.barButtonItem85.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem85_ItemClick);
            // 
            // barButtonItem86
            // 
            this.barButtonItem86.Caption = "View misfire map";
            this.barButtonItem86.Id = 91;
            this.barButtonItem86.Name = "barButtonItem86";
            this.barButtonItem86.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem86_ItemClick);
            // 
            // barButtonItem87
            // 
            this.barButtonItem87.Caption = "View false knock map";
            this.barButtonItem87.Id = 92;
            this.barButtonItem87.Name = "barButtonItem87";
            this.barButtonItem87.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem87_ItemClick);
            // 
            // barButtonItem88
            // 
            this.barButtonItem88.Caption = "View real knock map";
            this.barButtonItem88.Id = 93;
            this.barButtonItem88.Name = "barButtonItem88";
            this.barButtonItem88.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem88_ItemClick);
            // 
            // btnImportTuningPackage
            // 
            this.btnImportTuningPackage.Caption = "Import tuning package";
            this.btnImportTuningPackage.Id = 95;
            this.btnImportTuningPackage.Name = "btnImportTuningPackage";
            this.btnImportTuningPackage.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.File_ImportTuningPackage_ItemClick);
            // 
            // btnCompareToOriginal
            // 
            this.btnCompareToOriginal.Caption = "Compare to original file";
            this.btnCompareToOriginal.Enabled = false;
            this.btnCompareToOriginal.Id = 98;
            this.btnCompareToOriginal.Name = "btnCompareToOriginal";
            this.btnCompareToOriginal.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.File_CompareToOriginal_ItemClick);
            // 
            // btnCreateProject
            // 
            this.btnCreateProject.Caption = "Create a project";
            this.btnCreateProject.Id = 99;
            this.btnCreateProject.Name = "btnCreateProject";
            this.btnCreateProject.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Projects_btnCreateProject_ItemClick);
            // 
            // btnOpenProject
            // 
            this.btnOpenProject.Caption = "Open a project";
            this.btnOpenProject.Id = 100;
            this.btnOpenProject.Name = "btnOpenProject";
            this.btnOpenProject.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Projects_btnOpenProject_ItemClick);
            // 
            // btnCloseProject
            // 
            this.btnCloseProject.Caption = "Close project";
            this.btnCloseProject.Enabled = false;
            this.btnCloseProject.Id = 101;
            this.btnCloseProject.Name = "btnCloseProject";
            this.btnCloseProject.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Projects_btnCloseProject_ItemClick);
            // 
            // btnShowTransactionLog
            // 
            this.btnShowTransactionLog.Caption = "Show transaction log";
            this.btnShowTransactionLog.Enabled = false;
            this.btnShowTransactionLog.Id = 102;
            this.btnShowTransactionLog.Name = "btnShowTransactionLog";
            this.btnShowTransactionLog.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Projects_btnShowTransactionLog_ItemClick);
            // 
            // btnRollback
            // 
            this.btnRollback.Caption = "Roll back/undo";
            this.btnRollback.Enabled = false;
            this.btnRollback.Id = 103;
            this.btnRollback.Name = "btnRollback";
            this.btnRollback.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Projects_btnRollback_ItemClick);
            // 
            // btnRollforward
            // 
            this.btnRollforward.Caption = "Roll forward/redo";
            this.btnRollforward.Enabled = false;
            this.btnRollforward.Id = 104;
            this.btnRollforward.Name = "btnRollforward";
            this.btnRollforward.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Projects_btnRollforward_ItemClick);
            // 
            // btnRebuildFile
            // 
            this.btnRebuildFile.Caption = "Rebuild file";
            this.btnRebuildFile.Enabled = false;
            this.btnRebuildFile.Id = 105;
            this.btnRebuildFile.Name = "btnRebuildFile";
            this.btnRebuildFile.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Projects_btnRebuildFile_ItemClick);
            // 
            // btnEditProject
            // 
            this.btnEditProject.Caption = "Edit project";
            this.btnEditProject.Enabled = false;
            this.btnEditProject.Id = 106;
            this.btnEditProject.Name = "btnEditProject";
            this.btnEditProject.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Projects_btnEditProject_ItemClick);
            // 
            // btnAddNoteToProject
            // 
            this.btnAddNoteToProject.Caption = "Add note to project log";
            this.btnAddNoteToProject.Enabled = false;
            this.btnAddNoteToProject.Id = 107;
            this.btnAddNoteToProject.Name = "btnAddNoteToProject";
            this.btnAddNoteToProject.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Projects_btnAddNoteToProject_ItemClick);
            // 
            // btnShowProjectLogbook
            // 
            this.btnShowProjectLogbook.Caption = "Show project logbook";
            this.btnShowProjectLogbook.Enabled = false;
            this.btnShowProjectLogbook.Id = 108;
            this.btnShowProjectLogbook.Name = "btnShowProjectLogbook";
            this.btnShowProjectLogbook.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Projects_btnShowProjectLogbook_ItemClick);
            // 
            // btnProduceLatestBinary
            // 
            this.btnProduceLatestBinary.Caption = "Produce latest binary";
            this.btnProduceLatestBinary.Enabled = false;
            this.btnProduceLatestBinary.Id = 109;
            this.btnProduceLatestBinary.Name = "btnProduceLatestBinary";
            this.btnProduceLatestBinary.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Projects_btnProduceLatestBinary_ItemClick);
            // 
            // btnTorqueCalM_EngXSP
            // 
            this.btnTorqueCalM_EngXSP.Caption = "Air/torque (X)";
            this.btnTorqueCalM_EngXSP.Id = 110;
            this.btnTorqueCalM_EngXSP.Name = "btnTorqueCalM_EngXSP";
            this.btnTorqueCalM_EngXSP.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnTorqueCalM_EngXSP_ItemClick);
            // 
            // btnShowVectors
            // 
            this.btnShowVectors.Caption = "Show interrupt vectors";
            this.btnShowVectors.Id = 111;
            this.btnShowVectors.Name = "btnShowVectors";
            this.btnShowVectors.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnVectors_ItemClick);
            // 
            // btnEditTuningPackage
            // 
            this.btnEditTuningPackage.Caption = "Edit a tuning package";
            this.btnEditTuningPackage.Id = 112;
            this.btnEditTuningPackage.Name = "btnEditTuningPackage";
            this.btnEditTuningPackage.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.File_EditTuningPackage);
            // 
            // btnWriteLogMarker
            // 
            this.btnWriteLogMarker.Caption = "Write log marker [F6]";
            this.btnWriteLogMarker.Id = 113;
            this.btnWriteLogMarker.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F6);
            this.btnWriteLogMarker.Name = "btnWriteLogMarker";
            this.btnWriteLogMarker.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnWriteLogMarker_ItemClick);
            // 
            // btnViewMatrixFromLog
            // 
            this.btnViewMatrixFromLog.Caption = "View matrix from logfile";
            this.btnViewMatrixFromLog.Id = 114;
            this.btnViewMatrixFromLog.Name = "btnViewMatrixFromLog";
            this.btnViewMatrixFromLog.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnViewMatrixFromLog_ItemClick);
            // 
            // btnImportCSV
            // 
            this.btnImportCSV.Caption = "Import CSV descriptor";
            this.btnImportCSV.Id = 119;
            this.btnImportCSV.Name = "btnImportCSV";
            this.btnImportCSV.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.File_ImportCSV_ItemClick);
            // 
            // barSyncToBinary
            // 
            this.barSyncToBinary.Caption = "Synchronize to binary";
            this.barSyncToBinary.Id = 120;
            this.barSyncToBinary.Name = "barSyncToBinary";
            this.barSyncToBinary.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barSyncToBinary_ItemClick);
            // 
            // barSyncToECU
            // 
            this.barSyncToECU.Caption = "Synchronize to ECU";
            this.barSyncToECU.Id = 121;
            this.barSyncToECU.Name = "barSyncToECU";
            this.barSyncToECU.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barSyncToECU_ItemClick);
            // 
            // btnUploadTuningPackage
            // 
            this.btnUploadTuningPackage.Caption = "Upload tuning package to ECU";
            this.btnUploadTuningPackage.Id = 122;
            this.btnUploadTuningPackage.Name = "btnUploadTuningPackage";
            this.btnUploadTuningPackage.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnUploadTuningPackage_ItemClick);
            // 
            // btnGenerateTuningPackage
            // 
            this.btnGenerateTuningPackage.Caption = "Generate tuning package from ECU";
            this.btnGenerateTuningPackage.Id = 123;
            this.btnGenerateTuningPackage.Name = "btnGenerateTuningPackage";
            this.btnGenerateTuningPackage.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnGenerateTuningPackage_ItemClick);
            // 
            // btnLogFilters
            // 
            this.btnLogFilters.Caption = "Setup log filters";
            this.btnLogFilters.Id = 125;
            this.btnLogFilters.Name = "btnLogFilters";
            this.btnLogFilters.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnLogFilters_ItemClick);
            // 
            // btnPanelFullscreen
            // 
            this.btnPanelFullscreen.Caption = "Panel fullscreen [F3]";
            this.btnPanelFullscreen.Id = 126;
            this.btnPanelFullscreen.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F3);
            this.btnPanelFullscreen.Name = "btnPanelFullscreen";
            this.btnPanelFullscreen.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnPanelFullscreen_ItemClick);
            // 
            // btnCaptureScreenshot
            // 
            this.btnCaptureScreenshot.Caption = "Capture screenshot [F9]";
            this.btnCaptureScreenshot.Id = 127;
            this.btnCaptureScreenshot.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F9);
            this.btnCaptureScreenshot.Name = "btnCaptureScreenshot";
            this.btnCaptureScreenshot.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCaptureScreenshot_ItemClick);
            // 
            // barExtraOnline
            // 
            this.barExtraOnline.Caption = "Extra functions";
            this.barExtraOnline.Id = 129;
            this.barExtraOnline.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.btnEthanolContent),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnSeatbeltPing),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnSetSeatbeltPingOff),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnDoubleUnlockOn),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnDoubleUnlockOff),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnTrionicInfo),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnSIDDisplayTest),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnReadEngineData),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnGetParkAssistanceInfo, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
            this.barExtraOnline.Name = "barExtraOnline";
            // 
            // btnEthanolContent
            // 
            this.btnEthanolContent.Caption = "Set ethanol content";
            this.btnEthanolContent.Id = 130;
            this.btnEthanolContent.Name = "btnEthanolContent";
            this.btnEthanolContent.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem92_ItemClick);
            // 
            // btnSeatbeltPing
            // 
            this.btnSeatbeltPing.Caption = "Set seatbelt ping on";
            this.btnSeatbeltPing.Id = 131;
            this.btnSeatbeltPing.Name = "btnSeatbeltPing";
            this.btnSeatbeltPing.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSeatbeltPing_ItemClick);
            // 
            // btnSetSeatbeltPingOff
            // 
            this.btnSetSeatbeltPingOff.Caption = "Set seatbelt ping off";
            this.btnSetSeatbeltPingOff.Id = 138;
            this.btnSetSeatbeltPingOff.Name = "btnSetSeatbeltPingOff";
            this.btnSetSeatbeltPingOff.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSetSeatbeltPingOff_ItemClick);
            // 
            // btnDoubleUnlockOn
            // 
            this.btnDoubleUnlockOn.Caption = "Set double unlocking with remote on";
            this.btnDoubleUnlockOn.Id = 139;
            this.btnDoubleUnlockOn.Name = "btnDoubleUnlockOn";
            this.btnDoubleUnlockOn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDoubleUnlockOn_ItemClick);
            // 
            // btnDoubleUnlockOff
            // 
            this.btnDoubleUnlockOff.Caption = "Set double unlocking with remote off";
            this.btnDoubleUnlockOff.Id = 140;
            this.btnDoubleUnlockOff.Name = "btnDoubleUnlockOff";
            this.btnDoubleUnlockOff.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDoubleUnlockOff_ItemClick);
            // 
            // btnTrionicInfo
            // 
            this.btnTrionicInfo.Caption = "Get trionic info";
            this.btnTrionicInfo.Id = 132;
            this.btnTrionicInfo.Name = "btnTrionicInfo";
            this.btnTrionicInfo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnTrionicInfo_ItemClick);
            // 
            // btnSIDDisplayTest
            // 
            this.btnSIDDisplayTest.Caption = "SID display test";
            this.btnSIDDisplayTest.Id = 141;
            this.btnSIDDisplayTest.Name = "btnSIDDisplayTest";
            this.btnSIDDisplayTest.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSIDDisplayTest_ItemClick);
            // 
            // btnReadEngineData
            // 
            this.btnReadEngineData.Caption = "Read trionic engine data";
            this.btnReadEngineData.Id = 142;
            this.btnReadEngineData.Name = "btnReadEngineData";
            this.btnReadEngineData.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnReadEngineData_ItemClick);
            // 
            // btnGetParkAssistanceInfo
            // 
            this.btnGetParkAssistanceInfo.Caption = "Get SPA info and fault codes";
            this.btnGetParkAssistanceInfo.Id = 158;
            this.btnGetParkAssistanceInfo.Name = "btnGetParkAssistanceInfo";
            this.btnGetParkAssistanceInfo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnGetParkAssistanceInfo_ItemClick);
            // 
            // barSubItem1
            // 
            this.barSubItem1.Caption = "AFR maps";
            this.barSubItem1.Id = 133;
            this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.btnAFRFeedbackMap),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem93),
            new DevExpress.XtraBars.LinkPersistInfo(this.btnClearAFRFeedback),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem94)});
            this.barSubItem1.Name = "barSubItem1";
            // 
            // btnAFRFeedbackMap
            // 
            this.btnAFRFeedbackMap.Caption = "Show AFR feedback map";
            this.btnAFRFeedbackMap.Id = 134;
            this.btnAFRFeedbackMap.Name = "btnAFRFeedbackMap";
            this.btnAFRFeedbackMap.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnAFRFeedbackMap_ItemClick);
            // 
            // barButtonItem93
            // 
            this.barButtonItem93.Caption = "Show feedback counter map";
            this.barButtonItem93.Id = 136;
            this.barButtonItem93.Name = "barButtonItem93";
            this.barButtonItem93.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnFeedbackCounter_ItemClick);
            // 
            // btnClearAFRFeedback
            // 
            this.btnClearAFRFeedback.Caption = "Clear AFR feedback map";
            this.btnClearAFRFeedback.Id = 135;
            this.btnClearAFRFeedback.Name = "btnClearAFRFeedback";
            this.btnClearAFRFeedback.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnClearAFRFeedback_ItemClick);
            // 
            // barButtonItem94
            // 
            this.barButtonItem94.Caption = "Show AFR target map";
            this.barButtonItem94.Id = 137;
            this.barButtonItem94.Name = "barButtonItem94";
            this.barButtonItem94.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem94_ItemClick);
            // 
            // btnCompareToSRAMSnapshot
            // 
            this.btnCompareToSRAMSnapshot.Caption = "Compare binary to SRAM snapshot";
            this.btnCompareToSRAMSnapshot.Id = 143;
            this.btnCompareToSRAMSnapshot.Name = "btnCompareToSRAMSnapshot";
            this.btnCompareToSRAMSnapshot.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Actions_btnCompareToSRAMSnapshot_ItemClick);
            // 
            // btnCompareSRAMSnapshots
            // 
            this.btnCompareSRAMSnapshots.Caption = "Compare SRAM snapshots";
            this.btnCompareSRAMSnapshots.Id = 144;
            this.btnCompareSRAMSnapshots.Name = "btnCompareSRAMSnapshots";
            this.btnCompareSRAMSnapshots.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Actions_btnCompareSRAMSnapshots_ItemClick);
            // 
            // btnImportAFRFeedbackMap
            // 
            this.btnImportAFRFeedbackMap.Caption = "Import AFR feedback data";
            this.btnImportAFRFeedbackMap.Id = 145;
            this.btnImportAFRFeedbackMap.Name = "btnImportAFRFeedbackMap";
            this.btnImportAFRFeedbackMap.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Actions_ImportAFRFeedbackMap_ItemClick);
            // 
            // btnReleaseNotes
            // 
            this.btnReleaseNotes.Caption = "Release notes";
            this.btnReleaseNotes.Id = 146;
            this.btnReleaseNotes.Name = "btnReleaseNotes";
            this.btnReleaseNotes.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnReleaseNotes_ItemClick);
            // 
            // btnConnectDisconnect
            // 
            this.btnConnectDisconnect.Caption = "Connect ECU";
            this.btnConnectDisconnect.Id = 147;
            this.btnConnectDisconnect.Name = "btnConnectDisconnect";
            this.btnConnectDisconnect.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnConnectDisconnect_ItemClick);
            // 
            // barButtonItem92
            // 
            this.barButtonItem92.Caption = "ESP Calibration";
            this.barButtonItem92.Id = 148;
            this.barButtonItem92.Name = "barButtonItem92";
            this.barButtonItem92.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Actions_EditESP_ItemClick_1);
            // 
            // barButtonItem95
            // 
            this.barButtonItem95.Caption = "Engine trq for E85 (A)";
            this.barButtonItem95.Id = 149;
            this.barButtonItem95.Name = "barButtonItem95";
            this.barButtonItem95.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem95_ItemClick);
            // 
            // btnShowDisassembly
            // 
            this.btnShowDisassembly.Caption = "Show disassembly";
            this.btnShowDisassembly.Id = 150;
            this.btnShowDisassembly.Name = "btnShowDisassembly";
            this.btnShowDisassembly.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnShowDisassembly_ItemClick);
            // 
            // btnShowFullDisassembly
            // 
            this.btnShowFullDisassembly.Caption = "Show full disassembly";
            this.btnShowFullDisassembly.Id = 151;
            this.btnShowFullDisassembly.Name = "btnShowFullDisassembly";
            this.btnShowFullDisassembly.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnShowFullDisassembly_ItemClick);
            // 
            // barIdcGenerate
            // 
            this.barIdcGenerate.Caption = "Generate Idc file";
            this.barIdcGenerate.Id = 152;
            this.barIdcGenerate.Name = "barIdcGenerate";
            this.barIdcGenerate.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barIdcGenerate_ItemClick);
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "VE map2";
            this.barButtonItem2.Id = 153;
            this.barButtonItem2.Name = "barButtonItem2";
            this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Caption = "Startup VE map2";
            this.barButtonItem3.Id = 154;
            this.barButtonItem3.Name = "barButtonItem3";
            this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
            // 
            // barImportAS2
            // 
            this.barImportAS2.Caption = "Import AS2 descriptor";
            this.barImportAS2.Id = 155;
            this.barImportAS2.Name = "barImportAS2";
            this.barImportAS2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.File_ImportAS2_ItemClick);
            // 
            // barButtonExportLogCsv
            // 
            this.barButtonExportLogCsv.Caption = "Export logfile to CSV";
            this.barButtonExportLogCsv.Id = 157;
            this.barButtonExportLogCsv.Name = "barButtonExportLogCsv";
            this.barButtonExportLogCsv.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonExportLogCsv_ItemClick);
            // 
            // barButtonItem11
            // 
            this.barButtonItem11.Caption = "TCM Limit";
            this.barButtonItem11.Id = 159;
            this.barButtonItem11.Name = "barButtonItem11";
            this.barButtonItem11.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Actions_EditTCMLimit_ItemClick_1);
            // 
            // ribbonPage1
            // 
            this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup1,
            this.ribbonPageGroup5,
            this.ribbonPageGroup26});
            this.ribbonPage1.Name = "ribbonPage1";
            this.ribbonPage1.Text = "File";
            // 
            // ribbonPageGroup1
            // 
            this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem1);
            this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem7);
            this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem6);
            this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem8);
            this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem10);
            this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem9);
            this.ribbonPageGroup1.ItemLinks.Add(this.btnImportXML);
            this.ribbonPageGroup1.ItemLinks.Add(this.barImportAS2);
            this.ribbonPageGroup1.ItemLinks.Add(this.btnImportCSV);
            this.ribbonPageGroup1.ItemLinks.Add(this.btnImportTuningPackage);
            this.ribbonPageGroup1.ItemLinks.Add(this.btnEditTuningPackage);
            this.ribbonPageGroup1.ItemLinks.Add(this.barEditRecent);
            this.ribbonPageGroup1.ItemLinks.Add(this.btnCompareToOriginal);
            this.ribbonPageGroup1.ItemLinks.Add(this.btnLogFilters);
            this.ribbonPageGroup1.ItemLinks.Add(this.barIdcGenerate);
            this.ribbonPageGroup1.Name = "ribbonPageGroup1";
            this.ribbonPageGroup1.Text = "File actions";
            // 
            // ribbonPageGroup5
            // 
            this.ribbonPageGroup5.ItemLinks.Add(this.barButtonItem5);
            this.ribbonPageGroup5.ItemLinks.Add(this.barButtonItem42);
            this.ribbonPageGroup5.ItemLinks.Add(this.barButtonItem83);
            this.ribbonPageGroup5.Name = "ribbonPageGroup5";
            this.ribbonPageGroup5.Text = "Options";
            // 
            // ribbonPageGroup26
            // 
            this.ribbonPageGroup26.ItemLinks.Add(this.btnCreateProject);
            this.ribbonPageGroup26.ItemLinks.Add(this.btnOpenProject);
            this.ribbonPageGroup26.ItemLinks.Add(this.btnCloseProject);
            this.ribbonPageGroup26.ItemLinks.Add(this.btnShowTransactionLog);
            this.ribbonPageGroup26.ItemLinks.Add(this.btnRollback);
            this.ribbonPageGroup26.ItemLinks.Add(this.btnRollforward);
            this.ribbonPageGroup26.ItemLinks.Add(this.btnRebuildFile);
            this.ribbonPageGroup26.ItemLinks.Add(this.btnEditProject);
            this.ribbonPageGroup26.ItemLinks.Add(this.btnAddNoteToProject);
            this.ribbonPageGroup26.ItemLinks.Add(this.btnShowProjectLogbook);
            this.ribbonPageGroup26.ItemLinks.Add(this.btnProduceLatestBinary);
            this.ribbonPageGroup26.Name = "ribbonPageGroup26";
            this.ribbonPageGroup26.Text = "Projects";
            // 
            // ribbonPage3
            // 
            this.ribbonPage3.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup6,
            this.ribbonPageGroup7,
            this.ribbonPageGroup8,
            this.ribbonPageGroup11});
            this.ribbonPage3.Name = "ribbonPage3";
            this.ribbonPage3.Text = "Actions";
            // 
            // ribbonPageGroup6
            // 
            this.ribbonPageGroup6.ItemLinks.Add(this.barButtonItem12);
            this.ribbonPageGroup6.ItemLinks.Add(this.btnPanelFullscreen);
            this.ribbonPageGroup6.ItemLinks.Add(this.btnCaptureScreenshot);
            this.ribbonPageGroup6.Name = "ribbonPageGroup6";
            this.ribbonPageGroup6.Text = "Misc.";
            // 
            // ribbonPageGroup7
            // 
            this.ribbonPageGroup7.ItemLinks.Add(this.firmwareInformation);
            this.ribbonPageGroup7.ItemLinks.Add(this.barButtonItem58);
            this.ribbonPageGroup7.ItemLinks.Add(this.btnVinDecoder);
            this.ribbonPageGroup7.ItemLinks.Add(this.btnShowVectors);
            this.ribbonPageGroup7.ItemLinks.Add(this.btnShowDisassembly);
            this.ribbonPageGroup7.ItemLinks.Add(this.btnShowFullDisassembly);
            this.ribbonPageGroup7.Name = "ribbonPageGroup7";
            this.ribbonPageGroup7.Text = "Information";
            // 
            // ribbonPageGroup8
            // 
            this.ribbonPageGroup8.ItemLinks.Add(this.barButtonItem4);
            this.ribbonPageGroup8.ItemLinks.Add(this.btnCompareToSRAMSnapshot);
            this.ribbonPageGroup8.ItemLinks.Add(this.barButtonItem41);
            this.ribbonPageGroup8.ItemLinks.Add(this.barButtonItem24);
            this.ribbonPageGroup8.ItemLinks.Add(this.btnCompareSRAMSnapshots);
            this.ribbonPageGroup8.ItemLinks.Add(this.barButtonItem45);
            this.ribbonPageGroup8.ItemLinks.Add(this.barButtonItem47);
            this.ribbonPageGroup8.ItemLinks.Add(this.barButtonItem48);
            this.ribbonPageGroup8.ItemLinks.Add(this.barButtonItem49);
            this.ribbonPageGroup8.ItemLinks.Add(this.barButtonItem50);
            this.ribbonPageGroup8.ItemLinks.Add(this.barButtonItem51);
            this.ribbonPageGroup8.ItemLinks.Add(this.barButtonItem52);
            this.ribbonPageGroup8.ItemLinks.Add(this.barButtonItem78);
            this.ribbonPageGroup8.ItemLinks.Add(this.BtnLimiterCheck);
            this.ribbonPageGroup8.ItemLinks.Add(this.btnImportAFRFeedbackMap);
            this.ribbonPageGroup8.ItemLinks.Add(this.barButtonItem92);
            this.ribbonPageGroup8.ItemLinks.Add(this.barButtonItem11);
            this.ribbonPageGroup8.Name = "ribbonPageGroup8";
            this.ribbonPageGroup8.Text = "Actions";
            // 
            // ribbonPageGroup11
            // 
            this.ribbonPageGroup11.ItemLinks.Add(this.barButtonItem17);
            this.ribbonPageGroup11.ItemLinks.Add(this.barButtonItem18);
            this.ribbonPageGroup11.ItemLinks.Add(this.barButtonItem63);
            this.ribbonPageGroup11.ItemLinks.Add(this.barButtonItem19);
            this.ribbonPageGroup11.Name = "ribbonPageGroup11";
            this.ribbonPageGroup11.Text = "ECU interaction";
            // 
            // ribbonPage5
            // 
            this.ribbonPage5.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup12,
            this.ribbonPageGroup20,
            this.ribbonPageGroup19,
            this.ribbonPageGroup14,
            this.ribbonPageGroup22,
            this.ribbonPageGroup21,
            this.ribbonPageGroup13});
            this.ribbonPage5.Name = "ribbonPage5";
            this.ribbonPage5.Text = "Tuning";
            // 
            // ribbonPageGroup12
            // 
            this.ribbonPageGroup12.ItemLinks.Add(this.btnTuneBinary);
            this.ribbonPageGroup12.Name = "ribbonPageGroup12";
            this.ribbonPageGroup12.Text = "Tuning wizard";
            // 
            // ribbonPageGroup20
            // 
            this.ribbonPageGroup20.ItemLinks.Add(this.barButtonItem67);
            this.ribbonPageGroup20.ItemLinks.Add(this.barButtonItem69);
            this.ribbonPageGroup20.ItemLinks.Add(this.barButtonItem68);
            this.ribbonPageGroup20.ItemLinks.Add(this.barButtonItem2);
            this.ribbonPageGroup20.ItemLinks.Add(this.barButtonItem3);
            this.ribbonPageGroup20.Name = "ribbonPageGroup20";
            this.ribbonPageGroup20.Text = "Fuel";
            // 
            // ribbonPageGroup19
            // 
            this.ribbonPageGroup19.ItemLinks.Add(this.barButtonItem64);
            this.ribbonPageGroup19.ItemLinks.Add(this.barButtonItem65);
            this.ribbonPageGroup19.ItemLinks.Add(this.barButtonItem27);
            this.ribbonPageGroup19.ItemLinks.Add(this.barButtonItem66);
            this.ribbonPageGroup19.ItemLinks.Add(this.barButtonItem71);
            this.ribbonPageGroup19.Name = "ribbonPageGroup19";
            this.ribbonPageGroup19.Text = "Ignition";
            // 
            // ribbonPageGroup14
            // 
            this.ribbonPageGroup14.ItemLinks.Add(this.barButtonItem30);
            this.ribbonPageGroup14.ItemLinks.Add(this.barButtonItem56);
            this.ribbonPageGroup14.ItemLinks.Add(this.barButtonItem55);
            this.ribbonPageGroup14.ItemLinks.Add(this.barButtonItem35);
            this.ribbonPageGroup14.ItemLinks.Add(this.btnTorqueCalM_EngXSP);
            this.ribbonPageGroup14.ItemLinks.Add(this.barButtonItem57);
            this.ribbonPageGroup14.Name = "ribbonPageGroup14";
            this.ribbonPageGroup14.Text = "Airmass request";
            // 
            // ribbonPageGroup22
            // 
            this.ribbonPageGroup22.ItemLinks.Add(this.barButtonItem73);
            this.ribbonPageGroup22.ItemLinks.Add(this.barButtonItem75);
            this.ribbonPageGroup22.ItemLinks.Add(this.barButtonItem76);
            this.ribbonPageGroup22.ItemLinks.Add(this.barButtonItem77);
            this.ribbonPageGroup22.Name = "ribbonPageGroup22";
            this.ribbonPageGroup22.Text = "Boost control";
            // 
            // ribbonPageGroup21
            // 
            this.ribbonPageGroup21.ItemLinks.Add(this.barButtonItem70);
            this.ribbonPageGroup21.ItemLinks.Add(this.barButtonItem72);
            this.ribbonPageGroup21.Name = "ribbonPageGroup21";
            this.ribbonPageGroup21.Text = "Knock";
            // 
            // ribbonPageGroup13
            // 
            this.ribbonPageGroup13.ItemLinks.Add(this.barButtonItem28);
            this.ribbonPageGroup13.ItemLinks.Add(this.barButtonItem53);
            this.ribbonPageGroup13.ItemLinks.Add(this.barButtonItem33);
            this.ribbonPageGroup13.ItemLinks.Add(this.barButtonItem29);
            this.ribbonPageGroup13.ItemLinks.Add(this.barButtonItem36);
            this.ribbonPageGroup13.ItemLinks.Add(this.barButtonItem32);
            this.ribbonPageGroup13.ItemLinks.Add(this.barButtonItem37);
            this.ribbonPageGroup13.ItemLinks.Add(this.barButtonItem95);
            this.ribbonPageGroup13.ItemLinks.Add(this.barButtonItem34);
            this.ribbonPageGroup13.ItemLinks.Add(this.barButtonItem38);
            this.ribbonPageGroup13.ItemLinks.Add(this.barButtonItem39);
            this.ribbonPageGroup13.ItemLinks.Add(this.barButtonItem54);
            this.ribbonPageGroup13.ItemLinks.Add(this.barButtonItem74);
            this.ribbonPageGroup13.Name = "ribbonPageGroup13";
            this.ribbonPageGroup13.Text = "Limiters";
            // 
            // ribbonPage7
            // 
            this.ribbonPage7.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup17,
            this.ribbonPageGroup25});
            this.ribbonPage7.Name = "ribbonPage7";
            this.ribbonPage7.Text = "Realtime";
            // 
            // ribbonPageGroup17
            // 
            this.ribbonPageGroup17.ItemLinks.Add(this.btnConnectDisconnect);
            this.ribbonPageGroup17.ItemLinks.Add(this.btnToggleRealtimePanel);
            this.ribbonPageGroup17.ItemLinks.Add(this.barButtonItem44);
            this.ribbonPageGroup17.ItemLinks.Add(this.btnLoadLogFile);
            this.ribbonPageGroup17.ItemLinks.Add(this.btnViewMatrixFromLog);
            this.ribbonPageGroup17.ItemLinks.Add(this.btnSetSymbolColors);
            this.ribbonPageGroup17.ItemLinks.Add(this.brnCreateSRAMSnapshot);
            this.ribbonPageGroup17.ItemLinks.Add(this.btnReadFaultCodes);
            this.ribbonPageGroup17.ItemLinks.Add(this.btnClearDTCs);
            this.ribbonPageGroup17.ItemLinks.Add(this.btnWriteLogMarker);
            this.ribbonPageGroup17.ItemLinks.Add(this.barButtonExportLogCsv);
            this.ribbonPageGroup17.Name = "ribbonPageGroup17";
            this.ribbonPageGroup17.Text = "CAN bus connection";
            // 
            // ribbonPageGroup25
            // 
            this.ribbonPageGroup25.ItemLinks.Add(this.barButtonItem85);
            this.ribbonPageGroup25.ItemLinks.Add(this.barButtonItem87);
            this.ribbonPageGroup25.ItemLinks.Add(this.barButtonItem88);
            this.ribbonPageGroup25.ItemLinks.Add(this.barButtonItem86);
            this.ribbonPageGroup25.ItemLinks.Add(this.barSubItem1);
            this.ribbonPageGroup25.ItemLinks.Add(this.barExtraOnline);
            this.ribbonPageGroup25.ItemLinks.Add(this.barSyncToBinary);
            this.ribbonPageGroup25.ItemLinks.Add(this.barSyncToECU);
            this.ribbonPageGroup25.ItemLinks.Add(this.btnUploadTuningPackage);
            this.ribbonPageGroup25.ItemLinks.Add(this.btnGenerateTuningPackage);
            this.ribbonPageGroup25.Name = "ribbonPageGroup25";
            this.ribbonPageGroup25.Text = "Tuning in realtime";
            // 
            // ribbonPage8
            // 
            this.ribbonPage8.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup18,
            this.ribbonPageGroup24});
            this.ribbonPage8.Name = "ribbonPage8";
            this.ribbonPage8.Text = "Programmer";
            // 
            // ribbonPageGroup18
            // 
            this.ribbonPageGroup18.ItemLinks.Add(this.barButtonItem61);
            this.ribbonPageGroup18.ItemLinks.Add(this.barButtonItem62);
            this.ribbonPageGroup18.ItemLinks.Add(this.barButtonItem60);
            this.ribbonPageGroup18.Name = "ribbonPageGroup18";
            this.ribbonPageGroup18.Text = "P&&E micro";
            // 
            // ribbonPageGroup24
            // 
            this.ribbonPageGroup24.AllowTextClipping = false;
            this.ribbonPageGroup24.ItemLinks.Add(this.barButtonItem81);
            this.ribbonPageGroup24.ItemLinks.Add(this.barButtonItem82);
            this.ribbonPageGroup24.Name = "ribbonPageGroup24";
            this.ribbonPageGroup24.Text = "DIY USB BDM";
            // 
            // ribbonPage6
            // 
            this.ribbonPage6.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup16});
            this.ribbonPage6.Name = "ribbonPage6";
            this.ribbonPage6.Text = "Skin";
            // 
            // ribbonPageGroup16
            // 
            this.ribbonPageGroup16.Name = "ribbonPageGroup16";
            this.ribbonPageGroup16.Text = "Available skins";
            // 
            // ribbonPage4
            // 
            this.ribbonPage4.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup9,
            this.ribbonPageGroup10});
            this.ribbonPage4.Name = "ribbonPage4";
            this.ribbonPage4.Text = "Help";
            // 
            // ribbonPageGroup9
            // 
            this.ribbonPageGroup9.ItemLinks.Add(this.barButtonItem13);
            this.ribbonPageGroup9.ItemLinks.Add(this.barButtonItem14);
            this.ribbonPageGroup9.Name = "ribbonPageGroup9";
            this.ribbonPageGroup9.Text = "Help on T7Suite";
            // 
            // ribbonPageGroup10
            // 
            this.ribbonPageGroup10.ItemLinks.Add(this.barButtonItem15);
            this.ribbonPageGroup10.ItemLinks.Add(this.barButtonItem16);
            this.ribbonPageGroup10.ItemLinks.Add(this.btnReleaseNotes);
            this.ribbonPageGroup10.Name = "ribbonPageGroup10";
            this.ribbonPageGroup10.Text = "Documentation";
            // 
            // repositoryItemButtonEdit1
            // 
            this.repositoryItemButtonEdit1.AutoHeight = false;
            this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.DefaultExt = "bin";
            this.openFileDialog1.Filter = "binary files|*.bin|Motorola S19 files|*.S19";
            this.openFileDialog1.Title = "Open a binary Trionic 7 file...";
            // 
            // ribbonPageGroup4
            // 
            this.ribbonPageGroup4.ItemLinks.Add(this.barButtonItem4);
            this.ribbonPageGroup4.Name = "ribbonPageGroup4";
            this.ribbonPageGroup4.Text = "Tools";
            // 
            // defaultLookAndFeel1
            // 
            this.defaultLookAndFeel1.LookAndFeel.SkinName = "Metropolis";
            // 
            // tmrRealtime
            // 
            this.tmrRealtime.Interval = 1;
            this.tmrRealtime.Tick += new System.EventHandler(this.tmrRealtime_Tick);
            // 
            // openFileDialog2
            // 
            this.openFileDialog2.Filter = "Excel files|*.xls";
            // 
            // barButtonItem46
            // 
            this.barButtonItem46.Caption = "Export map to excel";
            this.barButtonItem46.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem46.Glyph")));
            this.barButtonItem46.Id = 27;
            this.barButtonItem46.Name = "barButtonItem46";
            toolTipTitleItem4.Text = "Export map to Excel";
            toolTipItem3.LeftIndent = 6;
            toolTipItem3.Text = "Exports this map this excel and shows a 3D surface graph for it.";
            superToolTip3.Items.Add(toolTipTitleItem4);
            superToolTip3.Items.Add(toolTipItem3);
            this.barButtonItem46.SuperTip = superToolTip3;
            // 
            // openFileDialog3
            // 
            this.openFileDialog3.Filter = "SRAM dump files|*.RAM";
            // 
            // barEditItem1
            // 
            this.barEditItem1.Caption = "Recent";
            this.barEditItem1.Edit = null;
            this.barEditItem1.Id = 63;
            this.barEditItem1.Name = "barEditItem1";
            // 
            // barButtonItem59
            // 
            this.barButtonItem59.Caption = "Set parameters";
            this.barButtonItem59.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem59.Glyph")));
            this.barButtonItem59.Id = 36;
            this.barButtonItem59.Name = "barButtonItem59";
            toolTipTitleItem5.Text = "Set parameters ";
            toolTipItem4.LeftIndent = 6;
            toolTipItem4.Text = "Lets you select the relevant parameters for using the PE micro programmer to inte" +
    "rface with your ECU.\r\n";
            toolTipTitleItem6.LeftIndent = 6;
            toolTipTitleItem6.Text = "PE micro interface\r\n";
            superToolTip4.Items.Add(toolTipTitleItem5);
            superToolTip4.Items.Add(toolTipItem4);
            superToolTip4.Items.Add(toolTipSeparatorItem2);
            superToolTip4.Items.Add(toolTipTitleItem6);
            this.barButtonItem59.SuperTip = superToolTip4;
            // 
            // ribbonPageGroup15
            // 
            this.ribbonPageGroup15.ItemLinks.Add(this.barButtonItem31);
            this.ribbonPageGroup15.ItemLinks.Add(this.barButtonItem40);
            this.ribbonPageGroup15.Name = "ribbonPageGroup15";
            this.ribbonPageGroup15.Text = "Boost calibration";
            // 
            // sndTimer
            // 
            this.sndTimer.Interval = 2000;
            this.sndTimer.Tick += new System.EventHandler(this.sndTimer_Tick);
            // 
            // barButtonItem79
            // 
            this.barButtonItem79.Caption = "Show interrupt vectors";
            this.barButtonItem79.Id = 111;
            this.barButtonItem79.Name = "barButtonItem79";
            // 
            // barButtonItem80
            // 
            this.barButtonItem80.Caption = "Show interrupt vectors";
            this.barButtonItem80.Id = 111;
            this.barButtonItem80.Name = "barButtonItem80";
            // 
            // barButtonItem25
            // 
            this.barButtonItem25.Caption = "Ignition map";
            this.barButtonItem25.Id = 60;
            this.barButtonItem25.Name = "barButtonItem25";
            // 
            // barButtonItem26
            // 
            this.barButtonItem26.Caption = "Ignition map";
            this.barButtonItem26.Id = 60;
            this.barButtonItem26.Name = "barButtonItem26";
            // 
            // barButtonItem27
            // 
            this.barButtonItem27.Caption = "Ignition map2";
            this.barButtonItem27.Id = 160;
            this.barButtonItem27.Name = "barButtonItem27";
            this.barButtonItem27.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem27_ItemClick);
            // 
            // frmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Control;
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.ClientSize = new System.Drawing.Size(1413, 717);
            this.Controls.Add(this.dockSymbols);
            this.Controls.Add(this.ribbonStatusBar1);
            this.Controls.Add(this.ribbonControl1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.IsMdiContainer = true;
            this.Name = "frmMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "T7SuitePro";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
            this.Load += new System.EventHandler(this.frmMain_Load);
            this.Shown += new System.EventHandler(this.frmMain_Shown);
            ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
            this.dockRealtime.ResumeLayout(false);
            this.controlContainer1.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.xtraTabPage1.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.linearGauge2)).EndInit();
            this.panel3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.linearGauge1)).EndInit();
            this.xtraTabPage2.ResumeLayout(false);
            this.xtraTabPage2.PerformLayout();
            this.panel5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridRealtime)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ViewRealtime)).EndInit();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.toolStrip2.ResumeLayout(false);
            this.toolStrip2.PerformLayout();
            this.xtraTabPage3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.panelBottom.ResumeLayout(false);
            this.dockSymbols.ResumeLayout(false);
            this.dockPanel1_Container.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControlSymbols)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridViewSymbols)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).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.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem1 = new DevExpress.Utils.ToolTipSeparatorItem();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
            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.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
            this.gpoContenedor = new DevExpress.XtraEditors.GroupControl();
            this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
            this.dtpFechaCaja = new DevExpress.XtraEditors.DateEdit();
            this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
            this.txtPagosFinanciamiento = new DevExpress.XtraEditors.ButtonEdit();
            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.labelControl9 = new DevExpress.XtraEditors.LabelControl();
            this.txtFinanciamientos = new DevExpress.XtraEditors.ButtonEdit();
            this.cajaDCBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.txtCancelaciones = new SoftEmpenios.Controles.TextEditSelected();
            this.txtEnganche = new SoftEmpenios.Controles.TextEditSelected();
            this.txtAbonos = new SoftEmpenios.Controles.TextEditSelected();
            this.txtVentas = new SoftEmpenios.Controles.TextEditSelected();
            this.txtDesempeños = new SoftEmpenios.Controles.TextEditSelected();
            this.txtIntereses = new SoftEmpenios.Controles.TextEditSelected();
            this.txtRetiros = new SoftEmpenios.Controles.TextEditSelected();
            this.txtCompras = new SoftEmpenios.Controles.TextEditSelected();
            this.txtEmpenios = new SoftEmpenios.Controles.TextEditSelected();
            this.txtCajaFinal = new SoftEmpenios.Controles.TextEditSelected();
            this.txtCajaInicial = new SoftEmpenios.Controles.TextEditSelected();
            this.btnAbrirCerrar = new SoftEmpenios.Controles.BotonCambiante();
            this.txtDepositos = new DevExpress.XtraEditors.ButtonEdit();
            ((System.ComponentModel.ISupportInitialize)(this.gpoContenedor)).BeginInit();
            this.gpoContenedor.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dtpFechaCaja.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtpFechaCaja.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPagosFinanciamiento.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFinanciamientos.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cajaDCBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCancelaciones.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtEnganche.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtAbonos.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtVentas.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDesempeños.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtIntereses.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtRetiros.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCompras.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtEmpenios.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCajaFinal.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCajaInicial.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDepositos.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // gpoContenedor
            // 
            this.gpoContenedor.Appearance.BackColor = System.Drawing.Color.Orange;
            this.gpoContenedor.Appearance.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.gpoContenedor.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gpoContenedor.Appearance.Options.UseBackColor = true;
            this.gpoContenedor.AppearanceCaption.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.gpoContenedor.AppearanceCaption.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.gpoContenedor.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 13F, System.Drawing.FontStyle.Bold);
            this.gpoContenedor.AppearanceCaption.ForeColor = System.Drawing.Color.White;
            this.gpoContenedor.AppearanceCaption.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
            this.gpoContenedor.AppearanceCaption.Options.UseBackColor = true;
            this.gpoContenedor.AppearanceCaption.Options.UseFont = true;
            this.gpoContenedor.AppearanceCaption.Options.UseForeColor = true;
            this.gpoContenedor.AppearanceCaption.Options.UseTextOptions = true;
            this.gpoContenedor.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gpoContenedor.Controls.Add(this.labelControl15);
            this.gpoContenedor.Controls.Add(this.dtpFechaCaja);
            this.gpoContenedor.Controls.Add(this.labelControl14);
            this.gpoContenedor.Controls.Add(this.txtCancelaciones);
            this.gpoContenedor.Controls.Add(this.labelControl11);
            this.gpoContenedor.Controls.Add(this.txtEnganche);
            this.gpoContenedor.Controls.Add(this.labelControl12);
            this.gpoContenedor.Controls.Add(this.txtAbonos);
            this.gpoContenedor.Controls.Add(this.labelControl13);
            this.gpoContenedor.Controls.Add(this.txtVentas);
            this.gpoContenedor.Controls.Add(this.labelControl6);
            this.gpoContenedor.Controls.Add(this.labelControl7);
            this.gpoContenedor.Controls.Add(this.labelControl8);
            this.gpoContenedor.Controls.Add(this.txtDesempeños);
            this.gpoContenedor.Controls.Add(this.labelControl10);
            this.gpoContenedor.Controls.Add(this.txtIntereses);
            this.gpoContenedor.Controls.Add(this.txtPagosFinanciamiento);
            this.gpoContenedor.Controls.Add(this.labelControl5);
            this.gpoContenedor.Controls.Add(this.labelControl4);
            this.gpoContenedor.Controls.Add(this.txtRetiros);
            this.gpoContenedor.Controls.Add(this.labelControl3);
            this.gpoContenedor.Controls.Add(this.txtCompras);
            this.gpoContenedor.Controls.Add(this.labelControl2);
            this.gpoContenedor.Controls.Add(this.txtEmpenios);
            this.gpoContenedor.Controls.Add(this.labelControl1);
            this.gpoContenedor.Controls.Add(this.txtCajaFinal);
            this.gpoContenedor.Controls.Add(this.labelControl9);
            this.gpoContenedor.Controls.Add(this.txtCajaInicial);
            this.gpoContenedor.Controls.Add(this.btnAbrirCerrar);
            this.gpoContenedor.Controls.Add(this.txtFinanciamientos);
            this.gpoContenedor.Controls.Add(this.txtDepositos);
            this.gpoContenedor.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gpoContenedor.Location = new System.Drawing.Point(0, 0);
            this.gpoContenedor.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Office2003;
            this.gpoContenedor.LookAndFeel.UseDefaultLookAndFeel = false;
            this.gpoContenedor.Name = "gpoContenedor";
            this.gpoContenedor.Size = new System.Drawing.Size(856, 421);
            this.gpoContenedor.TabIndex = 105;
            this.gpoContenedor.Text = "Caja del día";
            // 
            // labelControl15
            // 
            this.labelControl15.Appearance.Font = new System.Drawing.Font("Arial Rounded MT Bold", 12F);
            this.labelControl15.Location = new System.Drawing.Point(462, 32);
            this.labelControl15.Name = "labelControl15";
            this.labelControl15.Size = new System.Drawing.Size(95, 18);
            this.labelControl15.TabIndex = 155;
            this.labelControl15.Text = "Fecha Caja:";
            // 
            // dtpFechaCaja
            // 
            this.dtpFechaCaja.EditValue = new System.DateTime(2013, 10, 12, 20, 45, 55, 449);
            this.dtpFechaCaja.Location = new System.Drawing.Point(563, 29);
            this.dtpFechaCaja.Name = "dtpFechaCaja";
            this.dtpFechaCaja.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
            this.dtpFechaCaja.Properties.Appearance.Options.UseFont = true;
            this.dtpFechaCaja.Properties.Appearance.Options.UseTextOptions = true;
            this.dtpFechaCaja.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.dtpFechaCaja.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.dtpFechaCaja.Properties.DisplayFormat.FormatString = "dd/MMM/yyyy";
            this.dtpFechaCaja.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.dtpFechaCaja.Properties.ReadOnly = true;
            this.dtpFechaCaja.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.dtpFechaCaja.Size = new System.Drawing.Size(162, 26);
            this.dtpFechaCaja.TabIndex = 154;
            // 
            // labelControl14
            // 
            this.labelControl14.Appearance.Font = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl14.Location = new System.Drawing.Point(68, 306);
            this.labelControl14.Name = "labelControl14";
            this.labelControl14.Size = new System.Drawing.Size(124, 18);
            this.labelControl14.TabIndex = 153;
            this.labelControl14.Text = "Cancelaciones:";
            // 
            // labelControl11
            // 
            this.labelControl11.Appearance.Font = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl11.Location = new System.Drawing.Point(418, 276);
            this.labelControl11.Name = "labelControl11";
            this.labelControl11.Size = new System.Drawing.Size(139, 18);
            this.labelControl11.TabIndex = 151;
            this.labelControl11.Text = "Total Enganches:";
            // 
            // labelControl12
            // 
            this.labelControl12.Appearance.Font = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl12.Location = new System.Drawing.Point(391, 245);
            this.labelControl12.Name = "labelControl12";
            this.labelControl12.Size = new System.Drawing.Size(166, 18);
            this.labelControl12.TabIndex = 149;
            this.labelControl12.Text = "Total Abono a Venta:";
            // 
            // labelControl13
            // 
            this.labelControl13.Appearance.Font = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl13.Location = new System.Drawing.Point(451, 213);
            this.labelControl13.Name = "labelControl13";
            this.labelControl13.Size = new System.Drawing.Size(105, 18);
            this.labelControl13.TabIndex = 147;
            this.labelControl13.Text = "Total Ventas:";
            // 
            // labelControl6
            // 
            this.labelControl6.Appearance.Font = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl6.Location = new System.Drawing.Point(376, 311);
            this.labelControl6.Name = "labelControl6";
            this.labelControl6.Size = new System.Drawing.Size(181, 18);
            this.labelControl6.TabIndex = 145;
            this.labelControl6.Text = "Pagos Financiamiento:";
            // 
            // labelControl7
            // 
            this.labelControl7.Appearance.Font = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl7.Location = new System.Drawing.Point(428, 176);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(129, 18);
            this.labelControl7.TabIndex = 143;
            this.labelControl7.Text = "Total Depositos:";
            // 
            // labelControl8
            // 
            this.labelControl8.Appearance.Font = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl8.Location = new System.Drawing.Point(404, 144);
            this.labelControl8.Name = "labelControl8";
            this.labelControl8.Size = new System.Drawing.Size(153, 18);
            this.labelControl8.TabIndex = 141;
            this.labelControl8.Text = "Total Desempeños:";
            // 
            // labelControl10
            // 
            this.labelControl10.Appearance.Font = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl10.Location = new System.Drawing.Point(451, 112);
            this.labelControl10.Name = "labelControl10";
            this.labelControl10.Size = new System.Drawing.Size(106, 18);
            this.labelControl10.TabIndex = 139;
            this.labelControl10.Text = "Total Interes:";
            // 
            // txtPagosFinanciamiento
            // 
            this.txtPagosFinanciamiento.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtPagosFinanciamiento.Location = new System.Drawing.Point(563, 305);
            this.txtPagosFinanciamiento.Name = "txtPagosFinanciamiento";
            this.txtPagosFinanciamiento.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtPagosFinanciamiento.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.txtPagosFinanciamiento.Properties.Appearance.Options.UseFont = true;
            this.txtPagosFinanciamiento.Properties.Appearance.Options.UseForeColor = true;
            this.txtPagosFinanciamiento.Properties.Appearance.Options.UseTextOptions = true;
            this.txtPagosFinanciamiento.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            toolTipTitleItem1.Text = "Pagos Financiamiento";
            toolTipItem1.LeftIndent = 6;
            toolTipItem1.Text = "Lista de Pagos de Financiamiento";
            toolTipTitleItem2.LeftIndent = 6;
            toolTipTitleItem2.Text = "Click";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            superToolTip1.Items.Add(toolTipSeparatorItem1);
            superToolTip1.Items.Add(toolTipTitleItem2);
            this.txtPagosFinanciamiento.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.MiddleRight, global::SoftEmpenios.Properties.Resources.cajadetalle, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, superToolTip1, true)});
            this.txtPagosFinanciamiento.Properties.DisplayFormat.FormatString = "$ ##,##0.00";
            this.txtPagosFinanciamiento.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtPagosFinanciamiento.Properties.Mask.EditMask = "c2";
            this.txtPagosFinanciamiento.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtPagosFinanciamiento.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtPagosFinanciamiento.Properties.ReadOnly = true;
            this.txtPagosFinanciamiento.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.txtPagosFinanciamiento.Size = new System.Drawing.Size(159, 31);
            this.txtPagosFinanciamiento.TabIndex = 144;
            this.txtPagosFinanciamiento.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtPagosFinanciamiento_ButtonClick);
            // 
            // labelControl5
            // 
            this.labelControl5.Appearance.Font = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl5.Location = new System.Drawing.Point(12, 208);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(180, 18);
            this.labelControl5.TabIndex = 135;
            this.labelControl5.Text = "Total Financiamientos:";
            // 
            // labelControl4
            // 
            this.labelControl4.Appearance.Font = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl4.Location = new System.Drawing.Point(86, 176);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(107, 18);
            this.labelControl4.TabIndex = 133;
            this.labelControl4.Text = "Total Retiros:";
            // 
            // labelControl3
            // 
            this.labelControl3.Appearance.Font = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl3.Location = new System.Drawing.Point(71, 144);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(121, 18);
            this.labelControl3.TabIndex = 131;
            this.labelControl3.Text = "Total Compras:";
            // 
            // labelControl2
            // 
            this.labelControl2.Appearance.Font = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl2.Location = new System.Drawing.Point(69, 112);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(123, 18);
            this.labelControl2.TabIndex = 129;
            this.labelControl2.Text = "Total Empeños:";
            // 
            // labelControl1
            // 
            this.labelControl1.Appearance.Font = new System.Drawing.Font("Arial Rounded MT Bold", 15F);
            this.labelControl1.Location = new System.Drawing.Point(433, 345);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(124, 23);
            this.labelControl1.TabIndex = 127;
            this.labelControl1.Text = "CAJA FINAL:";
            // 
            // labelControl9
            // 
            this.labelControl9.Appearance.Font = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl9.Location = new System.Drawing.Point(77, 80);
            this.labelControl9.Name = "labelControl9";
            this.labelControl9.Size = new System.Drawing.Size(115, 18);
            this.labelControl9.TabIndex = 125;
            this.labelControl9.Text = "CAJA INICIAL:";
            // 
            // txtFinanciamientos
            // 
            this.txtFinanciamientos.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtFinanciamientos.Location = new System.Drawing.Point(198, 204);
            this.txtFinanciamientos.Name = "txtFinanciamientos";
            this.txtFinanciamientos.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtFinanciamientos.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.txtFinanciamientos.Properties.Appearance.Options.UseFont = true;
            this.txtFinanciamientos.Properties.Appearance.Options.UseForeColor = true;
            this.txtFinanciamientos.Properties.Appearance.Options.UseTextOptions = true;
            this.txtFinanciamientos.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            toolTipTitleItem3.Text = "Detalle";
            toolTipItem2.LeftIndent = 6;
            toolTipItem2.Text = "Detalle de Financiamientos";
            toolTipTitleItem4.LeftIndent = 6;
            toolTipTitleItem4.Text = "ver";
            superToolTip2.Items.Add(toolTipTitleItem3);
            superToolTip2.Items.Add(toolTipItem2);
            superToolTip2.Items.Add(toolTipSeparatorItem2);
            superToolTip2.Items.Add(toolTipTitleItem4);
            this.txtFinanciamientos.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.MiddleRight, global::SoftEmpenios.Properties.Resources.cajadetalle, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", null, superToolTip2, true)});
            this.txtFinanciamientos.Properties.DisplayFormat.FormatString = "$ ##,##0.00";
            this.txtFinanciamientos.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtFinanciamientos.Properties.Mask.EditMask = "c2";
            this.txtFinanciamientos.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtFinanciamientos.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtFinanciamientos.Properties.ReadOnly = true;
            this.txtFinanciamientos.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.txtFinanciamientos.Size = new System.Drawing.Size(159, 31);
            this.txtFinanciamientos.TabIndex = 134;
            this.txtFinanciamientos.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtFinanciamientos_ButtonClick);
            this.txtFinanciamientos.EditValueChanged += new System.EventHandler(this.txtFinanciamientos_EditValueChanged);
            // 
            // cajaDCBindingSource
            // 
            this.cajaDCBindingSource.DataSource = typeof(SoftEmpenios.DBComun.Caja);
            // 
            // txtCancelaciones
            // 
            this.txtCancelaciones.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtCancelaciones.Location = new System.Drawing.Point(198, 302);
            this.txtCancelaciones.Name = "txtCancelaciones";
            this.txtCancelaciones.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtCancelaciones.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.txtCancelaciones.Properties.Appearance.Options.UseFont = true;
            this.txtCancelaciones.Properties.Appearance.Options.UseForeColor = true;
            this.txtCancelaciones.Properties.Appearance.Options.UseTextOptions = true;
            this.txtCancelaciones.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.txtCancelaciones.Properties.DisplayFormat.FormatString = "n0";
            this.txtCancelaciones.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtCancelaciones.Properties.Mask.EditMask = "n0";
            this.txtCancelaciones.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtCancelaciones.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.txtCancelaciones.Properties.ReadOnly = true;
            this.txtCancelaciones.Size = new System.Drawing.Size(159, 26);
            this.txtCancelaciones.TabIndex = 152;
            this.txtCancelaciones.EditValueChanged += new System.EventHandler(this.txtCancelaciones_EditValueChanged);
            // 
            // txtEnganche
            // 
            this.txtEnganche.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtEnganche.Location = new System.Drawing.Point(563, 273);
            this.txtEnganche.Name = "txtEnganche";
            this.txtEnganche.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtEnganche.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.txtEnganche.Properties.Appearance.Options.UseFont = true;
            this.txtEnganche.Properties.Appearance.Options.UseForeColor = true;
            this.txtEnganche.Properties.Appearance.Options.UseTextOptions = true;
            this.txtEnganche.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.txtEnganche.Properties.DisplayFormat.FormatString = "$ ##,##0.00";
            this.txtEnganche.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtEnganche.Properties.Mask.EditMask = "c2";
            this.txtEnganche.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtEnganche.Properties.ReadOnly = true;
            this.txtEnganche.Size = new System.Drawing.Size(159, 26);
            this.txtEnganche.TabIndex = 150;
            // 
            // txtAbonos
            // 
            this.txtAbonos.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtAbonos.Location = new System.Drawing.Point(563, 241);
            this.txtAbonos.Name = "txtAbonos";
            this.txtAbonos.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtAbonos.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.txtAbonos.Properties.Appearance.Options.UseFont = true;
            this.txtAbonos.Properties.Appearance.Options.UseForeColor = true;
            this.txtAbonos.Properties.Appearance.Options.UseTextOptions = true;
            this.txtAbonos.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.txtAbonos.Properties.DisplayFormat.FormatString = "$ ##,##0.00";
            this.txtAbonos.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtAbonos.Properties.Mask.EditMask = "c2";
            this.txtAbonos.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtAbonos.Properties.ReadOnly = true;
            this.txtAbonos.Size = new System.Drawing.Size(159, 26);
            this.txtAbonos.TabIndex = 148;
            // 
            // txtVentas
            // 
            this.txtVentas.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtVentas.Location = new System.Drawing.Point(563, 209);
            this.txtVentas.Name = "txtVentas";
            this.txtVentas.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtVentas.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.txtVentas.Properties.Appearance.Options.UseFont = true;
            this.txtVentas.Properties.Appearance.Options.UseForeColor = true;
            this.txtVentas.Properties.Appearance.Options.UseTextOptions = true;
            this.txtVentas.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.txtVentas.Properties.DisplayFormat.FormatString = "$ ##,##0.00";
            this.txtVentas.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtVentas.Properties.Mask.EditMask = "c2";
            this.txtVentas.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtVentas.Properties.ReadOnly = true;
            this.txtVentas.Size = new System.Drawing.Size(159, 26);
            this.txtVentas.TabIndex = 146;
            // 
            // txtDesempeños
            // 
            this.txtDesempeños.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtDesempeños.Location = new System.Drawing.Point(563, 140);
            this.txtDesempeños.Name = "txtDesempeños";
            this.txtDesempeños.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtDesempeños.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.txtDesempeños.Properties.Appearance.Options.UseFont = true;
            this.txtDesempeños.Properties.Appearance.Options.UseForeColor = true;
            this.txtDesempeños.Properties.Appearance.Options.UseTextOptions = true;
            this.txtDesempeños.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.txtDesempeños.Properties.DisplayFormat.FormatString = "$ ##,##0.00";
            this.txtDesempeños.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtDesempeños.Properties.Mask.EditMask = "c2";
            this.txtDesempeños.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtDesempeños.Properties.ReadOnly = true;
            this.txtDesempeños.Size = new System.Drawing.Size(159, 26);
            this.txtDesempeños.TabIndex = 140;
            // 
            // txtIntereses
            // 
            this.txtIntereses.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtIntereses.Location = new System.Drawing.Point(563, 108);
            this.txtIntereses.Name = "txtIntereses";
            this.txtIntereses.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtIntereses.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.txtIntereses.Properties.Appearance.Options.UseFont = true;
            this.txtIntereses.Properties.Appearance.Options.UseForeColor = true;
            this.txtIntereses.Properties.Appearance.Options.UseTextOptions = true;
            this.txtIntereses.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.txtIntereses.Properties.DisplayFormat.FormatString = "$ ##,##0.00";
            this.txtIntereses.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtIntereses.Properties.Mask.EditMask = "c2";
            this.txtIntereses.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtIntereses.Properties.ReadOnly = true;
            this.txtIntereses.Size = new System.Drawing.Size(159, 26);
            this.txtIntereses.TabIndex = 138;
            // 
            // txtRetiros
            // 
            this.txtRetiros.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtRetiros.Location = new System.Drawing.Point(198, 172);
            this.txtRetiros.Name = "txtRetiros";
            this.txtRetiros.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtRetiros.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.txtRetiros.Properties.Appearance.Options.UseFont = true;
            this.txtRetiros.Properties.Appearance.Options.UseForeColor = true;
            this.txtRetiros.Properties.Appearance.Options.UseTextOptions = true;
            this.txtRetiros.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.txtRetiros.Properties.DisplayFormat.FormatString = "$ ##,##0.00";
            this.txtRetiros.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtRetiros.Properties.Mask.EditMask = "c2";
            this.txtRetiros.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtRetiros.Properties.ReadOnly = true;
            this.txtRetiros.Size = new System.Drawing.Size(159, 26);
            this.txtRetiros.TabIndex = 132;
            // 
            // txtCompras
            // 
            this.txtCompras.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtCompras.Location = new System.Drawing.Point(198, 140);
            this.txtCompras.Name = "txtCompras";
            this.txtCompras.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtCompras.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.txtCompras.Properties.Appearance.Options.UseFont = true;
            this.txtCompras.Properties.Appearance.Options.UseForeColor = true;
            this.txtCompras.Properties.Appearance.Options.UseTextOptions = true;
            this.txtCompras.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.txtCompras.Properties.DisplayFormat.FormatString = "$ ##,##0.00";
            this.txtCompras.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtCompras.Properties.Mask.EditMask = "c2";
            this.txtCompras.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtCompras.Properties.ReadOnly = true;
            this.txtCompras.Size = new System.Drawing.Size(159, 26);
            this.txtCompras.TabIndex = 130;
            // 
            // txtEmpenios
            // 
            this.txtEmpenios.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtEmpenios.Location = new System.Drawing.Point(198, 108);
            this.txtEmpenios.Name = "txtEmpenios";
            this.txtEmpenios.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtEmpenios.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.txtEmpenios.Properties.Appearance.Options.UseFont = true;
            this.txtEmpenios.Properties.Appearance.Options.UseForeColor = true;
            this.txtEmpenios.Properties.Appearance.Options.UseTextOptions = true;
            this.txtEmpenios.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.txtEmpenios.Properties.DisplayFormat.FormatString = "$ ##,##0.00";
            this.txtEmpenios.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtEmpenios.Properties.Mask.EditMask = "c2";
            this.txtEmpenios.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtEmpenios.Properties.ReadOnly = true;
            this.txtEmpenios.Size = new System.Drawing.Size(159, 26);
            this.txtEmpenios.TabIndex = 128;
            // 
            // txtCajaFinal
            // 
            this.txtCajaFinal.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtCajaFinal.Location = new System.Drawing.Point(563, 342);
            this.txtCajaFinal.Name = "txtCajaFinal";
            this.txtCajaFinal.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Bold);
            this.txtCajaFinal.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.txtCajaFinal.Properties.Appearance.Options.UseFont = true;
            this.txtCajaFinal.Properties.Appearance.Options.UseForeColor = true;
            this.txtCajaFinal.Properties.Appearance.Options.UseTextOptions = true;
            this.txtCajaFinal.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.txtCajaFinal.Properties.DisplayFormat.FormatString = "$ ##,##0.00";
            this.txtCajaFinal.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtCajaFinal.Properties.Mask.EditMask = "c2";
            this.txtCajaFinal.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtCajaFinal.Properties.ReadOnly = true;
            this.txtCajaFinal.Size = new System.Drawing.Size(159, 32);
            this.txtCajaFinal.TabIndex = 126;
            // 
            // txtCajaInicial
            // 
            this.txtCajaInicial.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtCajaInicial.Location = new System.Drawing.Point(198, 76);
            this.txtCajaInicial.Name = "txtCajaInicial";
            this.txtCajaInicial.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtCajaInicial.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.txtCajaInicial.Properties.Appearance.Options.UseFont = true;
            this.txtCajaInicial.Properties.Appearance.Options.UseForeColor = true;
            this.txtCajaInicial.Properties.Appearance.Options.UseTextOptions = true;
            this.txtCajaInicial.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.txtCajaInicial.Properties.DisplayFormat.FormatString = "$ ##,##0.00";
            this.txtCajaInicial.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtCajaInicial.Properties.Mask.EditMask = "c2";
            this.txtCajaInicial.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtCajaInicial.Properties.ReadOnly = true;
            this.txtCajaInicial.Size = new System.Drawing.Size(159, 26);
            this.txtCajaInicial.TabIndex = 124;
            // 
            // btnAbrirCerrar
            // 
            this.btnAbrirCerrar.BackColor = System.Drawing.Color.Transparent;
            this.btnAbrirCerrar.EtiquetaBoton = "Etiqueta del boton";
            this.btnAbrirCerrar.FlatAppearance.BorderSize = 0;
            this.btnAbrirCerrar.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
            this.btnAbrirCerrar.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
            this.btnAbrirCerrar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnAbrirCerrar.Font = new System.Drawing.Font("Segoe UI Light", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnAbrirCerrar.Image = global::SoftEmpenios.Properties.Resources.registradora;
            this.btnAbrirCerrar.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.btnAbrirCerrar.imgDisable = global::SoftEmpenios.Properties.Resources.registradoraD;
            this.btnAbrirCerrar.imgencima = global::SoftEmpenios.Properties.Resources.registradoraO;
            this.btnAbrirCerrar.imgnormal = global::SoftEmpenios.Properties.Resources.registradora;
            this.btnAbrirCerrar.imgPrecionado = global::SoftEmpenios.Properties.Resources.registradorap;
            this.btnAbrirCerrar.Location = new System.Drawing.Point(752, 250);
            this.btnAbrirCerrar.Name = "btnAbrirCerrar";
            this.btnAbrirCerrar.Size = new System.Drawing.Size(92, 99);
            this.btnAbrirCerrar.TabIndex = 77;
            this.btnAbrirCerrar.Text = "Corte de Caja";
            this.btnAbrirCerrar.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.btnAbrirCerrar.UseVisualStyleBackColor = false;
            this.btnAbrirCerrar.Visible = false;
            this.btnAbrirCerrar.Click += new System.EventHandler(this.btnAbrirCerrar_Click);
            // 
            // txtDepositos
            // 
            this.txtDepositos.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtDepositos.Location = new System.Drawing.Point(563, 172);
            this.txtDepositos.Name = "txtDepositos";
            this.txtDepositos.Properties.Appearance.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.txtDepositos.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.txtDepositos.Properties.Appearance.Options.UseFont = true;
            this.txtDepositos.Properties.Appearance.Options.UseForeColor = true;
            this.txtDepositos.Properties.Appearance.Options.UseTextOptions = true;
            this.txtDepositos.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.txtDepositos.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, global::SoftEmpenios.Properties.Resources.cajadetalle, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject3, "", null, null, true)});
            this.txtDepositos.Properties.DisplayFormat.FormatString = "$ ##,##0.00";
            this.txtDepositos.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.txtDepositos.Properties.Mask.EditMask = "c2";
            this.txtDepositos.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.txtDepositos.Properties.ReadOnly = true;
            this.txtDepositos.Size = new System.Drawing.Size(159, 31);
            this.txtDepositos.TabIndex = 142;
            this.txtDepositos.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtDepositos_ButtonClick);
            // 
            // FrmCaja
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(856, 421);
            this.Controls.Add(this.gpoContenedor);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "FrmCaja";
            this.Text = "Caja";
            this.Load += new System.EventHandler(this.frmCaja_Load);
            ((System.ComponentModel.ISupportInitialize)(this.gpoContenedor)).EndInit();
            this.gpoContenedor.ResumeLayout(false);
            this.gpoContenedor.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dtpFechaCaja.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dtpFechaCaja.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPagosFinanciamiento.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtFinanciamientos.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cajaDCBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCancelaciones.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtEnganche.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtAbonos.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtVentas.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDesempeños.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtIntereses.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtRetiros.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCompras.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtEmpenios.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCajaFinal.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtCajaInicial.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtDepositos.Properties)).EndInit();
            this.ResumeLayout(false);

        }
Example #16
0
        private void InitializeComponent() {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup1 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup2 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup3 = 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.ToolTipSeparatorItem toolTipSeparatorItem1 = new DevExpress.Utils.ToolTipSeparatorItem();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
            this.iWeb = new DevExpress.XtraBars.BarButtonItem();
            this.iAbout = new DevExpress.XtraBars.BarButtonItem();
            this.iCopy = new DevExpress.XtraBars.BarButtonItem();
            this.iCut = new DevExpress.XtraBars.BarButtonItem();
            this.iPaste = new DevExpress.XtraBars.BarButtonItem();
            this.iClear = new DevExpress.XtraBars.BarButtonItem();
            this.iFont = new DevExpress.XtraBars.BarButtonItem();
            this.beiFontSize = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
            this.bbiFontColorPopup = new DevExpress.XtraBars.BarButtonItem();
            this.popupControlContainer1 = new DevExpress.XtraBars.PopupControlContainer(this.components);
            this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.pmAppMain = new DevExpress.XtraBars.Ribbon.ApplicationMenu(this.components);
            this.idNew = new DevExpress.XtraBars.BarButtonItem();
            this.pmNew = new DevExpress.XtraBars.PopupMenu(this.components);
            this.iNew = new DevExpress.XtraBars.BarButtonItem();
            this.iTemplate = new DevExpress.XtraBars.BarButtonItem();
            this.iOpen = new DevExpress.XtraBars.BarButtonItem();
            this.sbiSave = new DevExpress.XtraBars.BarSubItem();
            this.iSave = new DevExpress.XtraBars.BarButtonItem();
            this.iSaveAs = new DevExpress.XtraBars.BarButtonItem();
            this.iPrint = new DevExpress.XtraBars.BarButtonItem();
            this.iClose = new DevExpress.XtraBars.BarButtonItem();
            this.iExit = new DevExpress.XtraBars.BarButtonItem();
            this.imageCollection2 = new DevExpress.Utils.ImageCollection(this.components);
            this.iReplace = new DevExpress.XtraBars.BarButtonItem();
            this.iFind = new DevExpress.XtraBars.BarButtonItem();
            this.iFontColor = new DevExpress.XtraBars.BarButtonItem();
            this.siPosition = new DevExpress.XtraBars.BarButtonItem();
            this.siModified = new DevExpress.XtraBars.BarButtonItem();
            this.siDocName = new DevExpress.XtraBars.BarStaticItem();
            this.sbiPaste = new DevExpress.XtraBars.BarSubItem();
            this.iPasteSpecial = new DevExpress.XtraBars.BarButtonItem();
            this.sbiFind = new DevExpress.XtraBars.BarSubItem();
            this.iLargeUndo = new DevExpress.XtraBars.BarLargeButtonItem();
            this.iPaintStyle = new DevExpress.XtraBars.BarSubItem();
            this.rgbiSkins = new DevExpress.XtraBars.RibbonGalleryBarItem();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_Select = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_ZoomIn = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_ZoomOut = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_Pan = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_ProView = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_NextView = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_FullView = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_Identify = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_Attribute = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_Find = new DevExpress.XtraBars.BarButtonItem();
            this.barEditItem_layer = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemComboBox3 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.barSubItem_AddGeoData = new DevExpress.XtraBars.BarSubItem();
            this.barButtonItem_AddImageData = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_AddVectorData = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_DrawingToolBox = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_ZoomActualSize = new DevExpress.XtraBars.BarButtonItem();
            this.barEditItem3 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemTrackBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemTrackBar();
            this.barButtonItem_Refresh = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem_ImageAnalyseToolbox = new DevExpress.XtraBars.BarButtonItem();
            this.barListItem1 = new DevExpress.XtraBars.BarListItem();
            this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticItem_MapCoord = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticItem_ScreenCoord = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticItem_Reference = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticItem_Unit = new DevExpress.XtraBars.BarStaticItem();
            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.openTemplate = new DevExpress.XtraBars.BarButtonItem();
            this.pageZoomIn = new DevExpress.XtraBars.BarButtonItem();
            this.pageZoomOut = new DevExpress.XtraBars.BarButtonItem();
            this.pagePan = new DevExpress.XtraBars.BarButtonItem();
            this.pagePreView = new DevExpress.XtraBars.BarButtonItem();
            this.pageAfterView = new DevExpress.XtraBars.BarButtonItem();
            this.commonPoint = new DevExpress.XtraBars.BarButtonItem();
            this.commonLine = new DevExpress.XtraBars.BarButtonItem();
            this.commonPolygon = new DevExpress.XtraBars.BarButtonItem();
            this.selectMarkTool = new DevExpress.XtraBars.BarButtonItem();
            this.textMark = new DevExpress.XtraBars.BarButtonItem();
            this.pageFullExtent = new DevExpress.XtraBars.BarButtonItem();
            this.pageRealSize = new DevExpress.XtraBars.BarButtonItem();
            this.imageCollection1 = new DevExpress.Utils.ImageCollection(this.components);
            this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup10 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageLayoutPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup7 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.pagelayoutButtons = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.markToolPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup5 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
            this.repositoryItemSpinEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
            this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.repositoryItemComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.repositoryItemImageEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageEdit();
            this.repositoryItemPictureEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
            this.repositoryItemPictureEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
            this.ribbonStatusBar1 = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
            this.xtraTabbedMdiManager1 = new DevExpress.XtraTabbedMdi.XtraTabbedMdiManager(this.components);
            this.pmMain = new DevExpress.XtraBars.PopupMenu(this.components);
            this.imageCollection3 = new DevExpress.Utils.ImageCollection(this.components);
            this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
            this.dockPanel_Drawing = new DevExpress.XtraBars.Docking.DockPanel();
            this.dockPanel5_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            this.simpleButton_DrawLine = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton_Text = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton_DrawAny = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton_DrawCurve = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton_Rect = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton_DrawElement_Polygon = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton_DrawPoint = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton_SelectElement = new DevExpress.XtraEditors.SimpleButton();
            this.panelContainer1 = new DevExpress.XtraBars.Docking.DockPanel();
            this.dockPanel_Overview = new DevExpress.XtraBars.Docking.DockPanel();
            this.dockPanel3_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            this.dockPanel2 = new DevExpress.XtraBars.Docking.DockPanel();
            this.dockPanel2_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            this.dockPanel_ImageAnalyse = new DevExpress.XtraBars.Docking.DockPanel();
            this.dockPanel4_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            this.navBarControl1 = new DevExpress.XtraNavBar.NavBarControl();
            this.navBarGroup1 = new DevExpress.XtraNavBar.NavBarGroup();
            this.navBarGroupControlContainer1 = new DevExpress.XtraNavBar.NavBarGroupControlContainer();
            this.checkButton_FlashLayer = new DevExpress.XtraEditors.CheckButton();
            this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            this.comboBoxEdit2 = new DevExpress.XtraEditors.ComboBoxEdit();
            this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.pictureEdit4 = new DevExpress.XtraEditors.PictureEdit();
            this.trackBarControl_Gamma = new DevExpress.XtraEditors.TrackBarControl();
            this.spinEdit_FlashTime = new DevExpress.XtraEditors.SpinEdit();
            this.spinEdit_Gamma = new DevExpress.XtraEditors.SpinEdit();
            this.pictureEdit3 = new DevExpress.XtraEditors.PictureEdit();
            this.trackBarControl_Transparency = new DevExpress.XtraEditors.TrackBarControl();
            this.spinEdit_Transparency = new DevExpress.XtraEditors.SpinEdit();
            this.pictureEdit2 = new DevExpress.XtraEditors.PictureEdit();
            this.trackBarControl_Contrast = new DevExpress.XtraEditors.TrackBarControl();
            this.spinEdit_Contrast = new DevExpress.XtraEditors.SpinEdit();
            this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
            this.trackBarControl_Bright = new DevExpress.XtraEditors.TrackBarControl();
            this.spinEdit_Bright = new DevExpress.XtraEditors.SpinEdit();
            this.navBarGroupControlContainer2 = new DevExpress.XtraNavBar.NavBarGroupControlContainer();
            this.navBarGroup2 = new DevExpress.XtraNavBar.NavBarGroup();
            this.xtraTabControl = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage_Map = new DevExpress.XtraTab.XtraTabPage();
            this.xtraTabPage_Layout = new DevExpress.XtraTab.XtraTabPage();
            this.imageCollection4 = new DevExpress.Utils.ImageCollection(this.components);
            this.ribbonGalleryBarItem1 = new DevExpress.XtraBars.RibbonGalleryBarItem();
            this.iUndo = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem11 = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
            this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup6 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.barButtonItem23 = new DevExpress.XtraBars.BarButtonItem();
            this.barEditItemLayers = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemComboBox4 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.repositoryItemButtonEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
            this.barButtonAddImage = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonAddShp = new DevExpress.XtraBars.BarButtonItem();
            this.axusMapControl1 = new AxusMapControlLib.AxusMapControl();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupControlContainer1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pmAppMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pmNew)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTrackBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabbedMdiManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pmMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
            this.dockPanel_Drawing.SuspendLayout();
            this.dockPanel5_Container.SuspendLayout();
            this.panelContainer1.SuspendLayout();
            this.dockPanel_Overview.SuspendLayout();
            this.dockPanel2.SuspendLayout();
            this.dockPanel_ImageAnalyse.SuspendLayout();
            this.dockPanel4_Container.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit();
            this.navBarControl1.SuspendLayout();
            this.navBarGroupControlContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit4.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarControl_Gamma)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarControl_Gamma.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit_FlashTime.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit_Gamma.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit3.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarControl_Transparency)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarControl_Transparency.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit_Transparency.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarControl_Contrast)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarControl_Contrast.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit_Contrast.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarControl_Bright)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarControl_Bright.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit_Bright.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl)).BeginInit();
            this.xtraTabControl.SuspendLayout();
            this.xtraTabPage_Map.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.axusMapControl1)).BeginInit();
            this.SuspendLayout();
            // 
            // iWeb
            // 
            this.iWeb.Id = 253;
            this.iWeb.Name = "iWeb";
            // 
            // iAbout
            // 
            this.iAbout.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.iAbout.Caption = "&About";
            this.iAbout.CategoryGuid = new System.Guid("e07a4c24-66ac-4de6-bbcb-c0b6cfa7798b");
            this.iAbout.Description = "Displays the description of this program.";
            this.iAbout.Hint = "Displays the About dialog";
            this.iAbout.Id = 22;
            this.iAbout.ImageIndex = 28;
            this.iAbout.Name = "iAbout";
            this.iAbout.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iAbout_ItemClick);
            // 
            // iCopy
            // 
            this.iCopy.Id = 249;
            this.iCopy.Name = "iCopy";
            // 
            // iCut
            // 
            this.iCut.Id = 248;
            this.iCut.Name = "iCut";
            // 
            // iPaste
            // 
            this.iPaste.Id = 250;
            this.iPaste.Name = "iPaste";
            // 
            // iClear
            // 
            this.iClear.Id = 251;
            this.iClear.Name = "iClear";
            // 
            // iFont
            // 
            this.iFont.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.iFont.Caption = "字体...";
            this.iFont.CategoryGuid = new System.Guid("d3052f28-4b3e-4bae-b581-b3bb1c432258");
            this.iFont.Description = "Changes the font and character spacing formats of the selected text.";
            this.iFont.Hint = "Font Dialog";
            this.iFont.Id = 17;
            this.iFont.ImageIndex = 4;
            this.iFont.Name = "iFont";
            this.iFont.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            // 
            // beiFontSize
            // 
            this.beiFontSize.Caption = "Font Size";
            this.beiFontSize.Edit = this.repositoryItemSpinEdit1;
            this.beiFontSize.Hint = "Font Size";
            this.beiFontSize.Id = 27;
            this.beiFontSize.Name = "beiFontSize";
            // 
            // repositoryItemSpinEdit1
            // 
            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[] {
            50,
            0,
            0,
            0});
            this.repositoryItemSpinEdit1.MinValue = new decimal(new int[] {
            6,
            0,
            0,
            0});
            this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
            // 
            // bbiFontColorPopup
            // 
            this.bbiFontColorPopup.ActAsDropDown = true;
            this.bbiFontColorPopup.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.bbiFontColorPopup.Caption = "Font Color";
            this.bbiFontColorPopup.Description = "Formats the selected text with the color you click";
            this.bbiFontColorPopup.DropDownControl = this.popupControlContainer1;
            this.bbiFontColorPopup.Hint = "Formats the selected text with the color you click";
            this.bbiFontColorPopup.Id = 36;
            this.bbiFontColorPopup.Name = "bbiFontColorPopup";
            // 
            // popupControlContainer1
            // 
            this.popupControlContainer1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.popupControlContainer1.Location = new System.Drawing.Point(0, 0);
            this.popupControlContainer1.Name = "popupControlContainer1";
            this.popupControlContainer1.Size = new System.Drawing.Size(200, 100);
            this.popupControlContainer1.TabIndex = 0;
            this.popupControlContainer1.Visible = false;
            // 
            // ribbonControl1
            // 
            this.ribbonControl1.ApplicationButtonDropDownControl = this.pmAppMain;
            this.ribbonControl1.ApplicationButtonText = null;
            this.ribbonControl1.Categories.AddRange(new DevExpress.XtraBars.BarManagerCategory[] {
            new DevExpress.XtraBars.BarManagerCategory("File", new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f")),
            new DevExpress.XtraBars.BarManagerCategory("Edit", new System.Guid("7c2486e1-92ea-4293-ad55-b819f61ff7f1")),
            new DevExpress.XtraBars.BarManagerCategory("Format", new System.Guid("d3052f28-4b3e-4bae-b581-b3bb1c432258")),
            new DevExpress.XtraBars.BarManagerCategory("Help", new System.Guid("e07a4c24-66ac-4de6-bbcb-c0b6cfa7798b")),
            new DevExpress.XtraBars.BarManagerCategory("Status", new System.Guid("77795bb7-9bc5-4dd2-a297-cc758682e23d"))});
            // 
            // 
            // 
            this.ribbonControl1.ExpandCollapseItem.Id = 0;
            this.ribbonControl1.ExpandCollapseItem.Name = "";
            this.ribbonControl1.Images = this.imageCollection2;
            this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl1.ExpandCollapseItem,
            this.iOpen,
            this.iSave,
            this.iReplace,
            this.idNew,
            this.iClose,
            this.iSaveAs,
            this.iPrint,
            this.iExit,
            this.iCut,
            this.iCopy,
            this.iPaste,
            this.iClear,
            this.iFind,
            this.iFont,
            this.iWeb,
            this.iAbout,
            this.iFontColor,
            this.siPosition,
            this.siModified,
            this.siDocName,
            this.sbiSave,
            this.sbiPaste,
            this.sbiFind,
            this.iPasteSpecial,
            this.iNew,
            this.iLargeUndo,
            this.iTemplate,
            this.iPaintStyle,
            this.rgbiSkins,
            this.beiFontSize,
            this.bbiFontColorPopup,
            this.barButtonItem1,
            this.barButtonItem2,
            this.barButtonItem3,
            this.barButtonItem4,
            this.barButtonItem_Select,
            this.barButtonItem_ZoomIn,
            this.barButtonItem_ZoomOut,
            this.barButtonItem_Pan,
            this.barButtonItem_ProView,
            this.barButtonItem_NextView,
            this.barButtonItem_FullView,
            this.barButtonItem_Identify,
            this.barButtonItem_Attribute,
            this.barButtonItem_Find,
            this.barEditItem_layer,
            this.barSubItem_AddGeoData,
            this.barButtonItem_AddVectorData,
            this.barButtonItem_AddImageData,
            this.barButtonItem_DrawingToolBox,
            this.barButtonItem_ZoomActualSize,
            this.barEditItem3,
            this.barButtonItem_Refresh,
            this.barButtonItem_ImageAnalyseToolbox,
            this.barListItem1,
            this.barStaticItem1,
            this.barStaticItem_MapCoord,
            this.barStaticItem_ScreenCoord,
            this.barStaticItem_Reference,
            this.barStaticItem_Unit,
            this.barButtonItem5,
            this.barButtonItem6,
            this.barButtonItem7,
            this.barButtonItem8,
            this.barButtonItem9,
            this.openTemplate,
            this.pageZoomIn,
            this.pageZoomOut,
            this.pagePan,
            this.pagePreView,
            this.pageAfterView,
            this.commonPoint,
            this.commonLine,
            this.commonPolygon,
            this.selectMarkTool,
            this.textMark,
            this.pageFullExtent,
            this.pageRealSize,
            this.barEditItemLayers,
            this.barSubItem2,
            this.barButtonAddImage,
            this.barButtonAddShp});
            this.ribbonControl1.LargeImages = this.imageCollection1;
            this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl1.MaxItemId = 263;
            this.ribbonControl1.Name = "ribbonControl1";
            this.ribbonControl1.PageCategoryAlignment = DevExpress.XtraBars.Ribbon.RibbonPageCategoryAlignment.Right;
            this.ribbonControl1.PageHeaderItemLinks.Add(this.iAbout);
            this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage1,
            this.ribbonPageLayoutPage,
            this.markToolPage});
            this.ribbonControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemSpinEdit1,
            this.repositoryItemPictureEdit1,
            this.repositoryItemSpinEdit2,
            this.repositoryItemButtonEdit1,
            this.repositoryItemComboBox1,
            this.repositoryItemComboBox2,
            this.repositoryItemComboBox3,
            this.repositoryItemImageEdit1,
            this.repositoryItemPictureEdit2,
            this.repositoryItemPictureEdit3,
            this.repositoryItemTrackBar1,
            this.repositoryItemComboBox4,
            this.repositoryItemButtonEdit2,
            this.repositoryItemTextEdit1,
            this.repositoryItemTextEdit2});
            this.ribbonControl1.SelectedPage = this.ribbonPage1;
            this.ribbonControl1.Size = new System.Drawing.Size(1107, 148);
            this.ribbonControl1.StatusBar = this.ribbonStatusBar1;
            this.ribbonControl1.Toolbar.ItemLinks.Add(this.barButtonItem5);
            this.ribbonControl1.Toolbar.ItemLinks.Add(this.barButtonItem6);
            this.ribbonControl1.Toolbar.ItemLinks.Add(this.barButtonItem7);
            this.ribbonControl1.Toolbar.ItemLinks.Add(this.barButtonItem9);
            this.ribbonControl1.Toolbar.ItemLinks.Add(this.barButtonItem8);
            this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Above;
            this.ribbonControl1.TransparentEditors = true;
            this.ribbonControl1.ApplicationButtonDoubleClick += new System.EventHandler(this.ribbonControl1_ApplicationButtonDoubleClick);
            // 
            // pmAppMain
            // 
            this.pmAppMain.ItemLinks.Add(this.idNew);
            this.pmAppMain.ItemLinks.Add(this.iOpen);
            this.pmAppMain.ItemLinks.Add(this.sbiSave, true);
            this.pmAppMain.ItemLinks.Add(this.iPrint);
            this.pmAppMain.ItemLinks.Add(this.iClose, true);
            this.pmAppMain.ItemLinks.Add(this.iExit);
            this.pmAppMain.Name = "pmAppMain";
            this.pmAppMain.Ribbon = this.ribbonControl1;
            this.pmAppMain.ShowRightPane = true;
            // 
            // idNew
            // 
            this.idNew.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.idNew.Caption = "新建";
            this.idNew.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.idNew.Description = "Creates a new, blank file.";
            this.idNew.DropDownControl = this.pmNew;
            this.idNew.Hint = "Creates a new, blank file";
            this.idNew.Id = 0;
            this.idNew.LargeImageIndex = 31;
            this.idNew.Name = "idNew";
            this.idNew.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.idNew_ItemClick);
            // 
            // pmNew
            // 
            this.pmNew.ItemLinks.Add(this.iNew);
            this.pmNew.ItemLinks.Add(this.iTemplate);
            this.pmNew.Name = "pmNew";
            this.pmNew.Ribbon = this.ribbonControl1;
            // 
            // iNew
            // 
            this.iNew.Caption = "&New";
            this.iNew.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.iNew.Description = "Creates a new, blank file.";
            this.iNew.Hint = "Creates a new, blank file";
            this.iNew.Id = 0;
            this.iNew.ImageIndex = 6;
            this.iNew.LargeImageIndex = 0;
            this.iNew.Name = "iNew";
            this.iNew.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.idNew_ItemClick);
            // 
            // iTemplate
            // 
            this.iTemplate.Caption = "Template...";
            this.iTemplate.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.iTemplate.Description = "Creates a new template";
            this.iTemplate.Enabled = false;
            this.iTemplate.Hint = "Creates a new template";
            this.iTemplate.Id = 1;
            this.iTemplate.ImageIndex = 6;
            this.iTemplate.Name = "iTemplate";
            // 
            // iOpen
            // 
            this.iOpen.Caption = "打开...";
            this.iOpen.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.iOpen.Description = "Opens a file.";
            this.iOpen.Hint = "Open a file";
            this.iOpen.Id = 1;
            this.iOpen.ImageIndex = 7;
            this.iOpen.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O));
            this.iOpen.Name = "iOpen";
            this.iOpen.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
            this.iOpen.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iOpen_ItemClick);
            // 
            // sbiSave
            // 
            this.sbiSave.Caption = "保存";
            this.sbiSave.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.sbiSave.Description = "Saves the active document";
            this.sbiSave.Hint = "Saves the active document";
            this.sbiSave.Id = 0;
            this.sbiSave.ImageIndex = 21;
            this.sbiSave.LargeImageIndex = 32;
            this.sbiSave.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.iSave),
            new DevExpress.XtraBars.LinkPersistInfo(this.iSaveAs)});
            this.sbiSave.Name = "sbiSave";
            // 
            // iSave
            // 
            this.iSave.Caption = "保存";
            this.iSave.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.iSave.Description = "Saves the active document with its current file name.";
            this.iSave.Hint = "Saves the active document with its current file name";
            this.iSave.Id = 3;
            this.iSave.ImageIndex = 10;
            this.iSave.LargeImageIndex = 7;
            this.iSave.Name = "iSave";
            this.iSave.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            this.iSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iSave_ItemClick);
            // 
            // iSaveAs
            // 
            this.iSaveAs.Caption = "保存为...";
            this.iSaveAs.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.iSaveAs.Description = "Saves the active document with a different file name.";
            this.iSaveAs.Hint = "Saves the active document with a different file name";
            this.iSaveAs.Id = 4;
            this.iSaveAs.ImageIndex = 21;
            this.iSaveAs.LargeImageIndex = 2;
            this.iSaveAs.Name = "iSaveAs";
            this.iSaveAs.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iSaveAs_ItemClick);
            // 
            // iPrint
            // 
            this.iPrint.Caption = "打印";
            this.iPrint.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.iPrint.Description = "Prints the active document.";
            this.iPrint.Hint = "Prints the active document";
            this.iPrint.Id = 5;
            this.iPrint.ImageIndex = 9;
            this.iPrint.LargeImageIndex = 6;
            this.iPrint.Name = "iPrint";
            this.iPrint.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
            this.iPrint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iPrint_ItemClick);
            // 
            // iClose
            // 
            this.iClose.Caption = "关闭";
            this.iClose.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.iClose.Description = "Closes the active document.";
            this.iClose.Hint = "Closes the active document";
            this.iClose.Id = 2;
            this.iClose.ImageIndex = 12;
            this.iClose.LargeImageIndex = 8;
            this.iClose.Name = "iClose";
            this.iClose.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
            this.iClose.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iClose_ItemClick);
            // 
            // iExit
            // 
            this.iExit.Caption = "退出系统";
            this.iExit.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.iExit.Description = "Closes this program after prompting you to save unsaved document.";
            this.iExit.Hint = "Closes this program after prompting you to save unsaved document.";
            this.iExit.Id = 6;
            this.iExit.ImageIndex = 22;
            this.iExit.LargeImageIndex = 34;
            this.iExit.Name = "iExit";
            this.iExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iExit_ItemClick);
            // 
            // imageCollection2
            // 
            this.imageCollection2.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection2.ImageStream")));
            this.imageCollection2.Images.SetKeyName(0, "add.png");
            this.imageCollection2.Images.SetKeyName(1, "AddData.png");
            this.imageCollection2.Images.SetKeyName(2, "Map_Full_Extent.PNG");
            this.imageCollection2.Images.SetKeyName(3, "Map_Zoom_In.PNG");
            this.imageCollection2.Images.SetKeyName(4, "Map_Zoom_Out.PNG");
            this.imageCollection2.Images.SetKeyName(5, "Pointer_Arrow.png");
            this.imageCollection2.Images.SetKeyName(6, "Map_Pan.png");
            // 
            // iReplace
            // 
            this.iReplace.Id = 247;
            this.iReplace.Name = "iReplace";
            // 
            // iFind
            // 
            this.iFind.Id = 252;
            this.iFind.Name = "iFind";
            // 
            // iFontColor
            // 
            this.iFontColor.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.iFontColor.Caption = "字体颜色";
            this.iFontColor.CategoryGuid = new System.Guid("d3052f28-4b3e-4bae-b581-b3bb1c432258");
            this.iFontColor.Description = "Formats the selected text with the color you click.";
            this.iFontColor.Hint = "Font Color";
            this.iFontColor.Id = 30;
            this.iFontColor.ImageIndex = 5;
            this.iFontColor.Name = "iFontColor";
            // 
            // siPosition
            // 
            this.siPosition.CategoryGuid = new System.Guid("77795bb7-9bc5-4dd2-a297-cc758682e23d");
            this.siPosition.Id = 0;
            this.siPosition.ImageIndex = 30;
            this.siPosition.Name = "siPosition";
            // 
            // siModified
            // 
            this.siModified.CategoryGuid = new System.Guid("77795bb7-9bc5-4dd2-a297-cc758682e23d");
            this.siModified.Id = 1;
            this.siModified.Name = "siModified";
            // 
            // siDocName
            // 
            this.siDocName.CategoryGuid = new System.Guid("77795bb7-9bc5-4dd2-a297-cc758682e23d");
            this.siDocName.Id = 2;
            this.siDocName.Name = "siDocName";
            this.siDocName.TextAlignment = System.Drawing.StringAlignment.Near;
            this.siDocName.Width = 20;
            // 
            // sbiPaste
            // 
            this.sbiPaste.Caption = "粘贴";
            this.sbiPaste.CategoryGuid = new System.Guid("7c2486e1-92ea-4293-ad55-b819f61ff7f1");
            this.sbiPaste.Description = "Inserts the contents of the Clipboard at the insertion point";
            this.sbiPaste.Hint = "Inserts the contents of the Clipboard at the insertion point";
            this.sbiPaste.Id = 1;
            this.sbiPaste.ImageIndex = 8;
            this.sbiPaste.LargeImageIndex = 3;
            this.sbiPaste.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.iPaste),
            new DevExpress.XtraBars.LinkPersistInfo(this.iPasteSpecial)});
            this.sbiPaste.Name = "sbiPaste";
            // 
            // iPasteSpecial
            // 
            this.iPasteSpecial.Caption = "Paste &Special...";
            this.iPasteSpecial.CategoryGuid = new System.Guid("7c2486e1-92ea-4293-ad55-b819f61ff7f1");
            this.iPasteSpecial.Description = "Opens the Paste Special dialog";
            this.iPasteSpecial.Enabled = false;
            this.iPasteSpecial.Hint = "Opens the Paste Special dialog";
            this.iPasteSpecial.Id = 3;
            this.iPasteSpecial.ImageIndex = 8;
            this.iPasteSpecial.Name = "iPasteSpecial";
            // 
            // sbiFind
            // 
            this.sbiFind.Caption = "Find";
            this.sbiFind.CategoryGuid = new System.Guid("7c2486e1-92ea-4293-ad55-b819f61ff7f1");
            this.sbiFind.Description = "Searches for the specified text";
            this.sbiFind.Hint = "Searches for the specified text";
            this.sbiFind.Id = 2;
            this.sbiFind.ImageIndex = 3;
            this.sbiFind.LargeImageIndex = 4;
            this.sbiFind.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.iFind),
            new DevExpress.XtraBars.LinkPersistInfo(this.iReplace)});
            this.sbiFind.Name = "sbiFind";
            this.sbiFind.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                        | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
            // 
            // iLargeUndo
            // 
            this.iLargeUndo.Id = 254;
            this.iLargeUndo.Name = "iLargeUndo";
            // 
            // iPaintStyle
            // 
            this.iPaintStyle.Caption = "Paint style";
            this.iPaintStyle.Description = "Select a paint scheme";
            this.iPaintStyle.Hint = "Select a paint scheme";
            this.iPaintStyle.Id = 7;
            this.iPaintStyle.ImageIndex = 26;
            this.iPaintStyle.Name = "iPaintStyle";
            this.iPaintStyle.Popup += new System.EventHandler(this.iPaintStyle_Popup);
            // 
            // rgbiSkins
            // 
            this.rgbiSkins.Caption = "Skins";
            // 
            // rgbiSkins
            // 
            this.rgbiSkins.Gallery.AllowHoverImages = true;
            this.rgbiSkins.Gallery.Appearance.ItemCaption.Options.UseFont = true;
            this.rgbiSkins.Gallery.Appearance.ItemCaption.Options.UseTextOptions = true;
            this.rgbiSkins.Gallery.Appearance.ItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.rgbiSkins.Gallery.ColumnCount = 4;
            this.rgbiSkins.Gallery.FixedHoverImageSize = false;
            galleryItemGroup1.Caption = "Main Skins";
            galleryItemGroup2.Caption = "Office Skins";
            galleryItemGroup3.Caption = "Group1";
            this.rgbiSkins.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            galleryItemGroup1,
            galleryItemGroup2,
            galleryItemGroup3});
            this.rgbiSkins.Gallery.ImageSize = new System.Drawing.Size(32, 17);
            this.rgbiSkins.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Top;
            this.rgbiSkins.Gallery.RowCount = 4;
            this.rgbiSkins.Gallery.InitDropDownGallery += new DevExpress.XtraBars.Ribbon.InplaceGalleryEventHandler(this.rgbiSkins_Gallery_InitDropDownGallery);
            this.rgbiSkins.Gallery.ItemClick += new DevExpress.XtraBars.Ribbon.GalleryItemClickEventHandler(this.rgbiSkins_Gallery_ItemClick);
            this.rgbiSkins.Id = 13;
            this.rgbiSkins.Name = "rgbiSkins";
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "barBut";
            this.barButtonItem1.Id = 116;
            this.barButtonItem1.ImageIndex = 39;
            this.barButtonItem1.LargeImageIndex = 10;
            this.barButtonItem1.Name = "barButtonItem1";
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "barButtonItem2";
            this.barButtonItem2.Id = 117;
            this.barButtonItem2.ImageIndex = 33;
            this.barButtonItem2.LargeImageIndex = 11;
            this.barButtonItem2.Name = "barButtonItem2";
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Caption = "barButtonItem3";
            this.barButtonItem3.Id = 118;
            this.barButtonItem3.LargeImageIndex = 14;
            this.barButtonItem3.Name = "barButtonItem3";
            // 
            // barButtonItem4
            // 
            this.barButtonItem4.Caption = "barButtonItem4";
            this.barButtonItem4.Id = 119;
            this.barButtonItem4.Name = "barButtonItem4";
            // 
            // barButtonItem_Select
            // 
            this.barButtonItem_Select.Caption = "取消";
            this.barButtonItem_Select.Id = 123;
            this.barButtonItem_Select.LargeImageIndex = 20;
            this.barButtonItem_Select.Name = "barButtonItem_Select";
            this.barButtonItem_Select.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_Select_ItemClick);
            // 
            // barButtonItem_ZoomIn
            // 
            this.barButtonItem_ZoomIn.Caption = "放大";
            this.barButtonItem_ZoomIn.Id = 124;
            this.barButtonItem_ZoomIn.LargeImageIndex = 16;
            this.barButtonItem_ZoomIn.Name = "barButtonItem_ZoomIn";
            this.barButtonItem_ZoomIn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_ZoomIn_ItemClick);
            // 
            // barButtonItem_ZoomOut
            // 
            this.barButtonItem_ZoomOut.Caption = "缩小";
            this.barButtonItem_ZoomOut.Id = 125;
            this.barButtonItem_ZoomOut.LargeImageIndex = 17;
            this.barButtonItem_ZoomOut.Name = "barButtonItem_ZoomOut";
            this.barButtonItem_ZoomOut.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_ZoomOut_ItemClick);
            // 
            // barButtonItem_Pan
            // 
            this.barButtonItem_Pan.Caption = "平移";
            this.barButtonItem_Pan.Id = 126;
            this.barButtonItem_Pan.ImageIndex = 32;
            this.barButtonItem_Pan.LargeImageIndex = 15;
            this.barButtonItem_Pan.Name = "barButtonItem_Pan";
            this.barButtonItem_Pan.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_Pan_ItemClick);
            // 
            // barButtonItem_ProView
            // 
            this.barButtonItem_ProView.Caption = "前视图";
            this.barButtonItem_ProView.Id = 127;
            this.barButtonItem_ProView.LargeImageIndex = 18;
            this.barButtonItem_ProView.Name = "barButtonItem_ProView";
            this.barButtonItem_ProView.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_ProView_ItemClick);
            // 
            // barButtonItem_NextView
            // 
            this.barButtonItem_NextView.Caption = "后视图";
            this.barButtonItem_NextView.Id = 128;
            this.barButtonItem_NextView.LargeImageIndex = 27;
            this.barButtonItem_NextView.Name = "barButtonItem_NextView";
            this.barButtonItem_NextView.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_NextView_ItemClick);
            // 
            // barButtonItem_FullView
            // 
            this.barButtonItem_FullView.Caption = "全图";
            this.barButtonItem_FullView.Id = 129;
            this.barButtonItem_FullView.LargeImageIndex = 13;
            this.barButtonItem_FullView.Name = "barButtonItem_FullView";
            this.barButtonItem_FullView.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_FullView_ItemClick);
            // 
            // barButtonItem_Identify
            // 
            this.barButtonItem_Identify.Caption = "识别";
            this.barButtonItem_Identify.Id = 130;
            this.barButtonItem_Identify.LargeImageIndex = 24;
            this.barButtonItem_Identify.Name = "barButtonItem_Identify";
            this.barButtonItem_Identify.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_Identify_ItemClick);
            // 
            // barButtonItem_Attribute
            // 
            this.barButtonItem_Attribute.Caption = "属性";
            this.barButtonItem_Attribute.Id = 131;
            this.barButtonItem_Attribute.LargeImageIndex = 14;
            this.barButtonItem_Attribute.Name = "barButtonItem_Attribute";
            this.barButtonItem_Attribute.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_Attribute_ItemClick);
            // 
            // barButtonItem_Find
            // 
            this.barButtonItem_Find.Caption = "查找";
            this.barButtonItem_Find.Id = 132;
            this.barButtonItem_Find.LargeImageIndex = 30;
            this.barButtonItem_Find.Name = "barButtonItem_Find";
            this.barButtonItem_Find.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_Find_ItemClick);
            // 
            // barEditItem_layer
            // 
            this.barEditItem_layer.Caption = "图层";
            this.barEditItem_layer.Edit = this.repositoryItemComboBox3;
            this.barEditItem_layer.Id = 158;
            this.barEditItem_layer.Name = "barEditItem_layer";
            this.barEditItem_layer.Width = 120;
            this.barEditItem_layer.EditValueChanged += new System.EventHandler(this.barEditItem_layer_EditValueChanged);
            // 
            // repositoryItemComboBox3
            // 
            this.repositoryItemComboBox3.AutoHeight = false;
            this.repositoryItemComboBox3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemComboBox3.Name = "repositoryItemComboBox3";
            this.repositoryItemComboBox3.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.repositoryItemComboBox3.UseParentBackground = true;
            // 
            // barSubItem_AddGeoData
            // 
            this.barSubItem_AddGeoData.Caption = "加载地理数据";
            this.barSubItem_AddGeoData.Id = 166;
            this.barSubItem_AddGeoData.ImageIndex = 1;
            this.barSubItem_AddGeoData.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_AddImageData),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_AddVectorData)});
            this.barSubItem_AddGeoData.Name = "barSubItem_AddGeoData";
            // 
            // barButtonItem_AddImageData
            // 
            this.barButtonItem_AddImageData.Caption = "影像数据";
            this.barButtonItem_AddImageData.Id = 168;
            this.barButtonItem_AddImageData.Name = "barButtonItem_AddImageData";
            this.barButtonItem_AddImageData.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_AddImageData_ItemClick);
            // 
            // barButtonItem_AddVectorData
            // 
            this.barButtonItem_AddVectorData.Caption = "矢量数据";
            this.barButtonItem_AddVectorData.Id = 167;
            this.barButtonItem_AddVectorData.Name = "barButtonItem_AddVectorData";
            this.barButtonItem_AddVectorData.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_AddVectorData_ItemClick);
            // 
            // barButtonItem_DrawingToolBox
            // 
            this.barButtonItem_DrawingToolBox.Caption = "标绘工具";
            this.barButtonItem_DrawingToolBox.Id = 196;
            this.barButtonItem_DrawingToolBox.LargeImageIndex = 31;
            this.barButtonItem_DrawingToolBox.Name = "barButtonItem_DrawingToolBox";
            this.barButtonItem_DrawingToolBox.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_DrawingToolBox_ItemClick);
            // 
            // barButtonItem_ZoomActualSize
            // 
            this.barButtonItem_ZoomActualSize.Caption = "1:1";
            this.barButtonItem_ZoomActualSize.Id = 213;
            this.barButtonItem_ZoomActualSize.LargeImageIndex = 33;
            this.barButtonItem_ZoomActualSize.Name = "barButtonItem_ZoomActualSize";
            this.barButtonItem_ZoomActualSize.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_SrcView_ItemClick);
            // 
            // barEditItem3
            // 
            this.barEditItem3.Caption = "barEditItem3";
            this.barEditItem3.Edit = this.repositoryItemTrackBar1;
            this.barEditItem3.Id = 219;
            this.barEditItem3.Name = "barEditItem3";
            // 
            // repositoryItemTrackBar1
            // 
            this.repositoryItemTrackBar1.Name = "repositoryItemTrackBar1";
            this.repositoryItemTrackBar1.UseParentBackground = true;
            // 
            // barButtonItem_Refresh
            // 
            this.barButtonItem_Refresh.Caption = "刷新";
            this.barButtonItem_Refresh.Id = 220;
            this.barButtonItem_Refresh.LargeImageIndex = 22;
            this.barButtonItem_Refresh.Name = "barButtonItem_Refresh";
            this.barButtonItem_Refresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_Refresh_ItemClick);
            // 
            // barButtonItem_ImageAnalyseToolbox
            // 
            this.barButtonItem_ImageAnalyseToolbox.Caption = "影像分析工具";
            this.barButtonItem_ImageAnalyseToolbox.Id = 221;
            this.barButtonItem_ImageAnalyseToolbox.LargeImageIndex = 32;
            this.barButtonItem_ImageAnalyseToolbox.Name = "barButtonItem_ImageAnalyseToolbox";
            this.barButtonItem_ImageAnalyseToolbox.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_ImageAnalyseToolbox_ItemClick);
            // 
            // barListItem1
            // 
            this.barListItem1.Caption = "barListItem1";
            this.barListItem1.Id = 222;
            this.barListItem1.Name = "barListItem1";
            // 
            // barStaticItem1
            // 
            this.barStaticItem1.Caption = "barStaticItem1";
            this.barStaticItem1.Id = 224;
            this.barStaticItem1.Name = "barStaticItem1";
            this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barStaticItem_MapCoord
            // 
            this.barStaticItem_MapCoord.Caption = "地理坐标:";
            this.barStaticItem_MapCoord.Id = 225;
            this.barStaticItem_MapCoord.Name = "barStaticItem_MapCoord";
            this.barStaticItem_MapCoord.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barStaticItem_ScreenCoord
            // 
            this.barStaticItem_ScreenCoord.Caption = "屏幕坐标:";
            this.barStaticItem_ScreenCoord.Id = 226;
            this.barStaticItem_ScreenCoord.Name = "barStaticItem_ScreenCoord";
            this.barStaticItem_ScreenCoord.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barStaticItem_Reference
            // 
            this.barStaticItem_Reference.Caption = "坐标系:";
            this.barStaticItem_Reference.Id = 227;
            this.barStaticItem_Reference.Name = "barStaticItem_Reference";
            this.barStaticItem_Reference.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barStaticItem_Unit
            // 
            this.barStaticItem_Unit.Caption = "单位:";
            this.barStaticItem_Unit.Id = 228;
            this.barStaticItem_Unit.Name = "barStaticItem_Unit";
            this.barStaticItem_Unit.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barButtonItem5
            // 
            this.barButtonItem5.Caption = "barButtonItem5";
            this.barButtonItem5.Id = 229;
            this.barButtonItem5.ImageIndex = 5;
            this.barButtonItem5.Name = "barButtonItem5";
            // 
            // barButtonItem6
            // 
            this.barButtonItem6.Caption = "barButtonItem6";
            this.barButtonItem6.Id = 230;
            this.barButtonItem6.ImageIndex = 3;
            this.barButtonItem6.Name = "barButtonItem6";
            // 
            // barButtonItem7
            // 
            this.barButtonItem7.Caption = "barButtonItem7";
            this.barButtonItem7.Id = 231;
            this.barButtonItem7.ImageIndex = 4;
            this.barButtonItem7.Name = "barButtonItem7";
            // 
            // barButtonItem8
            // 
            this.barButtonItem8.Caption = "barButtonItem8";
            this.barButtonItem8.Id = 232;
            this.barButtonItem8.ImageIndex = 2;
            this.barButtonItem8.Name = "barButtonItem8";
            // 
            // barButtonItem9
            // 
            this.barButtonItem9.Caption = "barButtonItem9";
            this.barButtonItem9.Id = 233;
            this.barButtonItem9.ImageIndex = 6;
            this.barButtonItem9.Name = "barButtonItem9";
            // 
            // openTemplate
            // 
            this.openTemplate.Caption = "打开模板";
            this.openTemplate.Id = 234;
            this.openTemplate.ImageIndex = 1;
            this.openTemplate.LargeImageIndex = 3;
            this.openTemplate.Name = "openTemplate";
            this.openTemplate.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.openTemplate_ItemClick);
            // 
            // pageZoomIn
            // 
            this.pageZoomIn.Caption = "放大";
            this.pageZoomIn.Id = 235;
            this.pageZoomIn.ImageIndex = 3;
            this.pageZoomIn.LargeImageIndex = 16;
            this.pageZoomIn.Name = "pageZoomIn";
            this.pageZoomIn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.pageZoomIn_ItemClick);
            // 
            // pageZoomOut
            // 
            this.pageZoomOut.Caption = "缩小";
            this.pageZoomOut.Id = 236;
            this.pageZoomOut.ImageIndex = 4;
            this.pageZoomOut.LargeImageIndex = 16;
            this.pageZoomOut.Name = "pageZoomOut";
            this.pageZoomOut.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.pageZoomOut_ItemClick);
            // 
            // pagePan
            // 
            this.pagePan.Caption = "漫游";
            this.pagePan.Id = 237;
            this.pagePan.ImageIndex = 6;
            this.pagePan.LargeImageIndex = 15;
            this.pagePan.Name = "pagePan";
            this.pagePan.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.pagePan_ItemClick);
            // 
            // pagePreView
            // 
            this.pagePreView.Caption = "前视图";
            this.pagePreView.Id = 238;
            this.pagePreView.LargeImageIndex = 18;
            this.pagePreView.Name = "pagePreView";
            this.pagePreView.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.pagePreView_ItemClick);
            // 
            // pageAfterView
            // 
            this.pageAfterView.Caption = "后视图";
            this.pageAfterView.Id = 239;
            this.pageAfterView.LargeImageIndex = 27;
            this.pageAfterView.Name = "pageAfterView";
            this.pageAfterView.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.pageAfterView_ItemClick);
            // 
            // commonPoint
            // 
            this.commonPoint.Caption = "点";
            this.commonPoint.Id = 240;
            this.commonPoint.ImageIndex = 0;
            this.commonPoint.LargeImageIndex = 7;
            this.commonPoint.Name = "commonPoint";
            this.commonPoint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.commonPoint_ItemClick);
            // 
            // commonLine
            // 
            this.commonLine.Caption = "线";
            this.commonLine.Id = 241;
            this.commonLine.ImageIndex = 1;
            this.commonLine.LargeImageIndex = 6;
            this.commonLine.Name = "commonLine";
            this.commonLine.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.commonLine_ItemClick);
            // 
            // commonPolygon
            // 
            this.commonPolygon.Caption = "面";
            this.commonPolygon.Id = 242;
            this.commonPolygon.ImageIndex = 2;
            this.commonPolygon.LargeImageIndex = 5;
            this.commonPolygon.Name = "commonPolygon";
            this.commonPolygon.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.commonPolygon_ItemClick);
            // 
            // selectMarkTool
            // 
            this.selectMarkTool.Caption = "选择";
            this.selectMarkTool.Id = 243;
            this.selectMarkTool.LargeImageIndex = 20;
            this.selectMarkTool.Name = "selectMarkTool";
            this.selectMarkTool.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.selectMarkTool_ItemClick);
            // 
            // textMark
            // 
            this.textMark.Caption = "标注";
            this.textMark.Id = 244;
            this.textMark.LargeImageIndex = 26;
            this.textMark.Name = "textMark";
            this.textMark.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.textMark_ItemClick);
            // 
            // pageFullExtent
            // 
            this.pageFullExtent.Caption = "全图";
            this.pageFullExtent.Id = 245;
            this.pageFullExtent.LargeImageIndex = 13;
            this.pageFullExtent.Name = "pageFullExtent";
            this.pageFullExtent.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.pageFullExtent_ItemClick);
            // 
            // pageRealSize
            // 
            this.pageRealSize.Caption = "1:1";
            this.pageRealSize.Id = 246;
            this.pageRealSize.LargeImageIndex = 33;
            this.pageRealSize.Name = "pageRealSize";
            this.pageRealSize.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.pageRealSize_ItemClick);
            // 
            // imageCollection1
            // 
            this.imageCollection1.ImageSize = new System.Drawing.Size(32, 32);
            this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
            this.imageCollection1.Images.SetKeyName(0, "2008103113025298.png");
            this.imageCollection1.Images.SetKeyName(1, "2008103113025332.png");
            this.imageCollection1.Images.SetKeyName(2, "add.png");
            this.imageCollection1.Images.SetKeyName(3, "AddData.png");
            this.imageCollection1.Images.SetKeyName(4, "Clear_Selection.png");
            this.imageCollection1.Images.SetKeyName(5, "draw_polygon.png");
            this.imageCollection1.Images.SetKeyName(6, "Drawline.png");
            this.imageCollection1.Images.SetKeyName(7, "drawpoint.png");
            this.imageCollection1.Images.SetKeyName(8, "drawpoly.png");
            this.imageCollection1.Images.SetKeyName(9, "drawpoly副本.bmp");
            this.imageCollection1.Images.SetKeyName(10, "drawrect.png");
            this.imageCollection1.Images.SetKeyName(11, "freeline.png");
            this.imageCollection1.Images.SetKeyName(12, "freepoly.png");
            this.imageCollection1.Images.SetKeyName(13, "Map_Full_Extent.PNG");
            this.imageCollection1.Images.SetKeyName(14, "Map_Identify.png");
            this.imageCollection1.Images.SetKeyName(15, "Map_Pan.png");
            this.imageCollection1.Images.SetKeyName(16, "Map_Zoom_In.PNG");
            this.imageCollection1.Images.SetKeyName(17, "Map_Zoom_Out.PNG");
            this.imageCollection1.Images.SetKeyName(18, "Map_Zoom_To_Last_Extent_Back.png");
            this.imageCollection1.Images.SetKeyName(19, "Open_Doc.png");
            this.imageCollection1.Images.SetKeyName(20, "Pointer_Arrow.png");
            this.imageCollection1.Images.SetKeyName(21, "Pointer_Arrow副本.bmp");
            this.imageCollection1.Images.SetKeyName(22, "refresh2.png");
            this.imageCollection1.Images.SetKeyName(23, "Search.png");
            this.imageCollection1.Images.SetKeyName(24, "Select_Features.png");
            this.imageCollection1.Images.SetKeyName(25, "Select_Features副本.bmp");
            this.imageCollection1.Images.SetKeyName(26, "text-font.png");
            this.imageCollection1.Images.SetKeyName(27, "Zoom_To_Last_Extent_Forward.png");
            this.imageCollection1.Images.SetKeyName(28, "标绘工具.png");
            this.imageCollection1.Images.SetKeyName(29, "标绘工具副本.bmp");
            this.imageCollection1.Images.SetKeyName(30, "影像分析工具.png");
            this.imageCollection1.Images.SetKeyName(31, "1.png");
            this.imageCollection1.Images.SetKeyName(32, "2.png");
            this.imageCollection1.Images.SetKeyName(33, "1比1.PNG");
            this.imageCollection1.Images.SetKeyName(34, "3.png");
            // 
            // ribbonPage1
            // 
            this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup1,
            this.ribbonPageGroup2,
            this.ribbonPageGroup3,
            this.ribbonPageGroup10});
            this.ribbonPage1.Name = "ribbonPage1";
            this.ribbonPage1.Text = "文件&视图";
            // 
            // ribbonPageGroup1
            // 
            this.ribbonPageGroup1.ImageIndex = 1;
            this.ribbonPageGroup1.ItemLinks.Add(this.idNew);
            this.ribbonPageGroup1.ItemLinks.Add(this.iOpen, true);
            this.ribbonPageGroup1.ItemLinks.Add(this.iClose);
            this.ribbonPageGroup1.ItemLinks.Add(this.iPrint);
            this.ribbonPageGroup1.ItemLinks.Add(this.sbiSave, true);
            this.ribbonPageGroup1.Name = "ribbonPageGroup1";
            toolTipTitleItem1.Text = "Open File Dialog";
            toolTipItem1.Appearance.Options.UseImage = true;
            toolTipItem1.Text = "Show the Open file dialog box";
            toolTipTitleItem2.Appearance.Options.UseImage = true;
            toolTipTitleItem2.Text = "For more information see help";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            superToolTip1.Items.Add(toolTipSeparatorItem1);
            superToolTip1.Items.Add(toolTipTitleItem2);
            this.ribbonPageGroup1.SuperTip = superToolTip1;
            this.ribbonPageGroup1.Text = "文件";
            this.ribbonPageGroup1.CaptionButtonClick += new DevExpress.XtraBars.Ribbon.RibbonPageGroupEventHandler(this.ribbonPageGroup1_CaptionButtonClick);
            // 
            // ribbonPageGroup2
            // 
            this.ribbonPageGroup2.ItemLinks.Add(this.barEditItemLayers);
            this.ribbonPageGroup2.ItemLinks.Add(this.barSubItem2);
            this.ribbonPageGroup2.Name = "ribbonPageGroup2";
            // 
            // ribbonPageGroup3
            // 
            this.ribbonPageGroup3.ImageIndex = 26;
            this.ribbonPageGroup3.ItemLinks.Add(this.barButtonItem_Select);
            this.ribbonPageGroup3.ItemLinks.Add(this.barButtonItem_ZoomIn);
            this.ribbonPageGroup3.ItemLinks.Add(this.barButtonItem_ZoomOut);
            this.ribbonPageGroup3.ItemLinks.Add(this.barButtonItem_Pan);
            this.ribbonPageGroup3.ItemLinks.Add(this.barButtonItem_ProView);
            this.ribbonPageGroup3.ItemLinks.Add(this.barButtonItem_NextView);
            this.ribbonPageGroup3.ItemLinks.Add(this.barButtonItem_FullView);
            this.ribbonPageGroup3.ItemLinks.Add(this.barButtonItem_ZoomActualSize);
            this.ribbonPageGroup3.ItemLinks.Add(this.barButtonItem_Refresh);
            this.ribbonPageGroup3.ItemLinks.Add(this.barButtonItem_Attribute);
            this.ribbonPageGroup3.Name = "ribbonPageGroup3";
            this.ribbonPageGroup3.ShowCaptionButton = false;
            this.ribbonPageGroup3.Text = "浏览";
            // 
            // ribbonPageGroup10
            // 
            this.ribbonPageGroup10.ItemLinks.Add(this.rgbiSkins);
            this.ribbonPageGroup10.Name = "ribbonPageGroup10";
            this.ribbonPageGroup10.ShowCaptionButton = false;
            this.ribbonPageGroup10.Text = "界面皮肤";
            // 
            // ribbonPageLayoutPage
            // 
            this.ribbonPageLayoutPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup7,
            this.pagelayoutButtons});
            this.ribbonPageLayoutPage.Name = "ribbonPageLayoutPage";
            this.ribbonPageLayoutPage.Text = "制图工具";
            this.ribbonPageLayoutPage.Visible = false;
            // 
            // ribbonPageGroup7
            // 
            this.ribbonPageGroup7.ItemLinks.Add(this.openTemplate);
            this.ribbonPageGroup7.Name = "ribbonPageGroup7";
            this.ribbonPageGroup7.Text = "模板管理";
            // 
            // pagelayoutButtons
            // 
            this.pagelayoutButtons.ItemLinks.Add(this.pageZoomIn);
            this.pagelayoutButtons.ItemLinks.Add(this.pageZoomOut);
            this.pagelayoutButtons.ItemLinks.Add(this.pagePan);
            this.pagelayoutButtons.ItemLinks.Add(this.pagePreView);
            this.pagelayoutButtons.ItemLinks.Add(this.pageAfterView);
            this.pagelayoutButtons.ItemLinks.Add(this.pageFullExtent);
            this.pagelayoutButtons.ItemLinks.Add(this.pageRealSize);
            this.pagelayoutButtons.Name = "pagelayoutButtons";
            this.pagelayoutButtons.Text = "页面浏览";
            // 
            // markToolPage
            // 
            this.markToolPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup5});
            this.markToolPage.Name = "markToolPage";
            this.markToolPage.Text = "标绘";
            // 
            // ribbonPageGroup5
            // 
            this.ribbonPageGroup5.ItemLinks.Add(this.selectMarkTool);
            this.ribbonPageGroup5.ItemLinks.Add(this.commonPoint);
            this.ribbonPageGroup5.ItemLinks.Add(this.commonLine);
            this.ribbonPageGroup5.ItemLinks.Add(this.commonPolygon);
            this.ribbonPageGroup5.ItemLinks.Add(this.textMark);
            this.ribbonPageGroup5.Name = "ribbonPageGroup5";
            this.ribbonPageGroup5.Text = "基础标绘";
            // 
            // repositoryItemPictureEdit1
            // 
            this.repositoryItemPictureEdit1.AllowFocused = false;
            this.repositoryItemPictureEdit1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
            this.repositoryItemPictureEdit1.UseParentBackground = true;
            // 
            // repositoryItemSpinEdit2
            // 
            this.repositoryItemSpinEdit2.AutoHeight = false;
            this.repositoryItemSpinEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.repositoryItemSpinEdit2.Name = "repositoryItemSpinEdit2";
            this.repositoryItemSpinEdit2.UseParentBackground = true;
            // 
            // repositoryItemButtonEdit1
            // 
            this.repositoryItemButtonEdit1.AutoHeight = false;
            this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
            this.repositoryItemButtonEdit1.UseParentBackground = true;
            // 
            // repositoryItemComboBox1
            // 
            this.repositoryItemComboBox1.AutoHeight = false;
            this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
            this.repositoryItemComboBox1.UseParentBackground = true;
            // 
            // repositoryItemComboBox2
            // 
            this.repositoryItemComboBox2.AutoHeight = false;
            this.repositoryItemComboBox2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemComboBox2.Name = "repositoryItemComboBox2";
            this.repositoryItemComboBox2.UseParentBackground = true;
            // 
            // repositoryItemImageEdit1
            // 
            this.repositoryItemImageEdit1.AutoHeight = false;
            this.repositoryItemImageEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemImageEdit1.Name = "repositoryItemImageEdit1";
            this.repositoryItemImageEdit1.UseParentBackground = true;
            // 
            // repositoryItemPictureEdit2
            // 
            this.repositoryItemPictureEdit2.Name = "repositoryItemPictureEdit2";
            this.repositoryItemPictureEdit2.UseParentBackground = true;
            // 
            // repositoryItemPictureEdit3
            // 
            this.repositoryItemPictureEdit3.Name = "repositoryItemPictureEdit3";
            this.repositoryItemPictureEdit3.UseParentBackground = true;
            // 
            // ribbonStatusBar1
            // 
            this.ribbonStatusBar1.ItemLinks.Add(this.siPosition);
            this.ribbonStatusBar1.ItemLinks.Add(this.siModified, true);
            this.ribbonStatusBar1.ItemLinks.Add(this.siDocName, true);
            this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem_Reference);
            this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem_Unit);
            this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem_ScreenCoord);
            this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem_MapCoord);
            this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 614);
            this.ribbonStatusBar1.Name = "ribbonStatusBar1";
            this.ribbonStatusBar1.Ribbon = this.ribbonControl1;
            this.ribbonStatusBar1.Size = new System.Drawing.Size(1107, 26);
            // 
            // defaultLookAndFeel1
            // 
            this.defaultLookAndFeel1.LookAndFeel.SkinName = "Caramel";
            // 
            // xtraTabbedMdiManager1
            // 
            this.xtraTabbedMdiManager1.MdiParent = this;
            // 
            // pmMain
            // 
            this.pmMain.ItemLinks.Add(this.iCopy, true);
            this.pmMain.ItemLinks.Add(this.iCut);
            this.pmMain.ItemLinks.Add(this.iPaste);
            this.pmMain.ItemLinks.Add(this.iClear);
            this.pmMain.ItemLinks.Add(this.iFont, true);
            this.pmMain.MenuCaption = "Edit Menu";
            this.pmMain.Name = "pmMain";
            this.pmMain.Ribbon = this.ribbonControl1;
            this.pmMain.ShowCaption = true;
            // 
            // imageCollection3
            // 
            this.imageCollection3.ImageSize = new System.Drawing.Size(15, 15);
            this.imageCollection3.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection3.ImageStream")));
            this.imageCollection3.Images.SetKeyName(0, "1比1.PNG");
            this.imageCollection3.Images.SetKeyName(1, "Map_Zoom_In.PNG");
            this.imageCollection3.Images.SetKeyName(2, "Map_Zoom_Out.PNG");
            // 
            // dockManager1
            // 
            this.dockManager1.Form = this;
            this.dockManager1.HiddenPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
            this.dockPanel_Drawing});
            this.dockManager1.Images = this.imageCollection1;
            this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
            this.panelContainer1,
            this.dockPanel_ImageAnalyse});
            this.dockManager1.TopZIndexControls.AddRange(new string[] {
            "DevExpress.XtraBars.BarDockControl",
            "DevExpress.XtraBars.StandaloneBarDockControl",
            "System.Windows.Forms.StatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonControl"});
            // 
            // dockPanel_Drawing
            // 
            this.dockPanel_Drawing.Controls.Add(this.dockPanel5_Container);
            this.dockPanel_Drawing.Dock = DevExpress.XtraBars.Docking.DockingStyle.Float;
            this.dockPanel_Drawing.FloatLocation = new System.Drawing.Point(596, 131);
            this.dockPanel_Drawing.FloatSize = new System.Drawing.Size(167, 200);
            this.dockPanel_Drawing.ID = new System.Guid("651c0132-7d7a-4f2c-93a0-8b4b2be4d067");
            this.dockPanel_Drawing.Location = new System.Drawing.Point(-32768, -32768);
            this.dockPanel_Drawing.Name = "dockPanel_Drawing";
            this.dockPanel_Drawing.OriginalSize = new System.Drawing.Size(200, 200);
            this.dockPanel_Drawing.SavedIndex = 2;
            this.dockPanel_Drawing.Size = new System.Drawing.Size(167, 200);
            this.dockPanel_Drawing.Text = "标绘工具";
            this.dockPanel_Drawing.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
            // 
            // dockPanel5_Container
            // 
            this.dockPanel5_Container.Controls.Add(this.simpleButton_DrawLine);
            this.dockPanel5_Container.Controls.Add(this.simpleButton_Text);
            this.dockPanel5_Container.Controls.Add(this.simpleButton_DrawAny);
            this.dockPanel5_Container.Controls.Add(this.simpleButton_DrawCurve);
            this.dockPanel5_Container.Controls.Add(this.simpleButton_Rect);
            this.dockPanel5_Container.Controls.Add(this.simpleButton_DrawElement_Polygon);
            this.dockPanel5_Container.Controls.Add(this.simpleButton_DrawPoint);
            this.dockPanel5_Container.Controls.Add(this.simpleButton_SelectElement);
            this.dockPanel5_Container.Location = new System.Drawing.Point(3, 22);
            this.dockPanel5_Container.Name = "dockPanel5_Container";
            this.dockPanel5_Container.Size = new System.Drawing.Size(161, 175);
            this.dockPanel5_Container.TabIndex = 0;
            // 
            // simpleButton_DrawLine
            // 
            this.simpleButton_DrawLine.ImageIndex = 35;
            this.simpleButton_DrawLine.ImageList = this.imageCollection1;
            this.simpleButton_DrawLine.Location = new System.Drawing.Point(90, 3);
            this.simpleButton_DrawLine.Name = "simpleButton_DrawLine";
            this.simpleButton_DrawLine.Size = new System.Drawing.Size(34, 32);
            this.simpleButton_DrawLine.TabIndex = 7;
            this.simpleButton_DrawLine.Click += new System.EventHandler(this.simpleButton_DrawLine_Click);
            // 
            // simpleButton_Text
            // 
            this.simpleButton_Text.ImageIndex = 33;
            this.simpleButton_Text.ImageList = this.imageCollection1;
            this.simpleButton_Text.Location = new System.Drawing.Point(11, 88);
            this.simpleButton_Text.Name = "simpleButton_Text";
            this.simpleButton_Text.Size = new System.Drawing.Size(34, 32);
            this.simpleButton_Text.TabIndex = 6;
            this.simpleButton_Text.Text = "simpleButton9";
            this.simpleButton_Text.Click += new System.EventHandler(this.simpleButton_Text_Click);
            // 
            // simpleButton_DrawAny
            // 
            this.simpleButton_DrawAny.ImageList = this.imageCollection1;
            this.simpleButton_DrawAny.Location = new System.Drawing.Point(51, 88);
            this.simpleButton_DrawAny.Name = "simpleButton_DrawAny";
            this.simpleButton_DrawAny.Size = new System.Drawing.Size(34, 32);
            this.simpleButton_DrawAny.TabIndex = 5;
            this.simpleButton_DrawAny.Tag = "徒手绘制";
            this.simpleButton_DrawAny.Text = "simpleButton8";
            this.simpleButton_DrawAny.Click += new System.EventHandler(this.simpleButton_DrawAny_Click);
            // 
            // simpleButton_DrawCurve
            // 
            this.simpleButton_DrawCurve.ImageIndex = 39;
            this.simpleButton_DrawCurve.ImageList = this.imageCollection1;
            this.simpleButton_DrawCurve.Location = new System.Drawing.Point(51, 46);
            this.simpleButton_DrawCurve.Name = "simpleButton_DrawCurve";
            this.simpleButton_DrawCurve.Size = new System.Drawing.Size(34, 31);
            this.simpleButton_DrawCurve.TabIndex = 4;
            this.simpleButton_DrawCurve.Text = "simpleButton7";
            this.simpleButton_DrawCurve.Click += new System.EventHandler(this.simpleButton_DrawCurve_Click);
            // 
            // simpleButton_Rect
            // 
            this.simpleButton_Rect.ImageIndex = 38;
            this.simpleButton_Rect.ImageList = this.imageCollection1;
            this.simpleButton_Rect.Location = new System.Drawing.Point(90, 46);
            this.simpleButton_Rect.Name = "simpleButton_Rect";
            this.simpleButton_Rect.Size = new System.Drawing.Size(34, 31);
            this.simpleButton_Rect.TabIndex = 3;
            this.simpleButton_Rect.Text = "simpleButton6";
            this.simpleButton_Rect.Click += new System.EventHandler(this.simpleButton_Rect_Click);
            // 
            // simpleButton_DrawElement_Polygon
            // 
            this.simpleButton_DrawElement_Polygon.ImageIndex = 37;
            this.simpleButton_DrawElement_Polygon.ImageList = this.imageCollection1;
            this.simpleButton_DrawElement_Polygon.Location = new System.Drawing.Point(11, 46);
            this.simpleButton_DrawElement_Polygon.Name = "simpleButton_DrawElement_Polygon";
            this.simpleButton_DrawElement_Polygon.Size = new System.Drawing.Size(34, 31);
            this.simpleButton_DrawElement_Polygon.TabIndex = 2;
            this.simpleButton_DrawElement_Polygon.Click += new System.EventHandler(this.simpleButton_DrawElement_Polygon_Click);
            // 
            // simpleButton_DrawPoint
            // 
            this.simpleButton_DrawPoint.ImageIndex = 36;
            this.simpleButton_DrawPoint.ImageList = this.imageCollection1;
            this.simpleButton_DrawPoint.Location = new System.Drawing.Point(51, 3);
            this.simpleButton_DrawPoint.Name = "simpleButton_DrawPoint";
            this.simpleButton_DrawPoint.Size = new System.Drawing.Size(34, 32);
            this.simpleButton_DrawPoint.TabIndex = 1;
            this.simpleButton_DrawPoint.Click += new System.EventHandler(this.simpleButton_DrawPoint_Click);
            // 
            // simpleButton_SelectElement
            // 
            this.simpleButton_SelectElement.ImageIndex = 18;
            this.simpleButton_SelectElement.ImageList = this.imageCollection1;
            this.simpleButton_SelectElement.Location = new System.Drawing.Point(11, 3);
            this.simpleButton_SelectElement.Name = "simpleButton_SelectElement";
            this.simpleButton_SelectElement.Size = new System.Drawing.Size(34, 32);
            this.simpleButton_SelectElement.TabIndex = 0;
            this.simpleButton_SelectElement.Click += new System.EventHandler(this.simpleButton_SelectElement_Click);
            // 
            // panelContainer1
            // 
            this.panelContainer1.Controls.Add(this.dockPanel_Overview);
            this.panelContainer1.Controls.Add(this.dockPanel2);
            this.panelContainer1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
            this.panelContainer1.ID = new System.Guid("3c878de6-7a27-48bc-8e79-241c55e74b0d");
            this.panelContainer1.Location = new System.Drawing.Point(0, 148);
            this.panelContainer1.Name = "panelContainer1";
            this.panelContainer1.OriginalSize = new System.Drawing.Size(200, 200);
            this.panelContainer1.Size = new System.Drawing.Size(200, 466);
            this.panelContainer1.Text = "panelContainer1";
            // 
            // dockPanel_Overview
            // 
            this.dockPanel_Overview.Controls.Add(this.dockPanel3_Container);
            this.dockPanel_Overview.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
            this.dockPanel_Overview.ID = new System.Guid("0abce358-5cf4-4b53-98f8-2bf91a0e7127");
            this.dockPanel_Overview.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.dockPanel_Overview.Location = new System.Drawing.Point(0, 0);
            this.dockPanel_Overview.Name = "dockPanel_Overview";
            this.dockPanel_Overview.OriginalSize = new System.Drawing.Size(200, 159);
            this.dockPanel_Overview.Size = new System.Drawing.Size(200, 160);
            this.dockPanel_Overview.Text = "缩略图";
            // 
            // dockPanel3_Container
            // 
            this.dockPanel3_Container.Location = new System.Drawing.Point(3, 25);
            this.dockPanel3_Container.Name = "dockPanel3_Container";
            this.dockPanel3_Container.Size = new System.Drawing.Size(194, 132);
            this.dockPanel3_Container.TabIndex = 0;
            // 
            // dockPanel2
            // 
            this.dockPanel2.Controls.Add(this.dockPanel2_Container);
            this.dockPanel2.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
            this.dockPanel2.ID = new System.Guid("3ac20aec-2847-4832-9ca8-5a53a5113e15");
            this.dockPanel2.Location = new System.Drawing.Point(0, 160);
            this.dockPanel2.Name = "dockPanel2";
            this.dockPanel2.OriginalSize = new System.Drawing.Size(200, 304);
            this.dockPanel2.Size = new System.Drawing.Size(200, 306);
            this.dockPanel2.Text = "图层管理";
            // 
            // dockPanel2_Container
            // 
            this.dockPanel2_Container.Location = new System.Drawing.Point(3, 25);
            this.dockPanel2_Container.Name = "dockPanel2_Container";
            this.dockPanel2_Container.Size = new System.Drawing.Size(194, 278);
            this.dockPanel2_Container.TabIndex = 0;
            // 
            // dockPanel_ImageAnalyse
            // 
            this.dockPanel_ImageAnalyse.Controls.Add(this.dockPanel4_Container);
            this.dockPanel_ImageAnalyse.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right;
            this.dockPanel_ImageAnalyse.FloatSize = new System.Drawing.Size(206, 285);
            this.dockPanel_ImageAnalyse.ID = new System.Guid("7d7e9922-daf6-4319-b838-ecd3fa40514f");
            this.dockPanel_ImageAnalyse.Location = new System.Drawing.Point(907, 148);
            this.dockPanel_ImageAnalyse.Name = "dockPanel_ImageAnalyse";
            this.dockPanel_ImageAnalyse.OriginalSize = new System.Drawing.Size(200, 200);
            this.dockPanel_ImageAnalyse.Size = new System.Drawing.Size(200, 466);
            this.dockPanel_ImageAnalyse.Text = "影像分析";
            // 
            // dockPanel4_Container
            // 
            this.dockPanel4_Container.Controls.Add(this.navBarControl1);
            this.dockPanel4_Container.Location = new System.Drawing.Point(3, 25);
            this.dockPanel4_Container.Name = "dockPanel4_Container";
            this.dockPanel4_Container.Size = new System.Drawing.Size(194, 438);
            this.dockPanel4_Container.TabIndex = 0;
            // 
            // navBarControl1
            // 
            this.navBarControl1.ActiveGroup = this.navBarGroup1;
            this.navBarControl1.ContentButtonHint = null;
            this.navBarControl1.Controls.Add(this.navBarGroupControlContainer1);
            this.navBarControl1.Controls.Add(this.navBarGroupControlContainer2);
            this.navBarControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.navBarControl1.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
            this.navBarGroup1,
            this.navBarGroup2});
            this.navBarControl1.Location = new System.Drawing.Point(0, 0);
            this.navBarControl1.Name = "navBarControl1";
            this.navBarControl1.OptionsNavPane.ExpandedWidth = 20;
            this.navBarControl1.Size = new System.Drawing.Size(194, 438);
            this.navBarControl1.TabIndex = 0;
            this.navBarControl1.Text = "navBarControl1";
            // 
            // navBarGroup1
            // 
            this.navBarGroup1.Caption = "显示";
            this.navBarGroup1.ControlContainer = this.navBarGroupControlContainer1;
            this.navBarGroup1.Expanded = true;
            this.navBarGroup1.GroupClientHeight = 199;
            this.navBarGroup1.GroupStyle = DevExpress.XtraNavBar.NavBarGroupStyle.ControlContainer;
            this.navBarGroup1.Name = "navBarGroup1";
            // 
            // navBarGroupControlContainer1
            // 
            this.navBarGroupControlContainer1.Controls.Add(this.checkButton_FlashLayer);
            this.navBarGroupControlContainer1.Controls.Add(this.simpleButton2);
            this.navBarGroupControlContainer1.Controls.Add(this.simpleButton1);
            this.navBarGroupControlContainer1.Controls.Add(this.comboBoxEdit2);
            this.navBarGroupControlContainer1.Controls.Add(this.comboBoxEdit1);
            this.navBarGroupControlContainer1.Controls.Add(this.labelControl2);
            this.navBarGroupControlContainer1.Controls.Add(this.labelControl1);
            this.navBarGroupControlContainer1.Controls.Add(this.pictureEdit4);
            this.navBarGroupControlContainer1.Controls.Add(this.trackBarControl_Gamma);
            this.navBarGroupControlContainer1.Controls.Add(this.spinEdit_FlashTime);
            this.navBarGroupControlContainer1.Controls.Add(this.spinEdit_Gamma);
            this.navBarGroupControlContainer1.Controls.Add(this.pictureEdit3);
            this.navBarGroupControlContainer1.Controls.Add(this.trackBarControl_Transparency);
            this.navBarGroupControlContainer1.Controls.Add(this.spinEdit_Transparency);
            this.navBarGroupControlContainer1.Controls.Add(this.pictureEdit2);
            this.navBarGroupControlContainer1.Controls.Add(this.trackBarControl_Contrast);
            this.navBarGroupControlContainer1.Controls.Add(this.spinEdit_Contrast);
            this.navBarGroupControlContainer1.Controls.Add(this.pictureEdit1);
            this.navBarGroupControlContainer1.Controls.Add(this.trackBarControl_Bright);
            this.navBarGroupControlContainer1.Controls.Add(this.spinEdit_Bright);
            this.navBarGroupControlContainer1.Name = "navBarGroupControlContainer1";
            this.navBarGroupControlContainer1.Size = new System.Drawing.Size(190, 197);
            this.navBarGroupControlContainer1.TabIndex = 0;
            // 
            // checkButton_FlashLayer
            // 
            this.checkButton_FlashLayer.Image = global::HYMain.Properties.Resources.卷帘;
            this.checkButton_FlashLayer.Location = new System.Drawing.Point(77, 171);
            this.checkButton_FlashLayer.Name = "checkButton_FlashLayer";
            this.checkButton_FlashLayer.Size = new System.Drawing.Size(28, 18);
            this.checkButton_FlashLayer.TabIndex = 17;
            this.checkButton_FlashLayer.Click += new System.EventHandler(this.checkButton_FlashLayer_Click);
            // 
            // simpleButton2
            // 
            this.simpleButton2.Location = new System.Drawing.Point(39, 171);
            this.simpleButton2.Name = "simpleButton2";
            this.simpleButton2.Size = new System.Drawing.Size(26, 18);
            this.simpleButton2.TabIndex = 16;
            this.simpleButton2.Text = "simpleButton2";
            // 
            // simpleButton1
            // 
            this.simpleButton1.Image = global::HYMain.Properties.Resources.flash;
            this.simpleButton1.Location = new System.Drawing.Point(9, 171);
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Size = new System.Drawing.Size(25, 18);
            this.simpleButton1.TabIndex = 15;
            this.simpleButton1.Text = "simpleButton1";
            // 
            // comboBoxEdit2
            // 
            this.comboBoxEdit2.Location = new System.Drawing.Point(55, 140);
            this.comboBoxEdit2.Name = "comboBoxEdit2";
            this.comboBoxEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEdit2.Size = new System.Drawing.Size(109, 21);
            this.comboBoxEdit2.TabIndex = 14;
            // 
            // comboBoxEdit1
            // 
            this.comboBoxEdit1.EditValue = "不拉伸";
            this.comboBoxEdit1.Location = new System.Drawing.Point(55, 115);
            this.comboBoxEdit1.MenuManager = this.ribbonControl1;
            this.comboBoxEdit1.Name = "comboBoxEdit1";
            this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEdit1.Properties.Items.AddRange(new object[] {
            "不拉伸",
            "线性拉伸",
            "直方图均衡",
            "直方图均匀化",
            "指数增强",
            "对数增强"});
            this.comboBoxEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.comboBoxEdit1.Size = new System.Drawing.Size(109, 21);
            this.comboBoxEdit1.TabIndex = 14;
            this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged);
            // 
            // labelControl2
            // 
            this.labelControl2.Location = new System.Drawing.Point(9, 143);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(36, 14);
            this.labelControl2.TabIndex = 13;
            this.labelControl2.Text = "重采样";
            // 
            // labelControl1
            // 
            this.labelControl1.Location = new System.Drawing.Point(9, 118);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(24, 14);
            this.labelControl1.TabIndex = 13;
            this.labelControl1.Text = "拉伸";
            // 
            // pictureEdit4
            // 
            this.pictureEdit4.EditValue = global::HYMain.Properties.Resources.gamma;
            this.pictureEdit4.Location = new System.Drawing.Point(9, 84);
            this.pictureEdit4.MenuManager = this.ribbonControl1;
            this.pictureEdit4.Name = "pictureEdit4";
            this.pictureEdit4.Size = new System.Drawing.Size(17, 16);
            this.pictureEdit4.TabIndex = 12;
            this.pictureEdit4.ToolTip = "调整gamma";
            // 
            // trackBarControl_Gamma
            // 
            this.trackBarControl_Gamma.EditValue = 10;
            this.trackBarControl_Gamma.Location = new System.Drawing.Point(38, 81);
            this.trackBarControl_Gamma.Name = "trackBarControl_Gamma";
            this.trackBarControl_Gamma.Properties.Maximum = 19;
            this.trackBarControl_Gamma.Size = new System.Drawing.Size(89, 45);
            this.trackBarControl_Gamma.TabIndex = 11;
            this.trackBarControl_Gamma.Value = 10;
            this.trackBarControl_Gamma.EditValueChanged += new System.EventHandler(this.trackBarControl_Gamma_EditValueChanged);
            // 
            // spinEdit_FlashTime
            // 
            this.spinEdit_FlashTime.EditValue = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.spinEdit_FlashTime.Location = new System.Drawing.Point(111, 171);
            this.spinEdit_FlashTime.Name = "spinEdit_FlashTime";
            this.spinEdit_FlashTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.spinEdit_FlashTime.Size = new System.Drawing.Size(53, 21);
            this.spinEdit_FlashTime.TabIndex = 10;
            // 
            // spinEdit_Gamma
            // 
            this.spinEdit_Gamma.EditValue = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.spinEdit_Gamma.Enabled = false;
            this.spinEdit_Gamma.Location = new System.Drawing.Point(132, 84);
            this.spinEdit_Gamma.MenuManager = this.ribbonControl1;
            this.spinEdit_Gamma.Name = "spinEdit_Gamma";
            this.spinEdit_Gamma.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.spinEdit_Gamma.Properties.MaxValue = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.spinEdit_Gamma.Properties.MinValue = new decimal(new int[] {
            1,
            0,
            0,
            65536});
            this.spinEdit_Gamma.Size = new System.Drawing.Size(45, 21);
            this.spinEdit_Gamma.TabIndex = 10;
            this.spinEdit_Gamma.EditValueChanged += new System.EventHandler(this.spinEdit_Gamma_EditValueChanged);
            // 
            // pictureEdit3
            // 
            this.pictureEdit3.EditValue = global::HYMain.Properties.Resources.transparency;
            this.pictureEdit3.Location = new System.Drawing.Point(9, 60);
            this.pictureEdit3.MenuManager = this.ribbonControl1;
            this.pictureEdit3.Name = "pictureEdit3";
            this.pictureEdit3.Size = new System.Drawing.Size(17, 16);
            this.pictureEdit3.TabIndex = 9;
            this.pictureEdit3.ToolTip = "调整透明度";
            // 
            // trackBarControl_Transparency
            // 
            this.trackBarControl_Transparency.EditValue = null;
            this.trackBarControl_Transparency.Location = new System.Drawing.Point(38, 56);
            this.trackBarControl_Transparency.Name = "trackBarControl_Transparency";
            this.trackBarControl_Transparency.Properties.Maximum = 100;
            this.trackBarControl_Transparency.Size = new System.Drawing.Size(89, 45);
            this.trackBarControl_Transparency.TabIndex = 8;
            this.trackBarControl_Transparency.EditValueChanged += new System.EventHandler(this.trackBarControl_Transparency_EditValueChanged);
            // 
            // spinEdit_Transparency
            // 
            this.spinEdit_Transparency.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.spinEdit_Transparency.Location = new System.Drawing.Point(132, 59);
            this.spinEdit_Transparency.MenuManager = this.ribbonControl1;
            this.spinEdit_Transparency.Name = "spinEdit_Transparency";
            this.spinEdit_Transparency.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.spinEdit_Transparency.Properties.MaxValue = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.spinEdit_Transparency.Size = new System.Drawing.Size(45, 21);
            this.spinEdit_Transparency.TabIndex = 7;
            this.spinEdit_Transparency.EditValueChanged += new System.EventHandler(this.spinEdit_Transparency_EditValueChanged);
            // 
            // pictureEdit2
            // 
            this.pictureEdit2.EditValue = global::HYMain.Properties.Resources.contrast;
            this.pictureEdit2.Location = new System.Drawing.Point(9, 36);
            this.pictureEdit2.MenuManager = this.ribbonControl1;
            this.pictureEdit2.Name = "pictureEdit2";
            this.pictureEdit2.Size = new System.Drawing.Size(17, 15);
            this.pictureEdit2.TabIndex = 6;
            this.pictureEdit2.ToolTip = "调整对比度";
            // 
            // trackBarControl_Contrast
            // 
            this.trackBarControl_Contrast.EditValue = 50;
            this.trackBarControl_Contrast.Location = new System.Drawing.Point(38, 32);
            this.trackBarControl_Contrast.Name = "trackBarControl_Contrast";
            this.trackBarControl_Contrast.Properties.Maximum = 100;
            this.trackBarControl_Contrast.Size = new System.Drawing.Size(89, 45);
            this.trackBarControl_Contrast.TabIndex = 5;
            this.trackBarControl_Contrast.Value = 50;
            this.trackBarControl_Contrast.EditValueChanged += new System.EventHandler(this.trackBarControl_Contrast_EditValueChanged);
            // 
            // spinEdit_Contrast
            // 
            this.spinEdit_Contrast.EditValue = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.spinEdit_Contrast.Location = new System.Drawing.Point(132, 35);
            this.spinEdit_Contrast.MenuManager = this.ribbonControl1;
            this.spinEdit_Contrast.Name = "spinEdit_Contrast";
            this.spinEdit_Contrast.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.spinEdit_Contrast.Properties.MaxValue = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.spinEdit_Contrast.Size = new System.Drawing.Size(45, 21);
            this.spinEdit_Contrast.TabIndex = 4;
            this.spinEdit_Contrast.EditValueChanged += new System.EventHandler(this.spinEdit_Contrast_EditValueChanged);
            // 
            // pictureEdit1
            // 
            this.pictureEdit1.EditValue = global::HYMain.Properties.Resources.bright;
            this.pictureEdit1.Location = new System.Drawing.Point(9, 11);
            this.pictureEdit1.MenuManager = this.ribbonControl1;
            this.pictureEdit1.Name = "pictureEdit1";
            this.pictureEdit1.Size = new System.Drawing.Size(17, 16);
            this.pictureEdit1.TabIndex = 3;
            this.pictureEdit1.ToolTip = "调整亮度";
            // 
            // trackBarControl_Bright
            // 
            this.trackBarControl_Bright.EditValue = 50;
            this.trackBarControl_Bright.Location = new System.Drawing.Point(38, 7);
            this.trackBarControl_Bright.Name = "trackBarControl_Bright";
            this.trackBarControl_Bright.Properties.Maximum = 100;
            this.trackBarControl_Bright.Size = new System.Drawing.Size(89, 45);
            this.trackBarControl_Bright.TabIndex = 1;
            this.trackBarControl_Bright.Value = 50;
            this.trackBarControl_Bright.EditValueChanged += new System.EventHandler(this.trackBarControl_Bright_EditValueChanged);
            // 
            // spinEdit_Bright
            // 
            this.spinEdit_Bright.EditValue = new decimal(new int[] {
            50,
            0,
            0,
            0});
            this.spinEdit_Bright.Location = new System.Drawing.Point(132, 10);
            this.spinEdit_Bright.MenuManager = this.ribbonControl1;
            this.spinEdit_Bright.Name = "spinEdit_Bright";
            this.spinEdit_Bright.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.spinEdit_Bright.Properties.MaxValue = new decimal(new int[] {
            255,
            0,
            0,
            0});
            this.spinEdit_Bright.Size = new System.Drawing.Size(45, 21);
            this.spinEdit_Bright.TabIndex = 0;
            this.spinEdit_Bright.EditValueChanged += new System.EventHandler(this.spinEdit_Bright_EditValueChanged);
            // 
            // navBarGroupControlContainer2
            // 
            this.navBarGroupControlContainer2.Name = "navBarGroupControlContainer2";
            this.navBarGroupControlContainer2.Size = new System.Drawing.Size(184, 87);
            this.navBarGroupControlContainer2.TabIndex = 1;
            // 
            // navBarGroup2
            // 
            this.navBarGroup2.Caption = "处理";
            this.navBarGroup2.ControlContainer = this.navBarGroupControlContainer2;
            this.navBarGroup2.GroupClientHeight = 94;
            this.navBarGroup2.GroupStyle = DevExpress.XtraNavBar.NavBarGroupStyle.ControlContainer;
            this.navBarGroup2.Name = "navBarGroup2";
            // 
            // xtraTabControl
            // 
            this.xtraTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xtraTabControl.HeaderButtonsShowMode = DevExpress.XtraTab.TabButtonShowMode.Never;
            this.xtraTabControl.HeaderOrientation = DevExpress.XtraTab.TabOrientation.Horizontal;
            this.xtraTabControl.Location = new System.Drawing.Point(200, 148);
            this.xtraTabControl.Name = "xtraTabControl";
            this.xtraTabControl.SelectedTabPage = this.xtraTabPage_Map;
            this.xtraTabControl.ShowHeaderFocus = DevExpress.Utils.DefaultBoolean.False;
            this.xtraTabControl.ShowTabHeader = DevExpress.Utils.DefaultBoolean.True;
            this.xtraTabControl.Size = new System.Drawing.Size(707, 466);
            this.xtraTabControl.TabIndex = 4;
            this.xtraTabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage_Map,
            this.xtraTabPage_Layout});
            this.xtraTabControl.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
            // 
            // xtraTabPage_Map
            // 
            this.xtraTabPage_Map.Controls.Add(this.axusMapControl1);
            this.xtraTabPage_Map.Name = "xtraTabPage_Map";
            this.xtraTabPage_Map.Size = new System.Drawing.Size(700, 436);
            this.xtraTabPage_Map.Text = "Map";
            // 
            // xtraTabPage_Layout
            // 
            this.xtraTabPage_Layout.Name = "xtraTabPage_Layout";
            this.xtraTabPage_Layout.Size = new System.Drawing.Size(700, 436);
            this.xtraTabPage_Layout.Text = "Layout";
            // 
            // imageCollection4
            // 
            this.imageCollection4.ImageSize = new System.Drawing.Size(32, 32);
            this.imageCollection4.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection4.ImageStream")));
            // 
            // ribbonGalleryBarItem1
            // 
            this.ribbonGalleryBarItem1.Caption = "ribbonGalleryBarItem1";
            this.ribbonGalleryBarItem1.Id = 156;
            this.ribbonGalleryBarItem1.Name = "ribbonGalleryBarItem1";
            // 
            // iUndo
            // 
            this.iUndo.Id = -1;
            this.iUndo.Name = "iUndo";
            // 
            // barButtonItem11
            // 
            this.barButtonItem11.Caption = "redo";
            this.barButtonItem11.Id = 159;
            this.barButtonItem11.Name = "barButtonItem11";
            // 
            // barSubItem1
            // 
            this.barSubItem1.Caption = "保存";
            this.barSubItem1.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.barSubItem1.Description = "Saves the active document";
            this.barSubItem1.Hint = "Saves the active document";
            this.barSubItem1.Id = 0;
            this.barSubItem1.ImageIndex = 10;
            this.barSubItem1.LargeImageIndex = 2;
            this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.iSave),
            new DevExpress.XtraBars.LinkPersistInfo(this.iSaveAs)});
            this.barSubItem1.Name = "barSubItem1";
            // 
            // ribbonPageGroup4
            // 
            this.ribbonPageGroup4.ImageIndex = 26;
            this.ribbonPageGroup4.ItemLinks.Add(this.barButtonItem_Select);
            this.ribbonPageGroup4.ItemLinks.Add(this.barButtonItem_ZoomIn);
            this.ribbonPageGroup4.ItemLinks.Add(this.barButtonItem_ZoomOut);
            this.ribbonPageGroup4.ItemLinks.Add(this.barButtonItem_Pan);
            this.ribbonPageGroup4.ItemLinks.Add(this.barButtonItem_ProView);
            this.ribbonPageGroup4.ItemLinks.Add(this.barButtonItem_NextView);
            this.ribbonPageGroup4.ItemLinks.Add(this.barButtonItem_FullView);
            this.ribbonPageGroup4.ItemLinks.Add(this.barButtonItem_Identify, true);
            this.ribbonPageGroup4.ItemLinks.Add(this.barButtonItem_Attribute);
            this.ribbonPageGroup4.ItemLinks.Add(this.barButtonItem_Find);
            this.ribbonPageGroup4.Name = "ribbonPageGroup4";
            this.ribbonPageGroup4.ShowCaptionButton = false;
            this.ribbonPageGroup4.Text = "浏览";
            // 
            // ribbonPageGroup6
            // 
            this.ribbonPageGroup6.ImageIndex = 1;
            this.ribbonPageGroup6.ItemLinks.Add(this.idNew);
            this.ribbonPageGroup6.ItemLinks.Add(this.iOpen);
            this.ribbonPageGroup6.ItemLinks.Add(this.iSave);
            this.ribbonPageGroup6.ItemLinks.Add(this.iPrint);
            this.ribbonPageGroup6.ItemLinks.Add(this.iCut, true);
            this.ribbonPageGroup6.ItemLinks.Add(this.iCopy);
            this.ribbonPageGroup6.ItemLinks.Add(this.iPaste);
            this.ribbonPageGroup6.ItemLinks.Add(this.iLargeUndo);
            this.ribbonPageGroup6.Name = "ribbonPageGroup6";
            this.ribbonPageGroup6.ShowCaptionButton = false;
            this.ribbonPageGroup6.Text = "Standard";
            // 
            // barButtonItem23
            // 
            this.barButtonItem23.Caption = "绘制点";
            this.barButtonItem23.Id = 186;
            this.barButtonItem23.LargeImageIndex = 24;
            this.barButtonItem23.Name = "barButtonItem23";
            // 
            // barEditItemLayers
            // 
            this.barEditItemLayers.Caption = "图层:";
            this.barEditItemLayers.Edit = this.repositoryItemComboBox4;
            this.barEditItemLayers.Id = 255;
            this.barEditItemLayers.Name = "barEditItemLayers";
            this.barEditItemLayers.Width = 120;
            // 
            // repositoryItemComboBox4
            // 
            this.repositoryItemComboBox4.AutoHeight = false;
            this.repositoryItemComboBox4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemComboBox4.Name = "repositoryItemComboBox4";
            this.repositoryItemComboBox4.UseParentBackground = true;
            // 
            // repositoryItemButtonEdit2
            // 
            this.repositoryItemButtonEdit2.AutoHeight = false;
            this.repositoryItemButtonEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.repositoryItemButtonEdit2.Name = "repositoryItemButtonEdit2";
            this.repositoryItemButtonEdit2.UseParentBackground = true;
            // 
            // repositoryItemTextEdit1
            // 
            this.repositoryItemTextEdit1.AutoHeight = false;
            this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
            this.repositoryItemTextEdit1.UseParentBackground = true;
            // 
            // repositoryItemTextEdit2
            // 
            this.repositoryItemTextEdit2.AutoHeight = false;
            this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
            this.repositoryItemTextEdit2.UseParentBackground = true;
            // 
            // barSubItem2
            // 
            this.barSubItem2.Caption = "加载地理数据";
            this.barSubItem2.Id = 260;
            this.barSubItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonAddImage),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonAddShp)});
            this.barSubItem2.Name = "barSubItem2";
            // 
            // barButtonAddImage
            // 
            this.barButtonAddImage.Caption = "加载栅格";
            this.barButtonAddImage.Id = 261;
            this.barButtonAddImage.ImageIndex = 0;
            this.barButtonAddImage.Name = "barButtonAddImage";
            this.barButtonAddImage.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonAddImage_ItemClick);
            // 
            // barButtonAddShp
            // 
            this.barButtonAddShp.Caption = "加载矢量";
            this.barButtonAddShp.Id = 262;
            this.barButtonAddShp.ImageIndex = 1;
            this.barButtonAddShp.Name = "barButtonAddShp";
            this.barButtonAddShp.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonAddShp_ItemClick);
            // 
            // axusMapControl1
            // 
            this.axusMapControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.axusMapControl1.Enabled = true;
            this.axusMapControl1.Location = new System.Drawing.Point(0, 0);
            this.axusMapControl1.Name = "axusMapControl1";
            this.axusMapControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axusMapControl1.OcxState")));
            this.axusMapControl1.Size = new System.Drawing.Size(700, 436);
            this.axusMapControl1.TabIndex = 0;
            // 
            // frmMain
            // 
            this.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Appearance.Options.UseFont = true;
            this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
            this.AutoSize = true;
            this.ClientSize = new System.Drawing.Size(1107, 640);
            this.Controls.Add(this.xtraTabControl);
            this.Controls.Add(this.dockPanel_ImageAnalyse);
            this.Controls.Add(this.panelContainer1);
            this.Controls.Add(this.ribbonStatusBar1);
            this.Controls.Add(this.ribbonControl1);
            this.IsMdiContainer = true;
            this.Name = "frmMain";
            this.Ribbon = this.ribbonControl1;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.StatusBar = this.ribbonStatusBar1;
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.frmMain_Load);
            this.Shown += new System.EventHandler(this.frmMain_Shown);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmMain_FormClosed);
            this.Closing += new System.ComponentModel.CancelEventHandler(this.frmMain_Closing);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupControlContainer1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pmAppMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pmNew)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTrackBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabbedMdiManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pmMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
            this.dockPanel_Drawing.ResumeLayout(false);
            this.dockPanel5_Container.ResumeLayout(false);
            this.panelContainer1.ResumeLayout(false);
            this.dockPanel_Overview.ResumeLayout(false);
            this.dockPanel2.ResumeLayout(false);
            this.dockPanel_ImageAnalyse.ResumeLayout(false);
            this.dockPanel4_Container.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).EndInit();
            this.navBarControl1.ResumeLayout(false);
            this.navBarGroupControlContainer1.ResumeLayout(false);
            this.navBarGroupControlContainer1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit4.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarControl_Gamma.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarControl_Gamma)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit_FlashTime.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit_Gamma.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit3.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarControl_Transparency.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarControl_Transparency)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit_Transparency.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarControl_Contrast.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarControl_Contrast)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit_Contrast.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarControl_Bright.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarControl_Bright)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit_Bright.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl)).EndInit();
            this.xtraTabControl.ResumeLayout(false);
            this.xtraTabPage_Map.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.axusMapControl1)).EndInit();
            this.ResumeLayout(false);

        }
Example #17
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.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     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.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     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.SuperToolTip                 superToolTip11                = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem             toolTipTitleItem20            = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                  toolTipItem11                 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip                 superToolTip12                = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem             toolTipTitleItem21            = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                  toolTipItem12                 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem         toolTipSeparatorItem10        = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem             toolTipTitleItem22            = new DevExpress.Utils.ToolTipTitleItem();
     this.controlNavigator1 = new DevExpress.XtraEditors.ControlNavigator();
     this.comboBoxEdit1     = new DevExpress.XtraEditors.ComboBoxEdit();
     this.buttonEdit1       = new DevExpress.XtraEditors.ButtonEdit();
     this.labelControl1     = new DevExpress.XtraEditors.LabelControl();
     this.panelControl1     = new DevExpress.XtraEditors.PanelControl();
     this.checkEdit2        = new DevExpress.XtraEditors.CheckEdit();
     this.labelControl2     = new DevExpress.XtraEditors.LabelControl();
     this.dropDownButton1   = new DevExpress.XtraEditors.DropDownButton();
     this.checkButton1      = new DevExpress.XtraEditors.CheckButton();
     this.simpleButton7     = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2     = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton4     = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton3     = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1     = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl3     = new DevExpress.XtraEditors.LabelControl();
     this.groupControl1     = new DevExpress.XtraEditors.GroupControl();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // controlNavigator1
     //
     this.controlNavigator1.Appearance.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.controlNavigator1.Appearance.ForeColor            = System.Drawing.Color.Red;
     this.controlNavigator1.Appearance.Options.UseFont      = true;
     this.controlNavigator1.Appearance.Options.UseForeColor = true;
     this.controlNavigator1.Buttons.Append.Visible          = false;
     this.controlNavigator1.Buttons.CancelEdit.Visible      = false;
     this.controlNavigator1.Buttons.Edit.Visible            = false;
     this.controlNavigator1.Buttons.EndEdit.Visible         = false;
     this.controlNavigator1.Buttons.First.Hint              = "Ke Data Pertama (Ctrl-Alt-Kiri)";
     this.controlNavigator1.Buttons.Last.Hint               = "Ke Data Terakhir (Ctrl-Alt-Kanan)";
     this.controlNavigator1.Buttons.Next.Hint               = "Ke Data Sesudahnya (Alt-Kanan)";
     this.controlNavigator1.Buttons.NextPage.Visible        = false;
     this.controlNavigator1.Buttons.Prev.Hint               = "Ke Data Sebelumnya (Alt-Kiri)";
     this.controlNavigator1.Buttons.PrevPage.Visible        = false;
     this.controlNavigator1.Buttons.Remove.Visible          = false;
     this.controlNavigator1.Location         = new System.Drawing.Point(12, 3);
     this.controlNavigator1.Name             = "controlNavigator1";
     this.controlNavigator1.ShowToolTips     = true;
     this.controlNavigator1.Size             = new System.Drawing.Size(162, 26);
     this.controlNavigator1.TabIndex         = 0;
     this.controlNavigator1.Text             = "controlNavigator1";
     this.controlNavigator1.TextLocation     = DevExpress.XtraEditors.NavigatorButtonsTextLocation.Center;
     this.controlNavigator1.TextStringFormat = "Lihat Data";
     //
     // comboBoxEdit1
     //
     this.comboBoxEdit1.Location = new System.Drawing.Point(65, 6);
     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.PopupSizeable = true;
     this.comboBoxEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBoxEdit1.Size = new System.Drawing.Size(134, 20);
     toolTipTitleItem1.Text  = "Menunjukkan Urutan Data untuk Navigator sekaligus sebagai pilihan Field yang akan" +
                               " dicari pada teks pencarian data dibawah.";
     toolTipItem1.Appearance.Image            = global::SentraWinFramework.Properties.Resources.element_find;
     toolTipItem1.Appearance.Options.UseImage = true;
     toolTipItem1.Image      = global::SentraWinFramework.Properties.Resources.element_find;
     toolTipItem1.LeftIndent = 6;
     toolTipItem1.Text       = "Pilih Field yang akan dicari, kemudian ketik data yang akan dicari, kemudian teka" +
                               "n tombol \'Cari Data Pertama\'";
     toolTipTitleItem2.LeftIndent = 6;
     toolTipTitleItem2.Text       = "Untuk mencari data dengan kriteria tertentu, pilih field yang akan dicari pada pi" +
                                    "lihan \'Cari Data\' kemudian masukkan nilainya pada teks \'Kriteria Data yang Dicar" +
                                    "i\'.";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     superToolTip1.OwnerAllowHtmlText         = false;
     this.comboBoxEdit1.SuperTip              = superToolTip1;
     this.comboBoxEdit1.TabIndex              = 0;
     this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged);
     //
     // buttonEdit1
     //
     this.buttonEdit1.Location                = new System.Drawing.Point(5, 36);
     this.buttonEdit1.Name                    = "buttonEdit1";
     toolTipTitleItem3.Text                   = "Cari Data Pertama (Ctrl - <).";
     toolTipItem2.Appearance.Image            = global::SentraWinFramework.Properties.Resources.find_previous1;
     toolTipItem2.Appearance.Options.UseImage = true;
     toolTipItem2.Image      = global::SentraWinFramework.Properties.Resources.find_previous1;
     toolTipItem2.LeftIndent = 6;
     toolTipItem2.Text       = "Mencari data pertama (pada field tertentu) yang sesuai dengan field yang dipilih." +
                               "";
     toolTipTitleItem4.LeftIndent = 6;
     toolTipTitleItem4.Text       = "Setelah data ketemu, layar akan menampilkan data yang dicari tersebut.";
     superToolTip2.Items.Add(toolTipTitleItem3);
     superToolTip2.Items.Add(toolTipItem2);
     superToolTip2.Items.Add(toolTipSeparatorItem2);
     superToolTip2.Items.Add(toolTipTitleItem4);
     superToolTip2.OwnerAllowHtmlText         = false;
     toolTipTitleItem5.Text                   = "Cari Data Terakhir (Ctrl - >).";
     toolTipItem3.Appearance.Image            = global::SentraWinFramework.Properties.Resources.find_next1;
     toolTipItem3.Appearance.Options.UseImage = true;
     toolTipItem3.Image      = global::SentraWinFramework.Properties.Resources.find_next1;
     toolTipItem3.LeftIndent = 6;
     toolTipItem3.Text       = "Mencari data terakhir (pada field tertentu) yang sesuai dengan field yang dipilih" +
                               ".";
     toolTipTitleItem6.LeftIndent = 6;
     toolTipTitleItem6.Text       = "Setelah data ketemu, layar akan menampilkan data yang dicari tersebut.";
     superToolTip3.Items.Add(toolTipTitleItem5);
     superToolTip3.Items.Add(toolTipItem3);
     superToolTip3.Items.Add(toolTipSeparatorItem3);
     superToolTip3.Items.Add(toolTipTitleItem6);
     superToolTip3.OwnerAllowHtmlText = false;
     this.buttonEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.Utils.HorzAlignment.Center, global::SentraWinFramework.Properties.Resources.find_previous, new DevExpress.Utils.KeyShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Oemcomma)), serializableAppearanceObject1, "", null, superToolTip2),
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.Utils.HorzAlignment.Center, global::SentraWinFramework.Properties.Resources.find_next, new DevExpress.Utils.KeyShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.OemPeriod)), serializableAppearanceObject2, "", null, superToolTip3)
     });
     this.buttonEdit1.Properties.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.buttonEdit1_Properties_ButtonClick);
     this.buttonEdit1.Size     = new System.Drawing.Size(194, 22);
     this.buttonEdit1.TabIndex = 1;
     this.buttonEdit1.Enter   += new System.EventHandler(this.buttonEdit1_Enter);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(8, 9);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(45, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "Cari Data";
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.buttonEdit1);
     this.panelControl1.Controls.Add(this.labelControl1);
     this.panelControl1.Controls.Add(this.comboBoxEdit1);
     this.panelControl1.Location = new System.Drawing.Point(240, 3);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(205, 61);
     this.panelControl1.TabIndex = 5;
     //
     // checkEdit2
     //
     this.checkEdit2.Location                 = new System.Drawing.Point(451, 39);
     this.checkEdit2.Name                     = "checkEdit2";
     this.checkEdit2.Properties.Caption       = "";
     this.checkEdit2.Size                     = new System.Drawing.Size(22, 19);
     toolTipTitleItem7.Text                   = "Cetak Ketika Simpan.";
     toolTipItem4.Appearance.Image            = global::SentraWinFramework.Properties.Resources.printer_preferences1;
     toolTipItem4.Appearance.Options.UseImage = true;
     toolTipItem4.Image      = global::SentraWinFramework.Properties.Resources.printer_preferences1;
     toolTipItem4.LeftIndent = 6;
     toolTipItem4.Text       = "Apabila dipilih, maka dokumen akan dicetak setiap kali laporan disimpan (baru/ ed" +
                               "it).";
     toolTipTitleItem8.LeftIndent = 6;
     toolTipTitleItem8.Text       = "Pencetakan dapat ditampilkan di layar atau langsung dikirim ke printer, tergantun" +
                                    "g setting yang dipilih.";
     superToolTip4.Items.Add(toolTipTitleItem7);
     superToolTip4.Items.Add(toolTipItem4);
     superToolTip4.Items.Add(toolTipSeparatorItem4);
     superToolTip4.Items.Add(toolTipTitleItem8);
     superToolTip4.OwnerAllowHtmlText = false;
     this.checkEdit2.SuperTip         = superToolTip4;
     this.checkEdit2.TabIndex         = 8;
     //
     // labelControl2
     //
     this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.labelControl2.Location     = new System.Drawing.Point(473, 39);
     this.labelControl2.Name         = "labelControl2";
     this.labelControl2.Size         = new System.Drawing.Size(59, 26);
     this.labelControl2.TabIndex     = 9;
     this.labelControl2.Text         = "Cetak ketika Simpan";
     this.labelControl2.Click       += new System.EventHandler(this.labelControl2_Click);
     //
     // dropDownButton1
     //
     this.dropDownButton1.AllowFocus          = false;
     this.dropDownButton1.Image               = global::SentraWinFramework.Properties.Resources.printer;
     this.dropDownButton1.Location            = new System.Drawing.Point(579, 3);
     this.dropDownButton1.Name                = "dropDownButton1";
     this.dropDownButton1.Size                = new System.Drawing.Size(55, 26);
     toolTipTitleItem9.Text                   = "Mencetak Dokumen.";
     toolTipItem5.Appearance.Image            = global::SentraWinFramework.Properties.Resources.printer1;
     toolTipItem5.Appearance.Options.UseImage = true;
     toolTipItem5.Image            = global::SentraWinFramework.Properties.Resources.printer1;
     toolTipItem5.LeftIndent       = 6;
     toolTipItem5.Text             = "Digunakan untuk mencetak dokumen sesuai dengan Layout Cetak yang telah dibuat.";
     toolTipTitleItem10.LeftIndent = 6;
     toolTipTitleItem10.Text       = "Apabila memiliki hak akses cukup, anda dapat membuat/ mengubah layout dari dokume" +
                                     "n yang akan dicetak.";
     superToolTip5.Items.Add(toolTipTitleItem9);
     superToolTip5.Items.Add(toolTipItem5);
     superToolTip5.Items.Add(toolTipSeparatorItem5);
     superToolTip5.Items.Add(toolTipTitleItem10);
     superToolTip5.OwnerAllowHtmlText = false;
     this.dropDownButton1.SuperTip    = superToolTip5;
     this.dropDownButton1.TabIndex    = 7;
     this.dropDownButton1.Click      += new System.EventHandler(this.dropDownButton1_Click);
     //
     // checkButton1
     //
     this.checkButton1.AllowFocus             = false;
     this.checkButton1.Checked                = true;
     this.checkButton1.Image                  = global::SentraWinFramework.Properties.Resources.lock_open;
     this.checkButton1.Location               = new System.Drawing.Point(205, 3);
     this.checkButton1.Name                   = "checkButton1";
     this.checkButton1.Size                   = new System.Drawing.Size(29, 26);
     toolTipTitleItem11.Text                  = "Mengubah Mode Layar dari \'Edit Data\' menjadi \'Lihat Data\' atau sebaliknya.";
     toolTipItem6.Appearance.Image            = global::SentraWinFramework.Properties.Resources.lock_preferences;
     toolTipItem6.Appearance.Options.UseImage = true;
     toolTipItem6.Image      = global::SentraWinFramework.Properties.Resources.lock_preferences;
     toolTipItem6.LeftIndent = 6;
     toolTipItem6.Text       = "Pada Mode \'Edit Data\' data pada layar bisa diedit, sedangkan pada Mode \'Lihat Dat" +
                               "a\' data pada layar tidak bisa diedit.";
     toolTipTitleItem12.LeftIndent = 6;
     toolTipTitleItem12.Text       = "Mode \'Edit Data\' diwakili dgn gambar kunci terbuka, sedangkan Mode \'Lihat Data\' d" +
                                     "iwakili dgn gambar kunci tertutup.";
     superToolTip6.Items.Add(toolTipTitleItem11);
     superToolTip6.Items.Add(toolTipItem6);
     superToolTip6.Items.Add(toolTipSeparatorItem6);
     superToolTip6.Items.Add(toolTipTitleItem12);
     superToolTip6.OwnerAllowHtmlText  = false;
     this.checkButton1.SuperTip        = superToolTip6;
     this.checkButton1.TabIndex        = 2;
     this.checkButton1.CheckedChanged += new System.EventHandler(this.checkButton1_CheckedChanged);
     //
     // simpleButton7
     //
     this.simpleButton7.Image                 = global::SentraWinFramework.Properties.Resources.index;
     this.simpleButton7.Location              = new System.Drawing.Point(540, 39);
     this.simpleButton7.Name                  = "simpleButton7";
     this.simpleButton7.Size                  = new System.Drawing.Size(94, 26);
     toolTipTitleItem13.Text                  = "Melihat Daftar Dokumen.";
     toolTipItem7.Appearance.Image            = global::SentraWinFramework.Properties.Resources.index1;
     toolTipItem7.Appearance.Options.UseImage = true;
     toolTipItem7.Image            = global::SentraWinFramework.Properties.Resources.index1;
     toolTipItem7.LeftIndent       = 6;
     toolTipItem7.Text             = "Digunakan untuk melihat Laporan berbentuk Daftar dari dokumen jenis ini.";
     toolTipTitleItem14.LeftIndent = 6;
     toolTipTitleItem14.Text       = "Dapat digunakan untuk memfilter/ mencari data dokumen dengan kriteria tertentu.";
     superToolTip7.Items.Add(toolTipTitleItem13);
     superToolTip7.Items.Add(toolTipItem7);
     superToolTip7.Items.Add(toolTipSeparatorItem7);
     superToolTip7.Items.Add(toolTipTitleItem14);
     superToolTip7.OwnerAllowHtmlText = false;
     this.simpleButton7.SuperTip      = superToolTip7;
     this.simpleButton7.TabIndex      = 10;
     this.simpleButton7.Text          = "Lihat Daftar";
     this.simpleButton7.Click        += new System.EventHandler(this.simpleButton7_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Image                 = global::SentraWinFramework.Properties.Resources.document_refresh;
     this.simpleButton2.Location              = new System.Drawing.Point(175, 3);
     this.simpleButton2.Name                  = "simpleButton2";
     this.simpleButton2.Size                  = new System.Drawing.Size(29, 26);
     toolTipTitleItem15.Text                  = "Ambil Ulang Data dari Database.";
     toolTipItem8.Appearance.Image            = global::SentraWinFramework.Properties.Resources.document_refresh1;
     toolTipItem8.Appearance.Options.UseImage = true;
     toolTipItem8.Image      = global::SentraWinFramework.Properties.Resources.document_refresh1;
     toolTipItem8.LeftIndent = 6;
     toolTipItem8.Text       = "Ambil ulang data perlu dilakukan untuk memastikan bahwa data yang sedang kita lih" +
                               "at di layar sama dengan data yang tersimpan di database.";
     toolTipTitleItem16.LeftIndent = 6;
     toolTipTitleItem16.Text       = "Data yang ditampilkan ada kemungkinan tidak sama dgn data yang tersimpan apabila " +
                                     "data tersebut ternyata sudah diubah oleh orang lain (pada lingkungan multi-user)" +
                                     ".";
     superToolTip8.Items.Add(toolTipTitleItem15);
     superToolTip8.Items.Add(toolTipItem8);
     superToolTip8.Items.Add(toolTipSeparatorItem8);
     superToolTip8.Items.Add(toolTipTitleItem16);
     superToolTip8.OwnerAllowHtmlText = false;
     this.simpleButton2.SuperTip      = superToolTip8;
     this.simpleButton2.TabIndex      = 1;
     this.simpleButton2.Click        += new System.EventHandler(this.simpleButton2_Click);
     //
     // simpleButton4
     //
     this.simpleButton4.Image                 = global::SentraWinFramework.Properties.Resources.document_check;
     this.simpleButton4.Location              = new System.Drawing.Point(451, 3);
     this.simpleButton4.Name                  = "simpleButton4";
     this.simpleButton4.Size                  = new System.Drawing.Size(122, 26);
     toolTipTitleItem17.Text                  = "Menyimpan Dokumen. (Ctrl-S)";
     toolTipItem9.Appearance.Image            = global::SentraWinFramework.Properties.Resources.document_check1;
     toolTipItem9.Appearance.Options.UseImage = true;
     toolTipItem9.Image            = global::SentraWinFramework.Properties.Resources.document_check1;
     toolTipItem9.LeftIndent       = 6;
     toolTipItem9.Text             = "Digunakan untuk menyimpan dokumen ini ke database.";
     toolTipTitleItem18.LeftIndent = 6;
     toolTipTitleItem18.Text       = "Apabila Mode Layar adalah \'Data Baru\', dokumen akan disimpan sebagai dokumen baru" +
                                     ". Apabila Mode Layar adalah \'Edit Data\', dokumen akan disimpan menggantikan data" +
                                     " lama.";
     superToolTip9.Items.Add(toolTipTitleItem17);
     superToolTip9.Items.Add(toolTipItem9);
     superToolTip9.Items.Add(toolTipSeparatorItem9);
     superToolTip9.Items.Add(toolTipTitleItem18);
     superToolTip9.OwnerAllowHtmlText = false;
     this.simpleButton4.SuperTip      = superToolTip9;
     this.simpleButton4.TabIndex      = 6;
     this.simpleButton4.Text          = "Simpan (Ctrl-S)";
     this.simpleButton4.Click        += new System.EventHandler(this.simpleButton4_Click);
     //
     // simpleButton3
     //
     this.simpleButton3.Image                  = global::SentraWinFramework.Properties.Resources.document_delete;
     this.simpleButton3.Location               = new System.Drawing.Point(124, 39);
     this.simpleButton3.Name                   = "simpleButton3";
     this.simpleButton3.Size                   = new System.Drawing.Size(110, 26);
     toolTipTitleItem19.Text                   = "Menghapus Dokumen (Ctrl-F8).";
     toolTipItem10.Appearance.Image            = global::SentraWinFramework.Properties.Resources.document_delete1;
     toolTipItem10.Appearance.Options.UseImage = true;
     toolTipItem10.Image      = global::SentraWinFramework.Properties.Resources.document_delete1;
     toolTipItem10.LeftIndent = 6;
     toolTipItem10.Text       = "Menghapus dokumen yang sedang ditampilkan di layar.";
     superToolTip10.Items.Add(toolTipTitleItem19);
     superToolTip10.Items.Add(toolTipItem10);
     superToolTip10.OwnerAllowHtmlText = false;
     this.simpleButton3.SuperTip       = superToolTip10;
     this.simpleButton3.TabIndex       = 4;
     this.simpleButton3.Text           = "Hapus (Ctrl-F8)";
     this.simpleButton3.Click         += new System.EventHandler(this.simpleButton3_Click);
     //
     // simpleButton1
     //
     this.simpleButton1.Image                  = global::SentraWinFramework.Properties.Resources.document_new;
     this.simpleButton1.Location               = new System.Drawing.Point(12, 39);
     this.simpleButton1.Name                   = "simpleButton1";
     this.simpleButton1.Size                   = new System.Drawing.Size(106, 26);
     toolTipTitleItem20.Text                   = "Dokumen Baru (Ctrl-F2).";
     toolTipItem11.Appearance.Image            = global::SentraWinFramework.Properties.Resources.document_new1;
     toolTipItem11.Appearance.Options.UseImage = true;
     toolTipItem11.Image      = global::SentraWinFramework.Properties.Resources.document_new1;
     toolTipItem11.LeftIndent = 6;
     toolTipItem11.Text       = "Membuat Dokumen Baru.";
     superToolTip11.Items.Add(toolTipTitleItem20);
     superToolTip11.Items.Add(toolTipItem11);
     superToolTip11.OwnerAllowHtmlText = false;
     this.simpleButton1.SuperTip       = superToolTip11;
     this.simpleButton1.TabIndex       = 3;
     this.simpleButton1.Text           = "Baru (Ctrl-F2)";
     this.simpleButton1.Click         += new System.EventHandler(this.simpleButton1_Click);
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl3.Appearance.Options.UseFont = true;
     this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Vertical;
     this.labelControl3.Location     = new System.Drawing.Point(5, 23);
     this.labelControl3.Name         = "labelControl3";
     this.labelControl3.Size         = new System.Drawing.Size(126, 13);
     toolTipTitleItem21.Text         = "Catatan Pembatalan :";
     toolTipItem12.LeftIndent        = 6;
     toolTipItem12.Text            = "xxxx";
     toolTipTitleItem22.LeftIndent = 6;
     toolTipTitleItem22.Text       = "Dibatalkan oleh: Admin, Tgl 12 Okt 2008";
     superToolTip12.Items.Add(toolTipTitleItem21);
     superToolTip12.Items.Add(toolTipItem12);
     superToolTip12.Items.Add(toolTipSeparatorItem10);
     superToolTip12.Items.Add(toolTipTitleItem22);
     superToolTip12.OwnerAllowHtmlText = false;
     this.labelControl3.SuperTip       = superToolTip12;
     this.labelControl3.TabIndex       = 11;
     this.labelControl3.Text           = "Batal";
     //
     // groupControl1
     //
     this.groupControl1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.groupControl1.Controls.Add(this.labelControl3);
     this.groupControl1.Location = new System.Drawing.Point(640, 3);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(136, 62);
     this.groupControl1.TabIndex = 12;
     this.groupControl1.Text     = "Status Dokumen";
     this.groupControl1.Visible  = false;
     //
     // UINavigator
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupControl1);
     this.Controls.Add(this.dropDownButton1);
     this.Controls.Add(this.checkButton1);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.simpleButton7);
     this.Controls.Add(this.checkEdit2);
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.simpleButton4);
     this.Controls.Add(this.simpleButton3);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.controlNavigator1);
     this.Controls.Add(this.panelControl1);
     this.Name = "UINavigator";
     this.Size = new System.Drawing.Size(805, 74);
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     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.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule3 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     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(TenxunQianxiForm));
     DevExpress.Utils.ToolTipItem          toolTipItem1          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem1 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem2     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     this.formAssistant1        = new DevExpress.XtraBars.FormAssistant();
     this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
     this.textEdit_file         = new DevExpress.XtraEditors.TextEdit();
     this.textEdit_fileName     = new DevExpress.XtraEditors.TextEdit();
     this.panelControl4         = new DevExpress.XtraEditors.PanelControl();
     this.btn_help            = new DevExpress.XtraEditors.SimpleButton();
     this.btn_saveClose       = new DevExpress.XtraEditors.SimpleButton();
     this.btn_cancel          = new DevExpress.XtraEditors.SimpleButton();
     this.btn_ok              = new DevExpress.XtraEditors.SimpleButton();
     this.btn_open            = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl3       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2       = new DevExpress.XtraEditors.LabelControl();
     this.panelControl3       = new DevExpress.XtraEditors.PanelControl();
     this.progressBarControl1 = new DevExpress.XtraEditors.ProgressBarControl();
     this.comboBox_targetObj  = new DevExpress.XtraEditors.ComboBoxEdit();
     this.checkEdit_addToView = new DevExpress.XtraEditors.CheckEdit();
     this.panelControl2       = new DevExpress.XtraEditors.PanelControl();
     this.dateEdit1           = new DevExpress.XtraEditors.DateEdit();
     this.comboBox_datatype   = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labelControl5       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1       = new DevExpress.XtraEditors.LabelControl();
     this.panelControl1       = new DevExpress.XtraEditors.PanelControl();
     this.formAssistant2      = new DevExpress.XtraBars.FormAssistant();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit_file.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit_fileName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
     this.panelControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_targetObj.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit_addToView.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_datatype.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // textEdit_file
     //
     this.textEdit_file.Location  = new System.Drawing.Point(6, 34);
     this.textEdit_file.Name      = "textEdit_file";
     this.textEdit_file.Size      = new System.Drawing.Size(492, 20);
     superToolTip3.AllowHtmlText  = DevExpress.Utils.DefaultBoolean.True;
     toolTipTitleItem5.Text       = "参数说明";
     toolTipItem3.LeftIndent      = 6;
     toolTipItem3.Text            = "参数类型: 必选参数\r\n\r\n参数格式:excel表格全路径\r\n\r\n注意事项:不能直接黏贴或修改,必须通过【浏览】按钮配置";
     toolTipTitleItem6.LeftIndent = 6;
     toolTipTitleItem6.Text       = "工具型参数";
     superToolTip3.Items.Add(toolTipTitleItem5);
     superToolTip3.Items.Add(toolTipItem3);
     superToolTip3.Items.Add(toolTipSeparatorItem3);
     superToolTip3.Items.Add(toolTipTitleItem6);
     this.textEdit_file.SuperTip = superToolTip3;
     this.textEdit_file.TabIndex = 1;
     conditionValidationRule3.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule3.ErrorText         = "输入表格不能为空!";
     this.dxValidationProvider1.SetValidationRule(this.textEdit_file, conditionValidationRule3);
     this.textEdit_file.EditValueChanged += new System.EventHandler(this.textEdit_file_EditValueChanged);
     //
     // textEdit_fileName
     //
     this.textEdit_fileName.EditValue              = "";
     this.textEdit_fileName.Location               = new System.Drawing.Point(6, 89);
     this.textEdit_fileName.Name                   = "textEdit_fileName";
     this.textEdit_fileName.Size                   = new System.Drawing.Size(492, 20);
     toolTipTitleItem1.Appearance.Image            = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     toolTipTitleItem1.Appearance.Options.UseImage = true;
     toolTipTitleItem1.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image1")));
     toolTipTitleItem1.Text                        = "参数说明";
     toolTipItem1.LeftIndent                       = 6;
     toolTipItem1.Text                             = "参数类型:可选参数\r\n\r\n参数格式:任何类型的字符串";
     toolTipTitleItem2.Appearance.Image            = ((System.Drawing.Image)(resources.GetObject("resource.Image2")));
     toolTipTitleItem2.Appearance.Options.UseImage = true;
     toolTipTitleItem2.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image3")));
     toolTipTitleItem2.LeftIndent                  = 6;
     toolTipTitleItem2.Text                        = "工具型参数";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     this.textEdit_fileName.SuperTip            = superToolTip1;
     this.textEdit_fileName.TabIndex            = 1;
     conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule1.ErrorText         = "工作表名称不能为空!";
     this.dxValidationProvider1.SetValidationRule(this.textEdit_fileName, conditionValidationRule1);
     this.textEdit_fileName.EditValueChanged += new System.EventHandler(this.textEdit_fileName_EditValueChanged);
     //
     // panelControl4
     //
     this.panelControl4.Controls.Add(this.btn_help);
     this.panelControl4.Controls.Add(this.btn_saveClose);
     this.panelControl4.Controls.Add(this.btn_cancel);
     this.panelControl4.Controls.Add(this.btn_ok);
     this.panelControl4.Location = new System.Drawing.Point(5, 370);
     this.panelControl4.Name     = "panelControl4";
     this.panelControl4.Size     = new System.Drawing.Size(591, 72);
     this.panelControl4.TabIndex = 2;
     //
     // btn_help
     //
     this.btn_help.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_help.ImageOptions.Image")));
     this.btn_help.Location           = new System.Drawing.Point(492, 27);
     this.btn_help.Name     = "btn_help";
     this.btn_help.Size     = new System.Drawing.Size(75, 23);
     this.btn_help.TabIndex = 0;
     this.btn_help.Text     = "帮助";
     //
     // btn_saveClose
     //
     this.btn_saveClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_saveClose.ImageOptions.Image")));
     this.btn_saveClose.Location           = new System.Drawing.Point(411, 27);
     this.btn_saveClose.Name     = "btn_saveClose";
     this.btn_saveClose.Size     = new System.Drawing.Size(75, 23);
     this.btn_saveClose.TabIndex = 0;
     this.btn_saveClose.Text     = "关闭";
     this.btn_saveClose.Click   += new System.EventHandler(this.btn_saveClose_Click);
     //
     // btn_cancel
     //
     this.btn_cancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_cancel.ImageOptions.Image")));
     this.btn_cancel.Location           = new System.Drawing.Point(330, 27);
     this.btn_cancel.Name     = "btn_cancel";
     this.btn_cancel.Size     = new System.Drawing.Size(75, 23);
     this.btn_cancel.TabIndex = 0;
     this.btn_cancel.Text     = "取消";
     this.btn_cancel.Click   += new System.EventHandler(this.btn_cancel_Click);
     //
     // btn_ok
     //
     this.btn_ok.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_ok.ImageOptions.Image")));
     this.btn_ok.Location           = new System.Drawing.Point(249, 27);
     this.btn_ok.Name     = "btn_ok";
     this.btn_ok.Size     = new System.Drawing.Size(75, 23);
     this.btn_ok.TabIndex = 0;
     this.btn_ok.Text     = "确定";
     this.btn_ok.Click   += new System.EventHandler(this.btn_ok_Click);
     //
     // btn_open
     //
     this.btn_open.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_open.ImageOptions.Image")));
     this.btn_open.Location           = new System.Drawing.Point(511, 33);
     this.btn_open.Name     = "btn_open";
     this.btn_open.Size     = new System.Drawing.Size(75, 23);
     this.btn_open.TabIndex = 2;
     this.btn_open.Text     = "浏览";
     this.btn_open.Click   += new System.EventHandler(this.Btn_open_Click);
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(6, 126);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(144, 14);
     this.labelControl3.TabIndex = 0;
     this.labelControl3.Text     = "迁入迁出类型(可选参数)";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(6, 69);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(156, 14);
     this.labelControl2.TabIndex = 0;
     this.labelControl2.Text     = "目标工作表名称(可选参数)";
     //
     // panelControl3
     //
     this.panelControl3.Controls.Add(this.progressBarControl1);
     this.panelControl3.Location = new System.Drawing.Point(5, 293);
     this.panelControl3.Name     = "panelControl3";
     this.panelControl3.Size     = new System.Drawing.Size(591, 71);
     this.panelControl3.TabIndex = 1;
     //
     // progressBarControl1
     //
     this.progressBarControl1.Location              = new System.Drawing.Point(6, 24);
     this.progressBarControl1.Name                  = "progressBarControl1";
     this.progressBarControl1.Properties.ShowTitle  = true;
     this.progressBarControl1.ShowProgressInTaskBar = true;
     this.progressBarControl1.Size                  = new System.Drawing.Size(580, 18);
     this.progressBarControl1.TabIndex              = 0;
     this.progressBarControl1.ToolTipIconType       = DevExpress.Utils.ToolTipIconType.Information;
     //
     // comboBox_targetObj
     //
     this.comboBox_targetObj.Location = new System.Drawing.Point(6, 147);
     this.comboBox_targetObj.Name     = "comboBox_targetObj";
     this.comboBox_targetObj.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBox_targetObj.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBox_targetObj.Size     = new System.Drawing.Size(492, 20);
     this.comboBox_targetObj.TabIndex = 3;
     //
     // checkEdit_addToView
     //
     this.checkEdit_addToView.EditValue          = true;
     this.checkEdit_addToView.Location           = new System.Drawing.Point(6, 248);
     this.checkEdit_addToView.Name               = "checkEdit_addToView";
     this.checkEdit_addToView.Properties.Caption = "采集完成后添加至表格视图(可选参数)";
     this.checkEdit_addToView.Size               = new System.Drawing.Size(247, 19);
     this.checkEdit_addToView.TabIndex           = 2;
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.dateEdit1);
     this.panelControl2.Controls.Add(this.comboBox_datatype);
     this.panelControl2.Controls.Add(this.comboBox_targetObj);
     this.panelControl2.Controls.Add(this.checkEdit_addToView);
     this.panelControl2.Controls.Add(this.btn_open);
     this.panelControl2.Controls.Add(this.labelControl5);
     this.panelControl2.Controls.Add(this.labelControl4);
     this.panelControl2.Controls.Add(this.labelControl3);
     this.panelControl2.Controls.Add(this.labelControl2);
     this.panelControl2.Controls.Add(this.textEdit_fileName);
     this.panelControl2.Controls.Add(this.textEdit_file);
     this.panelControl2.Controls.Add(this.labelControl1);
     this.panelControl2.Location = new System.Drawing.Point(5, 5);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(591, 282);
     this.panelControl2.TabIndex = 0;
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue = null;
     this.dateEdit1.Location  = new System.Drawing.Point(6, 205);
     this.dateEdit1.Name      = "dateEdit1";
     this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Size     = new System.Drawing.Size(204, 20);
     this.dateEdit1.TabIndex = 1;
     //
     // comboBox_datatype
     //
     this.comboBox_datatype.Location = new System.Drawing.Point(279, 205);
     this.comboBox_datatype.Name     = "comboBox_datatype";
     this.comboBox_datatype.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBox_datatype.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBox_datatype.Size     = new System.Drawing.Size(219, 20);
     this.comboBox_datatype.TabIndex = 3;
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(279, 185);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(156, 14);
     this.labelControl5.TabIndex = 0;
     this.labelControl5.Text     = "请选择数据类型(可选参数)";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(5, 185);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(132, 14);
     this.labelControl4.TabIndex = 0;
     this.labelControl4.Text     = "请选择时间(可选参数)";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(5, 13);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(106, 14);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "输出表格(必填参数)";
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.panelControl4);
     this.panelControl1.Controls.Add(this.panelControl3);
     this.panelControl1.Controls.Add(this.panelControl2);
     this.panelControl1.Location = new System.Drawing.Point(12, 12);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(601, 447);
     this.panelControl1.TabIndex = 1;
     //
     // TenxunQianxiForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(625, 471);
     this.Controls.Add(this.panelControl1);
     this.MaximumSize   = new System.Drawing.Size(641, 510);
     this.MinimumSize   = new System.Drawing.Size(641, 510);
     this.Name          = "TenxunQianxiForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "腾讯迁徙数据采集";
     this.Load         += new System.EventHandler(this.TenxunQianxiForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit_file.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit_fileName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
     this.panelControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_targetObj.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit_addToView.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.panelControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_datatype.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.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();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     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.GalleryItemGroup    galleryItemGroup2 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
     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.GalleryItemGroup    galleryItemGroup3 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
     DevExpress.XtraBars.Ribbon.GalleryItem         galleryItem8      = new DevExpress.XtraBars.Ribbon.GalleryItem();
     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.ToolTipItem          toolTipItem2          = new DevExpress.Utils.ToolTipItem();
     this.ribbonControl1              = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.backstageViewControl1       = new DevExpress.XtraBars.Ribbon.BackstageViewControl();
     this.backstageViewClientControl1 = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
     this.placeholder1 = new sample_2_10.Placeholder();
     this.backstageViewClientControl2        = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
     this.recentItemControl1                 = new DevExpress.XtraBars.Ribbon.RecentItemControl();
     this.recentControlItemControlContainer1 = new DevExpress.XtraBars.Ribbon.RecentControlItemControlContainer();
     this.placeholder2                = new sample_2_10.Placeholder();
     this.recentStackPanel2           = new DevExpress.XtraBars.Ribbon.RecentStackPanel();
     this.recentStackPanel1           = new DevExpress.XtraBars.Ribbon.RecentStackPanel();
     this.recentButtonItem1           = new DevExpress.XtraBars.Ribbon.RecentButtonItem();
     this.recentHyperlinkItem1        = new DevExpress.XtraBars.Ribbon.RecentHyperlinkItem();
     this.recentLabelItem1            = new DevExpress.XtraBars.Ribbon.RecentLabelItem();
     this.recentPinItem1              = new DevExpress.XtraBars.Ribbon.RecentPinItem();
     this.recentTabItem1              = new DevExpress.XtraBars.Ribbon.RecentTabItem();
     this.recentStackPanel3           = new DevExpress.XtraBars.Ribbon.RecentStackPanel();
     this.recentButtonItem2           = new DevExpress.XtraBars.Ribbon.RecentButtonItem();
     this.recentButtonItem3           = new DevExpress.XtraBars.Ribbon.RecentButtonItem();
     this.recentControlContainerItem1 = new DevExpress.XtraBars.Ribbon.RecentControlContainerItem();
     this.recentTabItem2              = new DevExpress.XtraBars.Ribbon.RecentTabItem();
     this.recentStackPanel4           = new DevExpress.XtraBars.Ribbon.RecentStackPanel();
     this.backstageViewTabItem1       = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
     this.backstageViewTabItem2       = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
     this.backstageViewItemSeparator1 = new DevExpress.XtraBars.Ribbon.BackstageViewItemSeparator();
     this.backstageViewButtonItem1    = new DevExpress.XtraBars.Ribbon.BackstageViewButtonItem();
     this.barToggleSwitchItem1        = new DevExpress.XtraBars.BarToggleSwitchItem();
     this.barButtonItem1              = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem1              = new DevExpress.XtraBars.BarStaticItem();
     this.barButtonItem2              = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonGalleryBarItem1       = new DevExpress.XtraBars.RibbonGalleryBarItem();
     this.galleryDropDown1            = new DevExpress.XtraBars.Ribbon.GalleryDropDown(this.components);
     this.barButtonItem3              = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonMiniToolbar1          = new DevExpress.XtraBars.Ribbon.RibbonMiniToolbar(this.components);
     this.ribbonPage1           = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup1      = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup3      = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage2           = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup2      = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonStatusBar1      = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.popupMenu1            = new DevExpress.XtraBars.PopupMenu(this.components);
     this.backstageViewManager1 = new DevExpress.XtraBars.Ribbon.BackstageViewManager();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.backstageViewControl1)).BeginInit();
     this.backstageViewControl1.SuspendLayout();
     this.backstageViewClientControl1.SuspendLayout();
     this.backstageViewClientControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.recentItemControl1)).BeginInit();
     this.recentItemControl1.SuspendLayout();
     this.recentControlItemControlContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.galleryDropDown1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     this.SuspendLayout();
     //
     // ribbonControl1
     //
     this.ribbonControl1.AllowCustomization = true;
     this.ribbonControl1.ApplicationButtonDropDownControl = this.backstageViewControl1;
     this.ribbonControl1.AutoSaveLayoutToXml = true;
     this.ribbonControl1.CaptionBarItemLinks.Add(this.barToggleSwitchItem1);
     this.ribbonControl1.ExpandCollapseItem.Id = 0;
     this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barToggleSwitchItem1,
         this.ribbonControl1.ExpandCollapseItem,
         this.ribbonControl1.SearchEditItem,
         this.barButtonItem1,
         this.barStaticItem1,
         this.barButtonItem2,
         this.ribbonGalleryBarItem1,
         this.barButtonItem3
     });
     this.ribbonControl1.Location  = new System.Drawing.Point(0, 0);
     this.ribbonControl1.MaxItemId = 7;
     this.ribbonControl1.MiniToolbars.Add(this.ribbonMiniToolbar1);
     this.ribbonControl1.Name = "ribbonControl1";
     this.ribbonControl1.PageHeaderItemLinks.Add(this.barButtonItem2);
     this.ribbonControl1.PageHeaderItemLinks.Add(this.barStaticItem1);
     this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPage1,
         this.ribbonPage2
     });
     this.ribbonControl1.QuickToolbarItemLinks.Add(this.barToggleSwitchItem1);
     this.ribbonControl1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2019;
     this.ribbonControl1.Size        = new System.Drawing.Size(1098, 158);
     this.ribbonControl1.StatusBar   = this.ribbonStatusBar1;
     //
     // backstageViewControl1
     //
     this.backstageViewControl1.Controls.Add(this.backstageViewClientControl2);
     this.backstageViewControl1.Controls.Add(this.backstageViewClientControl1);
     this.backstageViewControl1.Items.Add(this.backstageViewTabItem1);
     this.backstageViewControl1.Items.Add(this.backstageViewTabItem2);
     this.backstageViewControl1.Items.Add(this.backstageViewItemSeparator1);
     this.backstageViewControl1.Items.Add(this.backstageViewButtonItem1);
     this.backstageViewControl1.Location            = new System.Drawing.Point(12, 164);
     this.backstageViewControl1.Name                = "backstageViewControl1";
     this.backstageViewControl1.OwnerControl        = this.ribbonControl1;
     this.backstageViewControl1.SelectedTab         = this.backstageViewTabItem2;
     this.backstageViewControl1.SelectedTabIndex    = 1;
     this.backstageViewControl1.Size                = new System.Drawing.Size(956, 621);
     this.backstageViewControl1.TabIndex            = 2;
     this.backstageViewControl1.VisibleInDesignTime = true;
     //
     // backstageViewClientControl1
     //
     this.backstageViewClientControl1.Controls.Add(this.placeholder1);
     this.backstageViewClientControl1.Location = new System.Drawing.Point(146, 62);
     this.backstageViewClientControl1.Name     = "backstageViewClientControl1";
     this.backstageViewClientControl1.Size     = new System.Drawing.Size(810, 559);
     this.backstageViewClientControl1.TabIndex = 1;
     //
     // placeholder1
     //
     this.placeholder1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.placeholder1.Location = new System.Drawing.Point(0, 0);
     this.placeholder1.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.placeholder1.Name     = "placeholder1";
     this.placeholder1.Size     = new System.Drawing.Size(810, 559);
     this.placeholder1.TabIndex = 0;
     //
     // backstageViewClientControl2
     //
     this.backstageViewClientControl2.Controls.Add(this.recentItemControl1);
     this.backstageViewClientControl2.Location = new System.Drawing.Point(146, 63);
     this.backstageViewClientControl2.Name     = "backstageViewClientControl2";
     this.backstageViewClientControl2.Size     = new System.Drawing.Size(809, 557);
     this.backstageViewClientControl2.TabIndex = 2;
     //
     // recentItemControl1
     //
     this.recentItemControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.recentItemControl1.Controls.Add(this.recentControlItemControlContainer1);
     this.recentItemControl1.DefaultContentPanel = this.recentStackPanel2;
     this.recentItemControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.recentItemControl1.Location    = new System.Drawing.Point(0, 0);
     this.recentItemControl1.MainPanel   = this.recentStackPanel1;
     this.recentItemControl1.Name        = "recentItemControl1";
     this.recentItemControl1.SelectedTab = this.recentTabItem1;
     this.recentItemControl1.Size        = new System.Drawing.Size(809, 557);
     this.recentItemControl1.TabIndex    = 0;
     this.recentItemControl1.Title       = "Recent Files";
     //
     // recentControlItemControlContainer1
     //
     this.recentControlItemControlContainer1.Appearance.BackColor            = System.Drawing.SystemColors.Control;
     this.recentControlItemControlContainer1.Appearance.Options.UseBackColor = true;
     this.recentControlItemControlContainer1.Controls.Add(this.placeholder2);
     this.recentControlItemControlContainer1.Name     = "recentControlItemControlContainer1";
     this.recentControlItemControlContainer1.Size     = new System.Drawing.Size(438, 265);
     this.recentControlItemControlContainer1.TabIndex = 1;
     //
     // placeholder2
     //
     this.placeholder2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.placeholder2.Location = new System.Drawing.Point(0, 0);
     this.placeholder2.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.placeholder2.Name     = "placeholder2";
     this.placeholder2.Size     = new System.Drawing.Size(438, 265);
     this.placeholder2.TabIndex = 0;
     //
     // recentStackPanel2
     //
     this.recentStackPanel2.Name = "recentStackPanel2";
     //
     // recentStackPanel1
     //
     this.recentStackPanel1.Items.AddRange(new DevExpress.XtraBars.Ribbon.RecentItemBase[] {
         this.recentButtonItem1,
         this.recentHyperlinkItem1,
         this.recentLabelItem1,
         this.recentPinItem1,
         this.recentTabItem1,
         this.recentTabItem2
     });
     this.recentStackPanel1.Name         = "recentStackPanel1";
     this.recentStackPanel1.SelectedItem = this.recentTabItem1;
     //
     // recentButtonItem1
     //
     this.recentButtonItem1.Caption = "recentButtonItem1";
     this.recentButtonItem1.Name    = "recentButtonItem1";
     this.recentButtonItem1.Size    = new System.Drawing.Size(151, 54);
     //
     // recentHyperlinkItem1
     //
     this.recentHyperlinkItem1.Caption = "recentHyperlinkItem1";
     this.recentHyperlinkItem1.Name    = "recentHyperlinkItem1";
     //
     // recentLabelItem1
     //
     this.recentLabelItem1.Caption = "recentLabelItem1";
     this.recentLabelItem1.Name    = "recentLabelItem1";
     //
     // recentPinItem1
     //
     this.recentPinItem1.Caption        = "Settings";
     this.recentPinItem1.Description    = "Find important Recent File settings here";
     this.recentPinItem1.GlyphAlignment = DevExpress.XtraBars.Ribbon.RecentPinItemGlyphAlignment.Center;
     this.recentPinItem1.ImageOptions.ItemNormal.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("recentPinItem1.ImageOptions.ItemNormal.SvgImage")));
     this.recentPinItem1.Name = "recentPinItem1";
     this.recentPinItem1.PinButtonVisibility = DevExpress.XtraBars.Ribbon.RecentPinButtonVisibility.Never;
     //
     // recentTabItem1
     //
     this.recentTabItem1.Caption  = "recentTabItem1";
     this.recentTabItem1.Name     = "recentTabItem1";
     this.recentTabItem1.TabPanel = this.recentStackPanel3;
     //
     // recentStackPanel3
     //
     this.recentStackPanel3.Caption = "recentTabItem1";
     this.recentStackPanel3.Items.AddRange(new DevExpress.XtraBars.Ribbon.RecentItemBase[] {
         this.recentButtonItem2,
         this.recentButtonItem3,
         this.recentControlContainerItem1
     });
     this.recentStackPanel3.Name = "recentStackPanel3";
     //
     // recentButtonItem2
     //
     this.recentButtonItem2.Caption = "recentButtonItem2";
     this.recentButtonItem2.Name    = "recentButtonItem2";
     this.recentButtonItem2.Size    = new System.Drawing.Size(151, 54);
     //
     // recentButtonItem3
     //
     this.recentButtonItem3.Caption = "recentButtonItem3";
     this.recentButtonItem3.Name    = "recentButtonItem3";
     this.recentButtonItem3.Size    = new System.Drawing.Size(151, 54);
     //
     // recentControlContainerItem1
     //
     this.recentControlContainerItem1.ClientHeight     = 265;
     this.recentControlContainerItem1.ControlContainer = this.recentControlItemControlContainer1;
     this.recentControlContainerItem1.FillSpace        = true;
     this.recentControlContainerItem1.Name             = "recentControlContainerItem1";
     //
     // recentTabItem2
     //
     this.recentTabItem2.Caption  = "recentTabItem2";
     this.recentTabItem2.Name     = "recentTabItem2";
     this.recentTabItem2.TabPanel = this.recentStackPanel4;
     //
     // recentStackPanel4
     //
     this.recentStackPanel4.Caption = "recentTabItem2";
     this.recentStackPanel4.Name    = "recentStackPanel4";
     //
     // backstageViewTabItem1
     //
     this.backstageViewTabItem1.Caption        = "Placeholder";
     this.backstageViewTabItem1.ContentControl = this.backstageViewClientControl1;
     this.backstageViewTabItem1.Name           = "backstageViewTabItem1";
     //
     // backstageViewTabItem2
     //
     this.backstageViewTabItem2.Caption        = "Open";
     this.backstageViewTabItem2.ContentControl = this.backstageViewClientControl2;
     this.backstageViewTabItem2.Name           = "backstageViewTabItem2";
     this.backstageViewTabItem2.Selected       = true;
     //
     // backstageViewItemSeparator1
     //
     this.backstageViewItemSeparator1.Name = "backstageViewItemSeparator1";
     //
     // backstageViewButtonItem1
     //
     this.backstageViewButtonItem1.Caption    = "Quit";
     this.backstageViewButtonItem1.Name       = "backstageViewButtonItem1";
     this.backstageViewButtonItem1.ItemClick += new DevExpress.XtraBars.Ribbon.BackstageViewItemEventHandler(this.backstageViewButtonItem1_ItemClick);
     //
     // barToggleSwitchItem1
     //
     this.barToggleSwitchItem1.Caption = "barToggleSwitchItem1";
     this.barToggleSwitchItem1.Id      = 4;
     this.barToggleSwitchItem1.Name    = "barToggleSwitchItem1";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "barButtonItem1";
     this.barButtonItem1.Id      = 1;
     this.barButtonItem1.Name    = "barButtonItem1";
     //
     // barStaticItem1
     //
     this.barStaticItem1.Caption = "barStaticItem1";
     this.barStaticItem1.Id      = 2;
     this.barStaticItem1.Name    = "barStaticItem1";
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "barButtonItem2";
     this.barButtonItem2.Id      = 3;
     this.barButtonItem2.Name    = "barButtonItem2";
     //
     // ribbonGalleryBarItem1
     //
     this.ribbonGalleryBarItem1.Caption = "ribbonGalleryBarItem1";
     //
     //
     //
     galleryItemGroup1.Caption          = "Alignment";
     galleryItem1.Caption               = "Top";
     galleryItem1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage")));
     galleryItem2.Caption               = "Middle";
     galleryItem2.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage1")));
     galleryItem3.Caption               = "Bottom";
     galleryItem3.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage2")));
     galleryItemGroup1.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
         galleryItem1,
         galleryItem2,
         galleryItem3
     });
     galleryItemGroup2.Caption          = "Text alignment";
     galleryItem4.Caption               = "Left";
     galleryItem4.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage3")));
     galleryItem5.Caption               = "Center";
     galleryItem5.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage4")));
     galleryItem6.Caption               = "Right";
     galleryItem6.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage5")));
     galleryItem7.Caption               = "Block";
     galleryItem7.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage6")));
     galleryItemGroup2.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
         galleryItem4,
         galleryItem5,
         galleryItem6,
         galleryItem7
     });
     this.ribbonGalleryBarItem1.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
         galleryItemGroup1,
         galleryItemGroup2
     });
     this.ribbonGalleryBarItem1.Gallery.ShowItemText = true;
     this.ribbonGalleryBarItem1.GalleryDropDown      = this.galleryDropDown1;
     this.ribbonGalleryBarItem1.Id   = 5;
     this.ribbonGalleryBarItem1.Name = "ribbonGalleryBarItem1";
     //
     // galleryDropDown1
     //
     //
     //
     //
     galleryItemGroup3.Caption = "Group1";
     galleryItem8.Caption      = "Drop-down gallery item";
     galleryItemGroup3.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
         galleryItem8
     });
     this.galleryDropDown1.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
         galleryItemGroup3
     });
     this.galleryDropDown1.Gallery.ShowItemText = true;
     this.galleryDropDown1.ItemLinks.Add(this.barButtonItem1);
     this.galleryDropDown1.ItemLinks.Add(this.barToggleSwitchItem1);
     this.galleryDropDown1.Name   = "galleryDropDown1";
     this.galleryDropDown1.Ribbon = this.ribbonControl1;
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "barButtonItem3";
     this.barButtonItem3.Id      = 6;
     this.barButtonItem3.Name    = "barButtonItem3";
     //
     // ribbonMiniToolbar1
     //
     this.ribbonMiniToolbar1.ItemLinks.Add(this.barButtonItem3);
     this.ribbonMiniToolbar1.ParentControl = this;
     //
     // ribbonPage1
     //
     this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup1,
         this.ribbonPageGroup3
     });
     this.ribbonPage1.Name = "ribbonPage1";
     this.ribbonPage1.Text = "ribbonPage1";
     //
     // ribbonPageGroup1
     //
     this.ribbonPageGroup1.ItemLinks.Add(this.barToggleSwitchItem1);
     this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem1);
     this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem2, "BX");
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     this.ribbonPageGroup1.Text = "ribbonPageGroup1";
     //
     // ribbonPageGroup3
     //
     this.ribbonPageGroup3.CaptionButtonVisible = DevExpress.Utils.DefaultBoolean.True;
     this.ribbonPageGroup3.ItemLinks.Add(this.ribbonGalleryBarItem1);
     this.ribbonPageGroup3.Name = "ribbonPageGroup3";
     toolTipTitleItem1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage7")));
     toolTipTitleItem1.Text = "This is the Ribbon Gallery";
     toolTipItem1.Text      = "Galleries can display options or commands for quick selection.";
     toolTipItem2.Text      = "They can also be useful for elements that require visual identification.";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipItem2);
     this.ribbonPageGroup3.SuperTip = superToolTip1;
     this.ribbonPageGroup3.Text     = "Gallery";
     //
     // ribbonPage2
     //
     this.ribbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup2
     });
     this.ribbonPage2.Name = "ribbonPage2";
     this.ribbonPage2.Text = "ribbonPage2";
     //
     // ribbonPageGroup2
     //
     this.ribbonPageGroup2.ItemLinks.Add(this.barToggleSwitchItem1);
     this.ribbonPageGroup2.Name = "ribbonPageGroup2";
     this.ribbonPageGroup2.Text = "ribbonPageGroup2";
     //
     // ribbonStatusBar1
     //
     this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem1);
     this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 791);
     this.ribbonStatusBar1.Name     = "ribbonStatusBar1";
     this.ribbonStatusBar1.Ribbon   = this.ribbonControl1;
     this.ribbonStatusBar1.Size     = new System.Drawing.Size(1098, 22);
     //
     // popupMenu1
     //
     this.popupMenu1.ItemLinks.Add(this.barToggleSwitchItem1);
     this.popupMenu1.ItemLinks.Add(this.barButtonItem1);
     this.popupMenu1.Name   = "popupMenu1";
     this.popupMenu1.Ribbon = this.ribbonControl1;
     //
     // backstageViewManager1
     //
     this.backstageViewManager1.BackstageView = this.backstageViewControl1;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1098, 813);
     this.Controls.Add(this.backstageViewControl1);
     this.Controls.Add(this.ribbonStatusBar1);
     this.Controls.Add(this.ribbonControl1);
     this.Name      = "Form1";
     this.Ribbon    = this.ribbonControl1;
     this.StatusBar = this.ribbonStatusBar1;
     this.Text      = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.backstageViewControl1)).EndInit();
     this.backstageViewControl1.ResumeLayout(false);
     this.backstageViewClientControl1.ResumeLayout(false);
     this.backstageViewClientControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.recentItemControl1)).EndInit();
     this.recentItemControl1.ResumeLayout(false);
     this.recentControlItemControlContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.galleryDropDown1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTsk_SendReport));
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem1 = new DevExpress.Utils.ToolTipSeparatorItem();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
            this.windowsUIButtonPanel1 = new DevExpress.XtraBars.Docking2010.WindowsUIButtonPanel();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // windowsUIButtonPanel1
            // 
            toolTipTitleItem1.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
            toolTipTitleItem1.Appearance.Options.UseImage = true;
            toolTipTitleItem1.Image = ((System.Drawing.Image)(resources.GetObject("toolTipTitleItem1.Image")));
            toolTipTitleItem1.Text = "sssssssssssssss";
            toolTipItem1.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image1")));
            toolTipItem1.Appearance.Options.UseImage = true;
            toolTipItem1.Image = ((System.Drawing.Image)(resources.GetObject("toolTipItem1.Image")));
            toolTipItem1.LeftIndent = 6;
            toolTipItem1.Text = "ddddddddddd";
            toolTipTitleItem2.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image2")));
            toolTipTitleItem2.Appearance.Options.UseImage = true;
            toolTipTitleItem2.Image = ((System.Drawing.Image)(resources.GetObject("toolTipTitleItem2.Image")));
            toolTipTitleItem2.LeftIndent = 6;
            toolTipTitleItem2.Text = "sssssssss";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            superToolTip1.Items.Add(toolTipSeparatorItem1);
            superToolTip1.Items.Add(toolTipTitleItem2);
            this.windowsUIButtonPanel1.Buttons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] {
            new DevExpress.XtraBars.Docking2010.WindowsUIButton("Buttonss", ((System.Drawing.Image)(resources.GetObject("windowsUIButtonPanel1.Buttons"))), -1, DevExpress.XtraBars.Docking2010.ImageLocation.Default, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", true, -1, true, null, true, true, true, null, null, -1, false, false),
            new DevExpress.XtraBars.Docking2010.WindowsUIButton("Button", ((System.Drawing.Image)(resources.GetObject("windowsUIButtonPanel1.Buttons1"))), 1, DevExpress.XtraBars.Docking2010.ImageLocation.Default, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", false, -1, true, superToolTip1, true, false, true, null, null, -1, false, true),
            new DevExpress.XtraBars.Docking2010.WindowsUIButton()});
            this.windowsUIButtonPanel1.Location = new System.Drawing.Point(12, 12);
            this.windowsUIButtonPanel1.Name = "windowsUIButtonPanel1";
            this.windowsUIButtonPanel1.Size = new System.Drawing.Size(295, 60);
            this.windowsUIButtonPanel1.TabIndex = 0;
            this.windowsUIButtonPanel1.Text = "windowsUIButtonPanel1";
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileName = "openFileDialog1";
            this.openFileDialog1.FileOk += new System.ComponentModel.CancelEventHandler(this.openFileDialog1_FileOk);
            // 
            // simpleButton1
            // 
            this.simpleButton1.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
            this.simpleButton1.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.Image")));
            this.simpleButton1.Location = new System.Drawing.Point(356, 49);
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Size = new System.Drawing.Size(106, 23);
            this.simpleButton1.TabIndex = 1;
            this.simpleButton1.Text = "simpleButton1";
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
            // 
            // gridControl1
            // 
            this.gridControl1.Location = new System.Drawing.Point(2, 122);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.Size = new System.Drawing.Size(919, 355);
            this.gridControl1.TabIndex = 2;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.Name = "gridView1";
            // 
            // frmTsk_SendReport
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(923, 504);
            this.Controls.Add(this.simpleButton1);
            this.Controls.Add(this.gridControl1);
            this.Controls.Add(this.windowsUIButtonPanel1);
            this.Name = "frmTsk_SendReport";
            this.Text = "frmTsk_SendReport";
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            this.ResumeLayout(false);

        }
Example #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();
     DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement7 = new DevExpress.XtraEditors.TileItemElement();
     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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.lblDatabaseName = new DevExpress.XtraBars.BarStaticItem();
     this.lblUsername = new DevExpress.XtraBars.BarStaticItem();
     this.lblLoginTime = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem4 = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem5 = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem6 = new DevExpress.XtraBars.BarStaticItem();
     this.lblLoginDate = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem8 = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem7 = new DevExpress.XtraBars.BarStaticItem();
     this.lblComputerName = new DevExpress.XtraBars.BarStaticItem();
     this.skinRibbonGalleryBarItem1 = new DevExpress.XtraBars.SkinRibbonGalleryBarItem();
     this.barStaticItem9 = new DevExpress.XtraBars.BarStaticItem();
     this.barCheckItem3 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem4 = new DevExpress.XtraBars.BarCheckItem();
     this.barStaticItem10 = new DevExpress.XtraBars.BarStaticItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
     this.b_code = new DevExpress.XtraBars.BarStaticItem();
     this.btnRefresh = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem2 = new DevExpress.XtraBars.BarStaticItem();
     this.lblWorkDate = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem11 = new DevExpress.XtraBars.BarStaticItem();
     this.lblUserID = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem3 = new DevExpress.XtraBars.BarStaticItem();
     this.lblServer = new DevExpress.XtraBars.BarStaticItem();
     this.ribbonPage8 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage16 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.repositoryItemToggleSwitch1 = new DevExpress.XtraEditors.Repository.RepositoryItemToggleSwitch();
     this.ribbonStatusBar1 = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.tileNavSubItem16 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
     this.tileNavSubItem17 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
     this.tileNavSubItem18 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
     this.tileNavSubItem19 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
     this.tileNavSubItem20 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
     this.tileNavSubItem21 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
     this.tileNavSubItem22 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
     this.backstageViewTabItem1 = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
     this.navBarItem1 = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItem45 = new DevExpress.XtraNavBar.NavBarItem();
     this.frmModulesList = new DevExpress.XtraNavBar.NavBarItem();
     this.frmaddUsers = new DevExpress.XtraNavBar.NavBarItem();
     this.frmUserRights = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup2 = new DevExpress.XtraNavBar.NavBarGroup();
     this.frmGeneralSettings = new DevExpress.XtraNavBar.NavBarItem();
     this.frmEmailManager = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup3 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup4 = new DevExpress.XtraNavBar.NavBarGroup();
     this.frmOpenRSS = new DevExpress.XtraNavBar.NavBarItem();
     this.frmOpenRssStock = new DevExpress.XtraNavBar.NavBarItem();
     this.frmReturnSummary = new DevExpress.XtraNavBar.NavBarItem();
     this.frmOpenDSS = new DevExpress.XtraNavBar.NavBarItem();
     this.frmMPOSSync = new DevExpress.XtraNavBar.NavBarItem();
     this.frmSelectSummary = new DevExpress.XtraNavBar.NavBarItem();
     this.frmSaleInvoiceGeneration = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup5 = new DevExpress.XtraNavBar.NavBarGroup();
     this.frmPurchaseOrder = new DevExpress.XtraNavBar.NavBarItem();
     this.frmGRN = new DevExpress.XtraNavBar.NavBarItem();
     this.frmPurchaseInvoice = new DevExpress.XtraNavBar.NavBarItem();
     this.frmDeliveryChallan = new DevExpress.XtraNavBar.NavBarItem();
     this.frmPurchaseReturn = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup6 = new DevExpress.XtraNavBar.NavBarGroup();
     this.frmTown = new DevExpress.XtraNavBar.NavBarItem();
     this.frmOurCompanyGroups = new DevExpress.XtraNavBar.NavBarItem();
     this.frmCustomers = new DevExpress.XtraNavBar.NavBarItem();
     this.frmProducts = new DevExpress.XtraNavBar.NavBarItem();
     this.frmCompanyGroup = new DevExpress.XtraNavBar.NavBarItem();
     this.frmEmployeeTargets = new DevExpress.XtraNavBar.NavBarItem();
     this.frmProductGroup = new DevExpress.XtraNavBar.NavBarItem();
     this.frmVendorEmployees = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup7 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup8 = new DevExpress.XtraNavBar.NavBarGroup();
     this.frmHoldScan = new DevExpress.XtraNavBar.NavBarItem();
     this.frmBatchCorrection = new DevExpress.XtraNavBar.NavBarItem();
     this.frmIntimations = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItem2 = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup9 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup10 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup11 = new DevExpress.XtraNavBar.NavBarGroup();
     this.Administration = new DevExpress.XtraNavBar.NavBarItem();
     this.Financials = new DevExpress.XtraNavBar.NavBarItem();
     this.Accounts = new DevExpress.XtraNavBar.NavBarItem();
     this.Claims = new DevExpress.XtraNavBar.NavBarItem();
     this.Sales = new DevExpress.XtraNavBar.NavBarItem();
     this.navbrPurchasing = new DevExpress.XtraNavBar.NavBarItem();
     this.navbrPartners = new DevExpress.XtraNavBar.NavBarItem();
     this.navbrBanking = new DevExpress.XtraNavBar.NavBarItem();
     this.navbrInventory = new DevExpress.XtraNavBar.NavBarItem();
     this.navbrHumanResource = new DevExpress.XtraNavBar.NavBarItem();
     this.navbrFleetnSupply = new DevExpress.XtraNavBar.NavBarItem();
     this.navbrInstitution = new DevExpress.XtraNavBar.NavBarItem();
     this.navbrGeneralStore = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarControl1 = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup12 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup1 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup13 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup14 = new DevExpress.XtraNavBar.NavBarGroup();
     this.button1 = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit();
     this.SuspendLayout();
     //
     // ribbonControl1
     //
     this.ribbonControl1.ExpandCollapseItem.Id = 0;
     this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.ribbonControl1.ExpandCollapseItem,
     this.lblDatabaseName,
     this.lblUsername,
     this.lblLoginTime,
     this.barStaticItem4,
     this.barStaticItem5,
     this.barStaticItem6,
     this.lblLoginDate,
     this.barStaticItem8,
     this.barStaticItem7,
     this.lblComputerName,
     this.skinRibbonGalleryBarItem1,
     this.barStaticItem9,
     this.barCheckItem3,
     this.barCheckItem4,
     this.barStaticItem10,
     this.barButtonItem1,
     this.barStaticItem1,
     this.b_code,
     this.btnRefresh,
     this.barStaticItem2,
     this.lblWorkDate,
     this.barStaticItem11,
     this.lblUserID,
     this.barStaticItem3,
     this.lblServer});
     this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
     this.ribbonControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.ribbonControl1.MaxItemId = 27;
     this.ribbonControl1.Name = "ribbonControl1";
     this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
     this.ribbonPage8,
     this.ribbonPage16,
     this.ribbonPage1,
     this.ribbonPage2});
     this.ribbonControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemToggleSwitch1});
     this.ribbonControl1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2013;
     this.ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl1.ShowFullScreenButton = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl1.ShowToolbarCustomizeItem = false;
     this.ribbonControl1.Size = new System.Drawing.Size(1190, 147);
     this.ribbonControl1.StatusBar = this.ribbonStatusBar1;
     this.ribbonControl1.Toolbar.ShowCustomizeItem = false;
     this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
     //
     // lblDatabaseName
     //
     this.lblDatabaseName.Caption = "lblErp";
     this.lblDatabaseName.Id = 133;
     this.lblDatabaseName.Name = "lblDatabaseName";
     this.lblDatabaseName.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // lblUsername
     //
     this.lblUsername.Caption = "u_name";
     this.lblUsername.Id = 134;
     this.lblUsername.Name = "lblUsername";
     this.lblUsername.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // lblLoginTime
     //
     this.lblLoginTime.Caption = "logintime";
     this.lblLoginTime.Id = 135;
     this.lblLoginTime.Name = "lblLoginTime";
     this.lblLoginTime.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barStaticItem4
     //
     this.barStaticItem4.Caption = "Login User :"******"Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem4.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem4.Name = "barStaticItem4";
     this.barStaticItem4.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barStaticItem5
     //
     this.barStaticItem5.Caption = "Database :";
     this.barStaticItem5.Id = 139;
     this.barStaticItem5.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem5.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem5.Name = "barStaticItem5";
     this.barStaticItem5.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barStaticItem6
     //
     this.barStaticItem6.Caption = "Login Time :";
     this.barStaticItem6.Id = 140;
     this.barStaticItem6.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem6.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem6.Name = "barStaticItem6";
     this.barStaticItem6.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // lblLoginDate
     //
     this.lblLoginDate.Caption = "logindate";
     this.lblLoginDate.Id = 141;
     this.lblLoginDate.Name = "lblLoginDate";
     this.lblLoginDate.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barStaticItem8
     //
     this.barStaticItem8.Caption = "Login At :";
     this.barStaticItem8.Id = 142;
     this.barStaticItem8.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem8.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem8.Name = "barStaticItem8";
     this.barStaticItem8.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barStaticItem7
     //
     this.barStaticItem7.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.barStaticItem7.Caption = "Computer Name :";
     this.barStaticItem7.Id = 143;
     this.barStaticItem7.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem7.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem7.Name = "barStaticItem7";
     this.barStaticItem7.TextAlignment = System.Drawing.StringAlignment.Near;
     this.barStaticItem7.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // lblComputerName
     //
     this.lblComputerName.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.lblComputerName.Caption = "c_name";
     this.lblComputerName.Id = 145;
     this.lblComputerName.Name = "lblComputerName";
     this.lblComputerName.TextAlignment = System.Drawing.StringAlignment.Near;
     this.lblComputerName.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // skinRibbonGalleryBarItem1
     //
     this.skinRibbonGalleryBarItem1.Caption = "skinRibbonGalleryBarItem1";
     //
     //
     //
     this.skinRibbonGalleryBarItem1.Gallery.ShowItemText = true;
     this.skinRibbonGalleryBarItem1.Id = 3;
     this.skinRibbonGalleryBarItem1.Name = "skinRibbonGalleryBarItem1";
     //
     // barStaticItem9
     //
     this.barStaticItem9.Caption = "Pane Style : ";
     this.barStaticItem9.Id = 6;
     this.barStaticItem9.Name = "barStaticItem9";
     this.barStaticItem9.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barCheckItem3
     //
     this.barCheckItem3.Caption = "Explorer View";
     this.barCheckItem3.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
     this.barCheckItem3.Checked = true;
     this.barCheckItem3.Id = 14;
     this.barCheckItem3.Name = "barCheckItem3";
     superToolTip1.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipTitleItem1.Text = "What\'s Explorer View?";
     toolTipItem1.LeftIndent = 6;
     toolTipItem1.Text = "In <b>Explorer View</b> all groups are arranged one under another which provide t" +
     "he facility to expand / collapse each group individually.";
     toolTipTitleItem2.LeftIndent = 6;
     toolTipTitleItem2.Text = "ERP - Babar Medicine Company Lahore";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     this.barCheckItem3.SuperTip = superToolTip1;
     this.barCheckItem3.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItem3_CheckedChanged);
     //
     // barCheckItem4
     //
     this.barCheckItem4.Caption = "Navigation View";
     this.barCheckItem4.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
     this.barCheckItem4.Id = 15;
     this.barCheckItem4.Name = "barCheckItem4";
     superToolTip2.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipTitleItem3.Text = "What\'s Navigation View?";
     toolTipItem2.LeftIndent = 6;
     toolTipItem2.Text = "In <b>Navigation View</b> all groups are arranged one under another with one grou" +
     "p always expanded and this view provides the facility to expand / shrink whole <" +
     "b>Navigation Bar</b>.";
     toolTipTitleItem4.LeftIndent = 6;
     toolTipTitleItem4.Text = "ERP - Babar Medicine Company Lahore";
     superToolTip2.Items.Add(toolTipTitleItem3);
     superToolTip2.Items.Add(toolTipItem2);
     superToolTip2.Items.Add(toolTipSeparatorItem2);
     superToolTip2.Items.Add(toolTipTitleItem4);
     this.barCheckItem4.SuperTip = superToolTip2;
     this.barCheckItem4.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItem4_CheckedChanged);
     //
     // barStaticItem10
     //
     this.barStaticItem10.Caption = "Explorer View";
     this.barStaticItem10.Id = 16;
     this.barStaticItem10.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem10.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem10.Name = "barStaticItem10";
     this.barStaticItem10.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "Color Mixer";
     this.barButtonItem1.Glyph = global::ERPGUI.Properties.Resources.colorpicker;
     this.barButtonItem1.Id = 17;
     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)));
     superToolTip3.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipTitleItem5.Text = "What is Color Mixer?";
     toolTipItem3.LeftIndent = 6;
     toolTipItem3.Text = "<b>Color Mixer</b> gives you the functionality to apply your desireable color to " +
     "whole application and you can also set the <b>Brightness</b> of application.";
     toolTipTitleItem6.LeftIndent = 6;
     toolTipTitleItem6.Text = "ERP - Babar Medicine Company Lahore";
     superToolTip3.Items.Add(toolTipTitleItem5);
     superToolTip3.Items.Add(toolTipItem3);
     superToolTip3.Items.Add(toolTipSeparatorItem3);
     superToolTip3.Items.Add(toolTipTitleItem6);
     this.barButtonItem1.SuperTip = superToolTip3;
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barStaticItem1
     //
     this.barStaticItem1.Caption = "Branch :";
     this.barStaticItem1.Id = 18;
     this.barStaticItem1.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem1.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem1.Name = "barStaticItem1";
     this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // b_code
     //
     this.b_code.Caption = "b_code";
     this.b_code.Id = 19;
     this.b_code.Name = "b_code";
     this.b_code.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // btnRefresh
     //
     this.btnRefresh.Caption = "Refresh";
     this.btnRefresh.Glyph = global::ERPGUI.Properties.Resources.refresh_32x32;
     this.btnRefresh.Id = 20;
     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)));
     this.btnRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnRefresh_ItemClick);
     //
     // barStaticItem2
     //
     this.barStaticItem2.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.barStaticItem2.Caption = "Work Date :";
     this.barStaticItem2.Id = 21;
     this.barStaticItem2.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem2.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem2.Name = "barStaticItem2";
     this.barStaticItem2.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // lblWorkDate
     //
     this.lblWorkDate.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.lblWorkDate.Caption = "date";
     this.lblWorkDate.Id = 22;
     this.lblWorkDate.Name = "lblWorkDate";
     this.lblWorkDate.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barStaticItem11
     //
     this.barStaticItem11.Caption = "Username :"******"Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem11.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem11.Name = "barStaticItem11";
     this.barStaticItem11.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // lblUserID
     //
     this.lblUserID.Caption = "id";
     this.lblUserID.Id = 24;
     this.lblUserID.Name = "lblUserID";
     this.lblUserID.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barStaticItem3
     //
     this.barStaticItem3.Caption = "Server :";
     this.barStaticItem3.Id = 25;
     this.barStaticItem3.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem3.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem3.Name = "barStaticItem3";
     this.barStaticItem3.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // lblServer
     //
     this.lblServer.Caption = "Server";
     this.lblServer.Id = 26;
     this.lblServer.Name = "lblServer";
     this.lblServer.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // ribbonPage8
     //
     this.ribbonPage8.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
     this.ribbonPage8.Appearance.Options.UseFont = true;
     this.ribbonPage8.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup3});
     this.ribbonPage8.Name = "ribbonPage8";
     this.ribbonPage8.Text = "File";
     //
     // ribbonPageGroup3
     //
     this.ribbonPageGroup3.ItemLinks.Add(this.btnRefresh);
     this.ribbonPageGroup3.Name = "ribbonPageGroup3";
     //
     // ribbonPage16
     //
     this.ribbonPage16.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup2,
     this.ribbonPageGroup1});
     this.ribbonPage16.Name = "ribbonPage16";
     this.ribbonPage16.Text = "View";
     //
     // ribbonPageGroup2
     //
     this.ribbonPageGroup2.AllowTextClipping = false;
     this.ribbonPageGroup2.ItemLinks.Add(this.skinRibbonGalleryBarItem1);
     this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem1);
     this.ribbonPageGroup2.Name = "ribbonPageGroup2";
     this.ribbonPageGroup2.Text = "Themes";
     //
     // ribbonPageGroup1
     //
     this.ribbonPageGroup1.AllowTextClipping = false;
     this.ribbonPageGroup1.ItemLinks.Add(this.barCheckItem3);
     this.ribbonPageGroup1.ItemLinks.Add(this.barCheckItem4);
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     this.ribbonPageGroup1.Text = "Switch Pane Style";
     //
     // ribbonPage1
     //
     this.ribbonPage1.Name = "ribbonPage1";
     this.ribbonPage1.Text = "Help";
     //
     // ribbonPage2
     //
     this.ribbonPage2.Name = "ribbonPage2";
     //
     // repositoryItemToggleSwitch1
     //
     this.repositoryItemToggleSwitch1.AutoHeight = false;
     this.repositoryItemToggleSwitch1.Name = "repositoryItemToggleSwitch1";
     this.repositoryItemToggleSwitch1.OffText = "Explorer";
     this.repositoryItemToggleSwitch1.OnText = "Navigation";
     //
     // ribbonStatusBar1
     //
     this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem1, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.b_code);
     this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem3, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.lblServer);
     this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem5, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.lblDatabaseName);
     this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem4, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.lblUserID);
     this.ribbonStatusBar1.ItemLinks.Add(this.lblUsername);
     this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem8, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.lblLoginDate);
     this.ribbonStatusBar1.ItemLinks.Add(this.lblLoginTime);
     this.ribbonStatusBar1.ItemLinks.Add(this.lblComputerName);
     this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem2, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.lblWorkDate);
     this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 653);
     this.ribbonStatusBar1.Name = "ribbonStatusBar1";
     this.ribbonStatusBar1.Ribbon = this.ribbonControl1;
     this.ribbonStatusBar1.Size = new System.Drawing.Size(1190, 31);
     //
     // tileNavSubItem16
     //
     this.tileNavSubItem16.Caption = "tileNavSubItem16";
     this.tileNavSubItem16.Name = "tileNavSubItem16";
     this.tileNavSubItem16.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     //
     //
     //
     this.tileNavSubItem16.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement1.Text = "tileNavSubItem16";
     this.tileNavSubItem16.Tile.Elements.Add(tileItemElement1);
     this.tileNavSubItem16.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavSubItem16.Tile.Name = "tileBarItem25";
     //
     // tileNavSubItem17
     //
     this.tileNavSubItem17.Caption = "tileNavSubItem17";
     this.tileNavSubItem17.Name = "tileNavSubItem17";
     this.tileNavSubItem17.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     //
     //
     //
     this.tileNavSubItem17.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement2.Text = "tileNavSubItem17";
     this.tileNavSubItem17.Tile.Elements.Add(tileItemElement2);
     this.tileNavSubItem17.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavSubItem17.Tile.Name = "tileBarItem26";
     //
     // tileNavSubItem18
     //
     this.tileNavSubItem18.Caption = "tileNavSubItem18";
     this.tileNavSubItem18.Name = "tileNavSubItem18";
     this.tileNavSubItem18.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     //
     //
     //
     this.tileNavSubItem18.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement3.Text = "tileNavSubItem18";
     this.tileNavSubItem18.Tile.Elements.Add(tileItemElement3);
     this.tileNavSubItem18.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavSubItem18.Tile.Name = "tileBarItem27";
     //
     // tileNavSubItem19
     //
     this.tileNavSubItem19.Caption = "tileNavSubItem19";
     this.tileNavSubItem19.Name = "tileNavSubItem19";
     this.tileNavSubItem19.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     //
     //
     //
     this.tileNavSubItem19.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement4.Text = "tileNavSubItem19";
     this.tileNavSubItem19.Tile.Elements.Add(tileItemElement4);
     this.tileNavSubItem19.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavSubItem19.Tile.Name = "tileBarItem28";
     //
     // tileNavSubItem20
     //
     this.tileNavSubItem20.Caption = "tileNavSubItem20";
     this.tileNavSubItem20.Name = "tileNavSubItem20";
     this.tileNavSubItem20.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     //
     //
     //
     this.tileNavSubItem20.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement5.Text = "tileNavSubItem20";
     this.tileNavSubItem20.Tile.Elements.Add(tileItemElement5);
     this.tileNavSubItem20.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavSubItem20.Tile.Name = "tileBarItem29";
     //
     // tileNavSubItem21
     //
     this.tileNavSubItem21.Caption = "tileNavSubItem21";
     this.tileNavSubItem21.Name = "tileNavSubItem21";
     this.tileNavSubItem21.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     //
     //
     //
     this.tileNavSubItem21.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement6.Text = "tileNavSubItem21";
     this.tileNavSubItem21.Tile.Elements.Add(tileItemElement6);
     this.tileNavSubItem21.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavSubItem21.Tile.Name = "tileBarItem30";
     //
     // tileNavSubItem22
     //
     this.tileNavSubItem22.Caption = "tileNavSubItem22";
     this.tileNavSubItem22.Name = "tileNavSubItem22";
     this.tileNavSubItem22.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     //
     //
     //
     this.tileNavSubItem22.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement7.Text = "tileNavSubItem22";
     this.tileNavSubItem22.Tile.Elements.Add(tileItemElement7);
     this.tileNavSubItem22.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavSubItem22.Tile.Name = "tileBarItem31";
     //
     // backstageViewTabItem1
     //
     this.backstageViewTabItem1.Caption = "backstageViewTabItem1";
     this.backstageViewTabItem1.Name = "backstageViewTabItem1";
     this.backstageViewTabItem1.Selected = false;
     //
     // navBarItem1
     //
     this.navBarItem1.Caption = "Near Expiry Batches";
     this.navBarItem1.Name = "navBarItem1";
     //
     // navBarItem45
     //
     this.navBarItem45.Caption = "navBarItem45";
     this.navBarItem45.Name = "navBarItem45";
     //
     // frmModulesList
     //
     this.frmModulesList.Caption = "Modules List";
     this.frmModulesList.Name = "frmModulesList";
     this.frmModulesList.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmaddUsers
     //
     this.frmaddUsers.Caption = "Add User";
     this.frmaddUsers.Name = "frmaddUsers";
     this.frmaddUsers.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmUserRights
     //
     this.frmUserRights.Caption = "Users Security";
     this.frmUserRights.Name = "frmUserRights";
     this.frmUserRights.LinkPressed += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // navBarGroup2
     //
     this.navBarGroup2.Caption = "Administration";
     this.navBarGroup2.Expanded = true;
     this.navBarGroup2.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmModulesList),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmaddUsers),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmUserRights),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmGeneralSettings),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmEmailManager)});
     this.navBarGroup2.Name = "navBarGroup2";
     this.navBarGroup2.SmallImage = global::ERPGUI.Properties.Resources.login_key_copy;
     superToolTip4.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipTitleItem7.Text = "What\'s in Administration?";
     toolTipItem4.LeftIndent = 6;
     toolTipItem4.Text = "All tasks related to system <b>Administrator</b> are under this section. ";
     toolTipTitleItem8.LeftIndent = 6;
     toolTipTitleItem8.Text = "ERP - Babar Medicine Company Lahore";
     superToolTip4.Items.Add(toolTipTitleItem7);
     superToolTip4.Items.Add(toolTipItem4);
     superToolTip4.Items.Add(toolTipSeparatorItem4);
     superToolTip4.Items.Add(toolTipTitleItem8);
     this.navBarGroup2.SuperTip = superToolTip4;
     //
     // frmGeneralSettings
     //
     this.frmGeneralSettings.Caption = "General Settings";
     this.frmGeneralSettings.Name = "frmGeneralSettings";
     this.frmGeneralSettings.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmEmailManager
     //
     this.frmEmailManager.Caption = "Email Manager";
     this.frmEmailManager.Name = "frmEmailManager";
     this.frmEmailManager.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.frmEmailManager_LinkClicked);
     //
     // navBarGroup3
     //
     this.navBarGroup3.Caption = "Financials";
     this.navBarGroup3.Name = "navBarGroup3";
     this.navBarGroup3.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup3.SmallImage")));
     //
     // navBarGroup4
     //
     this.navBarGroup4.Caption = "Sales A/R";
     this.navBarGroup4.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmOpenRSS),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmOpenRssStock),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmReturnSummary),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmOpenDSS),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmMPOSSync),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmSelectSummary),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmSaleInvoiceGeneration)});
     this.navBarGroup4.Name = "navBarGroup4";
     this.navBarGroup4.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup4.SmallImage")));
     //
     // frmOpenRSS
     //
     this.frmOpenRSS.Caption = "Open Rss";
     this.frmOpenRSS.Name = "frmOpenRSS";
     this.frmOpenRSS.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.frmOpenRss_LinkClicked);
     //
     // frmOpenRssStock
     //
     this.frmOpenRssStock.Caption = "Open Rss Stock";
     this.frmOpenRssStock.Name = "frmOpenRssStock";
     this.frmOpenRssStock.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.frmOpenRss_LinkClicked);
     //
     // frmReturnSummary
     //
     this.frmReturnSummary.Caption = "Sale Return";
     this.frmReturnSummary.Name = "frmReturnSummary";
     this.frmReturnSummary.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmOpenDSS
     //
     this.frmOpenDSS.Caption = "Open Dss";
     this.frmOpenDSS.Name = "frmOpenDSS";
     this.frmOpenDSS.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmMPOSSync
     //
     this.frmMPOSSync.Caption = "Sync Devices";
     this.frmMPOSSync.Name = "frmMPOSSync";
     this.frmMPOSSync.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmSelectSummary
     //
     this.frmSelectSummary.Caption = "Sale Invoice";
     this.frmSelectSummary.Name = "frmSelectSummary";
     this.frmSelectSummary.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmSaleInvoiceGeneration
     //
     this.frmSaleInvoiceGeneration.Caption = "Auto Sale Invoice";
     this.frmSaleInvoiceGeneration.Name = "frmSaleInvoiceGeneration";
     this.frmSaleInvoiceGeneration.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // navBarGroup5
     //
     this.navBarGroup5.Caption = "Purchasing A/P";
     this.navBarGroup5.Expanded = true;
     this.navBarGroup5.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmPurchaseOrder),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmGRN),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmPurchaseInvoice),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmDeliveryChallan),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmPurchaseReturn)});
     this.navBarGroup5.Name = "navBarGroup5";
     this.navBarGroup5.SmallImage = global::ERPGUI.Properties.Resources.cart__2_;
     //
     // frmPurchaseOrder
     //
     this.frmPurchaseOrder.Caption = "Purchase Order";
     this.frmPurchaseOrder.Name = "frmPurchaseOrder";
     this.frmPurchaseOrder.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmGRN
     //
     this.frmGRN.Caption = "Goods Receipt Note";
     this.frmGRN.Name = "frmGRN";
     this.frmGRN.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmPurchaseInvoice
     //
     this.frmPurchaseInvoice.Caption = "Purchase Invoice";
     this.frmPurchaseInvoice.Name = "frmPurchaseInvoice";
     this.frmPurchaseInvoice.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmDeliveryChallan
     //
     this.frmDeliveryChallan.Caption = "Delivery Challan";
     this.frmDeliveryChallan.Name = "frmDeliveryChallan";
     this.frmDeliveryChallan.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmPurchaseReturn
     //
     this.frmPurchaseReturn.Caption = "Purchase Return";
     this.frmPurchaseReturn.Name = "frmPurchaseReturn";
     this.frmPurchaseReturn.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // navBarGroup6
     //
     this.navBarGroup6.Caption = "Business Partners";
     this.navBarGroup6.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmTown),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmOurCompanyGroups),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmCustomers),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmProducts),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmCompanyGroup),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmEmployeeTargets),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmProductGroup),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmVendorEmployees)});
     this.navBarGroup6.Name = "navBarGroup6";
     this.navBarGroup6.SmallImage = global::ERPGUI.Properties.Resources.handshake1;
     //
     // frmTown
     //
     this.frmTown.Caption = "Areas Defination";
     this.frmTown.Name = "frmTown";
     this.frmTown.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmOurCompanyGroups
     //
     this.frmOurCompanyGroups.Caption = "Our Company Groups";
     this.frmOurCompanyGroups.Name = "frmOurCompanyGroups";
     this.frmOurCompanyGroups.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmCustomers
     //
     this.frmCustomers.Caption = "Customers";
     this.frmCustomers.Name = "frmCustomers";
     this.frmCustomers.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmProducts
     //
     this.frmProducts.Caption = "Products";
     this.frmProducts.Name = "frmProducts";
     this.frmProducts.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmCompanyGroup
     //
     this.frmCompanyGroup.Caption = "Company Groups";
     this.frmCompanyGroup.Name = "frmCompanyGroup";
     this.frmCompanyGroup.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmEmployeeTargets
     //
     this.frmEmployeeTargets.Caption = "Targets";
     this.frmEmployeeTargets.Name = "frmEmployeeTargets";
     this.frmEmployeeTargets.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmProductGroup
     //
     this.frmProductGroup.Caption = "Product Grouping";
     this.frmProductGroup.Name = "frmProductGroup";
     this.frmProductGroup.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmVendorEmployees
     //
     this.frmVendorEmployees.Caption = "Compnies Employee";
     this.frmVendorEmployees.Name = "frmVendorEmployees";
     this.frmVendorEmployees.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // navBarGroup7
     //
     this.navBarGroup7.Caption = "Banking";
     this.navBarGroup7.Name = "navBarGroup7";
     this.navBarGroup7.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup7.SmallImage")));
     //
     // navBarGroup8
     //
     this.navBarGroup8.Caption = "Inventory";
     this.navBarGroup8.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmHoldScan),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmBatchCorrection),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmIntimations),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem2)});
     this.navBarGroup8.Name = "navBarGroup8";
     this.navBarGroup8.SmallImage = global::ERPGUI.Properties.Resources.sssss;
     //
     // frmHoldScan
     //
     this.frmHoldScan.Caption = "Hold Scan";
     this.frmHoldScan.Name = "frmHoldScan";
     this.frmHoldScan.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.frmHoldScan_LinkClicked);
     //
     // frmBatchCorrection
     //
     this.frmBatchCorrection.Caption = "Batch Correction";
     this.frmBatchCorrection.Name = "frmBatchCorrection";
     this.frmBatchCorrection.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmIntimations
     //
     this.frmIntimations.Caption = "Intimation";
     this.frmIntimations.Name = "frmIntimations";
     this.frmIntimations.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // navBarItem2
     //
     this.navBarItem2.Caption = "Auto Product Change";
     this.navBarItem2.Name = "navBarItem2";
     this.navBarItem2.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // navBarGroup9
     //
     this.navBarGroup9.Caption = "Human Resource";
     this.navBarGroup9.Expanded = true;
     this.navBarGroup9.Name = "navBarGroup9";
     this.navBarGroup9.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup9.SmallImage")));
     //
     // navBarGroup10
     //
     this.navBarGroup10.Caption = "Fleets & Supply";
     this.navBarGroup10.Expanded = true;
     this.navBarGroup10.Name = "navBarGroup10";
     this.navBarGroup10.SmallImage = global::ERPGUI.Properties.Resources.truck_16x16;
     //
     // navBarGroup11
     //
     this.navBarGroup11.Caption = "Reports";
     this.navBarGroup11.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.Administration),
     new DevExpress.XtraNavBar.NavBarItemLink(this.Financials),
     new DevExpress.XtraNavBar.NavBarItemLink(this.Accounts),
     new DevExpress.XtraNavBar.NavBarItemLink(this.Claims),
     new DevExpress.XtraNavBar.NavBarItemLink(this.Sales),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navbrPurchasing),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navbrPartners),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navbrBanking),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navbrInventory),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navbrHumanResource),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navbrFleetnSupply),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navbrInstitution),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navbrGeneralStore)});
     this.navBarGroup11.Name = "navBarGroup11";
     this.navBarGroup11.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup11.SmallImage")));
     //
     // Administration
     //
     this.Administration.Caption = "Administration";
     this.Administration.Name = "Administration";
     this.Administration.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // Financials
     //
     this.Financials.Caption = "Financials";
     this.Financials.Name = "Financials";
     this.Financials.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // Accounts
     //
     this.Accounts.Caption = "Accounts";
     this.Accounts.Name = "Accounts";
     this.Accounts.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // Claims
     //
     this.Claims.Caption = "Claims";
     this.Claims.Name = "Claims";
     this.Claims.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // Sales
     //
     this.Sales.Caption = "Sales A/R";
     this.Sales.Name = "Sales";
     this.Sales.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navbrPurchasing
     //
     this.navbrPurchasing.Caption = "Purchasing A/P";
     this.navbrPurchasing.Name = "navbrPurchasing";
     this.navbrPurchasing.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navbrPartners
     //
     this.navbrPartners.Caption = "Business Partners";
     this.navbrPartners.Name = "navbrPartners";
     this.navbrPartners.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navbrBanking
     //
     this.navbrBanking.Caption = "Banking";
     this.navbrBanking.Name = "navbrBanking";
     this.navbrBanking.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navbrInventory
     //
     this.navbrInventory.Caption = "Inventory";
     this.navbrInventory.Name = "navbrInventory";
     this.navbrInventory.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navbrHumanResource
     //
     this.navbrHumanResource.Caption = "Human Resource";
     this.navbrHumanResource.Name = "navbrHumanResource";
     this.navbrHumanResource.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navbrFleetnSupply
     //
     this.navbrFleetnSupply.Caption = "Fleets & Supply";
     this.navbrFleetnSupply.Name = "navbrFleetnSupply";
     this.navbrFleetnSupply.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navbrInstitution
     //
     this.navbrInstitution.Caption = "Institution";
     this.navbrInstitution.Name = "navbrInstitution";
     this.navbrInstitution.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navbrGeneralStore
     //
     this.navbrGeneralStore.Caption = "General Store";
     this.navbrGeneralStore.Name = "navbrGeneralStore";
     this.navbrGeneralStore.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navBarControl1
     //
     this.navBarControl1.ActiveGroup = this.navBarGroup2;
     this.navBarControl1.Dock = System.Windows.Forms.DockStyle.Left;
     this.navBarControl1.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup2,
     this.navBarGroup3,
     this.navBarGroup12,
     this.navBarGroup1,
     this.navBarGroup4,
     this.navBarGroup5,
     this.navBarGroup6,
     this.navBarGroup7,
     this.navBarGroup8,
     this.navBarGroup9,
     this.navBarGroup10,
     this.navBarGroup13,
     this.navBarGroup14,
     this.navBarGroup11});
     this.navBarControl1.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItem1,
     this.navBarItem45,
     this.frmModulesList,
     this.frmaddUsers,
     this.frmUserRights,
     this.Administration,
     this.frmTown,
     this.Financials,
     this.Accounts,
     this.Claims,
     this.Sales,
     this.navbrPurchasing,
     this.navbrPartners,
     this.navbrBanking,
     this.navbrInventory,
     this.navbrHumanResource,
     this.navbrFleetnSupply,
     this.navbrInstitution,
     this.navbrGeneralStore,
     this.frmOurCompanyGroups,
     this.frmCustomers,
     this.frmProducts,
     this.frmCompanyGroup,
     this.frmGeneralSettings,
     this.frmEmployeeTargets,
     this.frmProductGroup,
     this.frmVendorEmployees,
     this.frmPurchaseOrder,
     this.frmGRN,
     this.frmPurchaseInvoice,
     this.frmDeliveryChallan,
     this.frmPurchaseReturn,
     this.frmHoldScan,
     this.frmOpenRSS,
     this.frmOpenRssStock,
     this.frmReturnSummary,
     this.frmOpenDSS,
     this.frmMPOSSync,
     this.frmBatchCorrection,
     this.frmIntimations,
     this.navBarItem2,
     this.frmSelectSummary,
     this.frmSaleInvoiceGeneration,
     this.frmEmailManager});
     this.navBarControl1.Location = new System.Drawing.Point(0, 147);
     this.navBarControl1.Name = "navBarControl1";
     this.navBarControl1.OptionsNavPane.ExpandedWidth = 170;
     this.navBarControl1.PaintStyleKind = DevExpress.XtraNavBar.NavBarViewKind.ExplorerBar;
     this.navBarControl1.Size = new System.Drawing.Size(170, 506);
     this.navBarControl1.StoreDefaultPaintStyleName = true;
     this.navBarControl1.TabIndex = 3;
     this.navBarControl1.Text = "navBarControl1";
     //
     // navBarGroup12
     //
     this.navBarGroup12.Caption = "Accounts";
     this.navBarGroup12.Expanded = true;
     this.navBarGroup12.Name = "navBarGroup12";
     this.navBarGroup12.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup12.SmallImage")));
     //
     // navBarGroup1
     //
     this.navBarGroup1.Caption = "Claims";
     this.navBarGroup1.Name = "navBarGroup1";
     this.navBarGroup1.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup1.SmallImage")));
     //
     // navBarGroup13
     //
     this.navBarGroup13.Caption = "Institution";
     this.navBarGroup13.Name = "navBarGroup13";
     this.navBarGroup13.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup13.SmallImage")));
     //
     // navBarGroup14
     //
     this.navBarGroup14.Caption = "General Store";
     this.navBarGroup14.Name = "navBarGroup14";
     this.navBarGroup14.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup14.SmallImage")));
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(341, 90);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 11;
     this.button1.Text = "Lock";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // frmMain
     //
     this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.True;
     this.Appearance.BackColor = System.Drawing.Color.LightYellow;
     this.Appearance.BackColor2 = System.Drawing.Color.Olive;
     this.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.Appearance.Options.UseBackColor = true;
     this.Appearance.Options.UseBorderColor = true;
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Center;
     this.BackgroundImageStore = global::ERPGUI.Properties.Resources.bmc2;
     this.ClientSize = new System.Drawing.Size(1190, 684);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.navBarControl1);
     this.Controls.Add(this.ribbonStatusBar1);
     this.Controls.Add(this.ribbonControl1);
     this.Font = new System.Drawing.Font("Tahoma", 8F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.InactiveGlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.IsMdiContainer = true;
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name = "frmMain";
     this.Ribbon = this.ribbonControl1;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.StatusBar = this.ribbonStatusBar1;
     this.Text = "ERP - Babar Medicine Company Lahore";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
     this.Load += new System.EventHandler(this.frmMain_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).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.XtraBars.Ribbon.GalleryItemGroup    galleryItemGroup13 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
     DevExpress.XtraBars.Ribbon.GalleryItem         galleryItem33      = new DevExpress.XtraBars.Ribbon.GalleryItem();
     System.ComponentModel.ComponentResourceManager resources          = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     DevExpress.XtraBars.Ribbon.GalleryItem         galleryItem34      = new DevExpress.XtraBars.Ribbon.GalleryItem();
     DevExpress.XtraBars.Ribbon.GalleryItem         galleryItem35      = new DevExpress.XtraBars.Ribbon.GalleryItem();
     DevExpress.XtraBars.Ribbon.GalleryItemGroup    galleryItemGroup14 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
     DevExpress.XtraBars.Ribbon.GalleryItem         galleryItem36      = new DevExpress.XtraBars.Ribbon.GalleryItem();
     DevExpress.XtraBars.Ribbon.GalleryItem         galleryItem37      = new DevExpress.XtraBars.Ribbon.GalleryItem();
     DevExpress.XtraBars.Ribbon.GalleryItem         galleryItem38      = new DevExpress.XtraBars.Ribbon.GalleryItem();
     DevExpress.XtraBars.Ribbon.GalleryItem         galleryItem39      = new DevExpress.XtraBars.Ribbon.GalleryItem();
     DevExpress.XtraBars.Ribbon.GalleryItemGroup    galleryItemGroup15 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
     DevExpress.XtraBars.Ribbon.GalleryItem         galleryItem40      = new DevExpress.XtraBars.Ribbon.GalleryItem();
     DevExpress.Utils.SuperToolTip         superToolTip5         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem5     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem          toolTipItem9          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem5 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipItem          toolTipItem10         = new DevExpress.Utils.ToolTipItem();
     this.ribbonControl1        = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.barToggleSwitchItem1  = new DevExpress.XtraBars.BarToggleSwitchItem();
     this.barButtonItem1        = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem1        = new DevExpress.XtraBars.BarStaticItem();
     this.barButtonItem2        = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonGalleryBarItem1 = new DevExpress.XtraBars.RibbonGalleryBarItem();
     this.galleryDropDown1      = new DevExpress.XtraBars.Ribbon.GalleryDropDown(this.components);
     this.barButtonItem3        = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonMiniToolbar1    = new DevExpress.XtraBars.Ribbon.RibbonMiniToolbar(this.components);
     this.ribbonPage1           = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup1      = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup3      = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage2           = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup2      = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonStatusBar1      = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.popupMenu1            = new DevExpress.XtraBars.PopupMenu(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.galleryDropDown1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     this.SuspendLayout();
     //
     // ribbonControl1
     //
     this.ribbonControl1.AllowCustomization  = true;
     this.ribbonControl1.AutoSaveLayoutToXml = true;
     this.ribbonControl1.CaptionBarItemLinks.Add(this.barToggleSwitchItem1);
     this.ribbonControl1.ExpandCollapseItem.Id = 0;
     this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barToggleSwitchItem1,
         this.ribbonControl1.ExpandCollapseItem,
         this.ribbonControl1.SearchEditItem,
         this.barButtonItem1,
         this.barStaticItem1,
         this.barButtonItem2,
         this.ribbonGalleryBarItem1,
         this.barButtonItem3
     });
     this.ribbonControl1.Location  = new System.Drawing.Point(0, 0);
     this.ribbonControl1.MaxItemId = 7;
     this.ribbonControl1.MiniToolbars.Add(this.ribbonMiniToolbar1);
     this.ribbonControl1.Name = "ribbonControl1";
     this.ribbonControl1.PageHeaderItemLinks.Add(this.barButtonItem2);
     this.ribbonControl1.PageHeaderItemLinks.Add(this.barStaticItem1);
     this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPage1,
         this.ribbonPage2
     });
     this.ribbonControl1.QuickToolbarItemLinks.Add(this.barToggleSwitchItem1);
     this.ribbonControl1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2019;
     this.ribbonControl1.Size        = new System.Drawing.Size(862, 158);
     this.ribbonControl1.StatusBar   = this.ribbonStatusBar1;
     //
     // barToggleSwitchItem1
     //
     this.barToggleSwitchItem1.Caption = "barToggleSwitchItem1";
     this.barToggleSwitchItem1.Id      = 4;
     this.barToggleSwitchItem1.Name    = "barToggleSwitchItem1";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "barButtonItem1";
     this.barButtonItem1.Id      = 1;
     this.barButtonItem1.Name    = "barButtonItem1";
     //
     // barStaticItem1
     //
     this.barStaticItem1.Caption = "barStaticItem1";
     this.barStaticItem1.Id      = 2;
     this.barStaticItem1.Name    = "barStaticItem1";
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "barButtonItem2";
     this.barButtonItem2.Id      = 3;
     this.barButtonItem2.Name    = "barButtonItem2";
     //
     // ribbonGalleryBarItem1
     //
     this.ribbonGalleryBarItem1.Caption = "ribbonGalleryBarItem1";
     //
     //
     //
     galleryItemGroup13.Caption          = "Alignment";
     galleryItem33.Caption               = "Top";
     galleryItem33.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage")));
     galleryItem34.Caption               = "Middle";
     galleryItem34.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage1")));
     galleryItem35.Caption               = "Bottom";
     galleryItem35.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage2")));
     galleryItemGroup13.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
         galleryItem33,
         galleryItem34,
         galleryItem35
     });
     galleryItemGroup14.Caption          = "Text alignment";
     galleryItem36.Caption               = "Left";
     galleryItem36.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage3")));
     galleryItem37.Caption               = "Center";
     galleryItem37.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage4")));
     galleryItem38.Caption               = "Right";
     galleryItem38.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage5")));
     galleryItem39.Caption               = "Block";
     galleryItem39.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage6")));
     galleryItemGroup14.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
         galleryItem36,
         galleryItem37,
         galleryItem38,
         galleryItem39
     });
     this.ribbonGalleryBarItem1.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
         galleryItemGroup13,
         galleryItemGroup14
     });
     this.ribbonGalleryBarItem1.Gallery.ShowItemText = true;
     this.ribbonGalleryBarItem1.GalleryDropDown      = this.galleryDropDown1;
     this.ribbonGalleryBarItem1.Id   = 5;
     this.ribbonGalleryBarItem1.Name = "ribbonGalleryBarItem1";
     //
     // galleryDropDown1
     //
     //
     //
     //
     galleryItemGroup15.Caption = "Group1";
     galleryItem40.Caption      = "Drop-down gallery item";
     galleryItemGroup15.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
         galleryItem40
     });
     this.galleryDropDown1.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
         galleryItemGroup15
     });
     this.galleryDropDown1.Gallery.ShowItemText = true;
     this.galleryDropDown1.ItemLinks.Add(this.barButtonItem1);
     this.galleryDropDown1.ItemLinks.Add(this.barToggleSwitchItem1);
     this.galleryDropDown1.Name   = "galleryDropDown1";
     this.galleryDropDown1.Ribbon = this.ribbonControl1;
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "barButtonItem3";
     this.barButtonItem3.Id      = 6;
     this.barButtonItem3.Name    = "barButtonItem3";
     //
     // ribbonMiniToolbar1
     //
     this.ribbonMiniToolbar1.ItemLinks.Add(this.barButtonItem3);
     this.ribbonMiniToolbar1.ParentControl = this;
     //
     // ribbonPage1
     //
     this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup1,
         this.ribbonPageGroup3
     });
     this.ribbonPage1.Name = "ribbonPage1";
     this.ribbonPage1.Text = "ribbonPage1";
     //
     // ribbonPageGroup1
     //
     this.ribbonPageGroup1.ItemLinks.Add(this.barToggleSwitchItem1);
     this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem1);
     this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem2, "BX");
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     this.ribbonPageGroup1.Text = "ribbonPageGroup1";
     //
     // ribbonPageGroup3
     //
     this.ribbonPageGroup3.CaptionButtonVisible = DevExpress.Utils.DefaultBoolean.True;
     this.ribbonPageGroup3.ItemLinks.Add(this.ribbonGalleryBarItem1);
     this.ribbonPageGroup3.Name = "ribbonPageGroup3";
     toolTipTitleItem5.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage7")));
     toolTipTitleItem5.Text = "This is the Ribbon Gallery";
     toolTipItem9.Text      = "Galleries can display options or commands for quick selection.";
     toolTipItem10.Text     = "They can also be useful for elements that require visual identification.";
     superToolTip5.Items.Add(toolTipTitleItem5);
     superToolTip5.Items.Add(toolTipItem9);
     superToolTip5.Items.Add(toolTipSeparatorItem5);
     superToolTip5.Items.Add(toolTipItem10);
     this.ribbonPageGroup3.SuperTip = superToolTip5;
     this.ribbonPageGroup3.Text     = "Gallery";
     //
     // ribbonPage2
     //
     this.ribbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup2
     });
     this.ribbonPage2.Name = "ribbonPage2";
     this.ribbonPage2.Text = "ribbonPage2";
     //
     // ribbonPageGroup2
     //
     this.ribbonPageGroup2.ItemLinks.Add(this.barToggleSwitchItem1);
     this.ribbonPageGroup2.Name = "ribbonPageGroup2";
     this.ribbonPageGroup2.Text = "ribbonPageGroup2";
     //
     // ribbonStatusBar1
     //
     this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem1);
     this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 491);
     this.ribbonStatusBar1.Name     = "ribbonStatusBar1";
     this.ribbonStatusBar1.Ribbon   = this.ribbonControl1;
     this.ribbonStatusBar1.Size     = new System.Drawing.Size(862, 22);
     //
     // popupMenu1
     //
     this.popupMenu1.ItemLinks.Add(this.barToggleSwitchItem1);
     this.popupMenu1.ItemLinks.Add(this.barButtonItem1);
     this.popupMenu1.Name   = "popupMenu1";
     this.popupMenu1.Ribbon = this.ribbonControl1;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(862, 513);
     this.Controls.Add(this.ribbonStatusBar1);
     this.Controls.Add(this.ribbonControl1);
     this.Name      = "Form1";
     this.Ribbon    = this.ribbonControl1;
     this.StatusBar = this.ribbonStatusBar1;
     this.Text      = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.galleryDropDown1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).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.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem  toolTipItem1  = new DevExpress.Utils.ToolTipItem();
     System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(baseCardsForm));
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem1      = new DevExpress.Utils.ToolTipTitleItem();
     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.ToolTipTitleItem     toolTipTitleItem4      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem2  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem5      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip         superToolTip3          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem6      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem7      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem3  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem8      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip         superToolTip4          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem9      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem10     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem4  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem11     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip         superToolTip5          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem12     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem13     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem5  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem14     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip         superToolTip6          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem15     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem16     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem6  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem17     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip         superToolTip7          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem18     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem19     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem7  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem20     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip         superToolTip8          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem21     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem22     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem8  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem23     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip         superToolTip9          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem24     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem25     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem9  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem26     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip         superToolTip10         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem27     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem28     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem10 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem29     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip         superToolTip11         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem30     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem          toolTipItem2           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem11 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem31     = new DevExpress.Utils.ToolTipTitleItem();
     this.ribbonControl            = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.yeniBarButtonItem        = new DevExpress.XtraBars.BarButtonItem();
     this.yazdirBarButtonItem      = new DevExpress.XtraBars.BarButtonItem();
     this.gonderBarButtonItem      = new DevExpress.XtraBars.BarButtonItem();
     this.silBarButtonItem         = new DevExpress.XtraBars.BarButtonItem();
     this.cikisBarButtonItem       = new DevExpress.XtraBars.BarButtonItem();
     this.statusBarAciklama        = new DevExpress.XtraBars.BarStaticItem();
     this.statusBarKisayol         = new DevExpress.XtraBars.BarStaticItem();
     this.statusBarKisayolAciklama = new DevExpress.XtraBars.BarStaticItem();
     this.secBarButtonItem         = new DevExpress.XtraBars.BarButtonItem();
     this.duzeltBarButtonItem      = new DevExpress.XtraBars.BarButtonItem();
     this.yenileBarButtonItem      = new DevExpress.XtraBars.BarButtonItem();
     this.filtreleBarButtonItem    = new DevExpress.XtraBars.BarButtonItem();
     this.kolonlarBarButtonItem    = new DevExpress.XtraBars.BarButtonItem();
     this.ctrlNbarStaticItem       = new DevExpress.XtraBars.BarStaticItem();
     this.yeniBarStaticItem        = new DevExpress.XtraBars.BarStaticItem();
     this.deleteBarStaticItem      = new DevExpress.XtraBars.BarStaticItem();
     this.silBarStaticItem         = new DevExpress.XtraBars.BarStaticItem();
     this.f3BarStaticItem          = new DevExpress.XtraBars.BarStaticItem();
     this.duzeltStaticItem         = new DevExpress.XtraBars.BarStaticItem();
     this.f5BarStaticItem          = new DevExpress.XtraBars.BarStaticItem();
     this.yenileBarStaticItem      = new DevExpress.XtraBars.BarStaticItem();
     this.f8BarStaticItem          = new DevExpress.XtraBars.BarStaticItem();
     this.filtreleBarStaticItem    = new DevExpress.XtraBars.BarStaticItem();
     this.ctrlOBarStaticItem       = new DevExpress.XtraBars.BarStaticItem();
     this.kolonlarBarStaticItem    = new DevExpress.XtraBars.BarStaticItem();
     this.ctrlPBarStaticItem1      = new DevExpress.XtraBars.BarStaticItem();
     this.yazdirBarStaticItem      = new DevExpress.XtraBars.BarStaticItem();
     this.f12BarStaticItem         = new DevExpress.XtraBars.BarStaticItem();
     this.gonderBarStaticItem      = new DevExpress.XtraBars.BarStaticItem();
     this.escBarStaticItem         = new DevExpress.XtraBars.BarStaticItem();
     this.cikisBarStaticItem       = new DevExpress.XtraBars.BarStaticItem();
     this.pasifCardBarButtonItem   = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonPage1      = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonStatusBar  = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.ribbonPage2      = new DevExpress.XtraBars.Ribbon.RibbonPage();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).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.ribbonControl.SearchEditItem,
         this.yeniBarButtonItem,
         this.yazdirBarButtonItem,
         this.gonderBarButtonItem,
         this.silBarButtonItem,
         this.cikisBarButtonItem,
         this.statusBarAciklama,
         this.statusBarKisayol,
         this.statusBarKisayolAciklama,
         this.secBarButtonItem,
         this.duzeltBarButtonItem,
         this.yenileBarButtonItem,
         this.filtreleBarButtonItem,
         this.kolonlarBarButtonItem,
         this.ctrlNbarStaticItem,
         this.yeniBarStaticItem,
         this.deleteBarStaticItem,
         this.silBarStaticItem,
         this.f3BarStaticItem,
         this.duzeltStaticItem,
         this.f5BarStaticItem,
         this.yenileBarStaticItem,
         this.f8BarStaticItem,
         this.filtreleBarStaticItem,
         this.ctrlOBarStaticItem,
         this.kolonlarBarStaticItem,
         this.ctrlPBarStaticItem1,
         this.yazdirBarStaticItem,
         this.f12BarStaticItem,
         this.gonderBarStaticItem,
         this.escBarStaticItem,
         this.cikisBarStaticItem,
         this.pasifCardBarButtonItem
     });
     this.ribbonControl.Location  = new System.Drawing.Point(0, 0);
     this.ribbonControl.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.ribbonControl.MaxItemId = 34;
     this.ribbonControl.Name      = "ribbonControl";
     this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPage1
     });
     this.ribbonControl.RibbonStyle                  = DevExpress.XtraBars.Ribbon.RibbonControlStyle.MacOffice;
     this.ribbonControl.ShowApplicationButton        = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl.ShowExpandCollapseButton     = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl.ShowMoreCommandsButton       = 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(1008, 95);
     this.ribbonControl.StatusBar = this.ribbonStatusBar;
     this.ribbonControl.Toolbar.ShowCustomizeItem = false;
     this.ribbonControl.ToolbarLocation           = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
     this.ribbonControl.TransparentEditorsMode    = DevExpress.Utils.DefaultBoolean.False;
     //
     // yeniBarButtonItem
     //
     this.yeniBarButtonItem.Caption = "Yeni";
     this.yeniBarButtonItem.Id      = 1;
     this.yeniBarButtonItem.ImageOptions.SvgImage = global::quennta.vivendaApartmentManagament.UI.Win.Properties.Resources.addfile;
     this.yeniBarButtonItem.ItemShortcut          = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N));
     this.yeniBarButtonItem.Name          = "yeniBarButtonItem";
     toolTipItem1.AllowHtmlText           = DevExpress.Utils.DefaultBoolean.True;
     toolTipItem1.ImageOptions.ImageIndex = 1;
     toolTipItem1.ImageOptions.SvgImage   = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage")));
     toolTipItem1.ImageOptions.SvgImageColorizationMode = DevExpress.Utils.SvgImageColorizationMode.Full;
     toolTipItem1.Text                       = "(CTRL - N)";
     toolTipTitleItem1.Text                  = "Yeni";
     toolTipTitleItem2.AllowHtmlText         = DevExpress.Utils.DefaultBoolean.True;
     toolTipTitleItem2.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage1")));
     toolTipTitleItem2.Text                  = "Formu yeni kart ekleme modunda açar";
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     this.yeniBarButtonItem.SuperTip = superToolTip1;
     //
     // yazdirBarButtonItem
     //
     this.yazdirBarButtonItem.Caption = "Yazdır";
     this.yazdirBarButtonItem.Id      = 2;
     this.yazdirBarButtonItem.ImageOptions.SvgImage = global::quennta.vivendaApartmentManagament.UI.Win.Properties.Resources.print1;
     this.yazdirBarButtonItem.ItemShortcut          = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P));
     this.yazdirBarButtonItem.Name           = "yazdirBarButtonItem";
     toolTipTitleItem3.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage2")));
     toolTipTitleItem3.Text = "(CTRL - P)";
     toolTipTitleItem4.Text = "Yazdır";
     toolTipTitleItem5.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage3")));
     toolTipTitleItem5.Text = "Seçili tabloyu yazdırır.";
     superToolTip2.Items.Add(toolTipTitleItem3);
     superToolTip2.Items.Add(toolTipTitleItem4);
     superToolTip2.Items.Add(toolTipSeparatorItem2);
     superToolTip2.Items.Add(toolTipTitleItem5);
     this.yazdirBarButtonItem.SuperTip   = superToolTip2;
     this.yazdirBarButtonItem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.kaydetBarButtonItem_ItemClick);
     //
     // gonderBarButtonItem
     //
     this.gonderBarButtonItem.Caption = "Gönder";
     this.gonderBarButtonItem.Id      = 3;
     this.gonderBarButtonItem.ImageOptions.SvgImage = global::quennta.vivendaApartmentManagament.UI.Win.Properties.Resources.export;
     this.gonderBarButtonItem.ItemShortcut          = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F12);
     this.gonderBarButtonItem.Name           = "gonderBarButtonItem";
     toolTipTitleItem6.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage4")));
     toolTipTitleItem6.Text = "(F12)";
     toolTipTitleItem7.Text = "Dosyaya Gönder";
     toolTipTitleItem8.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage5")));
     toolTipTitleItem8.Text = "İlgili tabloyu belirlediğiniz dosya biçimine göre dosyaya aktarıp dosyayı açar.";
     superToolTip3.Items.Add(toolTipTitleItem6);
     superToolTip3.Items.Add(toolTipTitleItem7);
     superToolTip3.Items.Add(toolTipSeparatorItem3);
     superToolTip3.Items.Add(toolTipTitleItem8);
     this.gonderBarButtonItem.SuperTip = superToolTip3;
     //
     // silBarButtonItem
     //
     this.silBarButtonItem.Caption = "Sil";
     this.silBarButtonItem.Id      = 4;
     this.silBarButtonItem.ImageOptions.SvgImage = global::quennta.vivendaApartmentManagament.UI.Win.Properties.Resources.snapdeletelist1;
     this.silBarButtonItem.ItemShortcut          = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.Delete);
     this.silBarButtonItem.Name = "silBarButtonItem";
     toolTipTitleItem9.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage6")));
     toolTipTitleItem9.Text  = "(CTRL - Delete)\r\n";
     toolTipTitleItem10.Text = "Sil";
     toolTipTitleItem11.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage7")));
     toolTipTitleItem11.Text = "Seçilen kart onayınız alınarak silinir";
     superToolTip4.Items.Add(toolTipTitleItem9);
     superToolTip4.Items.Add(toolTipTitleItem10);
     superToolTip4.Items.Add(toolTipSeparatorItem4);
     superToolTip4.Items.Add(toolTipTitleItem11);
     this.silBarButtonItem.SuperTip = superToolTip4;
     //
     // cikisBarButtonItem
     //
     this.cikisBarButtonItem.Caption = "Çıkış";
     this.cikisBarButtonItem.Id      = 5;
     this.cikisBarButtonItem.ImageOptions.SvgImage = global::quennta.vivendaApartmentManagament.UI.Win.Properties.Resources.del;
     this.cikisBarButtonItem.Name = "cikisBarButtonItem";
     this.cikisBarButtonItem.ShortcutKeyDisplayString = "Esc";
     toolTipTitleItem12.ImageOptions.SvgImage         = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage8")));
     toolTipTitleItem12.Text = "(Esc)";
     toolTipTitleItem13.Text = "Çıkış";
     toolTipTitleItem14.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage9")));
     toolTipTitleItem14.Text = "Form kapatılır ve çıkılır";
     superToolTip5.Items.Add(toolTipTitleItem12);
     superToolTip5.Items.Add(toolTipTitleItem13);
     superToolTip5.Items.Add(toolTipSeparatorItem5);
     superToolTip5.Items.Add(toolTipTitleItem14);
     this.cikisBarButtonItem.SuperTip = superToolTip5;
     //
     // statusBarAciklama
     //
     this.statusBarAciklama.Id = 6;
     this.statusBarAciklama.ImageOptions.SvgImage = global::quennta.vivendaApartmentManagament.UI.Win.Properties.Resources.business_idea;
     this.statusBarAciklama.Name       = "statusBarAciklama";
     this.statusBarAciklama.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // statusBarKisayol
     //
     this.statusBarKisayol.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.statusBarKisayol.Id        = 7;
     this.statusBarKisayol.Name      = "statusBarKisayol";
     //
     // statusBarKisayolAciklama
     //
     this.statusBarKisayolAciklama.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.statusBarKisayolAciklama.Id        = 8;
     this.statusBarKisayolAciklama.Name      = "statusBarKisayolAciklama";
     //
     // secBarButtonItem
     //
     this.secBarButtonItem.Caption = "Seç";
     this.secBarButtonItem.Id      = 9;
     this.secBarButtonItem.ImageOptions.SvgImage = global::quennta.vivendaApartmentManagament.UI.Win.Properties.Resources.actions_check;
     this.secBarButtonItem.Name = "secBarButtonItem";
     this.secBarButtonItem.ShortcutKeyDisplayString = "Enter";
     toolTipTitleItem15.ImageOptions.SvgImage       = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage10")));
     toolTipTitleItem15.Text = "(Enter)";
     toolTipTitleItem16.Text = "Seç";
     toolTipTitleItem17.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage11")));
     toolTipTitleItem17.Text = "Seçilen kart önceki karta aktarılır";
     superToolTip6.Items.Add(toolTipTitleItem15);
     superToolTip6.Items.Add(toolTipTitleItem16);
     superToolTip6.Items.Add(toolTipSeparatorItem6);
     superToolTip6.Items.Add(toolTipTitleItem17);
     this.secBarButtonItem.SuperTip = superToolTip6;
     //
     // duzeltBarButtonItem
     //
     this.duzeltBarButtonItem.Caption = "Düzelt";
     this.duzeltBarButtonItem.Id      = 10;
     this.duzeltBarButtonItem.ImageOptions.SvgImage = global::quennta.vivendaApartmentManagament.UI.Win.Properties.Resources.edit;
     this.duzeltBarButtonItem.ItemShortcut          = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F3);
     this.duzeltBarButtonItem.Name            = "duzeltBarButtonItem";
     toolTipTitleItem18.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage12")));
     toolTipTitleItem18.Text = "(F3)";
     toolTipTitleItem19.Text = "Düzelt\r\n";
     toolTipTitleItem20.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage13")));
     toolTipTitleItem20.Text = "Seçilen kartı düzenlemek için açar\r\n";
     superToolTip7.Items.Add(toolTipTitleItem18);
     superToolTip7.Items.Add(toolTipTitleItem19);
     superToolTip7.Items.Add(toolTipSeparatorItem7);
     superToolTip7.Items.Add(toolTipTitleItem20);
     this.duzeltBarButtonItem.SuperTip = superToolTip7;
     //
     // yenileBarButtonItem
     //
     this.yenileBarButtonItem.Caption = "Yenile";
     this.yenileBarButtonItem.Id      = 11;
     this.yenileBarButtonItem.ImageOptions.SvgImage = global::quennta.vivendaApartmentManagament.UI.Win.Properties.Resources.actions_refresh;
     this.yenileBarButtonItem.ItemShortcut          = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F5);
     this.yenileBarButtonItem.Name            = "yenileBarButtonItem";
     toolTipTitleItem21.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage14")));
     toolTipTitleItem21.Text = "(F5)";
     toolTipTitleItem22.Text = "Yenile";
     toolTipTitleItem23.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage15")));
     toolTipTitleItem23.Text = "Seçili yerleri yeniden sorgular ve yeniler";
     superToolTip8.Items.Add(toolTipTitleItem21);
     superToolTip8.Items.Add(toolTipTitleItem22);
     superToolTip8.Items.Add(toolTipSeparatorItem8);
     superToolTip8.Items.Add(toolTipTitleItem23);
     this.yenileBarButtonItem.SuperTip   = superToolTip8;
     this.yenileBarButtonItem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // filtreleBarButtonItem
     //
     this.filtreleBarButtonItem.Caption = "Filtrele";
     this.filtreleBarButtonItem.Id      = 12;
     this.filtreleBarButtonItem.ImageOptions.SvgImage = global::quennta.vivendaApartmentManagament.UI.Win.Properties.Resources.singlemasterfilter;
     this.filtreleBarButtonItem.ItemShortcut          = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F8);
     this.filtreleBarButtonItem.Name          = "filtreleBarButtonItem";
     toolTipTitleItem24.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage16")));
     toolTipTitleItem24.Text = "(F8)";
     toolTipTitleItem25.Text = "Filtreleme";
     toolTipTitleItem26.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage17")));
     toolTipTitleItem26.Text = "Tablo için filtre seçimi";
     superToolTip9.Items.Add(toolTipTitleItem24);
     superToolTip9.Items.Add(toolTipTitleItem25);
     superToolTip9.Items.Add(toolTipSeparatorItem9);
     superToolTip9.Items.Add(toolTipTitleItem26);
     this.filtreleBarButtonItem.SuperTip = superToolTip9;
     //
     // kolonlarBarButtonItem
     //
     this.kolonlarBarButtonItem.Caption = "Kolonlar";
     this.kolonlarBarButtonItem.Id      = 13;
     this.kolonlarBarButtonItem.ImageOptions.SvgImage = global::quennta.vivendaApartmentManagament.UI.Win.Properties.Resources.compressweekend;
     this.kolonlarBarButtonItem.ItemShortcut          = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O));
     this.kolonlarBarButtonItem.Name          = "kolonlarBarButtonItem";
     toolTipTitleItem27.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage18")));
     toolTipTitleItem27.Text = "(CTRL - O)";
     toolTipTitleItem28.Text = "Kolon Seç";
     toolTipTitleItem29.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage19")));
     toolTipTitleItem29.Text = "Tabloya eklemek için sütun seçimi";
     superToolTip10.Items.Add(toolTipTitleItem27);
     superToolTip10.Items.Add(toolTipTitleItem28);
     superToolTip10.Items.Add(toolTipSeparatorItem10);
     superToolTip10.Items.Add(toolTipTitleItem29);
     this.kolonlarBarButtonItem.SuperTip = superToolTip10;
     //
     // ctrlNbarStaticItem
     //
     this.ctrlNbarStaticItem.Caption = "Ctrl+N :";
     this.ctrlNbarStaticItem.Id      = 15;
     this.ctrlNbarStaticItem.ItemAppearance.Normal.Font                 = new System.Drawing.Font("Century Schoolbook", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.ctrlNbarStaticItem.ItemAppearance.Normal.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     this.ctrlNbarStaticItem.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.Gold;
     this.ctrlNbarStaticItem.ItemAppearance.Normal.Options.UseFont      = true;
     this.ctrlNbarStaticItem.ItemAppearance.Normal.Options.UseForeColor = true;
     this.ctrlNbarStaticItem.Name = "ctrlNbarStaticItem";
     //
     // yeniBarStaticItem
     //
     this.yeniBarStaticItem.Caption = "Yeni ";
     this.yeniBarStaticItem.Id      = 16;
     this.yeniBarStaticItem.ItemAppearance.Normal.Font                 = new System.Drawing.Font("Century Schoolbook", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.yeniBarStaticItem.ItemAppearance.Normal.ForeColor            = DevExpress.LookAndFeel.DXSkinColors.ForeColors.ControlText;
     this.yeniBarStaticItem.ItemAppearance.Normal.Options.UseFont      = true;
     this.yeniBarStaticItem.ItemAppearance.Normal.Options.UseForeColor = true;
     this.yeniBarStaticItem.Name = "yeniBarStaticItem";
     //
     // deleteBarStaticItem
     //
     this.deleteBarStaticItem.Caption = "Delete :";
     this.deleteBarStaticItem.Id      = 17;
     this.deleteBarStaticItem.ItemAppearance.Normal.Font                 = new System.Drawing.Font("Century Schoolbook", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.deleteBarStaticItem.ItemAppearance.Normal.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     this.deleteBarStaticItem.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.Gold;
     this.deleteBarStaticItem.ItemAppearance.Normal.Options.UseFont      = true;
     this.deleteBarStaticItem.ItemAppearance.Normal.Options.UseForeColor = true;
     this.deleteBarStaticItem.Name = "deleteBarStaticItem";
     //
     // silBarStaticItem
     //
     this.silBarStaticItem.Caption = "Sil ";
     this.silBarStaticItem.Id      = 18;
     this.silBarStaticItem.ItemAppearance.Normal.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     this.silBarStaticItem.ItemAppearance.Normal.ForeColor            = DevExpress.LookAndFeel.DXSkinColors.ForeColors.ControlText;
     this.silBarStaticItem.ItemAppearance.Normal.Options.UseFont      = true;
     this.silBarStaticItem.ItemAppearance.Normal.Options.UseForeColor = true;
     this.silBarStaticItem.Name = "silBarStaticItem";
     //
     // f3BarStaticItem
     //
     this.f3BarStaticItem.Caption = "F3 :";
     this.f3BarStaticItem.Id      = 19;
     this.f3BarStaticItem.ItemAppearance.Normal.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     this.f3BarStaticItem.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.Gold;
     this.f3BarStaticItem.ItemAppearance.Normal.Options.UseFont      = true;
     this.f3BarStaticItem.ItemAppearance.Normal.Options.UseForeColor = true;
     this.f3BarStaticItem.Name = "f3BarStaticItem";
     //
     // duzeltStaticItem
     //
     this.duzeltStaticItem.Caption = "Düzelt ";
     this.duzeltStaticItem.Id      = 20;
     this.duzeltStaticItem.ItemAppearance.Normal.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     this.duzeltStaticItem.ItemAppearance.Normal.ForeColor            = DevExpress.LookAndFeel.DXSkinColors.ForeColors.ControlText;
     this.duzeltStaticItem.ItemAppearance.Normal.Options.UseFont      = true;
     this.duzeltStaticItem.ItemAppearance.Normal.Options.UseForeColor = true;
     this.duzeltStaticItem.Name = "duzeltStaticItem";
     //
     // f5BarStaticItem
     //
     this.f5BarStaticItem.Caption = "F5 :";
     this.f5BarStaticItem.Id      = 21;
     this.f5BarStaticItem.ItemAppearance.Normal.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     this.f5BarStaticItem.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.Gold;
     this.f5BarStaticItem.ItemAppearance.Normal.Options.UseFont      = true;
     this.f5BarStaticItem.ItemAppearance.Normal.Options.UseForeColor = true;
     this.f5BarStaticItem.Name = "f5BarStaticItem";
     //
     // yenileBarStaticItem
     //
     this.yenileBarStaticItem.Caption = "Yenile ";
     this.yenileBarStaticItem.Id      = 22;
     this.yenileBarStaticItem.ItemAppearance.Normal.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     this.yenileBarStaticItem.ItemAppearance.Normal.ForeColor            = DevExpress.LookAndFeel.DXSkinColors.ForeColors.ControlText;
     this.yenileBarStaticItem.ItemAppearance.Normal.Options.UseFont      = true;
     this.yenileBarStaticItem.ItemAppearance.Normal.Options.UseForeColor = true;
     this.yenileBarStaticItem.Name = "yenileBarStaticItem";
     //
     // f8BarStaticItem
     //
     this.f8BarStaticItem.Caption = "F8 :";
     this.f8BarStaticItem.Id      = 23;
     this.f8BarStaticItem.ItemAppearance.Normal.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     this.f8BarStaticItem.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.Gold;
     this.f8BarStaticItem.ItemAppearance.Normal.Options.UseFont      = true;
     this.f8BarStaticItem.ItemAppearance.Normal.Options.UseForeColor = true;
     this.f8BarStaticItem.Name = "f8BarStaticItem";
     //
     // filtreleBarStaticItem
     //
     this.filtreleBarStaticItem.Caption = "Filtrele ";
     this.filtreleBarStaticItem.Id      = 24;
     this.filtreleBarStaticItem.ItemAppearance.Normal.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     this.filtreleBarStaticItem.ItemAppearance.Normal.ForeColor            = DevExpress.LookAndFeel.DXSkinColors.ForeColors.ControlText;
     this.filtreleBarStaticItem.ItemAppearance.Normal.Options.UseFont      = true;
     this.filtreleBarStaticItem.ItemAppearance.Normal.Options.UseForeColor = true;
     this.filtreleBarStaticItem.Name = "filtreleBarStaticItem";
     //
     // ctrlOBarStaticItem
     //
     this.ctrlOBarStaticItem.Caption = "Ctrl+O :";
     this.ctrlOBarStaticItem.Id      = 25;
     this.ctrlOBarStaticItem.ItemAppearance.Normal.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     this.ctrlOBarStaticItem.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.Gold;
     this.ctrlOBarStaticItem.ItemAppearance.Normal.Options.UseFont      = true;
     this.ctrlOBarStaticItem.ItemAppearance.Normal.Options.UseForeColor = true;
     this.ctrlOBarStaticItem.Name = "ctrlOBarStaticItem";
     //
     // kolonlarBarStaticItem
     //
     this.kolonlarBarStaticItem.Caption = "Kolonlar ";
     this.kolonlarBarStaticItem.Id      = 26;
     this.kolonlarBarStaticItem.ItemAppearance.Normal.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     this.kolonlarBarStaticItem.ItemAppearance.Normal.ForeColor            = DevExpress.LookAndFeel.DXSkinColors.ForeColors.ControlText;
     this.kolonlarBarStaticItem.ItemAppearance.Normal.Options.UseFont      = true;
     this.kolonlarBarStaticItem.ItemAppearance.Normal.Options.UseForeColor = true;
     this.kolonlarBarStaticItem.Name = "kolonlarBarStaticItem";
     //
     // ctrlPBarStaticItem1
     //
     this.ctrlPBarStaticItem1.Caption = "Ctrl+P :";
     this.ctrlPBarStaticItem1.Id      = 27;
     this.ctrlPBarStaticItem1.ItemAppearance.Normal.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     this.ctrlPBarStaticItem1.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.Gold;
     this.ctrlPBarStaticItem1.ItemAppearance.Normal.Options.UseFont      = true;
     this.ctrlPBarStaticItem1.ItemAppearance.Normal.Options.UseForeColor = true;
     this.ctrlPBarStaticItem1.Name = "ctrlPBarStaticItem1";
     //
     // yazdirBarStaticItem
     //
     this.yazdirBarStaticItem.Caption = "Yazdır ";
     this.yazdirBarStaticItem.Id      = 28;
     this.yazdirBarStaticItem.ItemAppearance.Normal.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     this.yazdirBarStaticItem.ItemAppearance.Normal.ForeColor            = DevExpress.LookAndFeel.DXSkinColors.ForeColors.ControlText;
     this.yazdirBarStaticItem.ItemAppearance.Normal.Options.UseFont      = true;
     this.yazdirBarStaticItem.ItemAppearance.Normal.Options.UseForeColor = true;
     this.yazdirBarStaticItem.Name = "yazdirBarStaticItem";
     //
     // f12BarStaticItem
     //
     this.f12BarStaticItem.Caption = "F12 :";
     this.f12BarStaticItem.Id      = 29;
     this.f12BarStaticItem.ItemAppearance.Normal.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     this.f12BarStaticItem.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.Gold;
     this.f12BarStaticItem.ItemAppearance.Normal.Options.UseFont      = true;
     this.f12BarStaticItem.ItemAppearance.Normal.Options.UseForeColor = true;
     this.f12BarStaticItem.Name = "f12BarStaticItem";
     //
     // gonderBarStaticItem
     //
     this.gonderBarStaticItem.Caption = "Gönder ";
     this.gonderBarStaticItem.Id      = 30;
     this.gonderBarStaticItem.ItemAppearance.Normal.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     this.gonderBarStaticItem.ItemAppearance.Normal.ForeColor            = DevExpress.LookAndFeel.DXSkinColors.ForeColors.ControlText;
     this.gonderBarStaticItem.ItemAppearance.Normal.Options.UseFont      = true;
     this.gonderBarStaticItem.ItemAppearance.Normal.Options.UseForeColor = true;
     this.gonderBarStaticItem.Name = "gonderBarStaticItem";
     //
     // escBarStaticItem
     //
     this.escBarStaticItem.Caption = "Esc :";
     this.escBarStaticItem.Id      = 31;
     this.escBarStaticItem.ItemAppearance.Normal.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     this.escBarStaticItem.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.Gold;
     this.escBarStaticItem.ItemAppearance.Normal.Options.UseFont      = true;
     this.escBarStaticItem.ItemAppearance.Normal.Options.UseForeColor = true;
     this.escBarStaticItem.Name = "escBarStaticItem";
     //
     // cikisBarStaticItem
     //
     this.cikisBarStaticItem.Caption = "Çıkış";
     this.cikisBarStaticItem.Id      = 32;
     this.cikisBarStaticItem.ItemAppearance.Normal.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     this.cikisBarStaticItem.ItemAppearance.Normal.ForeColor            = DevExpress.LookAndFeel.DXSkinColors.ForeColors.ControlText;
     this.cikisBarStaticItem.ItemAppearance.Normal.Options.UseFont      = true;
     this.cikisBarStaticItem.ItemAppearance.Normal.Options.UseForeColor = true;
     this.cikisBarStaticItem.Name = "cikisBarStaticItem";
     //
     // pasifCardBarButtonItem
     //
     this.pasifCardBarButtonItem.Alignment                                   = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.pasifCardBarButtonItem.Caption                                     = "Pasif Kartlar";
     this.pasifCardBarButtonItem.Id                                          = 33;
     this.pasifCardBarButtonItem.ImageOptions.SvgImage                       = global::quennta.vivendaApartmentManagament.UI.Win.Properties.Resources.paste;
     this.pasifCardBarButtonItem.ItemAppearance.Hovered.BackColor            = System.Drawing.Color.Gold;
     this.pasifCardBarButtonItem.ItemAppearance.Hovered.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     this.pasifCardBarButtonItem.ItemAppearance.Hovered.ForeColor            = System.Drawing.Color.Red;
     this.pasifCardBarButtonItem.ItemAppearance.Hovered.Options.UseBackColor = true;
     this.pasifCardBarButtonItem.ItemAppearance.Hovered.Options.UseFont      = true;
     this.pasifCardBarButtonItem.ItemAppearance.Hovered.Options.UseForeColor = true;
     this.pasifCardBarButtonItem.ItemAppearance.Normal.FontStyleDelta        = System.Drawing.FontStyle.Bold;
     this.pasifCardBarButtonItem.ItemAppearance.Normal.ForeColor             = System.Drawing.Color.Gold;
     this.pasifCardBarButtonItem.ItemAppearance.Normal.Options.UseFont       = true;
     this.pasifCardBarButtonItem.ItemAppearance.Normal.Options.UseForeColor  = true;
     this.pasifCardBarButtonItem.ItemAppearance.Pressed.FontStyleDelta       = System.Drawing.FontStyle.Bold;
     this.pasifCardBarButtonItem.ItemAppearance.Pressed.ForeColor            = System.Drawing.Color.Gold;
     this.pasifCardBarButtonItem.ItemAppearance.Pressed.Options.UseFont      = true;
     this.pasifCardBarButtonItem.ItemAppearance.Pressed.Options.UseForeColor = true;
     this.pasifCardBarButtonItem.ItemShortcut                                = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L));
     this.pasifCardBarButtonItem.Name                                        = "pasifCardBarButtonItem";
     toolTipTitleItem30.ImageOptions.SvgImage                                = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage20")));
     toolTipTitleItem30.Text = "(CTRL + L)";
     toolTipItem2.Text       = "Aktif veya Pasif Kartları Listele";
     toolTipTitleItem31.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage21")));
     toolTipTitleItem31.Text = "Aktif ve Pasif Kartları Listeler";
     superToolTip11.Items.Add(toolTipTitleItem30);
     superToolTip11.Items.Add(toolTipItem2);
     superToolTip11.Items.Add(toolTipSeparatorItem11);
     superToolTip11.Items.Add(toolTipTitleItem31);
     this.pasifCardBarButtonItem.SuperTip = superToolTip11;
     //
     // 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.yeniBarButtonItem);
     this.ribbonPageGroup1.ItemLinks.Add(this.silBarButtonItem);
     this.ribbonPageGroup1.ItemLinks.Add(this.secBarButtonItem);
     this.ribbonPageGroup1.ItemLinks.Add(this.duzeltBarButtonItem);
     this.ribbonPageGroup1.ItemLinks.Add(this.yenileBarButtonItem);
     this.ribbonPageGroup1.ItemLinks.Add(this.filtreleBarButtonItem);
     this.ribbonPageGroup1.ItemLinks.Add(this.kolonlarBarButtonItem);
     this.ribbonPageGroup1.ItemLinks.Add(this.yazdirBarButtonItem);
     this.ribbonPageGroup1.ItemLinks.Add(this.gonderBarButtonItem);
     this.ribbonPageGroup1.ItemLinks.Add(this.cikisBarButtonItem);
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     this.ribbonPageGroup1.Text = "ribbonPageGroup1";
     //
     // ribbonStatusBar
     //
     this.ribbonStatusBar.ItemLinks.Add(this.ctrlNbarStaticItem);
     this.ribbonStatusBar.ItemLinks.Add(this.yeniBarStaticItem);
     this.ribbonStatusBar.ItemLinks.Add(this.deleteBarStaticItem);
     this.ribbonStatusBar.ItemLinks.Add(this.silBarStaticItem);
     this.ribbonStatusBar.ItemLinks.Add(this.f3BarStaticItem);
     this.ribbonStatusBar.ItemLinks.Add(this.duzeltStaticItem);
     this.ribbonStatusBar.ItemLinks.Add(this.f5BarStaticItem);
     this.ribbonStatusBar.ItemLinks.Add(this.yenileBarStaticItem);
     this.ribbonStatusBar.ItemLinks.Add(this.f8BarStaticItem);
     this.ribbonStatusBar.ItemLinks.Add(this.filtreleBarStaticItem);
     this.ribbonStatusBar.ItemLinks.Add(this.ctrlOBarStaticItem);
     this.ribbonStatusBar.ItemLinks.Add(this.kolonlarBarStaticItem);
     this.ribbonStatusBar.ItemLinks.Add(this.ctrlPBarStaticItem1);
     this.ribbonStatusBar.ItemLinks.Add(this.yazdirBarStaticItem);
     this.ribbonStatusBar.ItemLinks.Add(this.f12BarStaticItem);
     this.ribbonStatusBar.ItemLinks.Add(this.gonderBarStaticItem);
     this.ribbonStatusBar.ItemLinks.Add(this.escBarStaticItem);
     this.ribbonStatusBar.ItemLinks.Add(this.cikisBarStaticItem);
     this.ribbonStatusBar.ItemLinks.Add(this.pasifCardBarButtonItem);
     this.ribbonStatusBar.Location = new System.Drawing.Point(0, 425);
     this.ribbonStatusBar.Name     = "ribbonStatusBar";
     this.ribbonStatusBar.Ribbon   = this.ribbonControl;
     this.ribbonStatusBar.Size     = new System.Drawing.Size(1008, 24);
     //
     // ribbonPage2
     //
     this.ribbonPage2.Name = "ribbonPage2";
     this.ribbonPage2.Text = "ribbonPage2";
     //
     // baseCardsForm
     //
     this.AllowFormGlass             = DevExpress.Utils.DefaultBoolean.True;
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions        = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(1008, 449);
     this.Controls.Add(this.ribbonStatusBar);
     this.Controls.Add(this.ribbonControl);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
     this.IconOptions.ShowIcon = false;
     this.Margin        = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.MinimizeBox   = false;
     this.Name          = "baseCardsForm";
     this.Ribbon        = this.ribbonControl;
     this.ShowInTaskbar = false;
     this.StatusBar     = this.ribbonStatusBar;
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(Requst));
     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.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.layoutControl1       = new DevExpress.XtraLayout.LayoutControl();
     this.comboBox1            = new System.Windows.Forms.ComboBox();
     this.textEdit3            = new DevExpress.XtraEditors.TextEdit();
     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.gridColumn5          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.labelControl1        = new DevExpress.XtraEditors.LabelControl();
     this.dateEdit1            = new DevExpress.XtraEditors.DateEdit();
     this.textEdit2            = new DevExpress.XtraEditors.TextEdit();
     this.textEdit1            = new DevExpress.XtraEditors.TextEdit();
     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.layoutControlItem5   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem7   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4   = new DevExpress.XtraLayout.LayoutControlItem();
     this.labelControl2        = new DevExpress.XtraEditors.LabelControl();
     this.layoutControlItem8   = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).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.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).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),
         new DevExpress.XtraBars.LinkPersistInfo(((DevExpress.XtraBars.BarLinkUserDefines)((DevExpress.XtraBars.BarLinkUserDefines.PaintStyle | DevExpress.XtraBars.BarLinkUserDefines.KeyTip))), this.barButtonItem3, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph, "", "")
     });
     this.bar2.OptionsBar.AllowQuickCustomization = false;
     this.bar2.OptionsBar.DrawBorder  = false;
     this.bar2.OptionsBar.MultiLine   = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption      = "Save";
     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.F1);
     this.barButtonItem1.LargeGlyph   = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.LargeGlyph")));
     this.barButtonItem1.Name         = "barButtonItem1";
     toolTipTitleItem1.Text           = "       F1";
     toolTipItem1.LeftIndent          = 6;
     toolTipItem1.Text            = "Save Data";
     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;
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption      = "New";
     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.F3);
     this.barButtonItem2.LargeGlyph   = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.LargeGlyph")));
     this.barButtonItem2.Name         = "barButtonItem2";
     toolTipTitleItem3.Text           = "        F3";
     toolTipItem2.LeftIndent          = 6;
     toolTipItem2.Text            = "Clear Data";
     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;
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption      = "Close";
     this.barButtonItem3.Glyph        = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.Glyph")));
     this.barButtonItem3.Id           = 2;
     this.barButtonItem3.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E));
     this.barButtonItem3.LargeGlyph   = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.LargeGlyph")));
     this.barButtonItem3.Name         = "barButtonItem3";
     toolTipTitleItem5.Text           = "    Ctrl+E";
     toolTipItem3.LeftIndent          = 6;
     toolTipItem3.Text            = "Close Form";
     toolTipTitleItem6.LeftIndent = 6;
     toolTipTitleItem6.Text       = "  Short Key";
     superToolTip3.Items.Add(toolTipTitleItem5);
     superToolTip3.Items.Add(toolTipItem3);
     superToolTip3.Items.Add(toolTipSeparatorItem3);
     superToolTip3.Items.Add(toolTipTitleItem6);
     this.barButtonItem3.SuperTip   = superToolTip3;
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_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(761, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 485);
     this.barDockControlBottom.Size             = new System.Drawing.Size(761, 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, 461);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(761, 24);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 461);
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.labelControl2);
     this.layoutControl1.Controls.Add(this.comboBox1);
     this.layoutControl1.Controls.Add(this.textEdit3);
     this.layoutControl1.Controls.Add(this.gridControl1);
     this.layoutControl1.Controls.Add(this.labelControl1);
     this.layoutControl1.Controls.Add(this.dateEdit1);
     this.layoutControl1.Controls.Add(this.textEdit2);
     this.layoutControl1.Controls.Add(this.textEdit1);
     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(761, 461);
     this.layoutControl1.TabIndex = 4;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "Send",
         "Re Send",
         "Recieved"
     });
     this.comboBox1.Location = new System.Drawing.Point(533, 84);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(216, 21);
     this.comboBox1.TabIndex = 5;
     //
     // textEdit3
     //
     this.textEdit3.Location        = new System.Drawing.Point(89, 429);
     this.textEdit3.MenuManager     = this.barManager1;
     this.textEdit3.Name            = "textEdit3";
     this.textEdit3.Size            = new System.Drawing.Size(660, 20);
     this.textEdit3.StyleController = this.layoutControl1;
     this.textEdit3.TabIndex        = 7;
     //
     // gridControl1
     //
     this.gridControl1.Location    = new System.Drawing.Point(12, 109);
     this.gridControl1.MainView    = this.gridView1;
     this.gridControl1.MenuManager = this.barManager1;
     this.gridControl1.Name        = "gridControl1";
     this.gridControl1.Size        = new System.Drawing.Size(737, 316);
     this.gridControl1.TabIndex    = 6;
     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.gridColumn5,
         this.gridColumn6
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridView1.OptionsView.ShowFooter     = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn1
     //
     this.gridColumn1.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn1.AppearanceHeader.Options.UseFont        = true;
     this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn1.Caption = "Sl No";
     this.gridColumn1.Name    = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit                                  = false;
     this.gridColumn1.OptionsColumn.AllowFocus                                 = false;
     this.gridColumn1.OptionsColumn.AllowMove                                  = false;
     this.gridColumn1.OptionsColumn.AllowSize                                  = false;
     this.gridColumn1.OptionsColumn.AllowSort                                  = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn1.OptionsColumn.FixedWidth                                 = true;
     this.gridColumn1.OptionsFilter.AllowAutoFilter                            = false;
     this.gridColumn1.OptionsFilter.AllowFilter                                = false;
     this.gridColumn1.OptionsFilter.AllowFilterModeChanging                    = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn1.OptionsFilter.FilterBySortField                          = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn1.OptionsFilter.ImmediateUpdateAutoFilter                  = false;
     this.gridColumn1.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck      = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn1.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn1.OptionsFilter.ShowBlanksFilterItems                      = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width        = 30;
     //
     // gridColumn2
     //
     this.gridColumn2.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn2.AppearanceHeader.Options.UseFont        = true;
     this.gridColumn2.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn2.Caption = "Item Code";
     this.gridColumn2.Name    = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit                                  = false;
     this.gridColumn2.OptionsColumn.AllowMove                                  = false;
     this.gridColumn2.OptionsColumn.AllowSize                                  = false;
     this.gridColumn2.OptionsColumn.AllowSort                                  = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn2.OptionsColumn.FixedWidth                                 = true;
     this.gridColumn2.OptionsFilter.AllowAutoFilter                            = false;
     this.gridColumn2.OptionsFilter.AllowFilter                                = false;
     this.gridColumn2.OptionsFilter.AllowFilterModeChanging                    = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn2.OptionsFilter.FilterBySortField                          = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn2.OptionsFilter.ImmediateUpdateAutoFilter                  = false;
     this.gridColumn2.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck      = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn2.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn2.OptionsFilter.ShowBlanksFilterItems                      = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width        = 60;
     //
     // gridColumn3
     //
     this.gridColumn3.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn3.AppearanceHeader.Options.UseFont        = true;
     this.gridColumn3.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn3.Caption = "Description";
     this.gridColumn3.Name    = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit                                  = false;
     this.gridColumn3.OptionsColumn.AllowMove                                  = false;
     this.gridColumn3.OptionsColumn.AllowSize                                  = false;
     this.gridColumn3.OptionsColumn.AllowSort                                  = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn3.OptionsColumn.FixedWidth                                 = true;
     this.gridColumn3.OptionsFilter.AllowAutoFilter                            = false;
     this.gridColumn3.OptionsFilter.AllowFilter                                = false;
     this.gridColumn3.OptionsFilter.AllowFilterModeChanging                    = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn3.OptionsFilter.FilterBySortField                          = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn3.OptionsFilter.ImmediateUpdateAutoFilter                  = false;
     this.gridColumn3.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck      = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn3.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn3.OptionsFilter.ShowBlanksFilterItems                      = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     this.gridColumn3.Width        = 150;
     //
     // gridColumn4
     //
     this.gridColumn4.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn4.AppearanceHeader.Options.UseFont        = true;
     this.gridColumn4.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn4.Caption = "Qty";
     this.gridColumn4.Name    = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowEdit                                  = false;
     this.gridColumn4.OptionsColumn.AllowMove                                  = false;
     this.gridColumn4.OptionsColumn.AllowSize                                  = false;
     this.gridColumn4.OptionsColumn.AllowSort                                  = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn4.OptionsColumn.FixedWidth                                 = true;
     this.gridColumn4.OptionsFilter.AllowAutoFilter                            = false;
     this.gridColumn4.OptionsFilter.AllowFilter                                = false;
     this.gridColumn4.OptionsFilter.AllowFilterModeChanging                    = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn4.OptionsFilter.FilterBySortField                          = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn4.OptionsFilter.ImmediateUpdateAutoFilter                  = false;
     this.gridColumn4.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck      = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn4.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn4.OptionsFilter.ShowBlanksFilterItems                      = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn4.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
         new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "", "{0:0.##}")
     });
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 3;
     this.gridColumn4.Width        = 30;
     //
     // gridColumn5
     //
     this.gridColumn5.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn5.AppearanceHeader.Options.UseFont        = true;
     this.gridColumn5.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn5.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn5.Caption = "Location To";
     this.gridColumn5.Name    = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit                                  = false;
     this.gridColumn5.OptionsColumn.AllowFocus                                 = false;
     this.gridColumn5.OptionsColumn.AllowMove                                  = false;
     this.gridColumn5.OptionsColumn.AllowSize                                  = false;
     this.gridColumn5.OptionsColumn.AllowSort                                  = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn5.OptionsColumn.FixedWidth                                 = true;
     this.gridColumn5.OptionsFilter.AllowAutoFilter                            = false;
     this.gridColumn5.OptionsFilter.AllowFilter                                = false;
     this.gridColumn5.OptionsFilter.AllowFilterModeChanging                    = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn5.OptionsFilter.FilterBySortField                          = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn5.OptionsFilter.ImmediateUpdateAutoFilter                  = false;
     this.gridColumn5.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck      = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn5.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn5.OptionsFilter.ShowBlanksFilterItems                      = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 4;
     this.gridColumn5.Width        = 100;
     //
     // gridColumn6
     //
     this.gridColumn6.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn6.AppearanceHeader.Options.UseFont        = true;
     this.gridColumn6.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn6.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn6.Caption = "Location From";
     this.gridColumn6.Name    = "gridColumn6";
     this.gridColumn6.OptionsColumn.AllowEdit                                  = false;
     this.gridColumn6.OptionsColumn.AllowMove                                  = false;
     this.gridColumn6.OptionsColumn.AllowSize                                  = false;
     this.gridColumn6.OptionsColumn.AllowSort                                  = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn6.OptionsColumn.FixedWidth                                 = true;
     this.gridColumn6.OptionsFilter.AllowAutoFilter                            = false;
     this.gridColumn6.OptionsFilter.AllowFilter                                = false;
     this.gridColumn6.OptionsFilter.AllowFilterModeChanging                    = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn6.OptionsFilter.FilterBySortField                          = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn6.OptionsFilter.ImmediateUpdateAutoFilter                  = false;
     this.gridColumn6.OptionsFilter.ImmediateUpdatePopupDateFilterOnCheck      = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn6.OptionsFilter.ImmediateUpdatePopupDateFilterOnDateChange = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn6.OptionsFilter.ShowBlanksFilterItems                      = DevExpress.Utils.DefaultBoolean.False;
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 5;
     this.gridColumn6.Width        = 100;
     //
     // labelControl1
     //
     this.labelControl1.Location        = new System.Drawing.Point(12, 12);
     this.labelControl1.Name            = "labelControl1";
     this.labelControl1.Size            = new System.Drawing.Size(440, 13);
     this.labelControl1.StyleController = this.layoutControl1;
     this.labelControl1.TabIndex        = 1;
     //
     // dateEdit1
     //
     this.dateEdit1.EditValue   = null;
     this.dateEdit1.Location    = new System.Drawing.Point(613, 60);
     this.dateEdit1.MenuManager = this.barManager1;
     this.dateEdit1.Name        = "dateEdit1";
     this.dateEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.dateEdit1.Size            = new System.Drawing.Size(136, 20);
     this.dateEdit1.StyleController = this.layoutControl1;
     this.dateEdit1.TabIndex        = 4;
     //
     // textEdit2
     //
     this.textEdit2.Location            = new System.Drawing.Point(613, 36);
     this.textEdit2.MenuManager         = this.barManager1;
     this.textEdit2.Name                = "textEdit2";
     this.textEdit2.Properties.ReadOnly = true;
     this.textEdit2.Size                = new System.Drawing.Size(136, 20);
     this.textEdit2.StyleController     = this.layoutControl1;
     this.textEdit2.TabIndex            = 3;
     //
     // textEdit1
     //
     this.textEdit1.Location            = new System.Drawing.Point(533, 12);
     this.textEdit1.MenuManager         = this.barManager1;
     this.textEdit1.Name                = "textEdit1";
     this.textEdit1.Properties.ReadOnly = true;
     this.textEdit1.Size                = new System.Drawing.Size(216, 20);
     this.textEdit1.StyleController     = this.layoutControl1;
     this.textEdit1.TabIndex            = 2;
     //
     // 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.layoutControlItem5,
         this.layoutControlItem6,
         this.layoutControlItem7,
         this.layoutControlItem4,
         this.layoutControlItem8
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(761, 461);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control  = this.textEdit1;
     this.layoutControlItem1.Location = new System.Drawing.Point(444, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(297, 24);
     this.layoutControlItem1.Text     = "Requster Name";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(74, 13);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.AppearanceItemCaption.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.layoutControlItem2.AppearanceItemCaption.Options.UseFont = true;
     this.layoutControlItem2.Control  = this.textEdit2;
     this.layoutControlItem2.Location = new System.Drawing.Point(524, 24);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(217, 24);
     this.layoutControlItem2.Text     = "Requst #";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(74, 13);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control  = this.dateEdit1;
     this.layoutControlItem3.Location = new System.Drawing.Point(524, 48);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(217, 24);
     this.layoutControlItem3.Text     = "Date";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(74, 13);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control     = this.gridControl1;
     this.layoutControlItem5.Location    = new System.Drawing.Point(0, 97);
     this.layoutControlItem5.Name        = "layoutControlItem5";
     this.layoutControlItem5.Size        = new System.Drawing.Size(741, 320);
     this.layoutControlItem5.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextVisible = false;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control  = this.textEdit3;
     this.layoutControlItem6.Location = new System.Drawing.Point(0, 417);
     this.layoutControlItem6.Name     = "layoutControlItem6";
     this.layoutControlItem6.Size     = new System.Drawing.Size(741, 24);
     this.layoutControlItem6.Text     = "Remark";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(74, 13);
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control  = this.comboBox1;
     this.layoutControlItem7.Location = new System.Drawing.Point(444, 72);
     this.layoutControlItem7.Name     = "layoutControlItem7";
     this.layoutControlItem7.Size     = new System.Drawing.Size(297, 25);
     this.layoutControlItem7.Text     = "Status";
     this.layoutControlItem7.TextSize = new System.Drawing.Size(74, 13);
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control     = this.labelControl1;
     this.layoutControlItem4.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem4.Name        = "layoutControlItem4";
     this.layoutControlItem4.Size        = new System.Drawing.Size(444, 97);
     this.layoutControlItem4.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextVisible = false;
     //
     // labelControl2
     //
     this.labelControl2.Location        = new System.Drawing.Point(456, 36);
     this.labelControl2.Name            = "labelControl2";
     this.labelControl2.Size            = new System.Drawing.Size(76, 13);
     this.labelControl2.StyleController = this.layoutControl1;
     this.labelControl2.TabIndex        = 8;
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control     = this.labelControl2;
     this.layoutControlItem8.Location    = new System.Drawing.Point(444, 24);
     this.layoutControlItem8.Name        = "layoutControlItem8";
     this.layoutControlItem8.Size        = new System.Drawing.Size(80, 48);
     this.layoutControlItem8.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem8.TextVisible = false;
     //
     // Requst
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(761, 508);
     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.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(777, 547);
     this.MinimumSize   = new System.Drawing.Size(777, 547);
     this.Name          = "Requst";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Requst For Product";
     this.Load         += new System.EventHandler(this.Requst_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).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.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).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.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.ToolTipItem                   toolTipItem3           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip                  superToolTip3          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem4      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem4           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem3  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem5           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip                  superToolTip4          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem5      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem6           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem4  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem7           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip                  superToolTip5          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem6      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem8           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem5  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem9           = new DevExpress.Utils.ToolTipItem();
     System.ComponentModel.ComponentResourceManager resources              = new System.ComponentModel.ComponentResourceManager(typeof(BaseKartlarForm));
     DevExpress.Utils.SuperToolTip                  superToolTip6          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem7      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem10          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem6  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem11          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip                  superToolTip7          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem8      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem12          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem7  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem13          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip                  superToolTip8          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem9      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem14          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem8  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem15          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip                  superToolTip9          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem10     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem16          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem9  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem17          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip                  superToolTip10         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem11     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem18          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem10 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem19          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip                  superToolTip11         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem12     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem20          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem11 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipItem                   toolTipItem21          = new DevExpress.Utils.ToolTipItem();
     this.ribbonControl        = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.btnYeni              = new DevExpress.XtraBars.BarButtonItem();
     this.btnSil               = new DevExpress.XtraBars.BarButtonItem();
     this.btnSec               = new DevExpress.XtraBars.BarButtonItem();
     this.btnDuzelt            = new DevExpress.XtraBars.BarButtonItem();
     this.btnYenile            = new DevExpress.XtraBars.BarButtonItem();
     this.btnFiltrele          = new DevExpress.XtraBars.BarButtonItem();
     this.btnKolonlar          = new DevExpress.XtraBars.BarButtonItem();
     this.btnYazdir            = new DevExpress.XtraBars.BarButtonItem();
     this.btnGonder            = new DevExpress.XtraBars.BarButtonItem();
     this.btnCikis             = new DevExpress.XtraBars.BarSubItem();
     this.barInsert            = new DevExpress.XtraBars.BarStaticItem();
     this.barInsertAciklama    = new DevExpress.XtraBars.BarStaticItem();
     this.barDelete            = new DevExpress.XtraBars.BarStaticItem();
     this.barDeleteAciklama    = new DevExpress.XtraBars.BarStaticItem();
     this.barEnter             = new DevExpress.XtraBars.BarStaticItem();
     this.barEnterAciklama     = new DevExpress.XtraBars.BarStaticItem();
     this.barDuzelt            = new DevExpress.XtraBars.BarStaticItem();
     this.barDuzeltAciklama    = new DevExpress.XtraBars.BarStaticItem();
     this.barYenile            = new DevExpress.XtraBars.BarStaticItem();
     this.barYenileAciklama    = new DevExpress.XtraBars.BarStaticItem();
     this.barFiltrele          = new DevExpress.XtraBars.BarStaticItem();
     this.barFiltreleAciklama  = new DevExpress.XtraBars.BarStaticItem();
     this.barKolonlar          = new DevExpress.XtraBars.BarStaticItem();
     this.barKolonlarAciklama  = new DevExpress.XtraBars.BarStaticItem();
     this.barYazdir            = new DevExpress.XtraBars.BarStaticItem();
     this.barYazdirAciklama    = new DevExpress.XtraBars.BarStaticItem();
     this.barGonder            = new DevExpress.XtraBars.BarStaticItem();
     this.barGonderAciklama    = new DevExpress.XtraBars.BarStaticItem();
     this.barCikis             = new DevExpress.XtraBars.BarStaticItem();
     this.barCikisAciklama     = new DevExpress.XtraBars.BarStaticItem();
     this.btnAktifPasifKartlar = 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();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).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.ribbonControl.SearchEditItem,
         this.btnYeni,
         this.btnSil,
         this.btnSec,
         this.btnDuzelt,
         this.btnYenile,
         this.btnFiltrele,
         this.btnKolonlar,
         this.btnYazdir,
         this.btnGonder,
         this.btnCikis,
         this.barInsert,
         this.barInsertAciklama,
         this.barDelete,
         this.barDeleteAciklama,
         this.barEnter,
         this.barEnterAciklama,
         this.barDuzelt,
         this.barDuzeltAciklama,
         this.barYenile,
         this.barYenileAciklama,
         this.barFiltrele,
         this.barFiltreleAciklama,
         this.barKolonlar,
         this.barKolonlarAciklama,
         this.barYazdir,
         this.barYazdirAciklama,
         this.barGonder,
         this.barGonderAciklama,
         this.barCikis,
         this.barCikisAciklama,
         this.btnAktifPasifKartlar
     });
     this.ribbonControl.Location  = new System.Drawing.Point(0, 0);
     this.ribbonControl.MaxItemId = 34;
     this.ribbonControl.Name      = "ribbonControl";
     this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPage1
     });
     this.ribbonControl.ShowApplicationButton        = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl.ShowExpandCollapseButton     = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl.ShowMoreCommandsButton       = 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(1054, 109);
     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::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.addfile_16x16;
     this.btnYeni.ImageOptions.LargeImage = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.addfile_32x32;
     this.btnYeni.ItemShortcut            = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.Insert);
     this.btnYeni.Name                    = "btnYeni";
     toolTipTitleItem1.ImageOptions.Image = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem1.Text               = "( Insert )";
     toolTipItem1.Text                    = "Yeni Kart Ekle";
     toolTipTitleItem2.ImageOptions.Image = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.suggestion_16x16;
     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;
     //
     // btnSil
     //
     this.btnSil.Caption                  = "Sil";
     this.btnSil.Id                       = 2;
     this.btnSil.ImageOptions.Image       = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.deletelist_16x16;
     this.btnSil.ImageOptions.LargeImage  = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.deletelist_32x32;
     this.btnSil.ItemShortcut             = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.Delete);
     this.btnSil.Name                     = "btnSil";
     toolTipTitleItem3.ImageOptions.Image = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem3.Text               = "( Delete )";
     toolTipItem2.Text                    = "Seçilen Kartı Sil";
     toolTipItem3.ImageOptions.Image      = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipItem3.Text                    = "Seçilen Kart Onayınız Alınarak Silinir.";
     superToolTip2.Items.Add(toolTipTitleItem3);
     superToolTip2.Items.Add(toolTipItem2);
     superToolTip2.Items.Add(toolTipSeparatorItem2);
     superToolTip2.Items.Add(toolTipItem3);
     this.btnSil.SuperTip = superToolTip2;
     //
     // btnSec
     //
     this.btnSec.Caption                  = "Seç";
     this.btnSec.Id                       = 3;
     this.btnSec.ImageOptions.Image       = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.apply_16x16;
     this.btnSec.ImageOptions.LargeImage  = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.apply_32x32;
     this.btnSec.Name                     = "btnSec";
     this.btnSec.ShortcutKeyDisplayString = "Enter";
     toolTipTitleItem4.ImageOptions.Image = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem4.Text               = "( Enter )";
     toolTipItem4.Text                    = "Kartı Seç";
     toolTipItem5.ImageOptions.Image      = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipItem5.Text                    = "Seçilen Kart Önceki Karta Aktarılır.";
     superToolTip3.Items.Add(toolTipTitleItem4);
     superToolTip3.Items.Add(toolTipItem4);
     superToolTip3.Items.Add(toolTipSeparatorItem3);
     superToolTip3.Items.Add(toolTipItem5);
     this.btnSec.SuperTip = superToolTip3;
     //
     // btnDuzelt
     //
     this.btnDuzelt.Caption                 = "Düzelt";
     this.btnDuzelt.Id                      = 4;
     this.btnDuzelt.ImageOptions.Image      = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.edit_16x16;
     this.btnDuzelt.ImageOptions.LargeImage = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.edit_32x32;
     this.btnDuzelt.ItemShortcut            = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F3);
     this.btnDuzelt.Name                    = "btnDuzelt";
     toolTipTitleItem5.ImageOptions.Image   = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem5.Text                 = "( F3 )";
     toolTipItem6.Text                      = "Seçilen Kartı Düzelt";
     toolTipItem7.ImageOptions.Image        = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipItem7.Text                      = "Seçilen Kart Düzenleme Modunda Açılır.";
     superToolTip4.Items.Add(toolTipTitleItem5);
     superToolTip4.Items.Add(toolTipItem6);
     superToolTip4.Items.Add(toolTipSeparatorItem4);
     superToolTip4.Items.Add(toolTipItem7);
     this.btnDuzelt.SuperTip = superToolTip4;
     //
     // btnYenile
     //
     this.btnYenile.Caption                 = "Yenile";
     this.btnYenile.Id                      = 5;
     this.btnYenile.ImageOptions.Image      = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.convert_16x16;
     this.btnYenile.ImageOptions.LargeImage = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.convert_32x32;
     this.btnYenile.ItemShortcut            = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F5);
     this.btnYenile.Name                    = "btnYenile";
     toolTipTitleItem6.ImageOptions.Image   = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem6.Text                 = "( F5 )";
     toolTipItem8.Text                      = "Tablo Verilerini Yenile";
     toolTipItem9.ImageOptions.Image        = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipItem9.Text                      = "Tablo Verileri Yeniden Sorgulanarak Listelenir.";
     superToolTip5.Items.Add(toolTipTitleItem6);
     superToolTip5.Items.Add(toolTipItem8);
     superToolTip5.Items.Add(toolTipSeparatorItem5);
     superToolTip5.Items.Add(toolTipItem9);
     this.btnYenile.SuperTip = superToolTip5;
     //
     // btnFiltrele
     //
     this.btnFiltrele.Caption                 = "Filtrele";
     this.btnFiltrele.Id                      = 6;
     this.btnFiltrele.ImageOptions.Image      = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.crossdatasourcefiltering__16x16;
     this.btnFiltrele.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnFiltrele.ImageOptions.LargeImage")));
     this.btnFiltrele.ItemShortcut            = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F8);
     this.btnFiltrele.Name                    = "btnFiltrele";
     toolTipTitleItem7.ImageOptions.Image     = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem7.Text                   = "( F8 )";
     toolTipItem10.Text = "Tablo Verilerine Filtre Uygula";
     toolTipItem11.ImageOptions.Image = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipItem11.Text = "Aktif Tabloya Uygulanmak Üzere Filtre Seçilir.";
     superToolTip6.Items.Add(toolTipTitleItem7);
     superToolTip6.Items.Add(toolTipItem10);
     superToolTip6.Items.Add(toolTipSeparatorItem6);
     superToolTip6.Items.Add(toolTipItem11);
     this.btnFiltrele.SuperTip = superToolTip6;
     //
     // btnKolonlar
     //
     this.btnKolonlar.Caption                 = "Kolonlar";
     this.btnKolonlar.Id                      = 7;
     this.btnKolonlar.ImageOptions.Image      = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.weekend_16x16;
     this.btnKolonlar.ImageOptions.LargeImage = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.weekend_32x32;
     this.btnKolonlar.ItemShortcut            = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O));
     this.btnKolonlar.Name                    = "btnKolonlar";
     toolTipTitleItem8.ImageOptions.Image     = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem8.Text                   = "( Ctrl + O )";
     toolTipItem12.Text = "Sütun Seç";
     toolTipItem13.ImageOptions.Image = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipItem13.Text = "Tabloya Eklemek İçin Sütun Seçimi Yapılır.";
     superToolTip7.Items.Add(toolTipTitleItem8);
     superToolTip7.Items.Add(toolTipItem12);
     superToolTip7.Items.Add(toolTipSeparatorItem7);
     superToolTip7.Items.Add(toolTipItem13);
     this.btnKolonlar.SuperTip = superToolTip7;
     //
     // btnYazdir
     //
     this.btnYazdir.Caption                 = "Yazdır";
     this.btnYazdir.Id                      = 8;
     this.btnYazdir.ImageOptions.Image      = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.print_16x16;
     this.btnYazdir.ImageOptions.LargeImage = global::EnesALTUN.OgrTakip.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";
     toolTipTitleItem9.ImageOptions.Image   = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem9.Text                 = "( Ctrl + P )";
     toolTipItem14.Text                     = "Tablo Yazdırma Seçenekleri";
     toolTipItem15.ImageOptions.Image       = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipItem15.Text                     = "Tablo Yazdırma Seçenekleri Formu Açılır.";
     superToolTip8.Items.Add(toolTipTitleItem9);
     superToolTip8.Items.Add(toolTipItem14);
     superToolTip8.Items.Add(toolTipSeparatorItem8);
     superToolTip8.Items.Add(toolTipItem15);
     this.btnYazdir.SuperTip = superToolTip8;
     //
     // btnGonder
     //
     this.btnGonder.Caption                 = "Gönder";
     this.btnGonder.Id                      = 9;
     this.btnGonder.ImageOptions.Image      = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.export_16x16;
     this.btnGonder.ImageOptions.LargeImage = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.export_32x32;
     this.btnGonder.ItemShortcut            = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F12);
     this.btnGonder.Name                    = "btnGonder";
     toolTipTitleItem10.ImageOptions.Image  = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem10.Text                = "( F12 )";
     toolTipItem16.Text                     = "Dosyaya Gönder";
     toolTipItem17.ImageOptions.Image       = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipItem17.Text                     = "İlgili Tabloyu Belirlediğiniz Dosya Biçimine Göre Dosyaya Aktarıp, Dosyayı Açar";
     superToolTip9.Items.Add(toolTipTitleItem10);
     superToolTip9.Items.Add(toolTipItem16);
     superToolTip9.Items.Add(toolTipSeparatorItem9);
     superToolTip9.Items.Add(toolTipItem17);
     this.btnGonder.SuperTip = superToolTip9;
     //
     // btnCikis
     //
     this.btnCikis.Caption                  = "Çıkış";
     this.btnCikis.Id                       = 12;
     this.btnCikis.ImageOptions.Image       = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.close_16x16;
     this.btnCikis.ImageOptions.LargeImage  = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.close_32x32;
     this.btnCikis.Name                     = "btnCikis";
     this.btnCikis.ShortcutKeyDisplayString = "Esc";
     toolTipTitleItem11.ImageOptions.Image  = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem11.Text                = "( Esc )";
     toolTipItem18.Text                     = "Çıkış";
     toolTipItem19.ImageOptions.Image       = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipItem19.Text                     = "Form Kapatılarak Çıkış Yapılır.";
     superToolTip10.Items.Add(toolTipTitleItem11);
     superToolTip10.Items.Add(toolTipItem18);
     superToolTip10.Items.Add(toolTipSeparatorItem10);
     superToolTip10.Items.Add(toolTipItem19);
     this.btnCikis.SuperTip = superToolTip10;
     //
     // barInsert
     //
     this.barInsert.Caption = "Insert : ";
     this.barInsert.Id      = 13;
     this.barInsert.ItemAppearance.Normal.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barInsert.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.DarkBlue;
     this.barInsert.ItemAppearance.Normal.Options.UseFont      = true;
     this.barInsert.ItemAppearance.Normal.Options.UseForeColor = true;
     this.barInsert.Name = "barInsert";
     //
     // barInsertAciklama
     //
     this.barInsertAciklama.Caption = "Yeni";
     this.barInsertAciklama.Id      = 14;
     this.barInsertAciklama.Name    = "barInsertAciklama";
     //
     // barDelete
     //
     this.barDelete.Caption = "Delete :";
     this.barDelete.Id      = 15;
     this.barDelete.ItemAppearance.Normal.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barDelete.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.DarkBlue;
     this.barDelete.ItemAppearance.Normal.Options.UseFont      = true;
     this.barDelete.ItemAppearance.Normal.Options.UseForeColor = true;
     this.barDelete.Name = "barDelete";
     //
     // barDeleteAciklama
     //
     this.barDeleteAciklama.Caption = "Sil";
     this.barDeleteAciklama.Id      = 16;
     this.barDeleteAciklama.Name    = "barDeleteAciklama";
     //
     // barEnter
     //
     this.barEnter.Caption = "Enter :";
     this.barEnter.Id      = 17;
     this.barEnter.ItemAppearance.Normal.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barEnter.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.DarkBlue;
     this.barEnter.ItemAppearance.Normal.Options.UseFont      = true;
     this.barEnter.ItemAppearance.Normal.Options.UseForeColor = true;
     this.barEnter.Name = "barEnter";
     //
     // barEnterAciklama
     //
     this.barEnterAciklama.Caption = "Seç";
     this.barEnterAciklama.Id      = 18;
     this.barEnterAciklama.Name    = "barEnterAciklama";
     //
     // barDuzelt
     //
     this.barDuzelt.Caption = "F3 :";
     this.barDuzelt.Id      = 19;
     this.barDuzelt.ItemAppearance.Normal.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barDuzelt.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.DarkBlue;
     this.barDuzelt.ItemAppearance.Normal.Options.UseFont      = true;
     this.barDuzelt.ItemAppearance.Normal.Options.UseForeColor = true;
     this.barDuzelt.Name = "barDuzelt";
     //
     // barDuzeltAciklama
     //
     this.barDuzeltAciklama.Caption = "Düzelt";
     this.barDuzeltAciklama.Id      = 20;
     this.barDuzeltAciklama.Name    = "barDuzeltAciklama";
     //
     // barYenile
     //
     this.barYenile.Caption = "F5 :";
     this.barYenile.Id      = 21;
     this.barYenile.ItemAppearance.Normal.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barYenile.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.DarkBlue;
     this.barYenile.ItemAppearance.Normal.Options.UseFont      = true;
     this.barYenile.ItemAppearance.Normal.Options.UseForeColor = true;
     this.barYenile.Name = "barYenile";
     //
     // barYenileAciklama
     //
     this.barYenileAciklama.Caption = "Yenile";
     this.barYenileAciklama.Id      = 22;
     this.barYenileAciklama.Name    = "barYenileAciklama";
     //
     // barFiltrele
     //
     this.barFiltrele.Caption = "F8 :";
     this.barFiltrele.Id      = 23;
     this.barFiltrele.ItemAppearance.Normal.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barFiltrele.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.DarkBlue;
     this.barFiltrele.ItemAppearance.Normal.Options.UseFont      = true;
     this.barFiltrele.ItemAppearance.Normal.Options.UseForeColor = true;
     this.barFiltrele.Name = "barFiltrele";
     //
     // barFiltreleAciklama
     //
     this.barFiltreleAciklama.Caption = "Filtrele";
     this.barFiltreleAciklama.Id      = 24;
     this.barFiltreleAciklama.Name    = "barFiltreleAciklama";
     //
     // barKolonlar
     //
     this.barKolonlar.Caption = "Ctrl + O :";
     this.barKolonlar.Id      = 25;
     this.barKolonlar.ItemAppearance.Normal.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barKolonlar.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.DarkBlue;
     this.barKolonlar.ItemAppearance.Normal.Options.UseFont      = true;
     this.barKolonlar.ItemAppearance.Normal.Options.UseForeColor = true;
     this.barKolonlar.Name = "barKolonlar";
     //
     // barKolonlarAciklama
     //
     this.barKolonlarAciklama.Caption = "Kolonlar";
     this.barKolonlarAciklama.Id      = 26;
     this.barKolonlarAciklama.Name    = "barKolonlarAciklama";
     //
     // barYazdir
     //
     this.barYazdir.Caption = "Ctrl + P :";
     this.barYazdir.Id      = 27;
     this.barYazdir.ItemAppearance.Normal.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barYazdir.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.DarkBlue;
     this.barYazdir.ItemAppearance.Normal.Options.UseFont      = true;
     this.barYazdir.ItemAppearance.Normal.Options.UseForeColor = true;
     this.barYazdir.Name = "barYazdir";
     //
     // barYazdirAciklama
     //
     this.barYazdirAciklama.Caption = "Yazdır";
     this.barYazdirAciklama.Id      = 28;
     this.barYazdirAciklama.Name    = "barYazdirAciklama";
     //
     // barGonder
     //
     this.barGonder.Caption = "F12 :";
     this.barGonder.Id      = 29;
     this.barGonder.ItemAppearance.Normal.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barGonder.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.DarkBlue;
     this.barGonder.ItemAppearance.Normal.Options.UseFont      = true;
     this.barGonder.ItemAppearance.Normal.Options.UseForeColor = true;
     this.barGonder.Name = "barGonder";
     //
     // barGonderAciklama
     //
     this.barGonderAciklama.Caption = "Gönder";
     this.barGonderAciklama.Id      = 30;
     this.barGonderAciklama.Name    = "barGonderAciklama";
     //
     // barCikis
     //
     this.barCikis.Caption = "ESC :";
     this.barCikis.Id      = 31;
     this.barCikis.ItemAppearance.Normal.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barCikis.ItemAppearance.Normal.ForeColor            = System.Drawing.Color.DarkBlue;
     this.barCikis.ItemAppearance.Normal.Options.UseFont      = true;
     this.barCikis.ItemAppearance.Normal.Options.UseForeColor = true;
     this.barCikis.Name = "barCikis";
     //
     // barCikisAciklama
     //
     this.barCikisAciklama.Caption = "Çıkış";
     this.barCikisAciklama.Id      = 32;
     this.barCikisAciklama.Name    = "barCikisAciklama";
     //
     // btnAktifPasifKartlar
     //
     this.btnAktifPasifKartlar.Alignment                                   = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.btnAktifPasifKartlar.Caption                                     = "Pasif Kartlar";
     this.btnAktifPasifKartlar.Id                                          = 33;
     this.btnAktifPasifKartlar.ImageOptions.Image                          = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.article_16x16;
     this.btnAktifPasifKartlar.ImageOptions.LargeImage                     = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.article_32x32;
     this.btnAktifPasifKartlar.ItemAppearance.Hovered.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnAktifPasifKartlar.ItemAppearance.Hovered.ForeColor            = System.Drawing.Color.DarkBlue;
     this.btnAktifPasifKartlar.ItemAppearance.Hovered.Options.UseFont      = true;
     this.btnAktifPasifKartlar.ItemAppearance.Hovered.Options.UseForeColor = true;
     this.btnAktifPasifKartlar.ItemAppearance.Normal.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnAktifPasifKartlar.ItemAppearance.Normal.ForeColor             = System.Drawing.Color.Maroon;
     this.btnAktifPasifKartlar.ItemAppearance.Normal.Options.UseFont       = true;
     this.btnAktifPasifKartlar.ItemAppearance.Normal.Options.UseForeColor  = true;
     this.btnAktifPasifKartlar.ItemAppearance.Pressed.Font                 = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.btnAktifPasifKartlar.ItemAppearance.Pressed.ForeColor            = System.Drawing.Color.Maroon;
     this.btnAktifPasifKartlar.ItemAppearance.Pressed.Options.UseFont      = true;
     this.btnAktifPasifKartlar.ItemAppearance.Pressed.Options.UseForeColor = true;
     this.btnAktifPasifKartlar.ItemShortcut                                = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L));
     this.btnAktifPasifKartlar.Name                                        = "btnAktifPasifKartlar";
     toolTipTitleItem12.ImageOptions.Image                                 = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.comment_16x16;
     toolTipTitleItem12.Text          = "( Ctrl + L )";
     toolTipItem20.Text               = "Aktif veya Pasif Kartları Listele";
     toolTipItem21.ImageOptions.Image = global::EnesALTUN.OgrTakip.UI.Win.Properties.Resources.suggestion_16x16;
     toolTipItem21.Text               = "Aktif veya Pasif Kartları Listele";
     superToolTip11.Items.Add(toolTipTitleItem12);
     superToolTip11.Items.Add(toolTipItem20);
     superToolTip11.Items.Add(toolTipSeparatorItem11);
     superToolTip11.Items.Add(toolTipItem21);
     this.btnAktifPasifKartlar.SuperTip = superToolTip11;
     //
     // 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.btnYeni);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnSil);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnSec);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnDuzelt);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnYenile);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnFiltrele);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnKolonlar);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnYazdir);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnGonder);
     this.ribbonPageGroup1.ItemLinks.Add(this.btnCikis);
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     this.ribbonPageGroup1.Text = "ribbonPageGroup1";
     //
     // ribbonStatusBar1
     //
     this.ribbonStatusBar1.ItemLinks.Add(this.barInsert);
     this.ribbonStatusBar1.ItemLinks.Add(this.barInsertAciklama);
     this.ribbonStatusBar1.ItemLinks.Add(this.barDelete, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.barDeleteAciklama);
     this.ribbonStatusBar1.ItemLinks.Add(this.barEnter, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.barEnterAciklama);
     this.ribbonStatusBar1.ItemLinks.Add(this.barDuzelt, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.barDuzeltAciklama);
     this.ribbonStatusBar1.ItemLinks.Add(this.barYenile, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.barYenileAciklama);
     this.ribbonStatusBar1.ItemLinks.Add(this.barFiltrele, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.barFiltreleAciklama);
     this.ribbonStatusBar1.ItemLinks.Add(this.barKolonlar, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.barKolonlarAciklama);
     this.ribbonStatusBar1.ItemLinks.Add(this.barYazdir, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.barYazdirAciklama);
     this.ribbonStatusBar1.ItemLinks.Add(this.barGonder, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.barGonderAciklama);
     this.ribbonStatusBar1.ItemLinks.Add(this.barCikis, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.barCikisAciklama);
     this.ribbonStatusBar1.ItemLinks.Add(this.btnAktifPasifKartlar);
     this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 497);
     this.ribbonStatusBar1.Name     = "ribbonStatusBar1";
     this.ribbonStatusBar1.Ribbon   = this.ribbonControl;
     this.ribbonStatusBar1.Size     = new System.Drawing.Size(1054, 24);
     //
     // ribbonPage2
     //
     this.ribbonPage2.Name = "ribbonPage2";
     this.ribbonPage2.Text = "ribbonPage2";
     //
     // BaseKartlarForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1054, 521);
     this.Controls.Add(this.ribbonStatusBar1);
     this.Controls.Add(this.ribbonControl);
     this.IconOptions.ShowIcon = false;
     this.MinimizeBox          = false;
     this.Name          = "BaseKartlarForm";
     this.Ribbon        = this.ribbonControl;
     this.ShowInTaskbar = false;
     this.StatusBar     = this.ribbonStatusBar1;
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #26
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(ExtentLibForm));
     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();
     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();
     this.formAssistant1 = new DevExpress.XtraBars.FormAssistant();
     this.panelControl1  = new DevExpress.XtraEditors.PanelControl();
     this.panelControl3  = new DevExpress.XtraEditors.PanelControl();
     this.panelControl6  = new DevExpress.XtraEditors.PanelControl();
     this.btn_setDefault = new DevExpress.XtraEditors.SimpleButton();
     this.panelControl4  = new DevExpress.XtraEditors.PanelControl();
     this.btn_deleteRow  = new DevExpress.XtraEditors.SimpleButton();
     this.btn_newRow     = new DevExpress.XtraEditors.SimpleButton();
     this.btn_editSave   = new DevExpress.XtraEditors.SimpleButton();
     this.panelControl5  = new DevExpress.XtraEditors.PanelControl();
     this.btn_editStop   = new DevExpress.XtraEditors.SimpleButton();
     this.btn_editStart  = new DevExpress.XtraEditors.SimpleButton();
     this.panelControl2  = new DevExpress.XtraEditors.PanelControl();
     this.memoEdit_note  = new DevExpress.XtraEditors.MemoEdit();
     this.txt_secondXY   = new DevExpress.XtraEditors.TextEdit();
     this.txt_code       = new DevExpress.XtraEditors.TextEdit();
     this.labelControl4  = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1  = new DevExpress.XtraEditors.LabelControl();
     this.txt_firstXY    = new DevExpress.XtraEditors.TextEdit();
     this.labelControl2  = new DevExpress.XtraEditors.LabelControl();
     this.txt_name       = new DevExpress.XtraEditors.TextEdit();
     this.labelControl5  = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3  = new DevExpress.XtraEditors.LabelControl();
     this.panelControl7  = new DevExpress.XtraEditors.PanelControl();
     this.gridControl1   = new DevExpress.XtraGrid.GridControl();
     this.gridView1      = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.panelControl8  = new DevExpress.XtraEditors.PanelControl();
     this.btn_close      = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
     this.panelControl6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
     this.panelControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
     this.panelControl5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit_note.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_secondXY.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_code.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_firstXY.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_name.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).BeginInit();
     this.panelControl7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).BeginInit();
     this.panelControl8.SuspendLayout();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.panelControl3);
     this.panelControl1.Controls.Add(this.panelControl2);
     this.panelControl1.Controls.Add(this.panelControl7);
     this.panelControl1.Controls.Add(this.panelControl8);
     this.panelControl1.Location = new System.Drawing.Point(12, 12);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(898, 630);
     this.panelControl1.TabIndex = 0;
     //
     // panelControl3
     //
     this.panelControl3.Controls.Add(this.panelControl6);
     this.panelControl3.Controls.Add(this.panelControl4);
     this.panelControl3.Controls.Add(this.panelControl5);
     this.panelControl3.Location = new System.Drawing.Point(6, 133);
     this.panelControl3.Name     = "panelControl3";
     this.panelControl3.Size     = new System.Drawing.Size(887, 59);
     this.panelControl3.TabIndex = 1;
     //
     // panelControl6
     //
     this.panelControl6.Controls.Add(this.btn_setDefault);
     this.panelControl6.Location = new System.Drawing.Point(621, 5);
     this.panelControl6.Name     = "panelControl6";
     this.panelControl6.Size     = new System.Drawing.Size(261, 49);
     this.panelControl6.TabIndex = 2;
     //
     // btn_setDefault
     //
     this.btn_setDefault.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_setDefault.ImageOptions.Image")));
     this.btn_setDefault.Location           = new System.Drawing.Point(82, 12);
     this.btn_setDefault.Name     = "btn_setDefault";
     this.btn_setDefault.Size     = new System.Drawing.Size(100, 23);
     this.btn_setDefault.TabIndex = 0;
     this.btn_setDefault.Text     = "设为默认行";
     this.btn_setDefault.Click   += new System.EventHandler(this.btn_setDefault_Click);
     //
     // panelControl4
     //
     this.panelControl4.Controls.Add(this.btn_deleteRow);
     this.panelControl4.Controls.Add(this.btn_newRow);
     this.panelControl4.Controls.Add(this.btn_editSave);
     this.panelControl4.Location = new System.Drawing.Point(240, 5);
     this.panelControl4.Name     = "panelControl4";
     this.panelControl4.Size     = new System.Drawing.Size(375, 49);
     this.panelControl4.TabIndex = 2;
     //
     // btn_deleteRow
     //
     this.btn_deleteRow.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_deleteRow.ImageOptions.Image")));
     this.btn_deleteRow.Location           = new System.Drawing.Point(258, 12);
     this.btn_deleteRow.Name     = "btn_deleteRow";
     this.btn_deleteRow.Size     = new System.Drawing.Size(100, 23);
     this.btn_deleteRow.TabIndex = 0;
     this.btn_deleteRow.Text     = "删除当前行";
     this.btn_deleteRow.Click   += new System.EventHandler(this.btn_deleteRow_Click);
     //
     // btn_newRow
     //
     this.btn_newRow.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_newRow.ImageOptions.Image")));
     this.btn_newRow.Location           = new System.Drawing.Point(135, 12);
     this.btn_newRow.Name     = "btn_newRow";
     this.btn_newRow.Size     = new System.Drawing.Size(100, 23);
     this.btn_newRow.TabIndex = 0;
     this.btn_newRow.Text     = "添加新行";
     this.btn_newRow.Click   += new System.EventHandler(this.btn_newRow_Click);
     //
     // btn_editSave
     //
     this.btn_editSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_editSave.ImageOptions.Image")));
     this.btn_editSave.Location           = new System.Drawing.Point(15, 12);
     this.btn_editSave.Name     = "btn_editSave";
     this.btn_editSave.Size     = new System.Drawing.Size(100, 23);
     this.btn_editSave.TabIndex = 0;
     this.btn_editSave.Text     = "保存修改";
     this.btn_editSave.Click   += new System.EventHandler(this.btn_editSave_Click);
     //
     // panelControl5
     //
     this.panelControl5.Controls.Add(this.btn_editStop);
     this.panelControl5.Controls.Add(this.btn_editStart);
     this.panelControl5.Location = new System.Drawing.Point(5, 5);
     this.panelControl5.Name     = "panelControl5";
     this.panelControl5.Size     = new System.Drawing.Size(229, 49);
     this.panelControl5.TabIndex = 2;
     //
     // btn_editStop
     //
     this.btn_editStop.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_editStop.ImageOptions.Image")));
     this.btn_editStop.Location           = new System.Drawing.Point(112, 12);
     this.btn_editStop.Name     = "btn_editStop";
     this.btn_editStop.Size     = new System.Drawing.Size(100, 23);
     this.btn_editStop.TabIndex = 0;
     this.btn_editStop.Text     = "停止编辑";
     this.btn_editStop.Click   += new System.EventHandler(this.btn_editStop_Click);
     //
     // btn_editStart
     //
     this.btn_editStart.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_editStart.ImageOptions.Image")));
     this.btn_editStart.Location           = new System.Drawing.Point(14, 12);
     this.btn_editStart.Name     = "btn_editStart";
     this.btn_editStart.Size     = new System.Drawing.Size(75, 23);
     this.btn_editStart.TabIndex = 0;
     this.btn_editStart.Text     = "开始编辑";
     this.btn_editStart.Click   += new System.EventHandler(this.btn_editStart_Click);
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.memoEdit_note);
     this.panelControl2.Controls.Add(this.txt_secondXY);
     this.panelControl2.Controls.Add(this.txt_code);
     this.panelControl2.Controls.Add(this.labelControl4);
     this.panelControl2.Controls.Add(this.labelControl1);
     this.panelControl2.Controls.Add(this.txt_firstXY);
     this.panelControl2.Controls.Add(this.labelControl2);
     this.panelControl2.Controls.Add(this.txt_name);
     this.panelControl2.Controls.Add(this.labelControl5);
     this.panelControl2.Controls.Add(this.labelControl3);
     this.panelControl2.Location = new System.Drawing.Point(5, 5);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(888, 121);
     this.panelControl2.TabIndex = 0;
     //
     // memoEdit_note
     //
     this.memoEdit_note.Location = new System.Drawing.Point(612, 32);
     this.memoEdit_note.Name     = "memoEdit_note";
     this.memoEdit_note.Size     = new System.Drawing.Size(260, 63);
     this.memoEdit_note.TabIndex = 4;
     //
     // txt_secondXY
     //
     this.txt_secondXY.EditValue                   = "";
     this.txt_secondXY.Location                    = new System.Drawing.Point(376, 75);
     this.txt_secondXY.Name                        = "txt_secondXY";
     this.txt_secondXY.Size                        = new System.Drawing.Size(200, 20);
     toolTipTitleItem1.Appearance.Image            = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     toolTipTitleItem1.Appearance.Options.UseImage = true;
     toolTipTitleItem1.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image1")));
     toolTipTitleItem1.Text                        = "参数说明";
     toolTipItem1.LeftIndent                       = 6;
     toolTipItem1.Text = "参数类型:可选参数\r\n\r\n参数格式:任何类型的字符串";
     toolTipTitleItem2.Appearance.Image            = ((System.Drawing.Image)(resources.GetObject("resource.Image2")));
     toolTipTitleItem2.Appearance.Options.UseImage = true;
     toolTipTitleItem2.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image3")));
     toolTipTitleItem2.LeftIndent = 6;
     toolTipTitleItem2.Text       = "工具型参数";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     this.txt_secondXY.SuperTip = superToolTip1;
     this.txt_secondXY.TabIndex = 3;
     //
     // txt_code
     //
     this.txt_code.EditValue                       = "";
     this.txt_code.Location                        = new System.Drawing.Point(84, 75);
     this.txt_code.Name                            = "txt_code";
     this.txt_code.Size                            = new System.Drawing.Size(200, 20);
     toolTipTitleItem3.Appearance.Image            = ((System.Drawing.Image)(resources.GetObject("resource.Image4")));
     toolTipTitleItem3.Appearance.Options.UseImage = true;
     toolTipTitleItem3.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image5")));
     toolTipTitleItem3.Text                        = "参数说明";
     toolTipItem2.LeftIndent                       = 6;
     toolTipItem2.Text = "参数类型:可选参数\r\n\r\n参数格式:任何类型的字符串";
     toolTipTitleItem4.Appearance.Image            = ((System.Drawing.Image)(resources.GetObject("resource.Image6")));
     toolTipTitleItem4.Appearance.Options.UseImage = true;
     toolTipTitleItem4.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image7")));
     toolTipTitleItem4.LeftIndent = 6;
     toolTipTitleItem4.Text       = "工具型参数";
     superToolTip2.Items.Add(toolTipTitleItem3);
     superToolTip2.Items.Add(toolTipItem2);
     superToolTip2.Items.Add(toolTipSeparatorItem2);
     superToolTip2.Items.Add(toolTipTitleItem4);
     this.txt_code.SuperTip = superToolTip2;
     this.txt_code.TabIndex = 3;
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(301, 78);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(72, 14);
     this.labelControl4.TabIndex = 2;
     this.labelControl4.Text     = "第二经纬度:";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(20, 78);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(60, 14);
     this.labelControl1.TabIndex = 2;
     this.labelControl1.Text     = "范围编号:";
     //
     // txt_firstXY
     //
     this.txt_firstXY.EditValue                    = "";
     this.txt_firstXY.Location                     = new System.Drawing.Point(376, 37);
     this.txt_firstXY.Name                         = "txt_firstXY";
     this.txt_firstXY.Size                         = new System.Drawing.Size(200, 20);
     toolTipTitleItem5.Appearance.Image            = ((System.Drawing.Image)(resources.GetObject("resource.Image8")));
     toolTipTitleItem5.Appearance.Options.UseImage = true;
     toolTipTitleItem5.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image9")));
     toolTipTitleItem5.Text                        = "参数说明";
     toolTipItem3.LeftIndent                       = 6;
     toolTipItem3.Text = "参数类型:可选参数\r\n\r\n参数格式:任何类型的字符串";
     toolTipTitleItem6.Appearance.Image            = ((System.Drawing.Image)(resources.GetObject("resource.Image10")));
     toolTipTitleItem6.Appearance.Options.UseImage = true;
     toolTipTitleItem6.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image11")));
     toolTipTitleItem6.LeftIndent = 6;
     toolTipTitleItem6.Text       = "工具型参数";
     superToolTip3.Items.Add(toolTipTitleItem5);
     superToolTip3.Items.Add(toolTipItem3);
     superToolTip3.Items.Add(toolTipSeparatorItem3);
     superToolTip3.Items.Add(toolTipTitleItem6);
     this.txt_firstXY.SuperTip = superToolTip3;
     this.txt_firstXY.TabIndex = 3;
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(301, 40);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(72, 14);
     this.labelControl2.TabIndex = 2;
     this.labelControl2.Text     = "第一经纬度:";
     //
     // txt_name
     //
     this.txt_name.EditValue                       = "";
     this.txt_name.Location                        = new System.Drawing.Point(84, 37);
     this.txt_name.Name                            = "txt_name";
     this.txt_name.Size                            = new System.Drawing.Size(200, 20);
     toolTipTitleItem7.Appearance.Image            = ((System.Drawing.Image)(resources.GetObject("resource.Image12")));
     toolTipTitleItem7.Appearance.Options.UseImage = true;
     toolTipTitleItem7.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image13")));
     toolTipTitleItem7.Text                        = "参数说明";
     toolTipItem4.LeftIndent                       = 6;
     toolTipItem4.Text = "参数类型:可选参数\r\n\r\n参数格式:任何类型的字符串";
     toolTipTitleItem8.Appearance.Image            = ((System.Drawing.Image)(resources.GetObject("resource.Image14")));
     toolTipTitleItem8.Appearance.Options.UseImage = true;
     toolTipTitleItem8.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image15")));
     toolTipTitleItem8.LeftIndent = 6;
     toolTipTitleItem8.Text       = "工具型参数";
     superToolTip4.Items.Add(toolTipTitleItem7);
     superToolTip4.Items.Add(toolTipItem4);
     superToolTip4.Items.Add(toolTipSeparatorItem4);
     superToolTip4.Items.Add(toolTipTitleItem8);
     this.txt_name.SuperTip = superToolTip4;
     this.txt_name.TabIndex = 3;
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(612, 12);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(36, 14);
     this.labelControl5.TabIndex = 2;
     this.labelControl5.Text     = "备注:";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(20, 40);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(60, 14);
     this.labelControl3.TabIndex = 2;
     this.labelControl3.Text     = "范围名称:";
     //
     // panelControl7
     //
     this.panelControl7.Controls.Add(this.gridControl1);
     this.panelControl7.Location = new System.Drawing.Point(5, 198);
     this.panelControl7.Name     = "panelControl7";
     this.panelControl7.Size     = new System.Drawing.Size(888, 387);
     this.panelControl7.TabIndex = 3;
     //
     // gridControl1
     //
     this.gridControl1.Location = new System.Drawing.Point(5, 5);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(877, 377);
     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";
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.FocusedRowChanged         += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridView1_FocusedRowChanged);
     //
     // panelControl8
     //
     this.panelControl8.Controls.Add(this.btn_close);
     this.panelControl8.Location = new System.Drawing.Point(5, 587);
     this.panelControl8.Name     = "panelControl8";
     this.panelControl8.Size     = new System.Drawing.Size(888, 38);
     this.panelControl8.TabIndex = 4;
     //
     // btn_close
     //
     this.btn_close.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_close.ImageOptions.Image")));
     this.btn_close.Location           = new System.Drawing.Point(714, 10);
     this.btn_close.Name     = "btn_close";
     this.btn_close.Size     = new System.Drawing.Size(100, 23);
     this.btn_close.TabIndex = 0;
     this.btn_close.Text     = "关闭";
     this.btn_close.Click   += new System.EventHandler(this.btn_close_Click);
     //
     // ExtentLibForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(922, 654);
     this.Controls.Add(this.panelControl1);
     this.MaximumSize   = new System.Drawing.Size(938, 693);
     this.MinimumSize   = new System.Drawing.Size(938, 693);
     this.Name          = "ExtentLibForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "POI搜索范围管理器";
     this.Load         += new System.EventHandler(this.ExtentLibForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
     this.panelControl6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
     this.panelControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
     this.panelControl5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.panelControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.memoEdit_note.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_secondXY.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_code.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_firstXY.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txt_name.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl7)).EndInit();
     this.panelControl7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).EndInit();
     this.panelControl8.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #27
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(Product));
     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.layoutControl1           = new DevExpress.XtraLayout.LayoutControl();
     this.gridControl1             = new DevExpress.XtraGrid.GridControl();
     this.gridView1                = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.ProductCode              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.QRCode                   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.BrandName                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.ProdCategory             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Description              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.layoutControlGroup1      = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1       = new DevExpress.XtraLayout.LayoutControlItem();
     ((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.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar2,
         this.bar3
     });
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barButtonItem1,
         this.barButtonItem2
     });
     this.barManager1.MainMenu  = this.bar2;
     this.barManager1.MaxItemId = 2;
     this.barManager1.StatusBar = this.bar3;
     //
     // bar2
     //
     this.bar2.BarName   = "Main menu";
     this.bar2.DockCol   = 0;
     this.bar2.DockRow   = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem1, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem2, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.bar2.OptionsBar.AllowQuickCustomization = false;
     this.bar2.OptionsBar.DrawBorder  = false;
     this.bar2.OptionsBar.MultiLine   = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption                  = "New";
     this.barButtonItem1.Glyph                    = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph")));
     this.barButtonItem1.Id                       = 0;
     this.barButtonItem1.ItemShortcut             = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N));
     this.barButtonItem1.LargeGlyph               = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.LargeGlyph")));
     this.barButtonItem1.Name                     = "barButtonItem1";
     this.barButtonItem1.ShortcutKeyDisplayString = "Ctrl+N";
     toolTipTitleItem1.Text                       = "    Ctrl+N";
     toolTipItem1.LeftIndent                      = 6;
     toolTipItem1.Text            = "Save Data";
     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(713, 24);
     //
     // 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(713, 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, 451);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(713, 24);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 451);
     //
     // 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(713, 451);
     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(689, 427);
     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.ProductCode,
         this.QRCode,
         this.BrandName,
         this.ProdCategory,
         this.Description,
         this.gridColumn1
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsFind.AlwaysVisible  = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // ProductCode
     //
     this.ProductCode.AppearanceCell.Font                     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ProductCode.AppearanceCell.Options.UseFont          = true;
     this.ProductCode.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ProductCode.AppearanceHeader.Options.UseFont        = true;
     this.ProductCode.AppearanceHeader.Options.UseTextOptions = true;
     this.ProductCode.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.ProductCode.Caption   = "Item Code";
     this.ProductCode.FieldName = "productCode";
     this.ProductCode.Name      = "ProductCode";
     this.ProductCode.OptionsColumn.AllowFocus  = false;
     this.ProductCode.OptionsColumn.AllowMove   = false;
     this.ProductCode.OptionsColumn.AllowSize   = false;
     this.ProductCode.OptionsColumn.FixedWidth  = true;
     this.ProductCode.ShowUnboundExpressionMenu = true;
     this.ProductCode.Visible      = true;
     this.ProductCode.VisibleIndex = 0;
     this.ProductCode.Width        = 50;
     //
     // QRCode
     //
     this.QRCode.AppearanceCell.Font                     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.QRCode.AppearanceCell.Options.UseFont          = true;
     this.QRCode.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.QRCode.AppearanceHeader.Options.UseFont        = true;
     this.QRCode.AppearanceHeader.Options.UseTextOptions = true;
     this.QRCode.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.QRCode.Caption   = "QR / Barcode";
     this.QRCode.FieldName = "qrCode";
     this.QRCode.Name      = "QRCode";
     this.QRCode.OptionsColumn.AllowFocus = false;
     this.QRCode.OptionsColumn.AllowMove  = false;
     this.QRCode.OptionsColumn.AllowSize  = false;
     this.QRCode.OptionsColumn.FixedWidth = true;
     this.QRCode.Visible      = true;
     this.QRCode.VisibleIndex = 1;
     this.QRCode.Width        = 50;
     //
     // BrandName
     //
     this.BrandName.AppearanceCell.Font                     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BrandName.AppearanceCell.Options.UseFont          = true;
     this.BrandName.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BrandName.AppearanceHeader.Options.UseFont        = true;
     this.BrandName.AppearanceHeader.Options.UseTextOptions = true;
     this.BrandName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.BrandName.Caption   = "Brand Name";
     this.BrandName.FieldName = "brandName";
     this.BrandName.Name      = "BrandName";
     this.BrandName.OptionsColumn.AllowFocus = false;
     this.BrandName.OptionsColumn.AllowMove  = false;
     this.BrandName.OptionsColumn.AllowSize  = false;
     this.BrandName.OptionsColumn.FixedWidth = true;
     this.BrandName.Visible      = true;
     this.BrandName.VisibleIndex = 2;
     this.BrandName.Width        = 120;
     //
     // ProdCategory
     //
     this.ProdCategory.AppearanceCell.Font                     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ProdCategory.AppearanceCell.Options.UseFont          = true;
     this.ProdCategory.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ProdCategory.AppearanceHeader.Options.UseFont        = true;
     this.ProdCategory.AppearanceHeader.Options.UseTextOptions = true;
     this.ProdCategory.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.ProdCategory.Caption   = "Category";
     this.ProdCategory.FieldName = "category";
     this.ProdCategory.Name      = "ProdCategory";
     this.ProdCategory.OptionsColumn.AllowFocus = false;
     this.ProdCategory.OptionsColumn.AllowMove  = false;
     this.ProdCategory.OptionsColumn.AllowSize  = false;
     this.ProdCategory.OptionsColumn.FixedWidth = true;
     this.ProdCategory.Visible      = true;
     this.ProdCategory.VisibleIndex = 3;
     this.ProdCategory.Width        = 120;
     //
     // Description
     //
     this.Description.AppearanceCell.Font                     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Description.AppearanceCell.Options.UseFont          = true;
     this.Description.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Description.AppearanceHeader.Options.UseFont        = true;
     this.Description.AppearanceHeader.Options.UseTextOptions = true;
     this.Description.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.Description.Caption   = "Description";
     this.Description.FieldName = "itemName";
     this.Description.Name      = "Description";
     this.Description.OptionsColumn.AllowFocus = false;
     this.Description.OptionsColumn.AllowMove  = false;
     this.Description.OptionsColumn.AllowSize  = false;
     this.Description.OptionsColumn.FixedWidth = true;
     this.Description.Visible      = true;
     this.Description.VisibleIndex = 4;
     this.Description.Width        = 170;
     //
     // gridColumn1
     //
     this.gridColumn1.AppearanceCell.Font                     = new System.Drawing.Font("Tahoma", 8.25F, 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", 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    = "Edit";
     this.gridColumn1.ColumnEdit = this.repositoryItemCheckEdit1;
     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 = 5;
     this.gridColumn1.Width        = 45;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight      = false;
     this.repositoryItemCheckEdit1.Name            = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.CheckedChanged += new System.EventHandler(this.repositoryItemCheckEdit1_CheckedChanged);
     //
     // 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(713, 451);
     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(693, 431);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // Product
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(713, 498);
     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  = "Product";
     this.Text  = "Product List";
     this.Load += new System.EventHandler(this.Product_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.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #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(WGS842GaodeForm));
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.Utils.SuperToolTip         superToolTip1         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem1     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem          toolTipItem1          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem1 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem2     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule2 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule3 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule4 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.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.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule5 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     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.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule6 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     this.panelControl2       = new DevExpress.XtraEditors.PanelControl();
     this.panelControl3       = new DevExpress.XtraEditors.PanelControl();
     this.progressBarControl1 = new DevExpress.XtraEditors.ProgressBarControl();
     this.panelControl4       = new DevExpress.XtraEditors.PanelControl();
     this.btn_help            = new DevExpress.XtraEditors.SimpleButton();
     this.btn_saveClose       = new DevExpress.XtraEditors.SimpleButton();
     this.btn_cancel          = new DevExpress.XtraEditors.SimpleButton();
     this.btn_ok = new DevExpress.XtraEditors.SimpleButton();
     this.comboBox_inputSheet   = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labelControl6         = new DevExpress.XtraEditors.LabelControl();
     this.comboBox_outputLat    = new DevExpress.XtraEditors.TextEdit();
     this.panelControl1         = new DevExpress.XtraEditors.PanelControl();
     this.checkEdit_addToView   = new DevExpress.XtraEditors.CheckEdit();
     this.comboBox_inputLat     = new DevExpress.XtraEditors.ComboBoxEdit();
     this.comboBox_inputLng     = new DevExpress.XtraEditors.ComboBoxEdit();
     this.btn_inputOpen         = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl5         = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3         = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4         = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2         = new DevExpress.XtraEditors.LabelControl();
     this.comboBox_outputLng    = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1         = new DevExpress.XtraEditors.LabelControl();
     this.textEdit_inputFile    = new DevExpress.XtraEditors.TextEdit();
     this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
     this.formAssistant1        = new DevExpress.XtraBars.FormAssistant();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
     this.panelControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_inputSheet.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_outputLat.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit_addToView.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_inputLat.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_inputLng.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_outputLng.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit_inputFile.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.panelControl3);
     this.panelControl2.Controls.Add(this.panelControl4);
     this.panelControl2.Location = new System.Drawing.Point(14, 14);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(701, 453);
     this.panelControl2.TabIndex = 10;
     //
     // panelControl3
     //
     this.panelControl3.Controls.Add(this.progressBarControl1);
     this.panelControl3.Location = new System.Drawing.Point(4, 303);
     this.panelControl3.Name     = "panelControl3";
     this.panelControl3.Size     = new System.Drawing.Size(692, 59);
     this.panelControl3.TabIndex = 6;
     //
     // progressBarControl1
     //
     this.progressBarControl1.Location              = new System.Drawing.Point(5, 20);
     this.progressBarControl1.Name                  = "progressBarControl1";
     this.progressBarControl1.Properties.ShowTitle  = true;
     this.progressBarControl1.ShowProgressInTaskBar = true;
     this.progressBarControl1.Size                  = new System.Drawing.Size(654, 21);
     this.progressBarControl1.TabIndex              = 0;
     this.progressBarControl1.ToolTipIconType       = DevExpress.Utils.ToolTipIconType.Information;
     //
     // panelControl4
     //
     this.panelControl4.Controls.Add(this.btn_help);
     this.panelControl4.Controls.Add(this.btn_saveClose);
     this.panelControl4.Controls.Add(this.btn_cancel);
     this.panelControl4.Controls.Add(this.btn_ok);
     this.panelControl4.Location = new System.Drawing.Point(4, 368);
     this.panelControl4.Name     = "panelControl4";
     this.panelControl4.Size     = new System.Drawing.Size(692, 80);
     this.panelControl4.TabIndex = 7;
     //
     // btn_help
     //
     this.btn_help.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_help.ImageOptions.Image")));
     this.btn_help.Location           = new System.Drawing.Point(572, 23);
     this.btn_help.Name     = "btn_help";
     this.btn_help.Size     = new System.Drawing.Size(87, 27);
     this.btn_help.TabIndex = 0;
     this.btn_help.Text     = "帮助";
     this.btn_help.Click   += new System.EventHandler(this.btn_help_Click);
     //
     // btn_saveClose
     //
     this.btn_saveClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_saveClose.ImageOptions.Image")));
     this.btn_saveClose.Location           = new System.Drawing.Point(477, 23);
     this.btn_saveClose.Name     = "btn_saveClose";
     this.btn_saveClose.Size     = new System.Drawing.Size(87, 27);
     this.btn_saveClose.TabIndex = 0;
     this.btn_saveClose.Text     = "关闭";
     this.btn_saveClose.Click   += new System.EventHandler(this.btn_saveClose_Click);
     //
     // btn_cancel
     //
     this.btn_cancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_cancel.ImageOptions.Image")));
     this.btn_cancel.Location           = new System.Drawing.Point(383, 23);
     this.btn_cancel.Name     = "btn_cancel";
     this.btn_cancel.Size     = new System.Drawing.Size(87, 27);
     this.btn_cancel.TabIndex = 0;
     this.btn_cancel.Text     = "取消";
     this.btn_cancel.Click   += new System.EventHandler(this.btn_cancel_Click);
     //
     // btn_ok
     //
     this.btn_ok.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_ok.ImageOptions.Image")));
     this.btn_ok.Location           = new System.Drawing.Point(288, 23);
     this.btn_ok.Name     = "btn_ok";
     this.btn_ok.Size     = new System.Drawing.Size(87, 27);
     this.btn_ok.TabIndex = 0;
     this.btn_ok.Text     = "确定";
     this.btn_ok.Click   += new System.EventHandler(this.btn_ok_Click);
     //
     // comboBox_inputSheet
     //
     this.comboBox_inputSheet.Location = new System.Drawing.Point(7, 94);
     this.comboBox_inputSheet.Name     = "comboBox_inputSheet";
     this.comboBox_inputSheet.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBox_inputSheet.Size              = new System.Drawing.Size(573, 20);
     this.comboBox_inputSheet.TabIndex          = 9;
     conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule1.ErrorText         = "请选择文件中包含的表格";
     this.dxValidationProvider1.SetValidationRule(this.comboBox_inputSheet, conditionValidationRule1);
     this.comboBox_inputSheet.EditValueChanged += new System.EventHandler(this.comboBox_inputSheet_EditValueChanged);
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(314, 197);
     this.labelControl6.Name     = "labelControl6";
     this.labelControl6.Size     = new System.Drawing.Size(168, 14);
     this.labelControl6.TabIndex = 3;
     this.labelControl6.Text     = "目标纬度字段名称(可选参数)";
     //
     // comboBox_outputLat
     //
     this.comboBox_outputLat.Location              = new System.Drawing.Point(314, 220);
     this.comboBox_outputLat.Name                  = "comboBox_outputLat";
     this.comboBox_outputLat.Size                  = new System.Drawing.Size(266, 20);
     superToolTip1.AllowHtmlText                   = DevExpress.Utils.DefaultBoolean.True;
     toolTipTitleItem1.Appearance.Image            = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     toolTipTitleItem1.Appearance.Options.UseImage = true;
     toolTipTitleItem1.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image1")));
     toolTipTitleItem1.Text                        = "参数说明";
     toolTipItem1.LeftIndent                       = 6;
     toolTipItem1.Text                             = "参数类型: 必选参数\r\n\r\n参数格式:excel表格全路径\r\n\r\n注意事项:不能直接黏贴或修改,必须通过【浏览】按钮配置";
     toolTipTitleItem2.Appearance.Image            = ((System.Drawing.Image)(resources.GetObject("resource.Image2")));
     toolTipTitleItem2.Appearance.Options.UseImage = true;
     toolTipTitleItem2.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image3")));
     toolTipTitleItem2.LeftIndent                  = 6;
     toolTipTitleItem2.Text                        = "工具型参数";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     this.comboBox_outputLat.SuperTip           = superToolTip1;
     this.comboBox_outputLat.TabIndex           = 6;
     conditionValidationRule2.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule2.ErrorText         = "请选择正确的经度字段!";
     this.dxValidationProvider1.SetValidationRule(this.comboBox_outputLat, conditionValidationRule2);
     this.comboBox_outputLat.EditValueChanged += new System.EventHandler(this.comboBox_outputLat_EditValueChanged);
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.checkEdit_addToView);
     this.panelControl1.Controls.Add(this.comboBox_inputSheet);
     this.panelControl1.Controls.Add(this.comboBox_inputLat);
     this.panelControl1.Controls.Add(this.comboBox_inputLng);
     this.panelControl1.Controls.Add(this.btn_inputOpen);
     this.panelControl1.Controls.Add(this.labelControl5);
     this.panelControl1.Controls.Add(this.labelControl3);
     this.panelControl1.Controls.Add(this.labelControl4);
     this.panelControl1.Controls.Add(this.labelControl6);
     this.panelControl1.Controls.Add(this.labelControl2);
     this.panelControl1.Controls.Add(this.comboBox_outputLat);
     this.panelControl1.Controls.Add(this.comboBox_outputLng);
     this.panelControl1.Controls.Add(this.labelControl1);
     this.panelControl1.Controls.Add(this.textEdit_inputFile);
     this.panelControl1.Location = new System.Drawing.Point(19, 20);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(692, 291);
     this.panelControl1.TabIndex = 9;
     //
     // checkEdit_addToView
     //
     this.checkEdit_addToView.EditValue          = true;
     this.checkEdit_addToView.Location           = new System.Drawing.Point(5, 258);
     this.checkEdit_addToView.Name               = "checkEdit_addToView";
     this.checkEdit_addToView.Properties.Caption = "执行结果添加至表视图";
     this.checkEdit_addToView.Size               = new System.Drawing.Size(194, 19);
     this.checkEdit_addToView.TabIndex           = 1;
     //
     // comboBox_inputLat
     //
     this.comboBox_inputLat.Location = new System.Drawing.Point(314, 158);
     this.comboBox_inputLat.Name     = "comboBox_inputLat";
     this.comboBox_inputLat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBox_inputLat.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBox_inputLat.Size                = new System.Drawing.Size(266, 20);
     this.comboBox_inputLat.TabIndex            = 8;
     conditionValidationRule3.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule3.ErrorText         = "请选择正确的纬度字段!";
     this.dxValidationProvider1.SetValidationRule(this.comboBox_inputLat, conditionValidationRule3);
     this.comboBox_inputLat.SelectedIndexChanged += new System.EventHandler(this.comboBox_inputLat_SelectedIndexChanged);
     //
     // comboBox_inputLng
     //
     this.comboBox_inputLng.Location = new System.Drawing.Point(6, 158);
     this.comboBox_inputLng.Name     = "comboBox_inputLng";
     this.comboBox_inputLng.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBox_inputLng.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBox_inputLng.Size                = new System.Drawing.Size(264, 20);
     this.comboBox_inputLng.TabIndex            = 8;
     conditionValidationRule4.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule4.ErrorText         = "请选择正确的经度字段!";
     this.dxValidationProvider1.SetValidationRule(this.comboBox_inputLng, conditionValidationRule4);
     this.comboBox_inputLng.SelectedIndexChanged += new System.EventHandler(this.comboBox_inputLng_SelectedIndexChanged);
     //
     // btn_inputOpen
     //
     this.btn_inputOpen.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_inputOpen.ImageOptions.Image")));
     this.btn_inputOpen.Location           = new System.Drawing.Point(595, 35);
     this.btn_inputOpen.Name     = "btn_inputOpen";
     this.btn_inputOpen.Size     = new System.Drawing.Size(87, 27);
     this.btn_inputOpen.TabIndex = 7;
     this.btn_inputOpen.Text     = "浏览";
     this.btn_inputOpen.Click   += new System.EventHandler(this.btn_inputOpen_Click);
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(314, 134);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(120, 14);
     this.labelControl5.TabIndex = 3;
     this.labelControl5.Text     = "纬度字段(必选参数)";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(7, 70);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(118, 14);
     this.labelControl3.TabIndex = 4;
     this.labelControl3.Text     = "目标工作表(必填参数)";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(7, 134);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(120, 14);
     this.labelControl4.TabIndex = 3;
     this.labelControl4.Text     = "经度字段(必选参数)";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(5, 197);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(168, 14);
     this.labelControl2.TabIndex = 3;
     this.labelControl2.Text     = "目标经度字段名称(可选参数)";
     //
     // comboBox_outputLng
     //
     this.comboBox_outputLng.Location              = new System.Drawing.Point(5, 220);
     this.comboBox_outputLng.Name                  = "comboBox_outputLng";
     this.comboBox_outputLng.Size                  = new System.Drawing.Size(265, 20);
     superToolTip2.AllowHtmlText                   = DevExpress.Utils.DefaultBoolean.True;
     toolTipTitleItem3.Appearance.Image            = ((System.Drawing.Image)(resources.GetObject("resource.Image4")));
     toolTipTitleItem3.Appearance.Options.UseImage = true;
     toolTipTitleItem3.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image5")));
     toolTipTitleItem3.Text                        = "参数说明";
     toolTipItem2.LeftIndent                       = 6;
     toolTipItem2.Text                             = "参数类型: 必选参数\r\n\r\n参数格式:excel表格全路径\r\n\r\n注意事项:不能直接黏贴或修改,必须通过【浏览】按钮配置";
     toolTipTitleItem4.Appearance.Image            = ((System.Drawing.Image)(resources.GetObject("resource.Image6")));
     toolTipTitleItem4.Appearance.Options.UseImage = true;
     toolTipTitleItem4.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image7")));
     toolTipTitleItem4.LeftIndent                  = 6;
     toolTipTitleItem4.Text                        = "工具型参数";
     superToolTip2.Items.Add(toolTipTitleItem3);
     superToolTip2.Items.Add(toolTipItem2);
     superToolTip2.Items.Add(toolTipSeparatorItem2);
     superToolTip2.Items.Add(toolTipTitleItem4);
     this.comboBox_outputLng.SuperTip           = superToolTip2;
     this.comboBox_outputLng.TabIndex           = 6;
     conditionValidationRule5.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule5.ErrorText         = "请配置正确的经度字段!";
     this.dxValidationProvider1.SetValidationRule(this.comboBox_outputLng, conditionValidationRule5);
     this.comboBox_outputLng.EditValueChanged += new System.EventHandler(this.comboBox_outputLng_EditValueChanged);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(7, 13);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(134, 14);
     this.labelControl1.TabIndex = 4;
     this.labelControl1.Text     = "输入Excel文件(必填参数)";
     //
     // textEdit_inputFile
     //
     this.textEdit_inputFile.Location              = new System.Drawing.Point(6, 36);
     this.textEdit_inputFile.Name                  = "textEdit_inputFile";
     this.textEdit_inputFile.Size                  = new System.Drawing.Size(574, 20);
     superToolTip3.AllowHtmlText                   = DevExpress.Utils.DefaultBoolean.True;
     toolTipTitleItem5.Appearance.Image            = ((System.Drawing.Image)(resources.GetObject("resource.Image8")));
     toolTipTitleItem5.Appearance.Options.UseImage = true;
     toolTipTitleItem5.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image9")));
     toolTipTitleItem5.Text                        = "参数说明";
     toolTipItem3.LeftIndent                       = 6;
     toolTipItem3.Text                             = "参数类型: 必选参数\r\n\r\n参数格式:excel表格全路径\r\n\r\n注意事项:不能直接黏贴或修改,必须通过【浏览】按钮配置";
     toolTipTitleItem6.Appearance.Image            = ((System.Drawing.Image)(resources.GetObject("resource.Image10")));
     toolTipTitleItem6.Appearance.Options.UseImage = true;
     toolTipTitleItem6.ImageOptions.Image          = ((System.Drawing.Image)(resources.GetObject("resource.Image11")));
     toolTipTitleItem6.LeftIndent                  = 6;
     toolTipTitleItem6.Text                        = "工具型参数";
     superToolTip3.Items.Add(toolTipTitleItem5);
     superToolTip3.Items.Add(toolTipItem3);
     superToolTip3.Items.Add(toolTipSeparatorItem3);
     superToolTip3.Items.Add(toolTipTitleItem6);
     this.textEdit_inputFile.SuperTip           = superToolTip3;
     this.textEdit_inputFile.TabIndex           = 6;
     conditionValidationRule6.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule6.ErrorText         = "输入数据文件不能维空!";
     this.dxValidationProvider1.SetValidationRule(this.textEdit_inputFile, conditionValidationRule6);
     this.textEdit_inputFile.EditValueChanged += new System.EventHandler(this.textEdit_inputFile_EditValueChanged);
     //
     // WGS842GaodeForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(729, 479);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.panelControl2);
     this.MaximumSize   = new System.Drawing.Size(745, 518);
     this.MinimumSize   = new System.Drawing.Size(745, 518);
     this.Name          = "WGS842GaodeForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "WGS84坐标转火星坐标工具";
     this.Load         += new System.EventHandler(this.WGS842GaodeForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
     this.panelControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_inputSheet.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_outputLat.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit_addToView.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_inputLat.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_inputLng.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_outputLng.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit_inputFile.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
     this.ResumeLayout(false);
 }
Example #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(DictionaryForm));
     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.btn_SelectPath  = new DevExpress.XtraEditors.SimpleButton();
     this.btn_ok          = new DevExpress.XtraEditors.SimpleButton();
     this.btn_Cancel      = new DevExpress.XtraEditors.SimpleButton();
     this.textEdit1       = new DevExpress.XtraEditors.TextEdit();
     this.toggleSwitch1   = new DevExpress.XtraEditors.ToggleSwitch();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     this.splashManager   = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::XSheet.v2.Form.process), true, true);
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.toggleSwitch1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // btn_SelectPath
     //
     this.btn_SelectPath.Image    = ((System.Drawing.Image)(resources.GetObject("btn_SelectPath.Image")));
     this.btn_SelectPath.Location = new System.Drawing.Point(238, 38);
     this.btn_SelectPath.Name     = "btn_SelectPath";
     this.btn_SelectPath.Size     = new System.Drawing.Size(38, 30);
     this.btn_SelectPath.TabIndex = 0;
     this.btn_SelectPath.Click   += new System.EventHandler(this.btn_SelectPath_Click);
     //
     // btn_ok
     //
     this.btn_ok.Image    = ((System.Drawing.Image)(resources.GetObject("btn_ok.Image")));
     this.btn_ok.Location = new System.Drawing.Point(164, 88);
     this.btn_ok.Name     = "btn_ok";
     this.btn_ok.Size     = new System.Drawing.Size(40, 36);
     this.btn_ok.TabIndex = 2;
     this.btn_ok.Click   += new System.EventHandler(this.btn_ok_Click);
     //
     // btn_Cancel
     //
     this.btn_Cancel.Image    = ((System.Drawing.Image)(resources.GetObject("btn_Cancel.Image")));
     this.btn_Cancel.Location = new System.Drawing.Point(237, 88);
     this.btn_Cancel.Name     = "btn_Cancel";
     this.btn_Cancel.Size     = new System.Drawing.Size(39, 36);
     this.btn_Cancel.TabIndex = 2;
     this.btn_Cancel.Click   += new System.EventHandler(this.btn_Cancel_Click);
     //
     // textEdit1
     //
     this.textEdit1.Location = new System.Drawing.Point(68, 42);
     this.textEdit1.Name     = "textEdit1";
     this.textEdit1.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textEdit1.Properties.Appearance.Options.UseFont = true;
     this.textEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
     this.textEdit1.Size          = new System.Drawing.Size(149, 22);
     toolTipTitleItem1.Text       = "message";
     toolTipItem1.LeftIndent      = 6;
     toolTipItem1.Text            = "输入地址";
     toolTipTitleItem2.LeftIndent = 6;
     toolTipTitleItem2.Text       = "ITS";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     this.textEdit1.SuperTip = superToolTip1;
     this.textEdit1.TabIndex = 3;
     //
     // toggleSwitch1
     //
     this.toggleSwitch1.Location           = new System.Drawing.Point(31, 94);
     this.toggleSwitch1.Name               = "toggleSwitch1";
     this.toggleSwitch1.Properties.OffText = "当页";
     this.toggleSwitch1.Properties.OnText  = "全部";
     this.toggleSwitch1.Size               = new System.Drawing.Size(111, 25);
     this.toggleSwitch1.TabIndex           = 4;
     this.toggleSwitch1.Toggled           += new System.EventHandler(this.toggleSwitch1_Toggled);
     //
     // saveFileDialog1
     //
     this.saveFileDialog1.CheckPathExists = false;
     this.saveFileDialog1.DefaultExt      = "xlsx";
     this.saveFileDialog1.FileName        = "xsheet";
     this.saveFileDialog1.Filter          = "EXCEL文件|*.xlsx";
     this.saveFileDialog1.FileOk         += new System.ComponentModel.CancelEventHandler(this.saveFileDialog1_FileOk);
     //
     // splashManager
     //
     this.splashManager.ClosingDelay = 500;
     //
     // DictionaryForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(337, 144);
     this.Controls.Add(this.toggleSwitch1);
     this.Controls.Add(this.textEdit1);
     this.Controls.Add(this.btn_Cancel);
     this.Controls.Add(this.btn_ok);
     this.Controls.Add(this.btn_SelectPath);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "DictionaryForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "DictonaryForm";
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.toggleSwitch1.Properties)).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(New_Supplier));
     DevExpress.Utils.SuperToolTip         superToolTip21         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem41     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem          toolTipItem21          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem21 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem42     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip         superToolTip22         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem43     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem          toolTipItem22          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem22 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem44     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip         superToolTip24         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem47     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem          toolTipItem24          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem24 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem48     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip         superToolTip23         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem45     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem          toolTipItem23          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem23 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem46     = new DevExpress.Utils.ToolTipTitleItem();
     this.barManager1           = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2                  = new DevExpress.XtraBars.Bar();
     this.btnSave               = new DevExpress.XtraBars.BarButtonItem();
     this.btnNew                = new DevExpress.XtraBars.BarButtonItem();
     this.btnDelete             = 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.layoutControl1        = new DevExpress.XtraLayout.LayoutControl();
     this.spnPaymentDays        = new DevExpress.XtraEditors.SpinEdit();
     this.txtCreditLimit        = new DevExpress.XtraEditors.TextEdit();
     this.txtOppBal             = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1         = new DevExpress.XtraEditors.LabelControl();
     this.cmbStatus             = new DevExpress.XtraEditors.ComboBoxEdit();
     this.txtTinNo              = new DevExpress.XtraEditors.TextEdit();
     this.txtLicenseNo          = new DevExpress.XtraEditors.TextEdit();
     this.txtWebAddr            = new DevExpress.XtraEditors.TextEdit();
     this.txtEmail              = new DevExpress.XtraEditors.TextEdit();
     this.txtPhone              = new DevExpress.XtraEditors.TextEdit();
     this.memAddr               = new DevExpress.XtraEditors.MemoEdit();
     this.txtFullName           = new DevExpress.XtraEditors.TextEdit();
     this.txtSupplierName       = new DevExpress.XtraEditors.TextEdit();
     this.layoutControlGroup1   = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1    = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3    = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4    = 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.layoutControlItem11   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem12   = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2    = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5    = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem13   = new DevExpress.XtraLayout.LayoutControlItem();
     this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.spnPaymentDays.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCreditLimit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtOppBal.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbStatus.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTinNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLicenseNo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtWebAddr.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPhone.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.memAddr.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFullName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSupplierName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).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.layoutControlItem11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).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.btnSave,
         this.btnNew,
         this.barButtonItem3,
         this.btnDelete
     });
     this.barManager1.MainMenu  = this.bar2;
     this.barManager1.MaxItemId = 4;
     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.btnSave, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnNew, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnDelete, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem3, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.bar2.OptionsBar.AllowQuickCustomization = false;
     this.bar2.OptionsBar.DrawDragBorder          = false;
     this.bar2.OptionsBar.MultiLine   = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // btnSave
     //
     this.btnSave.Caption          = "Save";
     this.btnSave.Glyph            = ((System.Drawing.Image)(resources.GetObject("btnSave.Glyph")));
     this.btnSave.Id               = 0;
     this.btnSave.ItemShortcut     = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F1);
     this.btnSave.LargeGlyph       = ((System.Drawing.Image)(resources.GetObject("btnSave.LargeGlyph")));
     this.btnSave.Name             = "btnSave";
     toolTipTitleItem41.Text       = "          F1";
     toolTipItem21.LeftIndent      = 6;
     toolTipItem21.Text            = " Save Data";
     toolTipTitleItem42.LeftIndent = 6;
     toolTipTitleItem42.Text       = "  Short Key ";
     superToolTip21.Items.Add(toolTipTitleItem41);
     superToolTip21.Items.Add(toolTipItem21);
     superToolTip21.Items.Add(toolTipSeparatorItem21);
     superToolTip21.Items.Add(toolTipTitleItem42);
     this.btnSave.SuperTip   = superToolTip21;
     this.btnSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSave_ItemClick);
     //
     // btnNew
     //
     this.btnNew.Caption           = "New";
     this.btnNew.Glyph             = ((System.Drawing.Image)(resources.GetObject("btnNew.Glyph")));
     this.btnNew.Id                = 1;
     this.btnNew.ItemShortcut      = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F3);
     this.btnNew.LargeGlyph        = ((System.Drawing.Image)(resources.GetObject("btnNew.LargeGlyph")));
     this.btnNew.Name              = "btnNew";
     toolTipTitleItem43.Text       = "       F3";
     toolTipItem22.LeftIndent      = 6;
     toolTipItem22.Text            = "Clear Data";
     toolTipTitleItem44.LeftIndent = 6;
     toolTipTitleItem44.Text       = " Short Key";
     superToolTip22.Items.Add(toolTipTitleItem43);
     superToolTip22.Items.Add(toolTipItem22);
     superToolTip22.Items.Add(toolTipSeparatorItem22);
     superToolTip22.Items.Add(toolTipTitleItem44);
     this.btnNew.SuperTip   = superToolTip22;
     this.btnNew.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // btnDelete
     //
     this.btnDelete.Caption        = "Delete";
     this.btnDelete.Id             = 3;
     this.btnDelete.ImageUri.Uri   = "Clear";
     this.btnDelete.ItemShortcut   = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F4);
     this.btnDelete.Name           = "btnDelete";
     toolTipTitleItem47.Text       = "        F4";
     toolTipItem24.LeftIndent      = 6;
     toolTipItem24.Text            = "Delete Data";
     toolTipTitleItem48.LeftIndent = 6;
     toolTipTitleItem48.Text       = "  Short Key";
     superToolTip24.Items.Add(toolTipTitleItem47);
     superToolTip24.Items.Add(toolTipItem24);
     superToolTip24.Items.Add(toolTipSeparatorItem24);
     superToolTip24.Items.Add(toolTipTitleItem48);
     this.btnDelete.SuperTip   = superToolTip24;
     this.btnDelete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDelete_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption      = "Exit";
     this.barButtonItem3.Glyph        = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.Glyph")));
     this.barButtonItem3.Id           = 2;
     this.barButtonItem3.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E));
     this.barButtonItem3.LargeGlyph   = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.LargeGlyph")));
     this.barButtonItem3.Name         = "barButtonItem3";
     toolTipTitleItem45.Text          = "   Ctrl+E";
     toolTipItem23.LeftIndent         = 6;
     toolTipItem23.Text            = "Exit Form";
     toolTipTitleItem46.LeftIndent = 6;
     toolTipTitleItem46.Text       = "Short Key";
     superToolTip23.Items.Add(toolTipTitleItem45);
     superToolTip23.Items.Add(toolTipItem23);
     superToolTip23.Items.Add(toolTipSeparatorItem23);
     superToolTip23.Items.Add(toolTipTitleItem46);
     this.barButtonItem3.SuperTip   = superToolTip23;
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_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(427, 29);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 396);
     this.barDockControlBottom.Size             = new System.Drawing.Size(427, 22);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 29);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 367);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(427, 29);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 367);
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.spnPaymentDays);
     this.layoutControl1.Controls.Add(this.txtCreditLimit);
     this.layoutControl1.Controls.Add(this.txtOppBal);
     this.layoutControl1.Controls.Add(this.labelControl1);
     this.layoutControl1.Controls.Add(this.cmbStatus);
     this.layoutControl1.Controls.Add(this.txtTinNo);
     this.layoutControl1.Controls.Add(this.txtLicenseNo);
     this.layoutControl1.Controls.Add(this.txtWebAddr);
     this.layoutControl1.Controls.Add(this.txtEmail);
     this.layoutControl1.Controls.Add(this.txtPhone);
     this.layoutControl1.Controls.Add(this.memAddr);
     this.layoutControl1.Controls.Add(this.txtFullName);
     this.layoutControl1.Controls.Add(this.txtSupplierName);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 29);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(427, 367);
     this.layoutControl1.TabIndex = 5;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // spnPaymentDays
     //
     this.spnPaymentDays.EditValue = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.spnPaymentDays.Location    = new System.Drawing.Point(326, 335);
     this.spnPaymentDays.MenuManager = this.barManager1;
     this.spnPaymentDays.Name        = "spnPaymentDays";
     this.spnPaymentDays.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.spnPaymentDays.Size            = new System.Drawing.Size(89, 20);
     this.spnPaymentDays.StyleController = this.layoutControl1;
     this.spnPaymentDays.TabIndex        = 16;
     //
     // txtCreditLimit
     //
     this.txtCreditLimit.EditValue   = "0.00";
     this.txtCreditLimit.Location    = new System.Drawing.Point(326, 311);
     this.txtCreditLimit.MenuManager = this.barManager1;
     this.txtCreditLimit.Name        = "txtCreditLimit";
     this.txtCreditLimit.Properties.Appearance.Options.UseTextOptions = true;
     this.txtCreditLimit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.txtCreditLimit.Size            = new System.Drawing.Size(89, 20);
     this.txtCreditLimit.StyleController = this.layoutControl1;
     this.txtCreditLimit.TabIndex        = 15;
     this.txtCreditLimit.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.txtCreditLimit_KeyPress);
     //
     // txtOppBal
     //
     this.txtOppBal.EditValue   = "0.00";
     this.txtOppBal.Location    = new System.Drawing.Point(123, 311);
     this.txtOppBal.MenuManager = this.barManager1;
     this.txtOppBal.Name        = "txtOppBal";
     this.txtOppBal.Properties.Appearance.Options.UseTextOptions = true;
     this.txtOppBal.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.txtOppBal.Size              = new System.Drawing.Size(88, 20);
     this.txtOppBal.StyleController   = this.layoutControl1;
     this.txtOppBal.TabIndex          = 14;
     this.txtOppBal.EditValueChanged += new System.EventHandler(this.txtOppBal_EditValueChanged);
     this.txtOppBal.KeyPress         += new System.Windows.Forms.KeyPressEventHandler(this.txtOppBal_KeyPress);
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl1.Location        = new System.Drawing.Point(194, 291);
     this.labelControl1.Name            = "labelControl1";
     this.labelControl1.Size            = new System.Drawing.Size(39, 16);
     this.labelControl1.StyleController = this.layoutControl1;
     this.labelControl1.TabIndex        = 13;
     this.labelControl1.Text            = "Credit";
     //
     // cmbStatus
     //
     this.cmbStatus.Location    = new System.Drawing.Point(123, 267);
     this.cmbStatus.MenuManager = this.barManager1;
     this.cmbStatus.Name        = "cmbStatus";
     this.cmbStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cmbStatus.Properties.Items.AddRange(new object[] {
         "Active",
         "Freezed"
     });
     this.cmbStatus.Size            = new System.Drawing.Size(292, 20);
     this.cmbStatus.StyleController = this.layoutControl1;
     this.cmbStatus.TabIndex        = 12;
     //
     // txtTinNo
     //
     this.txtTinNo.Location        = new System.Drawing.Point(123, 243);
     this.txtTinNo.MenuManager     = this.barManager1;
     this.txtTinNo.Name            = "txtTinNo";
     this.txtTinNo.Size            = new System.Drawing.Size(292, 20);
     this.txtTinNo.StyleController = this.layoutControl1;
     this.txtTinNo.TabIndex        = 11;
     //
     // txtLicenseNo
     //
     this.txtLicenseNo.Location        = new System.Drawing.Point(123, 219);
     this.txtLicenseNo.MenuManager     = this.barManager1;
     this.txtLicenseNo.Name            = "txtLicenseNo";
     this.txtLicenseNo.Size            = new System.Drawing.Size(292, 20);
     this.txtLicenseNo.StyleController = this.layoutControl1;
     this.txtLicenseNo.TabIndex        = 10;
     //
     // txtWebAddr
     //
     this.txtWebAddr.Location        = new System.Drawing.Point(123, 195);
     this.txtWebAddr.MenuManager     = this.barManager1;
     this.txtWebAddr.Name            = "txtWebAddr";
     this.txtWebAddr.Size            = new System.Drawing.Size(292, 20);
     this.txtWebAddr.StyleController = this.layoutControl1;
     this.txtWebAddr.TabIndex        = 9;
     //
     // txtEmail
     //
     this.txtEmail.Location        = new System.Drawing.Point(123, 171);
     this.txtEmail.MenuManager     = this.barManager1;
     this.txtEmail.Name            = "txtEmail";
     this.txtEmail.Size            = new System.Drawing.Size(292, 20);
     this.txtEmail.StyleController = this.layoutControl1;
     this.txtEmail.TabIndex        = 8;
     //
     // txtPhone
     //
     this.txtPhone.Location        = new System.Drawing.Point(123, 147);
     this.txtPhone.MenuManager     = this.barManager1;
     this.txtPhone.Name            = "txtPhone";
     this.txtPhone.Size            = new System.Drawing.Size(292, 20);
     this.txtPhone.StyleController = this.layoutControl1;
     this.txtPhone.TabIndex        = 7;
     this.txtPhone.Leave          += new System.EventHandler(this.txtPhone_Leave);
     //
     // memAddr
     //
     this.memAddr.Location        = new System.Drawing.Point(123, 60);
     this.memAddr.MenuManager     = this.barManager1;
     this.memAddr.Name            = "memAddr";
     this.memAddr.Size            = new System.Drawing.Size(292, 83);
     this.memAddr.StyleController = this.layoutControl1;
     this.memAddr.TabIndex        = 6;
     this.memAddr.Leave          += new System.EventHandler(this.memAddr_Leave);
     //
     // txtFullName
     //
     this.txtFullName.Location        = new System.Drawing.Point(123, 36);
     this.txtFullName.MenuManager     = this.barManager1;
     this.txtFullName.Name            = "txtFullName";
     this.txtFullName.Size            = new System.Drawing.Size(292, 20);
     this.txtFullName.StyleController = this.layoutControl1;
     this.txtFullName.TabIndex        = 5;
     this.txtFullName.Leave          += new System.EventHandler(this.txtFullName_Leave);
     //
     // txtSupplierName
     //
     this.txtSupplierName.Location        = new System.Drawing.Point(123, 12);
     this.txtSupplierName.MenuManager     = this.barManager1;
     this.txtSupplierName.Name            = "txtSupplierName";
     this.txtSupplierName.Size            = new System.Drawing.Size(292, 20);
     this.txtSupplierName.StyleController = this.layoutControl1;
     this.txtSupplierName.TabIndex        = 4;
     this.txtSupplierName.Leave          += new System.EventHandler(this.txtSupplierName_Leave);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem3,
         this.layoutControlItem4,
         this.layoutControlItem6,
         this.layoutControlItem7,
         this.layoutControlItem8,
         this.layoutControlItem9,
         this.layoutControlItem10,
         this.layoutControlItem11,
         this.layoutControlItem12,
         this.layoutControlItem2,
         this.layoutControlItem5,
         this.layoutControlItem13
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "layoutControlGroup1";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(427, 367);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control  = this.txtSupplierName;
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name     = "layoutControlItem1";
     this.layoutControlItem1.Size     = new System.Drawing.Size(407, 24);
     this.layoutControlItem1.Text     = "Name";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(108, 13);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control  = this.memAddr;
     this.layoutControlItem3.Location = new System.Drawing.Point(0, 48);
     this.layoutControlItem3.Name     = "layoutControlItem3";
     this.layoutControlItem3.Size     = new System.Drawing.Size(407, 87);
     this.layoutControlItem3.Text     = "Address";
     this.layoutControlItem3.TextSize = new System.Drawing.Size(108, 13);
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control  = this.txtPhone;
     this.layoutControlItem4.Location = new System.Drawing.Point(0, 135);
     this.layoutControlItem4.Name     = "layoutControlItem4";
     this.layoutControlItem4.Size     = new System.Drawing.Size(407, 24);
     this.layoutControlItem4.Text     = "Phone No";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(108, 13);
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control  = this.txtWebAddr;
     this.layoutControlItem6.Location = new System.Drawing.Point(0, 183);
     this.layoutControlItem6.Name     = "layoutControlItem6";
     this.layoutControlItem6.Size     = new System.Drawing.Size(407, 24);
     this.layoutControlItem6.Text     = "Web Address";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(108, 13);
     //
     // layoutControlItem7
     //
     this.layoutControlItem7.Control  = this.txtLicenseNo;
     this.layoutControlItem7.Location = new System.Drawing.Point(0, 207);
     this.layoutControlItem7.Name     = "layoutControlItem7";
     this.layoutControlItem7.Size     = new System.Drawing.Size(407, 24);
     this.layoutControlItem7.Text     = "License No";
     this.layoutControlItem7.TextSize = new System.Drawing.Size(108, 13);
     //
     // layoutControlItem8
     //
     this.layoutControlItem8.Control  = this.txtTinNo;
     this.layoutControlItem8.Location = new System.Drawing.Point(0, 231);
     this.layoutControlItem8.Name     = "layoutControlItem8";
     this.layoutControlItem8.Size     = new System.Drawing.Size(407, 24);
     this.layoutControlItem8.Text     = "Tin No";
     this.layoutControlItem8.TextSize = new System.Drawing.Size(108, 13);
     //
     // layoutControlItem9
     //
     this.layoutControlItem9.Control  = this.cmbStatus;
     this.layoutControlItem9.Location = new System.Drawing.Point(0, 255);
     this.layoutControlItem9.Name     = "layoutControlItem9";
     this.layoutControlItem9.Size     = new System.Drawing.Size(407, 24);
     this.layoutControlItem9.Text     = "Status";
     this.layoutControlItem9.TextSize = new System.Drawing.Size(108, 13);
     //
     // layoutControlItem10
     //
     this.layoutControlItem10.Control          = this.labelControl1;
     this.layoutControlItem10.ControlAlignment = System.Drawing.ContentAlignment.TopCenter;
     this.layoutControlItem10.Location         = new System.Drawing.Point(0, 279);
     this.layoutControlItem10.Name             = "layoutControlItem10";
     this.layoutControlItem10.Size             = new System.Drawing.Size(407, 20);
     this.layoutControlItem10.TextSize         = new System.Drawing.Size(0, 0);
     this.layoutControlItem10.TextVisible      = false;
     //
     // layoutControlItem11
     //
     this.layoutControlItem11.Control  = this.txtOppBal;
     this.layoutControlItem11.Location = new System.Drawing.Point(0, 299);
     this.layoutControlItem11.Name     = "layoutControlItem11";
     this.layoutControlItem11.Size     = new System.Drawing.Size(203, 48);
     this.layoutControlItem11.Text     = "Opening Balance";
     this.layoutControlItem11.TextSize = new System.Drawing.Size(108, 13);
     //
     // layoutControlItem12
     //
     this.layoutControlItem12.Control  = this.txtCreditLimit;
     this.layoutControlItem12.Location = new System.Drawing.Point(203, 299);
     this.layoutControlItem12.Name     = "layoutControlItem12";
     this.layoutControlItem12.Size     = new System.Drawing.Size(204, 24);
     this.layoutControlItem12.Text     = "   Credit Limit";
     this.layoutControlItem12.TextSize = new System.Drawing.Size(108, 13);
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control  = this.txtFullName;
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 24);
     this.layoutControlItem2.Name     = "layoutControlItem2";
     this.layoutControlItem2.Size     = new System.Drawing.Size(407, 24);
     this.layoutControlItem2.Text     = "Full Name";
     this.layoutControlItem2.TextSize = new System.Drawing.Size(108, 13);
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control  = this.txtEmail;
     this.layoutControlItem5.Location = new System.Drawing.Point(0, 159);
     this.layoutControlItem5.Name     = "layoutControlItem5";
     this.layoutControlItem5.Size     = new System.Drawing.Size(407, 24);
     this.layoutControlItem5.Text     = "Email";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(108, 13);
     //
     // layoutControlItem13
     //
     this.layoutControlItem13.Control  = this.spnPaymentDays;
     this.layoutControlItem13.Location = new System.Drawing.Point(203, 323);
     this.layoutControlItem13.Name     = "layoutControlItem13";
     this.layoutControlItem13.Size     = new System.Drawing.Size(204, 24);
     this.layoutControlItem13.Text     = "Credit Duration (Days)";
     this.layoutControlItem13.TextSize = new System.Drawing.Size(108, 13);
     //
     // dxValidationProvider1
     //
     this.dxValidationProvider1.ValidationMode = DevExpress.XtraEditors.DXErrorProvider.ValidationMode.Auto;
     //
     // New_Supplier
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(427, 418);
     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.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(443, 457);
     this.MinimumSize   = new System.Drawing.Size(443, 457);
     this.Name          = "New_Supplier";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Supplier Registration";
     this.Load         += new System.EventHandler(this.New_Supplier_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.spnPaymentDays.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCreditLimit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtOppBal.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbStatus.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTinNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLicenseNo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtWebAddr.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPhone.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.memAddr.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFullName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSupplierName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).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.layoutControlItem11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).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.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(frmCauHinhCTTK));
     this.mmeText             = new DevExpress.XtraEditors.MemoEdit();
     this.mnuMenu             = new System.Windows.Forms.ToolStrip();
     this.btnNewGroup         = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.btnClose            = new System.Windows.Forms.ToolStripButton();
     ((System.ComponentModel.ISupportInitialize)(this.mmeText.Properties)).BeginInit();
     this.mnuMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // mmeText
     //
     this.mmeText.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.mmeText.Location        = new System.Drawing.Point(1, 45);
     this.mmeText.Name            = "mmeText";
     this.mmeText.Size            = new System.Drawing.Size(347, 134);
     toolTipTitleItem1.Text       = "Cách nhau bởi dấu phẩy (,)";
     toolTipItem1.LeftIndent      = 6;
     toolTipItem1.Text            = "Cách nhau bởi dấu phẩy (,)";
     toolTipTitleItem2.LeftIndent = 6;
     toolTipTitleItem2.Text       = "Cách nhau bởi dấu phẩy (,)";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     this.mmeText.SuperTip = superToolTip1;
     this.mmeText.TabIndex = 0;
     this.mmeText.ToolTip  = "Cách nhau bởi dấu phẩy";
     //
     // mnuMenu
     //
     this.mnuMenu.AutoSize  = false;
     this.mnuMenu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
     this.mnuMenu.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mnuMenu.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.mnuMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnNewGroup,
         this.toolStripSeparator1,
         this.btnClose
     });
     this.mnuMenu.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this.mnuMenu.Location    = new System.Drawing.Point(0, 0);
     this.mnuMenu.Name        = "mnuMenu";
     this.mnuMenu.RenderMode  = System.Windows.Forms.ToolStripRenderMode.Professional;
     this.mnuMenu.Size        = new System.Drawing.Size(348, 42);
     this.mnuMenu.TabIndex    = 23;
     this.mnuMenu.Text        = "toolStrip2";
     //
     // btnNewGroup
     //
     this.btnNewGroup.Image = ((System.Drawing.Image)(resources.GetObject("btnNewGroup.Image")));
     this.btnNewGroup.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnNewGroup.Name = "btnNewGroup";
     this.btnNewGroup.Size = new System.Drawing.Size(26, 33);
     this.btnNewGroup.Tag  = "";
     this.btnNewGroup.Text = "&Ghi";
     this.btnNewGroup.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnNewGroup.Click            += new System.EventHandler(this.btnNewGroup_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.AutoSize = false;
     this.toolStripSeparator1.Name     = "toolStripSeparator1";
     this.toolStripSeparator1.Size     = new System.Drawing.Size(6, 40);
     //
     // btnClose
     //
     this.btnClose.Image                 = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.btnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(39, 33);
     this.btnClose.Text = "Thoát";
     this.btnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.btnClose.Click            += new System.EventHandler(this.btnClose_Click);
     //
     // frmCauHinhCTTK
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(348, 179);
     this.Controls.Add(this.mnuMenu);
     this.Controls.Add(this.mmeText);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "frmCauHinhCTTK";
     this.Text            = "Cấu hình cấu trúc thiết kế";
     this.Load           += new System.EventHandler(this.frmCauHinhCTTK_Load);
     ((System.ComponentModel.ISupportInitialize)(this.mmeText.Properties)).EndInit();
     this.mnuMenu.ResumeLayout(false);
     this.mnuMenu.PerformLayout();
     this.ResumeLayout(false);
 }
Example #32
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();
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(LoginForm));
     this.labelControl1         = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2         = new DevExpress.XtraEditors.LabelControl();
     this.txtUser               = new DevExpress.XtraEditors.TextEdit();
     this.txtPass               = new DevExpress.XtraEditors.TextEdit();
     this.lnkCambiarClave       = new DevExpress.XtraEditors.HyperLinkEdit();
     this.btnLogin              = new DevExpress.XtraEditors.SimpleButton();
     this.btnCancelar           = new DevExpress.XtraEditors.SimpleButton();
     this.labelControl3         = new DevExpress.XtraEditors.LabelControl();
     this.errorProvider1        = new System.Windows.Forms.ErrorProvider();
     this.pictureBox1           = new System.Windows.Forms.PictureBox();
     this.DominiosBindingSource = new System.Windows.Forms.BindingSource();
     this.cboDominio            = new DevExpress.XtraEditors.GridLookUpEdit();
     this.gridLookUpEdit1View   = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colNombreCorto        = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.txtUser.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPass.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lnkCambiarClave.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DominiosBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboDominio.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
     this.SuspendLayout();
     //
     // labelControl1
     //
     this.labelControl1.Appearance.ForeColor  = System.Drawing.Color.White;
     this.labelControl1.Appearance.Image      = global::ErickOrlando.Seguridad.WinForms.Properties.Resources.usuario;
     this.labelControl1.Appearance.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.labelControl1.ImageAlignToText      = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.labelControl1.Location = new System.Drawing.Point(327, 115);
     this.labelControl1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(69, 20);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "Usuario:";
     //
     // labelControl2
     //
     this.labelControl2.Appearance.ForeColor  = System.Drawing.Color.White;
     this.labelControl2.Appearance.Image      = global::ErickOrlando.Seguridad.WinForms.Properties.Resources.contrasena;
     this.labelControl2.Appearance.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.labelControl2.ImageAlignToText      = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.labelControl2.Location = new System.Drawing.Point(327, 168);
     this.labelControl2.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(91, 20);
     this.labelControl2.TabIndex = 0;
     this.labelControl2.Text     = "Contraseña:";
     //
     // txtUser
     //
     this.txtUser.Location = new System.Drawing.Point(327, 139);
     this.txtUser.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtUser.Name     = "txtUser";
     this.txtUser.Size     = new System.Drawing.Size(239, 22);
     toolTipTitleItem1.Appearance.Image            = global::ErickOrlando.Seguridad.WinForms.Properties.Resources.usuario;
     toolTipTitleItem1.Appearance.Options.UseImage = true;
     toolTipTitleItem1.Image      = global::ErickOrlando.Seguridad.WinForms.Properties.Resources.usuario;
     toolTipTitleItem1.Text       = "Usuario";
     toolTipItem1.LeftIndent      = 6;
     toolTipItem1.Text            = "Ingrese el Nombre de Usuario";
     toolTipTitleItem2.LeftIndent = 6;
     toolTipTitleItem2.Text       = "Puede ingresar el Dominio separándolo \r\ncon el caracter \'\\\'";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     this.txtUser.SuperTip = superToolTip1;
     this.txtUser.TabIndex = 2;
     //
     // txtPass
     //
     this.txtPass.Location = new System.Drawing.Point(327, 193);
     this.txtPass.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtPass.Name     = "txtPass";
     this.txtPass.Properties.UseSystemPasswordChar = true;
     this.txtPass.Size     = new System.Drawing.Size(239, 22);
     this.txtPass.TabIndex = 3;
     //
     // lnkCambiarClave
     //
     this.lnkCambiarClave.EditValue = "Cambiar Contraseña";
     this.lnkCambiarClave.Location  = new System.Drawing.Point(327, 227);
     this.lnkCambiarClave.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.lnkCambiarClave.Name      = "lnkCambiarClave";
     this.lnkCambiarClave.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.lnkCambiarClave.Properties.Appearance.ForeColor            = System.Drawing.Color.White;
     this.lnkCambiarClave.Properties.Appearance.Options.UseBackColor = true;
     this.lnkCambiarClave.Properties.Appearance.Options.UseForeColor = true;
     this.lnkCambiarClave.Size      = new System.Drawing.Size(145, 22);
     this.lnkCambiarClave.TabIndex  = 4;
     this.lnkCambiarClave.Visible   = false;
     this.lnkCambiarClave.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.lnkCambiarClave_OpenLink);
     //
     // btnLogin
     //
     this.btnLogin.Image    = global::ErickOrlando.Seguridad.WinForms.Properties.Resources.Ok;
     this.btnLogin.Location = new System.Drawing.Point(327, 273);
     this.btnLogin.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnLogin.Name     = "btnLogin";
     this.btnLogin.Size     = new System.Drawing.Size(115, 28);
     this.btnLogin.TabIndex = 5;
     this.btnLogin.Text     = "&Autenticar";
     this.btnLogin.Click   += new System.EventHandler(this.btnLogin_Click);
     //
     // btnCancelar
     //
     this.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancelar.Image        = global::ErickOrlando.Seguridad.WinForms.Properties.Resources.Close;
     this.btnCancelar.Location     = new System.Drawing.Point(464, 273);
     this.btnCancelar.Margin       = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnCancelar.Name         = "btnCancelar";
     this.btnCancelar.Size         = new System.Drawing.Size(113, 28);
     this.btnCancelar.TabIndex     = 6;
     this.btnCancelar.Text         = "&Cancelar";
     this.btnCancelar.Click       += new System.EventHandler(this.btnCancelar_Click);
     //
     // labelControl3
     //
     this.labelControl3.Appearance.ForeColor  = System.Drawing.Color.White;
     this.labelControl3.Appearance.Image      = global::ErickOrlando.Seguridad.WinForms.Properties.Resources.Ok;
     this.labelControl3.Appearance.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.labelControl3.ImageAlignToText      = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.labelControl3.Location = new System.Drawing.Point(325, 57);
     this.labelControl3.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(72, 20);
     this.labelControl3.TabIndex = 0;
     this.labelControl3.Text     = "Dominio:";
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Image     = global::ErickOrlando.Seguridad.WinForms.Properties.Resources.Security_Approved_icon;
     this.pictureBox1.Location  = new System.Drawing.Point(77, 87);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(128, 128);
     this.pictureBox1.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex  = 7;
     this.pictureBox1.TabStop   = false;
     //
     // DominiosBindingSource
     //
     this.DominiosBindingSource.DataSource = typeof(ErickOrlando.Seguridad.Entidades.DominioInfo);
     //
     // cboDominio
     //
     this.cboDominio.EditValue = "";
     this.cboDominio.Location  = new System.Drawing.Point(327, 89);
     this.cboDominio.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.cboDominio.Name      = "cboDominio";
     this.cboDominio.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.cboDominio.Properties.DataSource    = this.DominiosBindingSource;
     this.cboDominio.Properties.DisplayMember = "NombreCorto";
     this.cboDominio.Properties.NullText      = "";
     this.cboDominio.Properties.PopupSizeable = false;
     this.cboDominio.Properties.ValueMember   = "NombreLargo";
     this.cboDominio.Properties.View          = this.gridLookUpEdit1View;
     this.cboDominio.Size     = new System.Drawing.Size(239, 22);
     this.cboDominio.TabIndex = 1;
     //
     // gridLookUpEdit1View
     //
     this.gridLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colNombreCorto
     });
     this.gridLookUpEdit1View.FocusRectStyle           = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridLookUpEdit1View.Name                     = "gridLookUpEdit1View";
     this.gridLookUpEdit1View.OptionsBehavior.Editable = false;
     this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // colNombreCorto
     //
     this.colNombreCorto.Caption      = "Dominio";
     this.colNombreCorto.FieldName    = "NombreCorto";
     this.colNombreCorto.Name         = "colNombreCorto";
     this.colNombreCorto.Visible      = true;
     this.colNombreCorto.VisibleIndex = 0;
     //
     // LoginForm
     //
     this.AcceptButton               = this.btnLogin;
     this.AutoScaleDimensions        = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode              = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Tile;
     this.BackgroundImageStore       = global::ErickOrlando.Seguridad.WinForms.Properties.Resources.fondoapp;
     this.CancelButton               = this.btnCancelar;
     this.ClientSize = new System.Drawing.Size(623, 334);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.btnCancelar);
     this.Controls.Add(this.btnLogin);
     this.Controls.Add(this.lnkCambiarClave);
     this.Controls.Add(this.txtPass);
     this.Controls.Add(this.txtUser);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.labelControl3);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.cboDominio);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin          = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.MaximizeBox     = false;
     this.Name            = "LoginForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Inicio de Sesión";
     ((System.ComponentModel.ISupportInitialize)(this.txtUser.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPass.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lnkCambiarClave.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DominiosBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cboDominio.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).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(Lost_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.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.layoutControlGroup1  = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1   = new DevExpress.XtraLayout.LayoutControlItem();
     ((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();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar2,
         this.bar3
     });
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barButtonItem1,
         this.barButtonItem2
     });
     this.barManager1.MainMenu  = this.bar2;
     this.barManager1.MaxItemId = 2;
     this.barManager1.StatusBar = this.bar3;
     //
     // bar2
     //
     this.bar2.BarName   = "Main menu";
     this.bar2.DockCol   = 0;
     this.bar2.DockRow   = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem1, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem2, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.bar2.OptionsBar.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.C));
     this.barButtonItem1.LargeGlyph   = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.LargeGlyph")));
     this.barButtonItem1.Name         = "barButtonItem1";
     toolTipTitleItem1.Text           = "                     Ctrl+C";
     toolTipItem1.LeftIndent          = 6;
     toolTipItem1.Text            = "Create New Product Lost Record";
     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            = "Exit 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(656, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 387);
     this.barDockControlBottom.Size             = new System.Drawing.Size(656, 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, 363);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(656, 24);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 363);
     //
     // 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(656, 363);
     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.Size        = new System.Drawing.Size(632, 339);
     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.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsFind.AlwaysVisible  = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn1
     //
     this.gridColumn1.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn1.AppearanceHeader.Options.UseFont        = true;
     this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn1.Caption   = "Lost No";
     this.gridColumn1.FieldName = "lostNo";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowMove  = false;
     this.gridColumn1.OptionsColumn.AllowSize  = false;
     this.gridColumn1.OptionsColumn.FixedWidth = true;
     this.gridColumn1.OptionsColumn.ReadOnly   = true;
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width        = 60;
     //
     // gridColumn2
     //
     this.gridColumn2.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn2.AppearanceHeader.Options.UseFont        = true;
     this.gridColumn2.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn2.Caption   = "Date";
     this.gridColumn2.FieldName = "date";
     this.gridColumn2.Name      = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowMove  = false;
     this.gridColumn2.OptionsColumn.AllowSize  = false;
     this.gridColumn2.OptionsColumn.FixedWidth = true;
     this.gridColumn2.OptionsColumn.ReadOnly   = true;
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width        = 60;
     //
     // gridColumn3
     //
     this.gridColumn3.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn3.AppearanceHeader.Options.UseFont        = true;
     this.gridColumn3.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn3.Caption   = "Remark";
     this.gridColumn3.FieldName = "remark";
     this.gridColumn3.Name      = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowMove  = false;
     this.gridColumn3.OptionsColumn.AllowSize  = false;
     this.gridColumn3.OptionsColumn.FixedWidth = true;
     this.gridColumn3.OptionsColumn.ReadOnly   = true;
     this.gridColumn3.Visible      = true;
     this.gridColumn3.VisibleIndex = 2;
     this.gridColumn3.Width        = 250;
     //
     // gridColumn4
     //
     this.gridColumn4.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn4.AppearanceHeader.Options.UseFont        = true;
     this.gridColumn4.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn4.Caption   = "User Name";
     this.gridColumn4.FieldName = "username";
     this.gridColumn4.Name      = "gridColumn4";
     this.gridColumn4.OptionsColumn.AllowMove  = false;
     this.gridColumn4.OptionsColumn.AllowSize  = false;
     this.gridColumn4.OptionsColumn.FixedWidth = true;
     this.gridColumn4.OptionsColumn.ReadOnly   = true;
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 3;
     this.gridColumn4.Width        = 120;
     //
     // 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(656, 363);
     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(636, 343);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // Lost_List
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(656, 410);
     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  = "Lost_List";
     this.Text  = "Product Lost";
     this.Load += new System.EventHandler(this.Lost_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();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #34
0
 //NOTE: The following procedure is required by the Windows Form Designer
 //It can be modified using the Windows Form Designer.
 //Do not modify it using the code editor.
 [System.Diagnostics.DebuggerStepThrough()] private void InitializeComponent()
 {
     DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions ButtonImageOptions1 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(ucTreeListResearchMetods));
     DevExpress.Utils.SuperToolTip         SuperToolTip1         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem          ToolTipItem1          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem ToolTipSeparatorItem1 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     ToolTipTitleItem1     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions ButtonImageOptions2 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
     DevExpress.Utils.SuperToolTip         SuperToolTip2         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem          ToolTipItem2          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem ToolTipSeparatorItem2 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     ToolTipTitleItem2     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions ButtonImageOptions3 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
     DevExpress.Utils.SuperToolTip         SuperToolTip3         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem          ToolTipItem3          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem ToolTipSeparatorItem3 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     ToolTipTitleItem3     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions ButtonImageOptions4 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
     DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions ButtonImageOptions5 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
     DevExpress.Utils.SuperToolTip         SuperToolTip4         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem          ToolTipItem4          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem ToolTipSeparatorItem4 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     ToolTipTitleItem4     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions ButtonImageOptions6 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
     DevExpress.Utils.SuperToolTip         SuperToolTip5         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem          ToolTipItem5          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem ToolTipSeparatorItem5 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     ToolTipTitleItem5     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions ButtonImageOptions7 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
     DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions ButtonImageOptions8 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
     DevExpress.Utils.SuperToolTip         SuperToolTip6         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem          ToolTipItem6          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem ToolTipSeparatorItem6 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     ToolTipTitleItem6     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions ButtonImageOptions9 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
     DevExpress.Utils.SuperToolTip         SuperToolTip7         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem          ToolTipItem7          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem ToolTipSeparatorItem7 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     ToolTipTitleItem7     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions ButtonImageOptions10 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
     DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions ButtonImageOptions11 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
     DevExpress.Utils.SuperToolTip         SuperToolTip8         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem          ToolTipItem8          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem ToolTipSeparatorItem8 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     ToolTipTitleItem8     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions ButtonImageOptions12 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
     DevExpress.Utils.SuperToolTip         SuperToolTip9         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem          ToolTipItem9          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem ToolTipSeparatorItem9 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     ToolTipTitleItem9     = new DevExpress.Utils.ToolTipTitleItem();
     this.gcnMethods = new DevExpress.XtraEditors.GroupControl();
     this.Load      += new System.EventHandler(ucTreeListResearchMetods_Load);
     this.gcnMethods.CustomButtonChecked   += new DevExpress.XtraBars.Docking2010.BaseButtonEventHandler(this.gcnMethods_CustomButtonClick);
     this.gcnMethods.CustomButtonUnchecked += new DevExpress.XtraBars.Docking2010.BaseButtonEventHandler(this.gcnMethods_CustomButtonClick);
     this.gcnMethods.CustomButtonClick     += new DevExpress.XtraBars.Docking2010.BaseButtonEventHandler(this.gcnMethods_CustomButtonClick);
     this.tlMethods = new DevExpress.XtraTreeList.TreeList();
     this.tlMethods.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.tlMethods_FocusedNodeChanged);
     ((System.ComponentModel.ISupportInitialize) this.gcnMethods).BeginInit();
     this.gcnMethods.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize) this.tlMethods).BeginInit();
     this.SuspendLayout();
     //
     //gcnMethods
     //
     this.gcnMethods.AppearanceCaption.Font                   = new System.Drawing.Font("Tahoma", (float)(8.25F), System.Drawing.FontStyle.Bold);
     this.gcnMethods.AppearanceCaption.Options.UseFont        = true;
     this.gcnMethods.AppearanceCaption.Options.UseTextOptions = true;
     this.gcnMethods.AppearanceCaption.TextOptions.Trimming   = DevExpress.Utils.Trimming.EllipsisWord;
     this.gcnMethods.Controls.Add(this.tlMethods);
     ButtonImageOptions1.Image       = (System.Drawing.Image)(resources.GetObject("ButtonImageOptions1.Image"));
     ToolTipItem1.ImageOptions.Image = (System.Drawing.Image)(resources.GetObject("resource.Image"));
     ToolTipItem1.Text      = "Включить/выключить множественный" + System.Convert.ToString(global::Microsoft.VisualBasic.Strings.ChrW(13)) + System.Convert.ToString(global::Microsoft.VisualBasic.Strings.ChrW(10)) + "выбор элементов";
     ToolTipTitleItem1.Text = "Подсказка ...";
     SuperToolTip1.Items.Add(ToolTipItem1);
     SuperToolTip1.Items.Add(ToolTipSeparatorItem1);
     SuperToolTip1.Items.Add(ToolTipTitleItem1);
     ButtonImageOptions2.Image       = (System.Drawing.Image)(resources.GetObject("ButtonImageOptions2.Image"));
     ToolTipItem2.ImageOptions.Image = (System.Drawing.Image)(resources.GetObject("resource.Image1"));
     ToolTipItem2.Text      = "Показать строку поиска";
     ToolTipTitleItem2.Text = "Подсказка ...";
     SuperToolTip2.Items.Add(ToolTipItem2);
     SuperToolTip2.Items.Add(ToolTipSeparatorItem2);
     SuperToolTip2.Items.Add(ToolTipTitleItem2);
     ButtonImageOptions3.Image       = (System.Drawing.Image)(resources.GetObject("ButtonImageOptions3.Image"));
     ToolTipItem3.ImageOptions.Image = (System.Drawing.Image)(resources.GetObject("resource.Image2"));
     ToolTipItem3.Text      = "Показать строку " + System.Convert.ToString(global::Microsoft.VisualBasic.Strings.ChrW(13)) + System.Convert.ToString(global::Microsoft.VisualBasic.Strings.ChrW(10)) + "автофильтра";
     ToolTipTitleItem3.Text = "Подсказка ...";
     SuperToolTip3.Items.Add(ToolTipItem3);
     SuperToolTip3.Items.Add(ToolTipSeparatorItem3);
     SuperToolTip3.Items.Add(ToolTipTitleItem3);
     ButtonImageOptions5.Image       = (System.Drawing.Image)(resources.GetObject("ButtonImageOptions5.Image"));
     ToolTipItem4.ImageOptions.Image = (System.Drawing.Image)(resources.GetObject("resource.Image3"));
     ToolTipItem4.Text      = "Развернуть все узлы";
     ToolTipTitleItem4.Text = "Подсказка ...";
     SuperToolTip4.Items.Add(ToolTipItem4);
     SuperToolTip4.Items.Add(ToolTipSeparatorItem4);
     SuperToolTip4.Items.Add(ToolTipTitleItem4);
     ButtonImageOptions6.Image       = (System.Drawing.Image)(resources.GetObject("ButtonImageOptions6.Image"));
     ToolTipItem5.ImageOptions.Image = (System.Drawing.Image)(resources.GetObject("resource.Image4"));
     ToolTipItem5.Text      = "Свернуть все узлы";
     ToolTipTitleItem5.Text = "Подсказка ...";
     SuperToolTip5.Items.Add(ToolTipItem5);
     SuperToolTip5.Items.Add(ToolTipSeparatorItem5);
     SuperToolTip5.Items.Add(ToolTipTitleItem5);
     ButtonImageOptions8.Image       = (System.Drawing.Image)(resources.GetObject("ButtonImageOptions8.Image"));
     ToolTipItem6.ImageOptions.Image = (System.Drawing.Image)(resources.GetObject("resource.Image5"));
     ToolTipItem6.Text      = "Выделить все узлы";
     ToolTipTitleItem6.Text = "Подсказка ...";
     SuperToolTip6.Items.Add(ToolTipItem6);
     SuperToolTip6.Items.Add(ToolTipSeparatorItem6);
     SuperToolTip6.Items.Add(ToolTipTitleItem6);
     ButtonImageOptions9.Image       = (System.Drawing.Image)(resources.GetObject("ButtonImageOptions9.Image"));
     ToolTipItem7.ImageOptions.Image = (System.Drawing.Image)(resources.GetObject("resource.Image6"));
     ToolTipItem7.Text      = "Снять выделение со всех узлов";
     ToolTipTitleItem7.Text = "Подсказака ...";
     SuperToolTip7.Items.Add(ToolTipItem7);
     SuperToolTip7.Items.Add(ToolTipSeparatorItem7);
     SuperToolTip7.Items.Add(ToolTipTitleItem7);
     ButtonImageOptions11.Image      = (System.Drawing.Image)(resources.GetObject("ButtonImageOptions11.Image"));
     ToolTipItem8.ImageOptions.Image = (System.Drawing.Image)(resources.GetObject("resource.Image7"));
     ToolTipItem8.Text      = "Редактировать справочник";
     ToolTipTitleItem8.Text = "Подсказка ...";
     SuperToolTip8.Items.Add(ToolTipItem8);
     SuperToolTip8.Items.Add(ToolTipSeparatorItem8);
     SuperToolTip8.Items.Add(ToolTipTitleItem8);
     ButtonImageOptions12.Image      = (System.Drawing.Image)(resources.GetObject("ButtonImageOptions12.Image"));
     ToolTipItem9.ImageOptions.Image = (System.Drawing.Image)(resources.GetObject("resource.Image8"));
     ToolTipItem9.Text      = "Обновить дынные из базы";
     ToolTipTitleItem9.Text = "Подсказка ...";
     SuperToolTip9.Items.Add(ToolTipItem9);
     SuperToolTip9.Items.Add(ToolTipSeparatorItem9);
     SuperToolTip9.Items.Add(ToolTipTitleItem9);
     this.gcnMethods.CustomHeaderButtons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] { new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("btnMultiCheck", false, ButtonImageOptions1, DevExpress.XtraBars.Docking2010.ButtonStyle.CheckButton, "", 0, true, SuperToolTip1, true, false, true, null, -1), new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("btnShowSearchRow", false, ButtonImageOptions2, DevExpress.XtraBars.Docking2010.ButtonStyle.CheckButton, "", 1, true, SuperToolTip2, true, false, true, null, -1), new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("btnShowFilterRow", false, ButtonImageOptions3, DevExpress.XtraBars.Docking2010.ButtonStyle.CheckButton, "", 2, true, SuperToolTip3, true, false, true, null, -1), new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("|", true, ButtonImageOptions4, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", 3, false, null, true, false, true, null, -1), new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("btnExpandedAll", false, ButtonImageOptions5, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", 4, true, SuperToolTip4, true, false, true, null, -1), new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("btnCollapsedAll", false, ButtonImageOptions6, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", 5, true, SuperToolTip5, true, false, true, null, -1), new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("|", true, ButtonImageOptions7, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", 6, false, null, true, false, true, null, -1), new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("btnCheckAll", false, ButtonImageOptions8, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", 7, true, SuperToolTip6, true, false, true, null, -1), new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("btnUncheckAll", false, ButtonImageOptions9, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", 8, true, SuperToolTip7, true, false, true, null, -1), new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton
                                                                                                             ("|", true, ButtonImageOptions10, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", 9, false, null, true, false, true, null, -1), new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("btnEditBook", false, ButtonImageOptions11, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", 10, true, SuperToolTip8, true, false, true, null, -1), new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("btnUpdate", false, ButtonImageOptions12, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", 11, true, SuperToolTip9, true, false, true, null, -1) }
                                                  );
     this.gcnMethods.CustomHeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText;
     this.gcnMethods.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gcnMethods.Location = new System.Drawing.Point(0, 0);
     this.gcnMethods.Name     = "gcnMethods";
     this.gcnMethods.Size     = new System.Drawing.Size(413, 329);
     this.gcnMethods.TabIndex = 0;
     //
     //tlMethods
     //
     this.tlMethods.Appearance.Caption.Font = new System.Drawing.Font("Tahoma", (float)(8.25F), (System.Drawing.FontStyle)(((int)(System.Drawing.FontStyle.Bold) | (int)System.Drawing.FontStyle.Italic)
                                                                                                                           | (int)System.Drawing.FontStyle.Underline));
     this.tlMethods.Appearance.Caption.Options.UseFont        = true;
     this.tlMethods.Appearance.Caption.Options.UseTextOptions = true;
     this.tlMethods.Appearance.Caption.TextOptions.Trimming   = DevExpress.Utils.Trimming.EllipsisWord;
     this.tlMethods.Appearance.Caption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.tlMethods.Caption  = "Направления и методы";
     this.tlMethods.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tlMethods.Location = new System.Drawing.Point(2, 29);
     this.tlMethods.Name     = "tlMethods";
     this.tlMethods.OptionsBehavior.AllowPixelScrolling        = DevExpress.Utils.DefaultBoolean.True;
     this.tlMethods.OptionsBehavior.AllowRecursiveNodeChecking = true;
     this.tlMethods.OptionsBehavior.Editable                     = false;
     this.tlMethods.OptionsBehavior.ResizeNodes                  = false;
     this.tlMethods.OptionsCustomization.AllowBandMoving         = false;
     this.tlMethods.OptionsCustomization.AllowBandResizing       = false;
     this.tlMethods.OptionsCustomization.AllowColumnMoving       = false;
     this.tlMethods.OptionsCustomization.AllowColumnResizing     = false;
     this.tlMethods.OptionsMenu.EnableColumnMenu                 = false;
     this.tlMethods.OptionsMenu.EnableFooterMenu                 = false;
     this.tlMethods.OptionsMenu.ShowAutoFilterRowItem            = false;
     this.tlMethods.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.tlMethods.OptionsView.AllowHtmlDrawHeaders             = true;
     this.tlMethods.OptionsView.FocusRectStyle                   = DevExpress.XtraTreeList.DrawFocusRectStyle.RowFullFocus;
     this.tlMethods.OptionsView.ShowCaption         = true;
     this.tlMethods.OptionsView.ShowColumns         = false;
     this.tlMethods.OptionsView.ShowFilterPanelMode = DevExpress.XtraTreeList.ShowFilterPanelMode.Never;
     this.tlMethods.OptionsView.ShowHorzLines       = false;
     this.tlMethods.OptionsView.ShowIndicator       = false;
     this.tlMethods.OptionsView.ShowVertLines       = false;
     this.tlMethods.Size     = new System.Drawing.Size(409, 298);
     this.tlMethods.TabIndex = 0;
     //
     //ucTreeListResearchMetods
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF((float)(6.0F), (float)(13.0F));
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.gcnMethods);
     this.Name = "ucTreeListResearchMetods";
     this.Size = new System.Drawing.Size(413, 329);
     ((System.ComponentModel.ISupportInitialize) this.gcnMethods).EndInit();
     this.gcnMethods.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize) this.tlMethods).EndInit();
     this.ResumeLayout(false);
 }
Example #35
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(Liste_fiche_demandeconger));
     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.gridControl1            = new DevExpress.XtraGrid.GridControl();
     this.gridView1               = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.panel4                  = new System.Windows.Forms.Panel();
     this.ribbonControl3          = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.ajouter_typeconge_btn   = new DevExpress.XtraBars.BarButtonItem();
     this.modifier_typeconge_btn  = new DevExpress.XtraBars.BarButtonItem();
     this.supprimer_typeconge_btn = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem11         = new DevExpress.XtraBars.BarButtonItem();
     this.fermertyeconge          = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem13         = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem14         = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem15         = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem16         = new DevExpress.XtraBars.BarButtonItem();
     this.listetype_congeee       = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonPage3             = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup7        = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup12       = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl3)).BeginInit();
     this.SuspendLayout();
     //
     // gridControl1
     //
     this.gridControl1.Location = new System.Drawing.Point(3, 101);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(681, 280);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.ribbonControl3);
     this.panel4.Location = new System.Drawing.Point(4, 1);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(680, 100);
     this.panel4.TabIndex = 6;
     //
     // ribbonControl3
     //
     this.ribbonControl3.BackColor             = System.Drawing.Color.LemonChiffon;
     this.ribbonControl3.ExpandCollapseItem.Id = 0;
     this.ribbonControl3.ForeColor             = System.Drawing.Color.LemonChiffon;
     this.ribbonControl3.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbonControl3.ExpandCollapseItem,
         this.ajouter_typeconge_btn,
         this.modifier_typeconge_btn,
         this.supprimer_typeconge_btn,
         this.barButtonItem11,
         this.fermertyeconge,
         this.barButtonItem13,
         this.barButtonItem14,
         this.barButtonItem15,
         this.barButtonItem16,
         this.listetype_congeee
     });
     this.ribbonControl3.Location  = new System.Drawing.Point(0, 0);
     this.ribbonControl3.MaxItemId = 6;
     this.ribbonControl3.Name      = "ribbonControl3";
     this.ribbonControl3.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPage3
     });
     this.ribbonControl3.ShowApplicationButton    = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl3.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl3.ShowPageHeadersMode      = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
     this.ribbonControl3.Size            = new System.Drawing.Size(680, 96);
     this.ribbonControl3.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
     //
     // ajouter_typeconge_btn
     //
     this.ajouter_typeconge_btn.Caption    = "Ajouter Type Congé";
     this.ajouter_typeconge_btn.Glyph      = ((System.Drawing.Image)(resources.GetObject("ajouter_typeconge_btn.Glyph")));
     this.ajouter_typeconge_btn.Id         = 1;
     this.ajouter_typeconge_btn.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ajouter_typeconge_btn.LargeGlyph")));
     this.ajouter_typeconge_btn.Name       = "ajouter_typeconge_btn";
     //
     // modifier_typeconge_btn
     //
     this.modifier_typeconge_btn.Caption    = "Modifier Type Congé";
     this.modifier_typeconge_btn.Glyph      = ((System.Drawing.Image)(resources.GetObject("modifier_typeconge_btn.Glyph")));
     this.modifier_typeconge_btn.Id         = 2;
     this.modifier_typeconge_btn.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("modifier_typeconge_btn.LargeGlyph")));
     this.modifier_typeconge_btn.Name       = "modifier_typeconge_btn";
     //
     // supprimer_typeconge_btn
     //
     this.supprimer_typeconge_btn.Caption    = "Imprimer fiche demande congé";
     this.supprimer_typeconge_btn.Glyph      = ((System.Drawing.Image)(resources.GetObject("supprimer_typeconge_btn.Glyph")));
     this.supprimer_typeconge_btn.Id         = 3;
     this.supprimer_typeconge_btn.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("supprimer_typeconge_btn.LargeGlyph")));
     this.supprimer_typeconge_btn.Name       = "supprimer_typeconge_btn";
     this.supprimer_typeconge_btn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.supprimer_typeconge_btn_ItemClick);
     //
     // barButtonItem11
     //
     this.barButtonItem11.Caption    = "Recherche Rapide";
     this.barButtonItem11.Glyph      = ((System.Drawing.Image)(resources.GetObject("barButtonItem11.Glyph")));
     this.barButtonItem11.Id         = 4;
     this.barButtonItem11.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem11.LargeGlyph")));
     this.barButtonItem11.Name       = "barButtonItem11";
     //
     // fermertyeconge
     //
     this.fermertyeconge.Caption    = "Fermer";
     this.fermertyeconge.Glyph      = ((System.Drawing.Image)(resources.GetObject("fermertyeconge.Glyph")));
     this.fermertyeconge.Id         = 5;
     this.fermertyeconge.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("fermertyeconge.LargeGlyph")));
     this.fermertyeconge.Name       = "fermertyeconge";
     //
     // barButtonItem13
     //
     this.barButtonItem13.Caption    = "Aide";
     this.barButtonItem13.Glyph      = ((System.Drawing.Image)(resources.GetObject("barButtonItem13.Glyph")));
     this.barButtonItem13.Id         = 6;
     this.barButtonItem13.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem13.LargeGlyph")));
     this.barButtonItem13.Name       = "barButtonItem13";
     //
     // barButtonItem14
     //
     this.barButtonItem14.Caption = "Ajouter";
     this.barButtonItem14.Id      = 2;
     this.barButtonItem14.Name    = "barButtonItem14";
     //
     // barButtonItem15
     //
     this.barButtonItem15.Caption = "Supprimer";
     this.barButtonItem15.Id      = 3;
     this.barButtonItem15.Name    = "barButtonItem15";
     //
     // barButtonItem16
     //
     this.barButtonItem16.Caption = "Modifier";
     this.barButtonItem16.Id      = 4;
     this.barButtonItem16.Name    = "barButtonItem16";
     //
     // listetype_congeee
     //
     this.listetype_congeee.Caption    = "Liste Type Congés";
     this.listetype_congeee.Glyph      = ((System.Drawing.Image)(resources.GetObject("listetype_congeee.Glyph")));
     this.listetype_congeee.Id         = 5;
     this.listetype_congeee.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("listetype_congeee.LargeGlyph")));
     this.listetype_congeee.Name       = "listetype_congeee";
     //
     // ribbonPage3
     //
     this.ribbonPage3.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup7,
         this.ribbonPageGroup12
     });
     this.ribbonPage3.Name = "ribbonPage3";
     this.ribbonPage3.Text = "Salaries";
     //
     // ribbonPageGroup7
     //
     this.ribbonPageGroup7.ItemLinks.Add(this.supprimer_typeconge_btn);
     this.ribbonPageGroup7.Name   = "ribbonPageGroup7";
     toolTipTitleItem1.Text       = "X";
     toolTipItem1.LeftIndent      = 6;
     toolTipTitleItem2.LeftIndent = 6;
     toolTipTitleItem2.Text       = "dsfdsf";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     this.ribbonPageGroup7.SuperTip = superToolTip1;
     this.ribbonPageGroup7.Text     = "Edition";
     //
     // ribbonPageGroup12
     //
     this.ribbonPageGroup12.ItemLinks.Add(this.fermertyeconge);
     this.ribbonPageGroup12.ItemLinks.Add(this.barButtonItem13);
     this.ribbonPageGroup12.Name = "ribbonPageGroup12";
     this.ribbonPageGroup12.Text = "Options";
     //
     // Liste_fiche_demandeconger
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(688, 403);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.gridControl1);
     this.Name  = "Liste_fiche_demandeconger";
     this.Text  = "Liste_fiche_demandeconger";
     this.Load += new System.EventHandler(this.Liste_fiche_demandeconger_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl3)).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(LexerForm));
     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();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     this.formAssistant1      = new DevExpress.XtraBars.FormAssistant();
     this.panelControl1       = new DevExpress.XtraEditors.PanelControl();
     this.comboBox_inputField = new DevExpress.XtraEditors.ComboBoxEdit();
     this.comboBox_inputSheet = new DevExpress.XtraEditors.ComboBoxEdit();
     this.btn_outputOpen      = new DevExpress.XtraEditors.SimpleButton();
     this.btn_inputOpen       = new DevExpress.XtraEditors.SimpleButton();
     this.textEdit_outputFile = new DevExpress.XtraEditors.TextEdit();
     this.labelControl5       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4       = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2       = new DevExpress.XtraEditors.LabelControl();
     this.textEdit_outputName = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1       = new DevExpress.XtraEditors.LabelControl();
     this.textEdit_inputFile  = new DevExpress.XtraEditors.TextEdit();
     this.panelControl3       = new DevExpress.XtraEditors.PanelControl();
     this.progressBarControl1 = new DevExpress.XtraEditors.ProgressBarControl();
     this.panelControl4       = new DevExpress.XtraEditors.PanelControl();
     this.btn_help            = new DevExpress.XtraEditors.SimpleButton();
     this.btn_saveClose       = new DevExpress.XtraEditors.SimpleButton();
     this.btn_cancel          = new DevExpress.XtraEditors.SimpleButton();
     this.btn_ok = new DevExpress.XtraEditors.SimpleButton();
     this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_inputField.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_inputSheet.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit_outputFile.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit_outputName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit_inputFile.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
     this.panelControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.comboBox_inputField);
     this.panelControl1.Controls.Add(this.comboBox_inputSheet);
     this.panelControl1.Controls.Add(this.btn_outputOpen);
     this.panelControl1.Controls.Add(this.btn_inputOpen);
     this.panelControl1.Controls.Add(this.textEdit_outputFile);
     this.panelControl1.Controls.Add(this.labelControl5);
     this.panelControl1.Controls.Add(this.labelControl3);
     this.panelControl1.Controls.Add(this.labelControl4);
     this.panelControl1.Controls.Add(this.labelControl2);
     this.panelControl1.Controls.Add(this.textEdit_outputName);
     this.panelControl1.Controls.Add(this.labelControl1);
     this.panelControl1.Controls.Add(this.textEdit_inputFile);
     this.panelControl1.Location = new System.Drawing.Point(12, 12);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(593, 246);
     this.panelControl1.TabIndex = 0;
     //
     // comboBox_inputField
     //
     this.comboBox_inputField.Location = new System.Drawing.Point(269, 91);
     this.comboBox_inputField.Name     = "comboBox_inputField";
     this.comboBox_inputField.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBox_inputField.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBox_inputField.Size     = new System.Drawing.Size(228, 20);
     this.comboBox_inputField.TabIndex = 8;
     //
     // comboBox_inputSheet
     //
     this.comboBox_inputSheet.Location = new System.Drawing.Point(5, 91);
     this.comboBox_inputSheet.Name     = "comboBox_inputSheet";
     this.comboBox_inputSheet.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBox_inputSheet.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBox_inputSheet.Size     = new System.Drawing.Size(226, 20);
     this.comboBox_inputSheet.TabIndex = 8;
     //
     // btn_outputOpen
     //
     this.btn_outputOpen.Image    = ((System.Drawing.Image)(resources.GetObject("btn_outputOpen.Image")));
     this.btn_outputOpen.Location = new System.Drawing.Point(510, 152);
     this.btn_outputOpen.Name     = "btn_outputOpen";
     this.btn_outputOpen.Size     = new System.Drawing.Size(75, 23);
     this.btn_outputOpen.TabIndex = 7;
     this.btn_outputOpen.Text     = "浏览";
     this.btn_outputOpen.Click   += new System.EventHandler(this.btn_outputOpen_Click);
     //
     // btn_inputOpen
     //
     this.btn_inputOpen.Image    = ((System.Drawing.Image)(resources.GetObject("btn_inputOpen.Image")));
     this.btn_inputOpen.Location = new System.Drawing.Point(510, 30);
     this.btn_inputOpen.Name     = "btn_inputOpen";
     this.btn_inputOpen.Size     = new System.Drawing.Size(75, 23);
     this.btn_inputOpen.TabIndex = 7;
     this.btn_inputOpen.Text     = "浏览";
     this.btn_inputOpen.Click   += new System.EventHandler(this.btn_inputOpen_Click);
     //
     // textEdit_outputFile
     //
     this.textEdit_outputFile.EditValue            = "";
     this.textEdit_outputFile.Location             = new System.Drawing.Point(4, 153);
     this.textEdit_outputFile.Name                 = "textEdit_outputFile";
     this.textEdit_outputFile.Size                 = new System.Drawing.Size(492, 20);
     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                        = "参数说明";
     toolTipItem1.LeftIndent                       = 6;
     toolTipItem1.Text                             = "参数类型:可选参数\r\n\r\n参数格式:任何类型的字符串";
     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.LeftIndent                  = 6;
     toolTipTitleItem2.Text                        = "工具型参数";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     this.textEdit_outputFile.SuperTip = superToolTip1;
     this.textEdit_outputFile.TabIndex = 5;
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(269, 70);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(120, 14);
     this.labelControl5.TabIndex = 3;
     this.labelControl5.Text     = "目标字段(必选参数)";
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(6, 133);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(154, 14);
     this.labelControl3.TabIndex = 4;
     this.labelControl3.Text     = "输出分析结果文件(必填参数)";
     this.labelControl3.Click   += new System.EventHandler(this.labelControl3_Click);
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(4, 70);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(132, 14);
     this.labelControl4.TabIndex = 3;
     this.labelControl4.Text     = "目标工作表(必选参数)";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(4, 191);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(156, 14);
     this.labelControl2.TabIndex = 3;
     this.labelControl2.Text     = "目标工作表名称(可选参数)";
     //
     // textEdit_outputName
     //
     this.textEdit_outputName.Location             = new System.Drawing.Point(4, 211);
     this.textEdit_outputName.Name                 = "textEdit_outputName";
     this.textEdit_outputName.Size                 = new System.Drawing.Size(492, 20);
     superToolTip2.AllowHtmlText                   = DevExpress.Utils.DefaultBoolean.True;
     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                        = "参数说明";
     toolTipItem2.LeftIndent                       = 6;
     toolTipItem2.Text                             = "参数类型: 必选参数\r\n\r\n参数格式:excel表格全路径\r\n\r\n注意事项:不能直接黏贴或修改,必须通过【浏览】按钮配置";
     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.LeftIndent                  = 6;
     toolTipTitleItem4.Text                        = "工具型参数";
     superToolTip2.Items.Add(toolTipTitleItem3);
     superToolTip2.Items.Add(toolTipItem2);
     superToolTip2.Items.Add(toolTipSeparatorItem2);
     superToolTip2.Items.Add(toolTipTitleItem4);
     this.textEdit_outputName.SuperTip = superToolTip2;
     this.textEdit_outputName.TabIndex = 6;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(4, 10);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(154, 14);
     this.labelControl1.TabIndex = 4;
     this.labelControl1.Text     = "输入文本数据文件(必填参数)";
     //
     // textEdit_inputFile
     //
     this.textEdit_inputFile.Location              = new System.Drawing.Point(5, 31);
     this.textEdit_inputFile.Name                  = "textEdit_inputFile";
     this.textEdit_inputFile.Size                  = new System.Drawing.Size(492, 20);
     superToolTip3.AllowHtmlText                   = DevExpress.Utils.DefaultBoolean.True;
     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                        = "参数说明";
     toolTipItem3.LeftIndent                       = 6;
     toolTipItem3.Text                             = "参数类型: 必选参数\r\n\r\n参数格式:excel表格全路径\r\n\r\n注意事项:不能直接黏贴或修改,必须通过【浏览】按钮配置";
     toolTipTitleItem6.Appearance.Image            = ((System.Drawing.Image)(resources.GetObject("resource.Image5")));
     toolTipTitleItem6.Appearance.Options.UseImage = true;
     toolTipTitleItem6.Image                       = ((System.Drawing.Image)(resources.GetObject("toolTipTitleItem6.Image")));
     toolTipTitleItem6.LeftIndent                  = 6;
     toolTipTitleItem6.Text                        = "工具型参数";
     superToolTip3.Items.Add(toolTipTitleItem5);
     superToolTip3.Items.Add(toolTipItem3);
     superToolTip3.Items.Add(toolTipSeparatorItem3);
     superToolTip3.Items.Add(toolTipTitleItem6);
     this.textEdit_inputFile.SuperTip           = superToolTip3;
     this.textEdit_inputFile.TabIndex           = 6;
     conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule1.ErrorText         = "This value is not valid";
     this.dxValidationProvider1.SetValidationRule(this.textEdit_inputFile, conditionValidationRule1);
     //
     // panelControl3
     //
     this.panelControl3.Controls.Add(this.progressBarControl1);
     this.panelControl3.Location = new System.Drawing.Point(12, 264);
     this.panelControl3.Name     = "panelControl3";
     this.panelControl3.Size     = new System.Drawing.Size(593, 71);
     this.panelControl3.TabIndex = 3;
     //
     // progressBarControl1
     //
     this.progressBarControl1.Location              = new System.Drawing.Point(6, 24);
     this.progressBarControl1.Name                  = "progressBarControl1";
     this.progressBarControl1.Properties.ShowTitle  = true;
     this.progressBarControl1.ShowProgressInTaskBar = true;
     this.progressBarControl1.Size                  = new System.Drawing.Size(561, 18);
     this.progressBarControl1.TabIndex              = 0;
     this.progressBarControl1.ToolTipIconType       = DevExpress.Utils.ToolTipIconType.Information;
     //
     // panelControl4
     //
     this.panelControl4.Controls.Add(this.btn_help);
     this.panelControl4.Controls.Add(this.btn_saveClose);
     this.panelControl4.Controls.Add(this.btn_cancel);
     this.panelControl4.Controls.Add(this.btn_ok);
     this.panelControl4.Location = new System.Drawing.Point(12, 341);
     this.panelControl4.Name     = "panelControl4";
     this.panelControl4.Size     = new System.Drawing.Size(593, 72);
     this.panelControl4.TabIndex = 4;
     //
     // btn_help
     //
     this.btn_help.Image    = ((System.Drawing.Image)(resources.GetObject("btn_help.Image")));
     this.btn_help.Location = new System.Drawing.Point(492, 27);
     this.btn_help.Name     = "btn_help";
     this.btn_help.Size     = new System.Drawing.Size(75, 23);
     this.btn_help.TabIndex = 0;
     this.btn_help.Text     = "帮助";
     this.btn_help.Click   += new System.EventHandler(this.btn_help_Click);
     //
     // btn_saveClose
     //
     this.btn_saveClose.Image    = ((System.Drawing.Image)(resources.GetObject("btn_saveClose.Image")));
     this.btn_saveClose.Location = new System.Drawing.Point(411, 27);
     this.btn_saveClose.Name     = "btn_saveClose";
     this.btn_saveClose.Size     = new System.Drawing.Size(75, 23);
     this.btn_saveClose.TabIndex = 0;
     this.btn_saveClose.Text     = "关闭";
     this.btn_saveClose.Click   += new System.EventHandler(this.btn_saveClose_Click);
     //
     // btn_cancel
     //
     this.btn_cancel.Image    = ((System.Drawing.Image)(resources.GetObject("btn_cancel.Image")));
     this.btn_cancel.Location = new System.Drawing.Point(330, 27);
     this.btn_cancel.Name     = "btn_cancel";
     this.btn_cancel.Size     = new System.Drawing.Size(75, 23);
     this.btn_cancel.TabIndex = 0;
     this.btn_cancel.Text     = "取消";
     this.btn_cancel.Click   += new System.EventHandler(this.btn_cancel_Click);
     //
     // btn_ok
     //
     this.btn_ok.Image    = ((System.Drawing.Image)(resources.GetObject("btn_ok.Image")));
     this.btn_ok.Location = new System.Drawing.Point(249, 27);
     this.btn_ok.Name     = "btn_ok";
     this.btn_ok.Size     = new System.Drawing.Size(75, 23);
     this.btn_ok.TabIndex = 0;
     this.btn_ok.Text     = "确定";
     this.btn_ok.Click   += new System.EventHandler(this.btn_ok_Click);
     //
     // LexerForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(617, 435);
     this.Controls.Add(this.panelControl3);
     this.Controls.Add(this.panelControl4);
     this.Controls.Add(this.panelControl1);
     this.Name          = "LexerForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "词法分析";
     this.Load         += new System.EventHandler(this.LexerForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_inputField.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_inputSheet.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit_outputFile.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit_outputName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit_inputFile.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
     this.panelControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources    = new System.ComponentModel.ComponentResourceManager(typeof(Supplier_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.layoutControl1           = new DevExpress.XtraLayout.LayoutControl();
     this.gridControl1             = new DevExpress.XtraGrid.GridControl();
     this.gridView1                = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.SupID                    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.SupplierName             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.FullName                 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Address                  = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Status                   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.OppBal                   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.layoutControlGroup1      = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1       = new DevExpress.XtraLayout.LayoutControlItem();
     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();
     ((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.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     this.SuspendLayout();
     //
     // 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(772, 452);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // gridControl1
     //
     this.gridControl1.Location = new System.Drawing.Point(12, 12);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit1
     });
     this.gridControl1.Size     = new System.Drawing.Size(748, 428);
     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.SupID,
         this.SupplierName,
         this.FullName,
         this.Address,
         this.Status,
         this.OppBal,
         this.gridColumn1,
         this.gridColumn7
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsFind.AlwaysVisible  = true;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     //
     // SupID
     //
     this.SupID.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SupID.AppearanceHeader.Options.UseFont        = true;
     this.SupID.AppearanceHeader.Options.UseTextOptions = true;
     this.SupID.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.SupID.Caption   = "ID";
     this.SupID.FieldName = "supplierId";
     this.SupID.Name      = "SupID";
     this.SupID.OptionsColumn.AllowFocus             = false;
     this.SupID.OptionsColumn.AllowIncrementalSearch = false;
     this.SupID.OptionsColumn.AllowMerge             = DevExpress.Utils.DefaultBoolean.False;
     this.SupID.OptionsColumn.AllowMove  = false;
     this.SupID.OptionsColumn.AllowSize  = false;
     this.SupID.OptionsColumn.AllowSort  = DevExpress.Utils.DefaultBoolean.True;
     this.SupID.OptionsColumn.FixedWidth = true;
     this.SupID.Visible      = true;
     this.SupID.VisibleIndex = 0;
     this.SupID.Width        = 30;
     //
     // SupplierName
     //
     this.SupplierName.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SupplierName.AppearanceHeader.Options.UseFont        = true;
     this.SupplierName.AppearanceHeader.Options.UseTextOptions = true;
     this.SupplierName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.SupplierName.Caption   = "Name";
     this.SupplierName.FieldName = "name";
     this.SupplierName.Name      = "SupplierName";
     this.SupplierName.OptionsColumn.AllowFocus             = false;
     this.SupplierName.OptionsColumn.AllowIncrementalSearch = false;
     this.SupplierName.OptionsColumn.AllowMerge             = DevExpress.Utils.DefaultBoolean.False;
     this.SupplierName.OptionsColumn.AllowMove  = false;
     this.SupplierName.OptionsColumn.AllowSize  = false;
     this.SupplierName.OptionsColumn.AllowSort  = DevExpress.Utils.DefaultBoolean.True;
     this.SupplierName.OptionsColumn.FixedWidth = true;
     this.SupplierName.Visible      = true;
     this.SupplierName.VisibleIndex = 1;
     this.SupplierName.Width        = 100;
     //
     // FullName
     //
     this.FullName.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FullName.AppearanceHeader.Options.UseFont        = true;
     this.FullName.AppearanceHeader.Options.UseTextOptions = true;
     this.FullName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.FullName.Caption   = "Full Name";
     this.FullName.FieldName = "fullName";
     this.FullName.Name      = "FullName";
     this.FullName.OptionsColumn.AllowFocus             = false;
     this.FullName.OptionsColumn.AllowIncrementalSearch = false;
     this.FullName.OptionsColumn.AllowMerge             = DevExpress.Utils.DefaultBoolean.False;
     this.FullName.OptionsColumn.AllowMove  = false;
     this.FullName.OptionsColumn.AllowSize  = false;
     this.FullName.OptionsColumn.AllowSort  = DevExpress.Utils.DefaultBoolean.True;
     this.FullName.OptionsColumn.FixedWidth = true;
     this.FullName.Visible      = true;
     this.FullName.VisibleIndex = 2;
     this.FullName.Width        = 100;
     //
     // 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.AllowMerge             = DevExpress.Utils.DefaultBoolean.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.Visible      = true;
     this.Address.VisibleIndex = 3;
     this.Address.Width        = 150;
     //
     // Status
     //
     this.Status.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Status.AppearanceHeader.Options.UseFont        = true;
     this.Status.AppearanceHeader.Options.UseTextOptions = true;
     this.Status.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.Status.Caption   = "Status";
     this.Status.FieldName = "status";
     this.Status.Name      = "Status";
     this.Status.OptionsColumn.AllowFocus             = false;
     this.Status.OptionsColumn.AllowIncrementalSearch = false;
     this.Status.OptionsColumn.AllowMerge             = DevExpress.Utils.DefaultBoolean.False;
     this.Status.OptionsColumn.AllowMove  = false;
     this.Status.OptionsColumn.AllowSize  = false;
     this.Status.OptionsColumn.AllowSort  = DevExpress.Utils.DefaultBoolean.True;
     this.Status.OptionsColumn.FixedWidth = true;
     this.Status.Visible      = true;
     this.Status.VisibleIndex = 4;
     //
     // 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 = "OP 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.AllowMerge             = DevExpress.Utils.DefaultBoolean.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.Visible      = true;
     this.OppBal.VisibleIndex = 5;
     //
     // 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 = "Crdit Limit";
     this.gridColumn1.DisplayFormat.FormatString = "#.00";
     this.gridColumn1.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn1.FieldName = "creditLimit";
     this.gridColumn1.Name      = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowFocus             = false;
     this.gridColumn1.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn1.OptionsColumn.AllowMerge             = DevExpress.Utils.DefaultBoolean.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.Visible      = true;
     this.gridColumn1.VisibleIndex = 6;
     //
     // gridColumn7
     //
     this.gridColumn7.AppearanceHeader.Font                   = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gridColumn7.AppearanceHeader.Options.UseFont        = true;
     this.gridColumn7.AppearanceHeader.Options.UseTextOptions = true;
     this.gridColumn7.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridColumn7.Caption    = "Open ";
     this.gridColumn7.ColumnEdit = this.repositoryItemCheckEdit1;
     this.gridColumn7.Name       = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowIncrementalSearch = false;
     this.gridColumn7.OptionsColumn.AllowMove  = false;
     this.gridColumn7.OptionsColumn.AllowSize  = false;
     this.gridColumn7.OptionsColumn.FixedWidth = true;
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 7;
     this.gridColumn7.Width        = 25;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight      = false;
     this.repositoryItemCheckEdit1.Name            = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.CheckedChanged += new System.EventHandler(this.repositoryItemCheckEdit1_CheckedChanged);
     //
     // 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(772, 452);
     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(752, 432);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar2,
         this.bar3
     });
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barButtonItem1,
         this.barButtonItem2
     });
     this.barManager1.MainMenu  = this.bar2;
     this.barManager1.MaxItemId = 2;
     this.barManager1.StatusBar = this.bar3;
     //
     // bar2
     //
     this.bar2.BarName   = "Main menu";
     this.bar2.DockCol   = 0;
     this.bar2.DockRow   = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem1, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem2, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.bar2.OptionsBar.AllowQuickCustomization = false;
     this.bar2.OptionsBar.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 Supplier 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            = "Exit From";
     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(772, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 476);
     this.barDockControlBottom.Size             = new System.Drawing.Size(772, 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, 452);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(772, 24);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 452);
     //
     // Supplier_List
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(772, 499);
     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  = "Supplier_List";
     this.Text  = "Supplier History";
     this.Load += new System.EventHandler(this.Supplier_List_Load);
     ((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.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).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();
     System.ComponentModel.ComponentResourceManager           resources = new System.ComponentModel.ComponentResourceManager(typeof(PopupCuentasDeBanco));
     DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1     = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
     DevExpress.Utils.SerializableAppearanceObject            serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SuperToolTip         superToolTip1         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem1     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem          toolTipItem1          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem1 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem     toolTipTitleItem2     = new DevExpress.Utils.ToolTipTitleItem();
     this.layoutControl1             = new DevExpress.XtraLayout.LayoutControl();
     this.simpleButton1              = new DevExpress.XtraEditors.SimpleButton();
     this.gridControl1               = new DevExpress.XtraGrid.GridControl();
     this.tipoDescuentoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView1           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colCuentaBancariaID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colControlClienteId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTipoMonedaId     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.TipoMoneda_repositoryItemLookUpEdit = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.tipoMonedaBindingSource             = new System.Windows.Forms.BindingSource(this.components);
     this.colNumeroCuenta           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTitular                = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Del_gridColumn            = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.colBanco                           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.layoutControlGroup1                = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1                 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2                 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1                    = new DevExpress.XtraLayout.EmptySpaceItem();
     this.tipoMonedaBindingSource1           = new System.Windows.Forms.BindingSource(this.components);
     this.descuentoPorActividadBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.tipoDescuentoBindingSource1        = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDescuentoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TipoMoneda_repositoryItemLookUpEdit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoMonedaBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoMonedaBindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.descuentoPorActividadBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDescuentoBindingSource1)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.simpleButton1);
     this.layoutControl1.Controls.Add(this.gridControl1);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(339, 63, 250, 350);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(700, 330);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // simpleButton1
     //
     this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
     this.simpleButton1.Location           = new System.Drawing.Point(468, 280);
     this.simpleButton1.Name            = "simpleButton1";
     this.simpleButton1.Size            = new System.Drawing.Size(220, 38);
     this.simpleButton1.StyleController = this.layoutControl1;
     this.simpleButton1.TabIndex        = 4;
     this.simpleButton1.Text            = "Salir";
     this.simpleButton1.Click          += new System.EventHandler(this.simpleButton1_Click);
     //
     // gridControl1
     //
     this.gridControl1.Cursor     = System.Windows.Forms.Cursors.Default;
     this.gridControl1.DataSource = this.tipoDescuentoBindingSource;
     this.gridControl1.EmbeddedNavigator.Enabled = false;
     this.gridControl1.Location = new System.Drawing.Point(12, 12);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.TipoMoneda_repositoryItemLookUpEdit,
         this.repositoryItemButtonEdit1
     });
     this.gridControl1.Size     = new System.Drawing.Size(676, 264);
     this.gridControl1.TabIndex = 1;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // tipoDescuentoBindingSource
     //
     this.tipoDescuentoBindingSource.DataSource = typeof(DXApplication9.CuentasBancariasDeCliente);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colCuentaBancariaID,
         this.colControlClienteId,
         this.colTipoMonedaId,
         this.colNumeroCuenta,
         this.colTitular,
         this.Del_gridColumn,
         this.colBanco
     });
     this.gridView1.GridControl    = this.gridControl1;
     this.gridView1.Name           = "gridView1";
     this.gridView1.NewItemRowText = "CLIC AQUI PARA INSERTAR NUEVA CUENTA";
     this.gridView1.OptionsBehavior.EditingMode    = DevExpress.XtraGrid.Views.Grid.GridEditingMode.EditFormInplace;
     this.gridView1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Top;
     this.gridView1.OptionsView.ShowFooter         = true;
     this.gridView1.OptionsView.ShowGroupPanel     = false;
     this.gridView1.InitNewRow += new DevExpress.XtraGrid.Views.Grid.InitNewRowEventHandler(this.gridView1_InitNewRow);
     this.gridView1.RowUpdated += new DevExpress.XtraGrid.Views.Base.RowObjectEventHandler(this.gridView1_RowUpdated);
     this.gridView1.Click      += new System.EventHandler(this.gridView1_Click);
     //
     // colCuentaBancariaID
     //
     this.colCuentaBancariaID.FieldName = "CuentaBancariaID";
     this.colCuentaBancariaID.Name      = "colCuentaBancariaID";
     //
     // colControlClienteId
     //
     this.colControlClienteId.FieldName = "ControlClienteId";
     this.colControlClienteId.Name      = "colControlClienteId";
     //
     // colTipoMonedaId
     //
     this.colTipoMonedaId.Caption      = "Moneda";
     this.colTipoMonedaId.ColumnEdit   = this.TipoMoneda_repositoryItemLookUpEdit;
     this.colTipoMonedaId.FieldName    = "TipoMonedaId";
     this.colTipoMonedaId.Name         = "colTipoMonedaId";
     this.colTipoMonedaId.Visible      = true;
     this.colTipoMonedaId.VisibleIndex = 0;
     this.colTipoMonedaId.Width        = 81;
     //
     // TipoMoneda_repositoryItemLookUpEdit
     //
     this.TipoMoneda_repositoryItemLookUpEdit.AutoHeight = false;
     this.TipoMoneda_repositoryItemLookUpEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.TipoMoneda_repositoryItemLookUpEdit.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
         new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Abreviatura", "Abreviatura", 67, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Near)
     });
     this.TipoMoneda_repositoryItemLookUpEdit.DataSource = this.tipoMonedaBindingSource;
     this.TipoMoneda_repositoryItemLookUpEdit.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.TipoMoneda_repositoryItemLookUpEdit.DisplayMember            = "Abreviatura";
     this.TipoMoneda_repositoryItemLookUpEdit.Name        = "TipoMoneda_repositoryItemLookUpEdit";
     this.TipoMoneda_repositoryItemLookUpEdit.ValueMember = "TipoMonedaID";
     //
     // tipoMonedaBindingSource
     //
     this.tipoMonedaBindingSource.DataSource = typeof(DXApplication9.TipoMoneda);
     //
     // colNumeroCuenta
     //
     this.colNumeroCuenta.FieldName    = "NumeroCuenta";
     this.colNumeroCuenta.Name         = "colNumeroCuenta";
     this.colNumeroCuenta.Visible      = true;
     this.colNumeroCuenta.VisibleIndex = 2;
     //
     // colTitular
     //
     this.colTitular.FieldName    = "Titular";
     this.colTitular.Name         = "colTitular";
     this.colTitular.Visible      = true;
     this.colTitular.VisibleIndex = 1;
     //
     // Del_gridColumn
     //
     this.Del_gridColumn.AppearanceCell.Options.UseImage = true;
     this.Del_gridColumn.ColumnEdit              = this.repositoryItemButtonEdit1;
     this.Del_gridColumn.Image                   = ((System.Drawing.Image)(resources.GetObject("Del_gridColumn.Image")));
     this.Del_gridColumn.ImageAlignment          = System.Drawing.StringAlignment.Center;
     this.Del_gridColumn.Name                    = "Del_gridColumn";
     this.Del_gridColumn.OptionsColumn.AllowEdit = false;
     this.Del_gridColumn.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.False;
     this.Del_gridColumn.ShowButtonMode          = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowAlways;
     this.Del_gridColumn.Visible                 = true;
     this.Del_gridColumn.VisibleIndex            = 4;
     this.Del_gridColumn.Width                   = 99;
     //
     // repositoryItemButtonEdit1
     //
     this.repositoryItemButtonEdit1.AutoHeight = false;
     editorButtonImageOptions1.Image           = ((System.Drawing.Image)(resources.GetObject("editorButtonImageOptions1.Image")));
     toolTipTitleItem1.Text       = "Eliminar";
     toolTipItem1.LeftIndent      = 6;
     toolTipItem1.Text            = "Elimina el descuento seleccionado";
     toolTipTitleItem2.LeftIndent = 6;
     toolTipTitleItem2.Text       = " esta acción es irreversible";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.B)), serializableAppearanceObject1, "", null, superToolTip1)
     });
     this.repositoryItemButtonEdit1.Name          = "repositoryItemButtonEdit1";
     this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     //
     // colBanco
     //
     this.colBanco.FieldName    = "Banco";
     this.colBanco.Name         = "colBanco";
     this.colBanco.Visible      = true;
     this.colBanco.VisibleIndex = 3;
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText       = "Root";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem1,
         this.layoutControlItem2,
         this.emptySpaceItem1
     });
     this.layoutControlGroup1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(700, 330);
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.gridControl1;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location    = new System.Drawing.Point(0, 0);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(680, 268);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.simpleButton1;
     this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
     this.layoutControlItem2.Location    = new System.Drawing.Point(456, 268);
     this.layoutControlItem2.Name        = "layoutControlItem2";
     this.layoutControlItem2.Size        = new System.Drawing.Size(224, 42);
     this.layoutControlItem2.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem2.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack         = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(0, 268);
     this.emptySpaceItem1.Name     = "emptySpaceItem1";
     this.emptySpaceItem1.Size     = new System.Drawing.Size(456, 42);
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // tipoMonedaBindingSource1
     //
     this.tipoMonedaBindingSource1.DataSource = typeof(DXApplication9.TipoMoneda);
     //
     // descuentoPorActividadBindingSource
     //
     this.descuentoPorActividadBindingSource.DataSource = typeof(DXApplication9.DescuentoPorActividad);
     //
     // tipoDescuentoBindingSource1
     //
     this.tipoDescuentoBindingSource1.DataSource = typeof(DXApplication9.TipoDescuento);
     //
     // PopupCuentasDeBanco
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(700, 330);
     this.Controls.Add(this.layoutControl1);
     this.Name = "PopupCuentasDeBanco";
     this.Text = "Definiedo Cuentas de Banco ";
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDescuentoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TipoMoneda_repositoryItemLookUpEdit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoMonedaBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoMonedaBindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.descuentoPorActividadBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tipoDescuentoBindingSource1)).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.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup1 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PLWord));
            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.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.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();
            this.iOpen = new DevExpress.XtraBars.BarButtonItem();
            this.pmMain = new DevExpress.XtraBars.PopupMenu(this.components);
            this.iUndo = new DevExpress.XtraBars.BarButtonItem();
            this.iCopy = new DevExpress.XtraBars.BarButtonItem();
            this.iCut = new DevExpress.XtraBars.BarButtonItem();
            this.iPaste = new DevExpress.XtraBars.BarButtonItem();
            this.iClear = new DevExpress.XtraBars.BarButtonItem();
            this.iSelectAll = new DevExpress.XtraBars.BarButtonItem();
            this.iFont = new DevExpress.XtraBars.BarButtonItem();
            this.gddFont = new DevExpress.XtraBars.Ribbon.GalleryDropDown(this.components);
            this.beiFontSize = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
            this.bbiFontColorPopup = new DevExpress.XtraBars.BarButtonItem();
            this.popupControlContainer1 = new DevExpress.XtraBars.PopupControlContainer(this.components);
            this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.imageCollection2 = new DevExpress.Utils.ImageCollection(this.components);
            this.iSaveAs = new DevExpress.XtraBars.BarButtonItem();
            this.iPrint = new DevExpress.XtraBars.BarButtonItem();
            this.iExit = new DevExpress.XtraBars.BarButtonItem();
            this.iReplace = new DevExpress.XtraBars.BarButtonItem();
            this.iFind = new DevExpress.XtraBars.BarButtonItem();
            this.iBullets = new DevExpress.XtraBars.BarButtonItem();
            this.iProtected = new DevExpress.XtraBars.BarButtonItem();
            this.iBold = new DevExpress.XtraBars.BarButtonItem();
            this.iItalic = new DevExpress.XtraBars.BarButtonItem();
            this.iUnderline = new DevExpress.XtraBars.BarButtonItem();
            this.iAlignLeft = new DevExpress.XtraBars.BarButtonItem();
            this.iCenter = new DevExpress.XtraBars.BarButtonItem();
            this.iAlignRight = new DevExpress.XtraBars.BarButtonItem();
            this.iFontColor = new DevExpress.XtraBars.BarButtonItem();
            this.gddFontColor = new DevExpress.XtraBars.Ribbon.GalleryDropDown(this.components);
            this.siPosition = new DevExpress.XtraBars.BarButtonItem();
            this.siModified = new DevExpress.XtraBars.BarButtonItem();
            this.siDocName = new DevExpress.XtraBars.BarStaticItem();
            this.bgFontStyle = new DevExpress.XtraBars.BarButtonGroup();
            this.bgAlign = new DevExpress.XtraBars.BarButtonGroup();
            this.bgFont = new DevExpress.XtraBars.BarButtonGroup();
            this.bgBullets = new DevExpress.XtraBars.BarButtonGroup();
            this.sbiSave = new DevExpress.XtraBars.BarSubItem();
            this.barbtnSave = new DevExpress.XtraBars.BarButtonItem();
            this.sbiFind = new DevExpress.XtraBars.BarSubItem();
            this.iNew = new DevExpress.XtraBars.BarButtonItem();
            this.iLargeUndo = new DevExpress.XtraBars.BarLargeButtonItem();
            this.iTemplate = new DevExpress.XtraBars.BarButtonItem();
            this.rgbiFont = new DevExpress.XtraBars.RibbonGalleryBarItem();
            this.rgbiFontColor = new DevExpress.XtraBars.RibbonGalleryBarItem();
            this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
            this.barInsertImage = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barChonMau = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemChonTemplate = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.barChonLoaiMau = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemLoaiMau = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.barQLMau = new DevExpress.XtraBars.BarButtonItem();
            this.barXemTruoc = new DevExpress.XtraBars.BarButtonItem();
            this.barChon = new DevExpress.XtraBars.BarButtonItem();
            this.imageCollection1 = new DevExpress.Utils.ImageCollection(this.components);
            this.ribbonPageCategory1 = new DevExpress.XtraBars.Ribbon.RibbonPageCategory();
            this.ribbonPage4 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup12 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup13 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup14 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageTemplate = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup5 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.iSave = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonPageGroup6 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup7 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPage3 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.rpgFont = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.rpgFontColor = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.repositoryItemRichTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.pcAppMenuFileLabels = new DevExpress.XtraEditors.PanelControl();
            this.rtbData = new System.Windows.Forms.RichTextBox();
            this.imageCollection3 = new DevExpress.Utils.ImageCollection(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.pmMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gddFont)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupControlContainer1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gddFontColor)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemChonTemplate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLoaiMau)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichTextEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pcAppMenuFileLabels)).BeginInit();
            this.pcAppMenuFileLabels.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection3)).BeginInit();
            this.SuspendLayout();
            // 
            // iOpen
            // 
            this.iOpen.Caption = "&Open...";
            this.iOpen.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.iOpen.Description = "Opens a file.";
            this.iOpen.Hint = "Open a file";
            this.iOpen.Id = 1;
            this.iOpen.ImageIndex = 7;
            this.iOpen.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O));
            this.iOpen.LargeImageIndex = 9;
            this.iOpen.Name = "iOpen";
            this.iOpen.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
            this.iOpen.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.iOpen.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iOpen_ItemClick);
            // 
            // pmMain
            // 
            this.pmMain.ItemLinks.Add(this.iUndo);
            this.pmMain.ItemLinks.Add(this.iCopy, true);
            this.pmMain.ItemLinks.Add(this.iCut);
            this.pmMain.ItemLinks.Add(this.iPaste);
            this.pmMain.ItemLinks.Add(this.iClear);
            this.pmMain.ItemLinks.Add(this.iSelectAll);
            this.pmMain.ItemLinks.Add(this.iFont, true);
            this.pmMain.ItemLinks.Add(this.iBullets);
            this.pmMain.MenuCaption = "Edit Menu";
            this.pmMain.Name = "pmMain";
            this.pmMain.Ribbon = this.ribbonControl1;
            this.pmMain.ShowCaption = true;
            // 
            // iUndo
            // 
            this.iUndo.Caption = "&Undo";
            this.iUndo.CategoryGuid = new System.Guid("7c2486e1-92ea-4293-ad55-b819f61ff7f1");
            this.iUndo.Description = "Reverses the last command or deletes the last entry you typed.";
            this.iUndo.Hint = "Undo";
            this.iUndo.Id = 8;
            this.iUndo.ImageIndex = 11;
            this.iUndo.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z));
            this.iUndo.Name = "iUndo";
            this.iUndo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iUndo_ItemClick);
            // 
            // iCopy
            // 
            this.iCopy.Caption = "&Copy";
            this.iCopy.CategoryGuid = new System.Guid("7c2486e1-92ea-4293-ad55-b819f61ff7f1");
            this.iCopy.Description = "Copies the selection to the Clipboard.";
            this.iCopy.Hint = "Copy";
            this.iCopy.Id = 10;
            this.iCopy.ImageIndex = 1;
            this.iCopy.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C));
            this.iCopy.Name = "iCopy";
            this.iCopy.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iCopy_ItemClick);
            // 
            // iCut
            // 
            this.iCut.Caption = "Cu&t";
            this.iCut.CategoryGuid = new System.Guid("7c2486e1-92ea-4293-ad55-b819f61ff7f1");
            this.iCut.Description = "Removes the selection from the active document and places it on the Clipboard.";
            this.iCut.Hint = "Cut";
            this.iCut.Id = 9;
            this.iCut.ImageIndex = 2;
            this.iCut.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X));
            this.iCut.Name = "iCut";
            this.iCut.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iCut_ItemClick);
            // 
            // iPaste
            // 
            this.iPaste.Caption = "&Paste";
            this.iPaste.CategoryGuid = new System.Guid("7c2486e1-92ea-4293-ad55-b819f61ff7f1");
            this.iPaste.Description = "Inserts the contents of the Clipboard at the insertion point, and replaces any se" +
                "lection. This command is available only if you have cut or copied a text.";
            this.iPaste.Hint = "Paste";
            this.iPaste.Id = 11;
            this.iPaste.ImageIndex = 8;
            this.iPaste.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V));
            this.iPaste.Name = "iPaste";
            this.iPaste.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iPaste_ItemClick);
            // 
            // iClear
            // 
            this.iClear.Caption = "Cle&ar";
            this.iClear.CategoryGuid = new System.Guid("7c2486e1-92ea-4293-ad55-b819f61ff7f1");
            this.iClear.Description = "Deletes the selected text without putting it on the Clipboard. This command is av" +
                "ailable only if a text is selected. ";
            this.iClear.Hint = "Clear";
            this.iClear.Id = 12;
            this.iClear.Name = "iClear";
            this.iClear.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iClear_ItemClick);
            // 
            // iSelectAll
            // 
            this.iSelectAll.Caption = "Select A&ll";
            this.iSelectAll.CategoryGuid = new System.Guid("7c2486e1-92ea-4293-ad55-b819f61ff7f1");
            this.iSelectAll.Description = "Selects all text in the active document.";
            this.iSelectAll.Hint = "Selects all text in the active document.";
            this.iSelectAll.Id = 13;
            this.iSelectAll.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A));
            this.iSelectAll.Name = "iSelectAll";
            this.iSelectAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iSelectAll_ItemClick);
            // 
            // iFont
            // 
            this.iFont.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.iFont.Caption = "&Font...";
            this.iFont.CategoryGuid = new System.Guid("d3052f28-4b3e-4bae-b581-b3bb1c432258");
            this.iFont.Description = "Changes the font and character spacing formats of the selected text.";
            this.iFont.DropDownControl = this.gddFont;
            this.iFont.Hint = "Font Dialog";
            this.iFont.Id = 17;
            this.iFont.ImageIndex = 4;
            this.iFont.Name = "iFont";
            this.iFont.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            this.iFont.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iFont_ItemClick);
            // 
            // gddFont
            // 
            // 
            // 
            // 
            this.gddFont.Gallery.Appearance.ItemCaption.Font = new System.Drawing.Font("Tahoma", 9.75F);
            this.gddFont.Gallery.Appearance.ItemCaption.Options.UseFont = true;
            this.gddFont.Gallery.Appearance.ItemCaption.Options.UseTextOptions = true;
            this.gddFont.Gallery.Appearance.ItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.gddFont.Gallery.Appearance.ItemCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.gddFont.Gallery.Appearance.ItemDescription.Options.UseTextOptions = true;
            this.gddFont.Gallery.Appearance.ItemDescription.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.gddFont.Gallery.Appearance.ItemDescription.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
            this.gddFont.Gallery.ColumnCount = 1;
            this.gddFont.Gallery.FixedImageSize = false;
            galleryItemGroup1.Caption = "Main Skins";
            this.gddFont.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            galleryItemGroup1});
            this.gddFont.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Left;
            this.gddFont.Gallery.RowCount = 6;
            this.gddFont.Gallery.ShowGroupCaption = false;
            this.gddFont.Gallery.ShowItemText = true;
            this.gddFont.Gallery.SizeMode = DevExpress.XtraBars.Ribbon.GallerySizeMode.Vertical;
            this.gddFont.Gallery.ItemClick += new DevExpress.XtraBars.Ribbon.GalleryItemClickEventHandler(this.gddFont_Gallery_ItemClick);
            this.gddFont.Gallery.CustomDrawItemText += new DevExpress.XtraBars.Ribbon.GalleryItemCustomDrawEventHandler(this.gddFont_Gallery_CustomDrawItemText);
            this.gddFont.ItemLinks.Add(this.beiFontSize);
            this.gddFont.ItemLinks.Add(this.bbiFontColorPopup);
            this.gddFont.Name = "gddFont";
            this.gddFont.Ribbon = this.ribbonControl1;
            this.gddFont.Popup += new System.EventHandler(this.gddFont_Popup);
            // 
            // beiFontSize
            // 
            this.beiFontSize.Caption = "Font Size";
            this.beiFontSize.Edit = this.repositoryItemSpinEdit1;
            this.beiFontSize.Hint = "Font Size";
            this.beiFontSize.Id = 27;
            this.beiFontSize.Name = "beiFontSize";
            // 
            // repositoryItemSpinEdit1
            // 
            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[] {
            50,
            0,
            0,
            0});
            this.repositoryItemSpinEdit1.MinValue = new decimal(new int[] {
            6,
            0,
            0,
            0});
            this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
            // 
            // bbiFontColorPopup
            // 
            this.bbiFontColorPopup.ActAsDropDown = true;
            this.bbiFontColorPopup.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.bbiFontColorPopup.Caption = "Font Color";
            this.bbiFontColorPopup.Description = "Formats the selected text with the color you click";
            this.bbiFontColorPopup.DropDownControl = this.popupControlContainer1;
            this.bbiFontColorPopup.Hint = "Formats the selected text with the color you click";
            this.bbiFontColorPopup.Id = 36;
            this.bbiFontColorPopup.Name = "bbiFontColorPopup";
            // 
            // popupControlContainer1
            // 
            this.popupControlContainer1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.popupControlContainer1.Location = new System.Drawing.Point(0, 0);
            this.popupControlContainer1.Name = "popupControlContainer1";
            this.popupControlContainer1.Size = new System.Drawing.Size(0, 0);
            this.popupControlContainer1.TabIndex = 6;
            this.popupControlContainer1.Visible = false;
            // 
            // ribbonControl1
            // 
            this.ribbonControl1.ApplicationButtonKeyTip = "";
            this.ribbonControl1.ApplicationIcon = null;
            this.ribbonControl1.Categories.AddRange(new DevExpress.XtraBars.BarManagerCategory[] {
            new DevExpress.XtraBars.BarManagerCategory("File", new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f")),
            new DevExpress.XtraBars.BarManagerCategory("Edit", new System.Guid("7c2486e1-92ea-4293-ad55-b819f61ff7f1")),
            new DevExpress.XtraBars.BarManagerCategory("Format", new System.Guid("d3052f28-4b3e-4bae-b581-b3bb1c432258")),
            new DevExpress.XtraBars.BarManagerCategory("Help", new System.Guid("e07a4c24-66ac-4de6-bbcb-c0b6cfa7798b")),
            new DevExpress.XtraBars.BarManagerCategory("Status", new System.Guid("77795bb7-9bc5-4dd2-a297-cc758682e23d"))});
            this.ribbonControl1.Images = this.imageCollection2;
            this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.iOpen,
            this.iUndo,
            this.iSaveAs,
            this.iPrint,
            this.iExit,
            this.iReplace,
            this.iCut,
            this.iCopy,
            this.iPaste,
            this.iClear,
            this.iSelectAll,
            this.iFind,
            this.iFont,
            this.iBullets,
            this.iProtected,
            this.iBold,
            this.iItalic,
            this.iUnderline,
            this.iAlignLeft,
            this.iCenter,
            this.iAlignRight,
            this.iFontColor,
            this.siPosition,
            this.siModified,
            this.siDocName,
            this.bgFontStyle,
            this.bgAlign,
            this.bgFont,
            this.bgBullets,
            this.sbiSave,
            this.sbiFind,
            this.iNew,
            this.iLargeUndo,
            this.iTemplate,
            this.beiFontSize,
            this.rgbiFont,
            this.bbiFontColorPopup,
            this.rgbiFontColor,
            this.barEditItem1,
            this.barInsertImage,
            this.barButtonItem1,
            this.barbtnSave,
            this.barChonMau,
            this.barChonLoaiMau,
            this.barQLMau,
            this.barXemTruoc,
            this.barChon});
            this.ribbonControl1.LargeImages = this.imageCollection1;
            this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl1.MaxItemId = 161;
            this.ribbonControl1.Name = "ribbonControl1";
            this.ribbonControl1.PageCategories.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageCategory[] {
            this.ribbonPageCategory1});
            this.ribbonControl1.PageCategoryAlignment = DevExpress.XtraBars.Ribbon.RibbonPageCategoryAlignment.Right;
            this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage1,
            this.ribbonPage2,
            this.ribbonPage3});
            this.ribbonControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemSpinEdit1,
            this.repositoryItemPictureEdit1,
            this.repositoryItemRichTextEdit1,
            this.repositoryItemChonTemplate,
            this.repositoryItemLoaiMau});
            this.ribbonControl1.SelectedPage = this.ribbonPage1;
            this.ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Show;
            this.ribbonControl1.ShowToolbarCustomizeItem = false;
            this.ribbonControl1.Size = new System.Drawing.Size(799, 115);
            this.ribbonControl1.Toolbar.ShowCustomizeItem = false;
            this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
            // 
            // imageCollection2
            // 
            this.imageCollection2.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection2.ImageStream")));
            // 
            // iSaveAs
            // 
            this.iSaveAs.Caption = "Save &As...";
            this.iSaveAs.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.iSaveAs.Description = "Saves the active document with a different file name.";
            this.iSaveAs.Hint = "Saves the active document with a different file name";
            this.iSaveAs.Id = 4;
            this.iSaveAs.ImageIndex = 21;
            this.iSaveAs.Name = "iSaveAs";
            this.iSaveAs.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iSaveAs_ItemClick);
            // 
            // iPrint
            // 
            this.iPrint.Caption = "&Print";
            this.iPrint.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.iPrint.Description = "Prints the active document.";
            this.iPrint.Hint = "Prints the active document";
            this.iPrint.Id = 5;
            this.iPrint.ImageIndex = 9;
            this.iPrint.Name = "iPrint";
            this.iPrint.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
            // 
            // iExit
            // 
            this.iExit.Caption = "E&xit";
            this.iExit.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.iExit.Description = "Closes this program after prompting you to save unsaved document.";
            this.iExit.Hint = "Closes this program after prompting you to save unsaved document.";
            this.iExit.Id = 6;
            this.iExit.Name = "iExit";
            // 
            // iReplace
            // 
            this.iReplace.Caption = "R&eplace...";
            this.iReplace.CategoryGuid = new System.Guid("7c2486e1-92ea-4293-ad55-b819f61ff7f1");
            this.iReplace.Description = "Searches for and replaces the specified text.";
            this.iReplace.Hint = "Replace";
            this.iReplace.Id = 15;
            this.iReplace.ImageIndex = 14;
            this.iReplace.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H));
            this.iReplace.Name = "iReplace";
            this.iReplace.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iReplace_ItemClick);
            // 
            // iFind
            // 
            this.iFind.Caption = "&Find...";
            this.iFind.CategoryGuid = new System.Guid("7c2486e1-92ea-4293-ad55-b819f61ff7f1");
            this.iFind.Description = "Searches for the specified text.";
            this.iFind.Hint = "Find";
            this.iFind.Id = 14;
            this.iFind.ImageIndex = 3;
            this.iFind.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F));
            this.iFind.Name = "iFind";
            this.iFind.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iFind_ItemClick);
            // 
            // iBullets
            // 
            this.iBullets.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.iBullets.Caption = "&Bullets";
            this.iBullets.CategoryGuid = new System.Guid("d3052f28-4b3e-4bae-b581-b3bb1c432258");
            this.iBullets.Description = "Adds bullets to or removes bullets from selected paragraphs.";
            this.iBullets.Hint = "Bullets";
            this.iBullets.Id = 18;
            this.iBullets.ImageIndex = 0;
            this.iBullets.Name = "iBullets";
            this.iBullets.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iBullets_ItemClick);
            // 
            // iProtected
            // 
            this.iProtected.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.iProtected.Caption = "P&rotected";
            this.iProtected.CategoryGuid = new System.Guid("d3052f28-4b3e-4bae-b581-b3bb1c432258");
            this.iProtected.Description = "Protects the selected text.";
            this.iProtected.Hint = "Protects the selected text";
            this.iProtected.Id = 19;
            this.iProtected.Name = "iProtected";
            this.iProtected.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iProtected_ItemClick);
            // 
            // iBold
            // 
            this.iBold.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.iBold.Caption = "&Bold";
            this.iBold.CategoryGuid = new System.Guid("d3052f28-4b3e-4bae-b581-b3bb1c432258");
            this.iBold.Description = "Makes selected text and numbers bold. If the selection is already bold, clicking " +
                "button removes bold formatting.";
            this.iBold.Hint = "Bold";
            this.iBold.Id = 24;
            this.iBold.ImageIndex = 15;
            this.iBold.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.B));
            this.iBold.Name = "iBold";
            this.iBold.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iBold_ItemClick);
            // 
            // iItalic
            // 
            this.iItalic.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.iItalic.Caption = "&Italic";
            this.iItalic.CategoryGuid = new System.Guid("d3052f28-4b3e-4bae-b581-b3bb1c432258");
            this.iItalic.Description = "Makes selected text and numbers italic. If the selection is already italic, click" +
                "ing button removes italic formatting.";
            this.iItalic.Hint = "Italic";
            this.iItalic.Id = 25;
            this.iItalic.ImageIndex = 16;
            this.iItalic.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I));
            this.iItalic.Name = "iItalic";
            this.iItalic.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iItalic_ItemClick);
            // 
            // iUnderline
            // 
            this.iUnderline.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.iUnderline.Caption = "&Underline";
            this.iUnderline.CategoryGuid = new System.Guid("d3052f28-4b3e-4bae-b581-b3bb1c432258");
            this.iUnderline.Description = "Underlines selected text and numbers. If the selection is already underlined, cli" +
                "cking button removes underlining.";
            this.iUnderline.Hint = "Underline";
            this.iUnderline.Id = 26;
            this.iUnderline.ImageIndex = 17;
            this.iUnderline.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.U));
            this.iUnderline.Name = "iUnderline";
            this.iUnderline.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iUnderline_ItemClick);
            // 
            // iAlignLeft
            // 
            this.iAlignLeft.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.iAlignLeft.Caption = "Align &Left";
            this.iAlignLeft.CategoryGuid = new System.Guid("d3052f28-4b3e-4bae-b581-b3bb1c432258");
            this.iAlignLeft.Description = "Aligns the selected text to the left.";
            this.iAlignLeft.GroupIndex = 1;
            this.iAlignLeft.Hint = "Align Left";
            this.iAlignLeft.Id = 27;
            this.iAlignLeft.ImageIndex = 18;
            this.iAlignLeft.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L));
            this.iAlignLeft.Name = "iAlignLeft";
            this.iAlignLeft.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iAlignLeft_ItemClick);
            // 
            // iCenter
            // 
            this.iCenter.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.iCenter.Caption = "&Center";
            this.iCenter.CategoryGuid = new System.Guid("d3052f28-4b3e-4bae-b581-b3bb1c432258");
            this.iCenter.Description = "Centers the selected text.";
            this.iCenter.GroupIndex = 1;
            this.iCenter.Hint = "Center";
            this.iCenter.Id = 28;
            this.iCenter.ImageIndex = 19;
            this.iCenter.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E));
            this.iCenter.Name = "iCenter";
            this.iCenter.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iCenter_ItemClick);
            // 
            // iAlignRight
            // 
            this.iAlignRight.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.iAlignRight.Caption = "Align &Right";
            this.iAlignRight.CategoryGuid = new System.Guid("d3052f28-4b3e-4bae-b581-b3bb1c432258");
            this.iAlignRight.Description = "Aligns the selected text to the right.";
            this.iAlignRight.GroupIndex = 1;
            this.iAlignRight.Hint = "Align Right";
            this.iAlignRight.Id = 29;
            this.iAlignRight.ImageIndex = 20;
            this.iAlignRight.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R));
            this.iAlignRight.Name = "iAlignRight";
            this.iAlignRight.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iAlignRight_ItemClick);
            // 
            // iFontColor
            // 
            this.iFontColor.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.iFontColor.Caption = "Font C&olor";
            this.iFontColor.CategoryGuid = new System.Guid("d3052f28-4b3e-4bae-b581-b3bb1c432258");
            this.iFontColor.Description = "Formats the selected text with the color you click.";
            this.iFontColor.DropDownControl = this.gddFontColor;
            this.iFontColor.Hint = "Font Color";
            this.iFontColor.Id = 30;
            this.iFontColor.ImageIndex = 5;
            this.iFontColor.Name = "iFontColor";
            this.iFontColor.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iFontColor_ItemClick);
            // 
            // gddFontColor
            // 
            // 
            // 
            // 
            this.gddFontColor.Gallery.Appearance.ItemCaption.Font = new System.Drawing.Font("Tahoma", 6.75F);
            this.gddFontColor.Gallery.Appearance.ItemCaption.Options.UseFont = true;
            this.gddFontColor.Gallery.Appearance.ItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gddFontColor.Gallery.FilterCaption = "All Colors";
            this.gddFontColor.Gallery.FixedImageSize = false;
            galleryItemGroup2.Caption = "Web Colors";
            galleryItemGroup3.Caption = "System Colors";
            this.gddFontColor.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            galleryItemGroup2,
            galleryItemGroup3});
            this.gddFontColor.Gallery.ImageSize = new System.Drawing.Size(48, 16);
            this.gddFontColor.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Top;
            this.gddFontColor.Gallery.RowCount = 5;
            this.gddFontColor.Gallery.ShowItemText = true;
            this.gddFontColor.Gallery.SizeMode = DevExpress.XtraBars.Ribbon.GallerySizeMode.Both;
            this.gddFontColor.Gallery.ItemClick += new DevExpress.XtraBars.Ribbon.GalleryItemClickEventHandler(this.gddFontColor_Gallery_ItemClick);
            this.gddFontColor.Gallery.CustomDrawItemImage += new DevExpress.XtraBars.Ribbon.GalleryItemCustomDrawEventHandler(this.gddFontColor_Gallery_CustomDrawItemImage);
            this.gddFontColor.Name = "gddFontColor";
            this.gddFontColor.Ribbon = this.ribbonControl1;
            // 
            // siPosition
            // 
            this.siPosition.CategoryGuid = new System.Guid("77795bb7-9bc5-4dd2-a297-cc758682e23d");
            this.siPosition.Id = 0;
            this.siPosition.Name = "siPosition";
            // 
            // siModified
            // 
            this.siModified.CategoryGuid = new System.Guid("77795bb7-9bc5-4dd2-a297-cc758682e23d");
            this.siModified.Id = 1;
            this.siModified.Name = "siModified";
            // 
            // siDocName
            // 
            this.siDocName.CategoryGuid = new System.Guid("77795bb7-9bc5-4dd2-a297-cc758682e23d");
            this.siDocName.Id = 2;
            this.siDocName.Name = "siDocName";
            this.siDocName.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // bgFontStyle
            // 
            this.bgFontStyle.Caption = "FontStyle";
            this.bgFontStyle.Id = 0;
            this.bgFontStyle.ItemLinks.Add(this.iBold);
            this.bgFontStyle.ItemLinks.Add(this.iItalic);
            this.bgFontStyle.ItemLinks.Add(this.iUnderline);
            this.bgFontStyle.Name = "bgFontStyle";
            // 
            // bgAlign
            // 
            this.bgAlign.Caption = "Align";
            this.bgAlign.Id = 0;
            this.bgAlign.ItemLinks.Add(this.iAlignLeft);
            this.bgAlign.ItemLinks.Add(this.iCenter);
            this.bgAlign.ItemLinks.Add(this.iAlignRight);
            this.bgAlign.Name = "bgAlign";
            // 
            // bgFont
            // 
            this.bgFont.Caption = "Font";
            this.bgFont.Id = 0;
            this.bgFont.ItemLinks.Add(this.iFont);
            this.bgFont.ItemLinks.Add(this.iFontColor);
            this.bgFont.Name = "bgFont";
            // 
            // bgBullets
            // 
            this.bgBullets.Caption = "Bullets";
            this.bgBullets.Id = 1;
            this.bgBullets.ItemLinks.Add(this.iBullets);
            this.bgBullets.ItemLinks.Add(this.iProtected);
            this.bgBullets.Name = "bgBullets";
            // 
            // sbiSave
            // 
            this.sbiSave.Caption = "Save";
            this.sbiSave.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.sbiSave.Description = "Saves the active document";
            this.sbiSave.Hint = "Saves the active document";
            this.sbiSave.Id = 0;
            this.sbiSave.LargeImageIndex = 2;
            this.sbiSave.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barbtnSave),
            new DevExpress.XtraBars.LinkPersistInfo(this.iSaveAs)});
            this.sbiSave.Name = "sbiSave";
            this.sbiSave.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            // 
            // barbtnSave
            // 
            this.barbtnSave.Caption = "Save";
            this.barbtnSave.Id = 122;
            this.barbtnSave.ImageIndex = 10;
            this.barbtnSave.Name = "barbtnSave";
            this.barbtnSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barbtnSave_ItemClick);
            // 
            // sbiFind
            // 
            this.sbiFind.Caption = "Find";
            this.sbiFind.CategoryGuid = new System.Guid("7c2486e1-92ea-4293-ad55-b819f61ff7f1");
            this.sbiFind.Description = "Searches for the specified text";
            this.sbiFind.Hint = "Searches for the specified text";
            this.sbiFind.Id = 2;
            this.sbiFind.LargeImageIndex = 4;
            this.sbiFind.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.iReplace),
            new DevExpress.XtraBars.LinkPersistInfo(this.iFind)});
            this.sbiFind.Name = "sbiFind";
            this.sbiFind.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
                        | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
            // 
            // iNew
            // 
            this.iNew.Caption = "&New";
            this.iNew.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.iNew.Description = "Creates a new, blank file.";
            this.iNew.Hint = "Creates a new, blank file";
            this.iNew.Id = 0;
            this.iNew.Name = "iNew";
            // 
            // iLargeUndo
            // 
            this.iLargeUndo.Caption = "&Undo";
            this.iLargeUndo.CategoryGuid = new System.Guid("7c2486e1-92ea-4293-ad55-b819f61ff7f1");
            this.iLargeUndo.Hint = "Undo";
            this.iLargeUndo.Id = 0;
            this.iLargeUndo.LargeImageIndex = 5;
            this.iLargeUndo.Name = "iLargeUndo";
            this.iLargeUndo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iLargeUndo_ItemClick);
            // 
            // iTemplate
            // 
            this.iTemplate.Caption = "Template...";
            this.iTemplate.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.iTemplate.Description = "Creates a new template";
            this.iTemplate.Enabled = false;
            this.iTemplate.Hint = "Creates a new template";
            this.iTemplate.Id = 1;
            this.iTemplate.Name = "iTemplate";
            // 
            // rgbiFont
            // 
            this.rgbiFont.Caption = "Font";
            // 
            // 
            // 
            this.rgbiFont.Gallery.AllowHoverImages = true;
            galleryItemGroup4.Caption = "System Colors";
            this.rgbiFont.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            galleryItemGroup4});
            this.rgbiFont.Gallery.ItemClick += new DevExpress.XtraBars.Ribbon.GalleryItemClickEventHandler(this.rgbiFont_Gallery_ItemClick);
            this.rgbiFont.GalleryDropDown = this.gddFont;
            this.rgbiFont.Id = 29;
            this.rgbiFont.Name = "rgbiFont";
            // 
            // rgbiFontColor
            // 
            this.rgbiFontColor.Caption = "Color";
            // 
            // 
            // 
            this.rgbiFontColor.Gallery.ColumnCount = 10;
            galleryItemGroup5.Caption = "Main";
            this.rgbiFontColor.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            galleryItemGroup5});
            this.rgbiFontColor.Gallery.ImageSize = new System.Drawing.Size(10, 7);
            this.rgbiFontColor.Gallery.ItemClick += new DevExpress.XtraBars.Ribbon.GalleryItemClickEventHandler(this.rgbiFontColor_Gallery_ItemClick);
            this.rgbiFontColor.Gallery.CustomDrawItemImage += new DevExpress.XtraBars.Ribbon.GalleryItemCustomDrawEventHandler(this.gddFontColor_Gallery_CustomDrawItemImage);
            this.rgbiFontColor.GalleryDropDown = this.gddFontColor;
            this.rgbiFontColor.Id = 37;
            this.rgbiFontColor.Name = "rgbiFontColor";
            // 
            // barEditItem1
            // 
            this.barEditItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barEditItem1.CanOpenEdit = false;
            this.barEditItem1.Edit = this.repositoryItemPictureEdit1;
            this.barEditItem1.Id = 94;
            this.barEditItem1.Name = "barEditItem1";
            this.barEditItem1.Width = 130;
            // 
            // repositoryItemPictureEdit1
            // 
            this.repositoryItemPictureEdit1.AllowFocused = false;
            this.repositoryItemPictureEdit1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
            // 
            // barInsertImage
            // 
            this.barInsertImage.Caption = "Insert Image";
            this.barInsertImage.Id = 105;
            this.barInsertImage.LargeImageIndex = 5;
            this.barInsertImage.LargeWidth = 50;
            this.barInsertImage.Name = "barInsertImage";
            this.barInsertImage.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barInsertImage_ItemClick);
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "Save";
            this.barButtonItem1.Id = 120;
            this.barButtonItem1.Name = "barButtonItem1";
            // 
            // barChonMau
            // 
            this.barChonMau.Caption = "Chọn mẫu";
            this.barChonMau.Edit = this.repositoryItemChonTemplate;
            this.barChonMau.Id = 154;
            this.barChonMau.Name = "barChonMau";
            this.barChonMau.Width = 150;
            // 
            // repositoryItemChonTemplate
            // 
            this.repositoryItemChonTemplate.AutoHeight = false;
            this.repositoryItemChonTemplate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemChonTemplate.Name = "repositoryItemChonTemplate";
            // 
            // barChonLoaiMau
            // 
            this.barChonLoaiMau.Caption = "Loại mẫu  ";
            this.barChonLoaiMau.Edit = this.repositoryItemLoaiMau;
            this.barChonLoaiMau.Id = 156;
            this.barChonLoaiMau.Name = "barChonLoaiMau";
            this.barChonLoaiMau.Width = 150;
            // 
            // repositoryItemLoaiMau
            // 
            this.repositoryItemLoaiMau.AutoHeight = false;
            this.repositoryItemLoaiMau.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemLoaiMau.Name = "repositoryItemLoaiMau";
            // 
            // barQLMau
            // 
            this.barQLMau.Caption = "Kho mẫu";
            this.barQLMau.Id = 157;
            this.barQLMau.Name = "barQLMau";
            this.barQLMau.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barQLMau_ItemClick);
            // 
            // barXemTruoc
            // 
            this.barXemTruoc.Caption = "Xem mẫu";
            this.barXemTruoc.Id = 158;
            this.barXemTruoc.Name = "barXemTruoc";
            this.barXemTruoc.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barXemTruoc_ItemClick);
            // 
            // barChon
            // 
            this.barChon.Caption = "<Chọn>";
            this.barChon.Id = 159;
            this.barChon.Name = "barChon";
            this.barChon.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barChon_ItemClick);
            // 
            // imageCollection1
            // 
            this.imageCollection1.ImageSize = new System.Drawing.Size(32, 32);
            this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
            // 
            // ribbonPageCategory1
            // 
            this.ribbonPageCategory1.Name = "ribbonPageCategory1";
            this.ribbonPageCategory1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage4});
            this.ribbonPageCategory1.Text = "Selection";
            // 
            // ribbonPage4
            // 
            this.ribbonPage4.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup12,
            this.ribbonPageGroup13});
            this.ribbonPage4.KeyTip = "";
            this.ribbonPage4.Name = "ribbonPage4";
            this.ribbonPage4.Text = "Selection";
            // 
            // ribbonPageGroup12
            // 
            this.ribbonPageGroup12.ItemLinks.Add(this.iCut, true);
            this.ribbonPageGroup12.ItemLinks.Add(this.iCopy);
            this.ribbonPageGroup12.ItemLinks.Add(this.iClear);
            this.ribbonPageGroup12.KeyTip = "";
            this.ribbonPageGroup12.Name = "ribbonPageGroup12";
            this.ribbonPageGroup12.ShowCaptionButton = false;
            this.ribbonPageGroup12.Text = "Edit";
            // 
            // ribbonPageGroup13
            // 
            this.ribbonPageGroup13.ItemLinks.Add(this.iBold);
            this.ribbonPageGroup13.ItemLinks.Add(this.iItalic);
            this.ribbonPageGroup13.ItemLinks.Add(this.iUnderline);
            this.ribbonPageGroup13.ItemLinks.Add(this.rgbiFont);
            this.ribbonPageGroup13.ItemLinks.Add(this.rgbiFontColor);
            this.ribbonPageGroup13.KeyTip = "";
            this.ribbonPageGroup13.Name = "ribbonPageGroup13";
            this.ribbonPageGroup13.ShowCaptionButton = false;
            this.ribbonPageGroup13.Text = "Format";
            // 
            // ribbonPage1
            // 
            this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup1,
            this.ribbonPageGroup2,
            this.ribbonPageGroup3,
            this.ribbonPageGroup4,
            this.ribbonPageGroup14,
            this.ribbonPageTemplate});
            this.ribbonPage1.KeyTip = "";
            this.ribbonPage1.Name = "ribbonPage1";
            this.ribbonPage1.Text = "Home";
            // 
            // ribbonPageGroup1
            // 
            this.ribbonPageGroup1.ItemLinks.Add(this.iOpen);
            this.ribbonPageGroup1.ItemLinks.Add(this.iPrint);
            this.ribbonPageGroup1.ItemLinks.Add(this.sbiSave, true);
            this.ribbonPageGroup1.KeyTip = "";
            this.ribbonPageGroup1.Name = "ribbonPageGroup1";
            toolTipTitleItem1.Text = "Open File Dialog";
            toolTipItem1.Appearance.Options.UseImage = true;
            toolTipItem1.Text = "Show the Open file dialog box";
            toolTipTitleItem2.Appearance.Options.UseImage = true;
            toolTipTitleItem2.Text = "For more information see help";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            superToolTip1.Items.Add(toolTipSeparatorItem1);
            superToolTip1.Items.Add(toolTipTitleItem2);
            this.ribbonPageGroup1.SuperTip = superToolTip1;
            this.ribbonPageGroup1.Text = "File";
            this.ribbonPageGroup1.CaptionButtonClick += new DevExpress.XtraBars.Ribbon.RibbonPageGroupEventHandler(this.ribbonPageGroup1_CaptionButtonClick);
            // 
            // ribbonPageGroup2
            // 
            this.ribbonPageGroup2.ItemLinks.Add(this.iPaste);
            this.ribbonPageGroup2.ItemLinks.Add(this.iCut);
            this.ribbonPageGroup2.ItemLinks.Add(this.iCopy);
            this.ribbonPageGroup2.ItemLinks.Add(this.iUndo, true);
            this.ribbonPageGroup2.ItemLinks.Add(this.iSelectAll);
            this.ribbonPageGroup2.ItemLinks.Add(this.iClear);
            this.ribbonPageGroup2.KeyTip = "";
            this.ribbonPageGroup2.Name = "ribbonPageGroup2";
            toolTipTitleItem3.Text = "Edit Popup Menu";
            toolTipItem2.Appearance.Options.UseImage = true;
            toolTipItem2.Text = "Show the Edit popup menu";
            superToolTip2.Items.Add(toolTipTitleItem3);
            superToolTip2.Items.Add(toolTipItem2);
            this.ribbonPageGroup2.SuperTip = superToolTip2;
            this.ribbonPageGroup2.Text = "Edit";
            this.ribbonPageGroup2.CaptionButtonClick += new DevExpress.XtraBars.Ribbon.RibbonPageGroupEventHandler(this.ribbonPageGroup2_CaptionButtonClick);
            // 
            // ribbonPageGroup3
            // 
            this.ribbonPageGroup3.ItemLinks.Add(this.bgFontStyle);
            this.ribbonPageGroup3.ItemLinks.Add(this.bgFont);
            this.ribbonPageGroup3.ItemLinks.Add(this.bgBullets);
            this.ribbonPageGroup3.ItemLinks.Add(this.bgAlign);
            this.ribbonPageGroup3.KeyTip = "";
            this.ribbonPageGroup3.Name = "ribbonPageGroup3";
            this.ribbonPageGroup3.ShowCaptionButton = false;
            this.ribbonPageGroup3.Text = "Format";
            // 
            // ribbonPageGroup4
            // 
            this.ribbonPageGroup4.ItemLinks.Add(this.sbiFind);
            this.ribbonPageGroup4.KeyTip = "";
            this.ribbonPageGroup4.Name = "ribbonPageGroup4";
            this.ribbonPageGroup4.ShowCaptionButton = false;
            this.ribbonPageGroup4.Text = "Find";
            // 
            // ribbonPageGroup14
            // 
            this.ribbonPageGroup14.ItemLinks.Add(this.barInsertImage);
            this.ribbonPageGroup14.KeyTip = "";
            this.ribbonPageGroup14.Name = "ribbonPageGroup14";
            this.ribbonPageGroup14.ShowCaptionButton = false;
            this.ribbonPageGroup14.Text = "Image";
            // 
            // ribbonPageTemplate
            // 
            this.ribbonPageTemplate.ItemLinks.Add(this.barChonLoaiMau);
            this.ribbonPageTemplate.ItemLinks.Add(this.barChonMau);
            this.ribbonPageTemplate.ItemLinks.Add(this.barXemTruoc, true);
            this.ribbonPageTemplate.ItemLinks.Add(this.barQLMau);
            this.ribbonPageTemplate.ItemLinks.Add(this.barChon);
            this.ribbonPageTemplate.KeyTip = "";
            this.ribbonPageTemplate.Name = "ribbonPageTemplate";
            this.ribbonPageTemplate.Text = "Tập tin mẫu";
            // 
            // ribbonPage2
            // 
            this.ribbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup5,
            this.ribbonPageGroup6,
            this.ribbonPageGroup7});
            this.ribbonPage2.KeyTip = "";
            this.ribbonPage2.Name = "ribbonPage2";
            this.ribbonPage2.Text = "Alternative Page";
            // 
            // ribbonPageGroup5
            // 
            this.ribbonPageGroup5.ItemLinks.Add(this.iPrint);
            this.ribbonPageGroup5.ItemLinks.Add(this.iOpen);
            this.ribbonPageGroup5.ItemLinks.Add(this.iSave);
            this.ribbonPageGroup5.ItemLinks.Add(this.iCut, true);
            this.ribbonPageGroup5.ItemLinks.Add(this.iCopy);
            this.ribbonPageGroup5.ItemLinks.Add(this.iPaste);
            this.ribbonPageGroup5.ItemLinks.Add(this.iLargeUndo);
            this.ribbonPageGroup5.KeyTip = "";
            this.ribbonPageGroup5.Name = "ribbonPageGroup5";
            this.ribbonPageGroup5.ShowCaptionButton = false;
            this.ribbonPageGroup5.Text = "Standard";
            // 
            // iSave
            // 
            this.iSave.Caption = "&Save";
            this.iSave.CategoryGuid = new System.Guid("4b511317-d784-42ba-b4ed-0d2a746d6c1f");
            this.iSave.Description = "Saves the active document with its current file name.";
            this.iSave.Hint = "Saves the active document with its current file name";
            this.iSave.Id = 3;
            this.iSave.ImageIndex = 10;
            this.iSave.Name = "iSave";
            this.iSave.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.iSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iSave_ItemClick);
            // 
            // ribbonPageGroup6
            // 
            this.ribbonPageGroup6.ItemLinks.Add(this.iBold);
            this.ribbonPageGroup6.ItemLinks.Add(this.iItalic);
            this.ribbonPageGroup6.ItemLinks.Add(this.iUnderline);
            this.ribbonPageGroup6.ItemLinks.Add(this.iAlignLeft, true);
            this.ribbonPageGroup6.ItemLinks.Add(this.iCenter);
            this.ribbonPageGroup6.ItemLinks.Add(this.iAlignRight);
            this.ribbonPageGroup6.ItemLinks.Add(this.iBullets, true);
            this.ribbonPageGroup6.ItemLinks.Add(this.iProtected);
            this.ribbonPageGroup6.KeyTip = "";
            this.ribbonPageGroup6.Name = "ribbonPageGroup6";
            this.ribbonPageGroup6.ShowCaptionButton = false;
            this.ribbonPageGroup6.Text = "Format";
            // 
            // ribbonPageGroup7
            // 
            this.ribbonPageGroup7.ItemLinks.Add(this.iFont);
            this.ribbonPageGroup7.ItemLinks.Add(this.iFontColor);
            this.ribbonPageGroup7.KeyTip = "";
            this.ribbonPageGroup7.Name = "ribbonPageGroup7";
            this.ribbonPageGroup7.ShowCaptionButton = false;
            this.ribbonPageGroup7.Text = "Font";
            // 
            // ribbonPage3
            // 
            this.ribbonPage3.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.rpgFont,
            this.rpgFontColor});
            this.ribbonPage3.KeyTip = "";
            this.ribbonPage3.Name = "ribbonPage3";
            this.ribbonPage3.Text = "Gallery Page";
            // 
            // rpgFont
            // 
            this.rpgFont.ItemLinks.Add(this.rgbiFont);
            this.rpgFont.KeyTip = "";
            this.rpgFont.Name = "rpgFont";
            toolTipTitleItem4.Text = "Font Dialog";
            toolTipItem3.Appearance.Options.UseImage = true;
            toolTipItem3.Text = "Show the Font dialog box";
            superToolTip3.Items.Add(toolTipTitleItem4);
            superToolTip3.Items.Add(toolTipItem3);
            this.rpgFont.SuperTip = superToolTip3;
            this.rpgFont.Text = "Font";
            this.rpgFont.CaptionButtonClick += new DevExpress.XtraBars.Ribbon.RibbonPageGroupEventHandler(this.rpgFont_CaptionButtonClick);
            // 
            // rpgFontColor
            // 
            this.rpgFontColor.ItemLinks.Add(this.rgbiFontColor);
            this.rpgFontColor.KeyTip = "";
            this.rpgFontColor.Name = "rpgFontColor";
            this.rpgFontColor.ShowCaptionButton = false;
            toolTipTitleItem5.Text = "Color Edit";
            toolTipItem4.Appearance.Options.UseImage = true;
            toolTipItem4.Text = "Show the Color edit popup";
            superToolTip4.Items.Add(toolTipTitleItem5);
            superToolTip4.Items.Add(toolTipItem4);
            this.rpgFontColor.SuperTip = superToolTip4;
            this.rpgFontColor.Text = "Font Color";
            // 
            // repositoryItemRichTextEdit1
            // 
            this.repositoryItemRichTextEdit1.Name = "repositoryItemRichTextEdit1";
            // 
            // labelControl1
            // 
            this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.labelControl1.Appearance.Options.UseFont = true;
            this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl1.Dock = System.Windows.Forms.DockStyle.Top;
            this.labelControl1.LineLocation = DevExpress.XtraEditors.LineLocation.Bottom;
            this.labelControl1.LineVisible = true;
            this.labelControl1.Location = new System.Drawing.Point(10, 0);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(300, 19);
            this.labelControl1.TabIndex = 0;
            this.labelControl1.Text = "Recent Documents:";
            // 
            // panelControl1
            // 
            this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Left;
            this.panelControl1.Location = new System.Drawing.Point(0, 0);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(10, 162);
            this.panelControl1.TabIndex = 1;
            // 
            // pcAppMenuFileLabels
            // 
            this.pcAppMenuFileLabels.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.pcAppMenuFileLabels.Controls.Add(this.rtbData);
            this.pcAppMenuFileLabels.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pcAppMenuFileLabels.Location = new System.Drawing.Point(0, 115);
            this.pcAppMenuFileLabels.Name = "pcAppMenuFileLabels";
            this.pcAppMenuFileLabels.Size = new System.Drawing.Size(799, 402);
            this.pcAppMenuFileLabels.TabIndex = 2;
            // 
            // rtbData
            // 
            this.rtbData.Dock = System.Windows.Forms.DockStyle.Fill;
            this.rtbData.Location = new System.Drawing.Point(0, 0);
            this.rtbData.Name = "rtbData";
            this.rtbData.Size = new System.Drawing.Size(799, 402);
            this.rtbData.TabIndex = 2;
            this.rtbData.Text = "";
            this.rtbData.SelectionChanged += new System.EventHandler(this.richTextBox1_SelectionChanged);
            this.rtbData.TextChanged += new System.EventHandler(this.richTextBox1_TextChanged);
            // 
            // imageCollection3
            // 
            this.imageCollection3.ImageSize = new System.Drawing.Size(15, 15);
            this.imageCollection3.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection3.ImageStream")));
            // 
            // PLWord
            // 
            this.Controls.Add(this.pcAppMenuFileLabels);
            this.Controls.Add(this.ribbonControl1);
            this.Name = "PLWord";
            this.Size = new System.Drawing.Size(799, 517);
            this.Load += new System.EventHandler(this.WordEditor_Load);
            ((System.ComponentModel.ISupportInitialize)(this.pmMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gddFont)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupControlContainer1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gddFontColor)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemChonTemplate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLoaiMau)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichTextEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pcAppMenuFileLabels)).EndInit();
            this.pcAppMenuFileLabels.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection3)).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(GaodeDegeocodingAdForm));
     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();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     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();
     this.formAssistant1      = new DevExpress.XtraBars.FormAssistant();
     this.panelControl1       = new DevExpress.XtraEditors.PanelControl();
     this.panelControl3       = new DevExpress.XtraEditors.PanelControl();
     this.progressBarControl1 = new DevExpress.XtraEditors.ProgressBarControl();
     this.panelControl4       = new DevExpress.XtraEditors.PanelControl();
     this.btn_help            = new DevExpress.XtraEditors.SimpleButton();
     this.btn_saveClose       = new DevExpress.XtraEditors.SimpleButton();
     this.btn_cancel          = new DevExpress.XtraEditors.SimpleButton();
     this.btn_ok                = new DevExpress.XtraEditors.SimpleButton();
     this.panelControl2         = new DevExpress.XtraEditors.PanelControl();
     this.checkEdit_addToView   = new DevExpress.XtraEditors.CheckEdit();
     this.panelControl6         = new DevExpress.XtraEditors.PanelControl();
     this.comboBox_latField     = new DevExpress.XtraEditors.ComboBoxEdit();
     this.btn_open              = new DevExpress.XtraEditors.SimpleButton();
     this.comboBox_worksheet    = new DevExpress.XtraEditors.ComboBoxEdit();
     this.textEdit_file         = new DevExpress.XtraEditors.TextEdit();
     this.labelControl1         = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4         = new DevExpress.XtraEditors.LabelControl();
     this.comboBox_idField      = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labelControl3         = new DevExpress.XtraEditors.LabelControl();
     this.comboBox_lngField     = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labelControl2         = new DevExpress.XtraEditors.LabelControl();
     this.labelControl6         = new DevExpress.XtraEditors.LabelControl();
     this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
     this.panelControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit_addToView.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
     this.panelControl6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_latField.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_worksheet.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit_file.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_idField.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_lngField.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.panelControl3);
     this.panelControl1.Controls.Add(this.panelControl4);
     this.panelControl1.Controls.Add(this.panelControl2);
     this.panelControl1.Location = new System.Drawing.Point(12, 12);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(614, 458);
     this.panelControl1.TabIndex = 5;
     //
     // panelControl3
     //
     this.panelControl3.Controls.Add(this.progressBarControl1);
     this.panelControl3.Location = new System.Drawing.Point(5, 304);
     this.panelControl3.Name     = "panelControl3";
     this.panelControl3.Size     = new System.Drawing.Size(604, 57);
     this.panelControl3.TabIndex = 1;
     //
     // progressBarControl1
     //
     this.progressBarControl1.Location              = new System.Drawing.Point(5, 20);
     this.progressBarControl1.Name                  = "progressBarControl1";
     this.progressBarControl1.Properties.ShowTitle  = true;
     this.progressBarControl1.ShowProgressInTaskBar = true;
     this.progressBarControl1.Size                  = new System.Drawing.Size(594, 18);
     this.progressBarControl1.TabIndex              = 0;
     this.progressBarControl1.ToolTipIconType       = DevExpress.Utils.ToolTipIconType.Information;
     //
     // panelControl4
     //
     this.panelControl4.Controls.Add(this.btn_help);
     this.panelControl4.Controls.Add(this.btn_saveClose);
     this.panelControl4.Controls.Add(this.btn_cancel);
     this.panelControl4.Controls.Add(this.btn_ok);
     this.panelControl4.Location = new System.Drawing.Point(5, 367);
     this.panelControl4.Name     = "panelControl4";
     this.panelControl4.Size     = new System.Drawing.Size(604, 85);
     this.panelControl4.TabIndex = 2;
     //
     // btn_help
     //
     this.btn_help.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_help.ImageOptions.Image")));
     this.btn_help.Location           = new System.Drawing.Point(500, 37);
     this.btn_help.Name     = "btn_help";
     this.btn_help.Size     = new System.Drawing.Size(75, 23);
     this.btn_help.TabIndex = 0;
     this.btn_help.Text     = "帮助";
     this.btn_help.Click   += new System.EventHandler(this.btn_help_Click);
     //
     // btn_saveClose
     //
     this.btn_saveClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_saveClose.ImageOptions.Image")));
     this.btn_saveClose.Location           = new System.Drawing.Point(419, 37);
     this.btn_saveClose.Name     = "btn_saveClose";
     this.btn_saveClose.Size     = new System.Drawing.Size(75, 23);
     this.btn_saveClose.TabIndex = 0;
     this.btn_saveClose.Text     = "关闭";
     this.btn_saveClose.Click   += new System.EventHandler(this.btn_saveClose_Click);
     //
     // btn_cancel
     //
     this.btn_cancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_cancel.ImageOptions.Image")));
     this.btn_cancel.Location           = new System.Drawing.Point(338, 37);
     this.btn_cancel.Name     = "btn_cancel";
     this.btn_cancel.Size     = new System.Drawing.Size(75, 23);
     this.btn_cancel.TabIndex = 0;
     this.btn_cancel.Text     = "取消";
     this.btn_cancel.Click   += new System.EventHandler(this.btn_cancel_Click_1);
     //
     // btn_ok
     //
     this.btn_ok.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_ok.ImageOptions.Image")));
     this.btn_ok.Location           = new System.Drawing.Point(257, 37);
     this.btn_ok.Name     = "btn_ok";
     this.btn_ok.Size     = new System.Drawing.Size(75, 23);
     this.btn_ok.TabIndex = 0;
     this.btn_ok.Text     = "确定";
     this.btn_ok.Click   += new System.EventHandler(this.btn_ok_Click);
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.checkEdit_addToView);
     this.panelControl2.Controls.Add(this.panelControl6);
     this.panelControl2.Location = new System.Drawing.Point(5, 5);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(604, 293);
     this.panelControl2.TabIndex = 0;
     //
     // checkEdit_addToView
     //
     this.checkEdit_addToView.EditValue          = true;
     this.checkEdit_addToView.Location           = new System.Drawing.Point(5, 260);
     this.checkEdit_addToView.Name               = "checkEdit_addToView";
     this.checkEdit_addToView.Properties.Caption = "采集完成后添加至表格视图(可选参数)";
     this.checkEdit_addToView.Size               = new System.Drawing.Size(247, 19);
     this.checkEdit_addToView.TabIndex           = 2;
     //
     // panelControl6
     //
     this.panelControl6.Controls.Add(this.comboBox_latField);
     this.panelControl6.Controls.Add(this.btn_open);
     this.panelControl6.Controls.Add(this.comboBox_worksheet);
     this.panelControl6.Controls.Add(this.textEdit_file);
     this.panelControl6.Controls.Add(this.labelControl1);
     this.panelControl6.Controls.Add(this.labelControl4);
     this.panelControl6.Controls.Add(this.comboBox_idField);
     this.panelControl6.Controls.Add(this.labelControl3);
     this.panelControl6.Controls.Add(this.comboBox_lngField);
     this.panelControl6.Controls.Add(this.labelControl2);
     this.panelControl6.Controls.Add(this.labelControl6);
     this.panelControl6.Location = new System.Drawing.Point(5, 5);
     this.panelControl6.Name     = "panelControl6";
     this.panelControl6.Size     = new System.Drawing.Size(594, 239);
     this.panelControl6.TabIndex = 7;
     //
     // comboBox_latField
     //
     this.comboBox_latField.Location = new System.Drawing.Point(274, 142);
     this.comboBox_latField.Name     = "comboBox_latField";
     this.comboBox_latField.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBox_latField.Size          = new System.Drawing.Size(222, 20);
     toolTipTitleItem1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     toolTipTitleItem1.Text  = "参数说明:";
     toolTipItem1.LeftIndent = 6;
     toolTipItem1.Text       = "参数类型: 必选参数\r\n\r\n参数格式:选择目标工作表中的地址对应的城市名称\r\n\r\n注意事项:地市必须为地级市的名称或行政编码";
     toolTipTitleItem2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image1")));
     toolTipTitleItem2.LeftIndent         = 6;
     toolTipTitleItem2.Text = "查看帮助文档了解更多详细信息";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     this.comboBox_latField.SuperTip = superToolTip1;
     this.comboBox_latField.TabIndex = 6;
     //
     // btn_open
     //
     this.btn_open.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_open.ImageOptions.Image")));
     this.btn_open.Location           = new System.Drawing.Point(506, 30);
     this.btn_open.Name     = "btn_open";
     this.btn_open.Size     = new System.Drawing.Size(75, 23);
     this.btn_open.TabIndex = 2;
     this.btn_open.Text     = "浏览";
     this.btn_open.Click   += new System.EventHandler(this.btn_open_Click);
     //
     // comboBox_worksheet
     //
     this.comboBox_worksheet.Location = new System.Drawing.Point(6, 84);
     this.comboBox_worksheet.Name     = "comboBox_worksheet";
     this.comboBox_worksheet.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBox_worksheet.Size         = new System.Drawing.Size(490, 20);
     superToolTip2.AllowHtmlText          = DevExpress.Utils.DefaultBoolean.True;
     toolTipTitleItem3.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image2")));
     toolTipTitleItem3.Text  = "参数说明:";
     toolTipItem2.LeftIndent = 6;
     toolTipItem2.Text       = "参数类型: 必选参数\r\n\r\n参数格式:选择Excel表中的目标工作表\r\n\r\n注意事项:必须从列表框中选择存在的工作表";
     toolTipTitleItem4.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image3")));
     toolTipTitleItem4.LeftIndent         = 6;
     toolTipTitleItem4.Text = "查看帮助文档了解更多信息";
     superToolTip2.Items.Add(toolTipTitleItem3);
     superToolTip2.Items.Add(toolTipItem2);
     superToolTip2.Items.Add(toolTipSeparatorItem2);
     superToolTip2.Items.Add(toolTipTitleItem4);
     this.comboBox_worksheet.SuperTip              = superToolTip2;
     this.comboBox_worksheet.TabIndex              = 6;
     this.comboBox_worksheet.SelectedIndexChanged += new System.EventHandler(this.comboBox_worksheet_SelectedIndexChanged);
     //
     // textEdit_file
     //
     this.textEdit_file.Location          = new System.Drawing.Point(6, 31);
     this.textEdit_file.Name              = "textEdit_file";
     this.textEdit_file.Size              = new System.Drawing.Size(490, 20);
     superToolTip3.AllowHtmlText          = DevExpress.Utils.DefaultBoolean.True;
     toolTipTitleItem5.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image4")));
     toolTipTitleItem5.Text  = "参数说明:";
     toolTipItem3.LeftIndent = 6;
     toolTipItem3.Text       = "参数类型: 必填参数\r\n\r\n参数格式:含有地址列和所属城市名称列的excel表格全路径\r\n\r\n注意事项:不能直接黏贴或修改,必须通过【浏览】按钮配置";
     toolTipTitleItem6.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image5")));
     toolTipTitleItem6.LeftIndent         = 6;
     toolTipTitleItem6.Text = "查看帮助文档了解更多信息";
     superToolTip3.Items.Add(toolTipTitleItem5);
     superToolTip3.Items.Add(toolTipItem3);
     superToolTip3.Items.Add(toolTipSeparatorItem3);
     superToolTip3.Items.Add(toolTipTitleItem6);
     this.textEdit_file.SuperTip = superToolTip3;
     this.textEdit_file.TabIndex = 1;
     conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule1.ErrorText         = "输入表格不能为空!";
     this.dxValidationProvider1.SetValidationRule(this.textEdit_file, conditionValidationRule1);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(6, 11);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(194, 14);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "含有坐标信息的Excel表格(必填参数)";
     //
     // labelControl4
     //
     this.labelControl4.Location = new System.Drawing.Point(6, 63);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(132, 14);
     this.labelControl4.TabIndex = 0;
     this.labelControl4.Text     = "目标工作表(必选参数)";
     //
     // comboBox_idField
     //
     this.comboBox_idField.Location = new System.Drawing.Point(6, 202);
     this.comboBox_idField.Name     = "comboBox_idField";
     this.comboBox_idField.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBox_idField.Size           = new System.Drawing.Size(490, 20);
     superToolTip4.AllowHtmlText          = DevExpress.Utils.DefaultBoolean.True;
     toolTipTitleItem7.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image6")));
     toolTipTitleItem7.Text  = "参数说明:";
     toolTipItem4.LeftIndent = 6;
     toolTipItem4.Text       = "参数类型: 必选参数\r\n\r\n参数格式:选择目标工作表中的地址信息字段\r\n\r\n注意事项:保证地址信息尽可能详细";
     toolTipTitleItem8.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image7")));
     toolTipTitleItem8.LeftIndent         = 6;
     toolTipTitleItem8.Text = "查看帮助文档了解更多信息";
     superToolTip4.Items.Add(toolTipTitleItem7);
     superToolTip4.Items.Add(toolTipItem4);
     superToolTip4.Items.Add(toolTipSeparatorItem4);
     superToolTip4.Items.Add(toolTipTitleItem8);
     this.comboBox_idField.SuperTip = superToolTip4;
     this.comboBox_idField.TabIndex = 6;
     //
     // labelControl3
     //
     this.labelControl3.Location = new System.Drawing.Point(6, 182);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(144, 14);
     this.labelControl3.TabIndex = 0;
     this.labelControl3.Text     = "唯一ID值字段(必选参数)";
     //
     // comboBox_lngField
     //
     this.comboBox_lngField.Location = new System.Drawing.Point(6, 142);
     this.comboBox_lngField.Name     = "comboBox_lngField";
     this.comboBox_lngField.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBox_lngField.Size          = new System.Drawing.Size(222, 20);
     superToolTip5.AllowHtmlText          = DevExpress.Utils.DefaultBoolean.True;
     toolTipTitleItem9.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image8")));
     toolTipTitleItem9.Text  = "参数说明:";
     toolTipItem5.LeftIndent = 6;
     toolTipItem5.Text       = "参数类型: 必选参数\r\n\r\n参数格式:选择目标工作表中的地址信息字段\r\n\r\n注意事项:保证地址信息尽可能详细";
     toolTipTitleItem10.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image9")));
     toolTipTitleItem10.LeftIndent         = 6;
     toolTipTitleItem10.Text = "查看帮助文档了解更多信息";
     superToolTip5.Items.Add(toolTipTitleItem9);
     superToolTip5.Items.Add(toolTipItem5);
     superToolTip5.Items.Add(toolTipSeparatorItem5);
     superToolTip5.Items.Add(toolTipTitleItem10);
     this.comboBox_lngField.SuperTip = superToolTip5;
     this.comboBox_lngField.TabIndex = 6;
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(6, 121);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(120, 14);
     this.labelControl2.TabIndex = 0;
     this.labelControl2.Text     = "经度字段(必选参数)";
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(278, 121);
     this.labelControl6.Name     = "labelControl6";
     this.labelControl6.Size     = new System.Drawing.Size(120, 14);
     this.labelControl6.TabIndex = 0;
     this.labelControl6.Text     = "纬度字段(必选参数)";
     //
     // GaodeDegeocodingAdForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(638, 482);
     this.Controls.Add(this.panelControl1);
     this.Name          = "GaodeDegeocodingAdForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "增强的高德逆地理编码工具";
     this.Load         += new System.EventHandler(this.GaodeDegeocodingAdForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
     this.panelControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit_addToView.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
     this.panelControl6.ResumeLayout(false);
     this.panelControl6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_latField.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_worksheet.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit_file.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_idField.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBox_lngField.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).EndInit();
     this.ResumeLayout(false);
 }
Example #41
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     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(HmsLinkView));
     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.splitContainerControl     = new DevExpress.XtraEditors.SplitContainerControl();
     this.progressPanel             = new DevExpress.XtraWaitForm.ProgressPanel();
     this.gridControlPatientDetails = new DevExpress.XtraGrid.GridControl();
     this.gridViewPatient           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumnNidPp           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnFullName        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnGender          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnBirthdate       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnPatientId       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnAddress         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnAge             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnAtoll           = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnIsland          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnPhoneNumber     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.barManager                         = new DevExpress.XtraBars.BarManager(this.components);
     this.bar                                = new DevExpress.XtraBars.Bar();
     this.barEditItemMemoNumber              = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemTextEditMemoNumber   = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.barToggleSwitchItemRequestPriority = new DevExpress.XtraBars.BarToggleSwitchItem();
     this.barButtonItemImport                = 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.gridControlRequestedAnalyses       = new DevExpress.XtraGrid.GridControl();
     this.gridViewRequestedAnalyses          = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumnBillItemDetailEntryId    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnServiceCode              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnServiceDescription       = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl)).BeginInit();
     this.splitContainerControl.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlPatientDetails)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewPatient)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditMemoNumber)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlRequestedAnalyses)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewRequestedAnalyses)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainerControl
     //
     this.splitContainerControl.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl.Location   = new System.Drawing.Point(0, 34);
     this.splitContainerControl.Name       = "splitContainerControl";
     this.splitContainerControl.Panel1.Controls.Add(this.gridControlPatientDetails);
     this.splitContainerControl.Panel1.Text = "PatientDetails";
     this.splitContainerControl.Panel2.Controls.Add(this.gridControlRequestedAnalyses);
     this.splitContainerControl.Panel2.Text      = "AnalysisRequested";
     this.splitContainerControl.Size             = new System.Drawing.Size(1085, 430);
     this.splitContainerControl.SplitterPosition = 300;
     this.splitContainerControl.TabIndex         = 4;
     //
     // progressPanel
     //
     this.progressPanel.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.progressPanel.Appearance.Options.UseBackColor = true;
     this.progressPanel.BarAnimationElementThickness    = 2;
     this.progressPanel.ContentAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.progressPanel.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.progressPanel.Location         = new System.Drawing.Point(0, 34);
     this.progressPanel.Name             = "progressPanel";
     this.progressPanel.Size             = new System.Drawing.Size(1085, 430);
     this.progressPanel.TabIndex         = 1;
     this.progressPanel.Text             = "progressPanel";
     //
     // gridControlPatientDetails
     //
     this.gridControlPatientDetails.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.gridControlPatientDetails.Location    = new System.Drawing.Point(0, 0);
     this.gridControlPatientDetails.MainView    = this.gridViewPatient;
     this.gridControlPatientDetails.MenuManager = this.barManager;
     this.gridControlPatientDetails.Name        = "gridControlPatientDetails";
     this.gridControlPatientDetails.Size        = new System.Drawing.Size(780, 430);
     this.gridControlPatientDetails.TabIndex    = 0;
     this.gridControlPatientDetails.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridViewPatient
     });
     //
     // gridViewPatient
     //
     this.gridViewPatient.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumnNidPp,
         this.gridColumnFullName,
         this.gridColumnGender,
         this.gridColumnBirthdate,
         this.gridColumnPatientId,
         this.gridColumnAddress,
         this.gridColumnAge,
         this.gridColumnAtoll,
         this.gridColumnIsland,
         this.gridColumnPhoneNumber
     });
     this.gridViewPatient.GridControl = this.gridControlPatientDetails;
     this.gridViewPatient.Name        = "gridViewPatient";
     this.gridViewPatient.OptionsView.ShowGroupPanel = false;
     //
     // gridColumnNidPp
     //
     this.gridColumnNidPp.Caption      = "Nat. Id / Passport";
     this.gridColumnNidPp.FieldName    = "NidPp";
     this.gridColumnNidPp.Name         = "gridColumnNidPp";
     this.gridColumnNidPp.Visible      = true;
     this.gridColumnNidPp.VisibleIndex = 1;
     //
     // gridColumnFullName
     //
     this.gridColumnFullName.Caption      = "Patient Name";
     this.gridColumnFullName.FieldName    = "Fullname";
     this.gridColumnFullName.Name         = "gridColumnFullName";
     this.gridColumnFullName.Visible      = true;
     this.gridColumnFullName.VisibleIndex = 2;
     //
     // gridColumnGender
     //
     this.gridColumnGender.Caption      = "Gender";
     this.gridColumnGender.FieldName    = "Gender";
     this.gridColumnGender.Name         = "gridColumnGender";
     this.gridColumnGender.Visible      = true;
     this.gridColumnGender.VisibleIndex = 3;
     //
     // gridColumnBirthdate
     //
     this.gridColumnBirthdate.Caption      = "Birthdate";
     this.gridColumnBirthdate.FieldName    = "Birthdate";
     this.gridColumnBirthdate.Name         = "gridColumnBirthdate";
     this.gridColumnBirthdate.Visible      = true;
     this.gridColumnBirthdate.VisibleIndex = 4;
     //
     // gridColumnPatientId
     //
     this.gridColumnPatientId.Caption      = "Patient Id";
     this.gridColumnPatientId.FieldName    = "InstituteAssignedPatientId";
     this.gridColumnPatientId.Name         = "gridColumnPatientId";
     this.gridColumnPatientId.Visible      = true;
     this.gridColumnPatientId.VisibleIndex = 0;
     //
     // gridColumnAddress
     //
     this.gridColumnAddress.Caption      = "Address";
     this.gridColumnAddress.FieldName    = "Address";
     this.gridColumnAddress.Name         = "gridColumnAddress";
     this.gridColumnAddress.Visible      = true;
     this.gridColumnAddress.VisibleIndex = 6;
     //
     // gridColumnAge
     //
     this.gridColumnAge.Caption      = "Age";
     this.gridColumnAge.FieldName    = "Age";
     this.gridColumnAge.Name         = "gridColumnAge";
     this.gridColumnAge.Visible      = true;
     this.gridColumnAge.VisibleIndex = 5;
     //
     // gridColumnAtoll
     //
     this.gridColumnAtoll.Caption      = "Atoll";
     this.gridColumnAtoll.FieldName    = "Atoll";
     this.gridColumnAtoll.Name         = "gridColumnAtoll";
     this.gridColumnAtoll.Visible      = true;
     this.gridColumnAtoll.VisibleIndex = 7;
     //
     // gridColumnIsland
     //
     this.gridColumnIsland.Caption      = "Island";
     this.gridColumnIsland.FieldName    = "Island";
     this.gridColumnIsland.Name         = "gridColumnIsland";
     this.gridColumnIsland.Visible      = true;
     this.gridColumnIsland.VisibleIndex = 8;
     //
     // gridColumnPhoneNumber
     //
     this.gridColumnPhoneNumber.Caption      = "Phone Number";
     this.gridColumnPhoneNumber.FieldName    = "PhoneNumber";
     this.gridColumnPhoneNumber.Name         = "gridColumnPhoneNumber";
     this.gridColumnPhoneNumber.Visible      = true;
     this.gridColumnPhoneNumber.VisibleIndex = 9;
     //
     // barManager
     //
     this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar
     });
     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.barEditItemMemoNumber,
         this.barButtonItemImport,
         this.barToggleSwitchItemRequestPriority
     });
     this.barManager.MaxItemId = 8;
     this.barManager.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemTextEditMemoNumber
     });
     //
     // bar
     //
     this.bar.BarName      = "Tools";
     this.bar.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Top;
     this.bar.DockCol      = 0;
     this.bar.DockRow      = 0;
     this.bar.DockStyle    = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.barEditItemMemoNumber, "", false, true, true, 202),
         new DevExpress.XtraBars.LinkPersistInfo(this.barToggleSwitchItemRequestPriority),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemImport)
     });
     this.bar.OptionsBar.UseWholeRow = true;
     this.bar.Text = "Tools";
     //
     // barEditItemMemoNumber
     //
     this.barEditItemMemoNumber.Caption      = "Memo Number";
     this.barEditItemMemoNumber.Edit         = this.repositoryItemTextEditMemoNumber;
     this.barEditItemMemoNumber.Id           = 2;
     this.barEditItemMemoNumber.Name         = "barEditItemMemoNumber";
     toolTipTitleItem1.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage")));
     toolTipTitleItem1.Text       = "Scan memo number";
     toolTipItem1.LeftIndent      = 6;
     toolTipItem1.Text            = "Scan memo number to search for the\r\nanalysis request with test requested.";
     toolTipTitleItem2.LeftIndent = 6;
     toolTipTitleItem2.Text       = "HMS Link Search";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     this.barEditItemMemoNumber.SuperTip = superToolTip1;
     //
     // repositoryItemTextEditMemoNumber
     //
     this.repositoryItemTextEditMemoNumber.AutoHeight = false;
     this.repositoryItemTextEditMemoNumber.Name       = "repositoryItemTextEditMemoNumber";
     this.repositoryItemTextEditMemoNumber.NullText   = "Scan memo number here..";
     //
     // barToggleSwitchItemRequestPriority
     //
     this.barToggleSwitchItemRequestPriority.Caption = "Request Priority";
     this.barToggleSwitchItemRequestPriority.Id      = 7;
     this.barToggleSwitchItemRequestPriority.Name    = "barToggleSwitchItemRequestPriority";
     //
     // barButtonItemImport
     //
     this.barButtonItemImport.Caption = "Import";
     this.barButtonItemImport.Id      = 3;
     this.barButtonItemImport.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItemImport.ImageOptions.SvgImage")));
     this.barButtonItemImport.Name = "barButtonItemImport";
     this.barButtonItemImport.ShortcutKeyDisplayString = "Ctrl+I";
     toolTipTitleItem3.ImageOptions.SvgImage           = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("resource.SvgImage1")));
     toolTipTitleItem3.Text  = "Import Analysis Request";
     toolTipItem2.LeftIndent = 6;
     toolTipItem2.Text       = "This action will import an analyses from\r\nHMS billing to CD4 LIMS, generate and\r\n" +
                               "collect samples.";
     toolTipTitleItem4.LeftIndent = 6;
     toolTipTitleItem4.Text       = "Prints barcodes for generated samples";
     superToolTip2.Items.Add(toolTipTitleItem3);
     superToolTip2.Items.Add(toolTipItem2);
     superToolTip2.Items.Add(toolTipSeparatorItem2);
     superToolTip2.Items.Add(toolTipTitleItem4);
     this.barButtonItemImport.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.Manager          = this.barManager;
     this.barDockControlTop.Size             = new System.Drawing.Size(1085, 34);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 464);
     this.barDockControlBottom.Manager          = this.barManager;
     this.barDockControlBottom.Size             = new System.Drawing.Size(1085, 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.Manager          = this.barManager;
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 430);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(1085, 34);
     this.barDockControlRight.Manager          = this.barManager;
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 430);
     //
     // gridControlRequestedAnalyses
     //
     this.gridControlRequestedAnalyses.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.gridControlRequestedAnalyses.Location    = new System.Drawing.Point(0, 0);
     this.gridControlRequestedAnalyses.MainView    = this.gridViewRequestedAnalyses;
     this.gridControlRequestedAnalyses.MenuManager = this.barManager;
     this.gridControlRequestedAnalyses.Name        = "gridControlRequestedAnalyses";
     this.gridControlRequestedAnalyses.Size        = new System.Drawing.Size(300, 430);
     this.gridControlRequestedAnalyses.TabIndex    = 1;
     this.gridControlRequestedAnalyses.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridViewRequestedAnalyses
     });
     //
     // gridViewRequestedAnalyses
     //
     this.gridViewRequestedAnalyses.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumnBillItemDetailEntryId,
         this.gridColumnServiceCode,
         this.gridColumnServiceDescription
     });
     this.gridViewRequestedAnalyses.GridControl = this.gridControlRequestedAnalyses;
     this.gridViewRequestedAnalyses.Name        = "gridViewRequestedAnalyses";
     this.gridViewRequestedAnalyses.OptionsSelection.MultiSelect     = true;
     this.gridViewRequestedAnalyses.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
     this.gridViewRequestedAnalyses.OptionsView.ShowGroupPanel       = false;
     this.gridViewRequestedAnalyses.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
         new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumnBillItemDetailEntryId, DevExpress.Data.ColumnSortOrder.Ascending)
     });
     //
     // gridColumnBillItemDetailEntryId
     //
     this.gridColumnBillItemDetailEntryId.Caption      = "#";
     this.gridColumnBillItemDetailEntryId.FieldName    = "BillItemDetailEntryId";
     this.gridColumnBillItemDetailEntryId.Name         = "gridColumnBillItemDetailEntryId";
     this.gridColumnBillItemDetailEntryId.SortMode     = DevExpress.XtraGrid.ColumnSortMode.Value;
     this.gridColumnBillItemDetailEntryId.Visible      = true;
     this.gridColumnBillItemDetailEntryId.VisibleIndex = 1;
     this.gridColumnBillItemDetailEntryId.Width        = 42;
     //
     // gridColumnServiceCode
     //
     this.gridColumnServiceCode.Caption      = "Code";
     this.gridColumnServiceCode.FieldName    = "ItemCode";
     this.gridColumnServiceCode.Name         = "gridColumnServiceCode";
     this.gridColumnServiceCode.Visible      = true;
     this.gridColumnServiceCode.VisibleIndex = 2;
     this.gridColumnServiceCode.Width        = 50;
     //
     // gridColumnServiceDescription
     //
     this.gridColumnServiceDescription.Caption      = "Service";
     this.gridColumnServiceDescription.FieldName    = "ItemDescription";
     this.gridColumnServiceDescription.Name         = "gridColumnServiceDescription";
     this.gridColumnServiceDescription.Visible      = true;
     this.gridColumnServiceDescription.VisibleIndex = 3;
     this.gridColumnServiceDescription.Width        = 157;
     //
     // HmsLinkView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1085, 464);
     this.Controls.Add(this.progressPanel);
     this.Controls.Add(this.splitContainerControl);
     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 = "HmsLinkView";
     this.Text = "HMS Link";
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl)).EndInit();
     this.splitContainerControl.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlPatientDetails)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewPatient)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditMemoNumber)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlRequestedAnalyses)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewRequestedAnalyses)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #42
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.ToolTipItem                   toolTipItem1           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem1  = new DevExpress.Utils.ToolTipSeparatorItem();
     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.ToolTipSeparatorItem          toolTipSeparatorItem2  = new DevExpress.Utils.ToolTipSeparatorItem();
     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.ToolTipSeparatorItem          toolTipSeparatorItem3  = new DevExpress.Utils.ToolTipSeparatorItem();
     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.ToolTipSeparatorItem          toolTipSeparatorItem4  = new DevExpress.Utils.ToolTipSeparatorItem();
     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.ToolTipSeparatorItem          toolTipSeparatorItem5  = new DevExpress.Utils.ToolTipSeparatorItem();
     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.ToolTipSeparatorItem          toolTipSeparatorItem6  = new DevExpress.Utils.ToolTipSeparatorItem();
     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.ToolTipSeparatorItem          toolTipSeparatorItem7  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem7      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip                  superToolTip8          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem                   toolTipItem8           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem8  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem8      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip                  superToolTip9          = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem                   toolTipItem9           = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem9  = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem9      = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip                  superToolTip10         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem                   toolTipItem10          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem10 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem10     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip                  superToolTip11         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem                   toolTipItem11          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem11 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem11     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip                  superToolTip12         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem                   toolTipItem12          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem12 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem12     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip                  superToolTip13         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem                   toolTipItem13          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem13     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip                  superToolTip14         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem                   toolTipItem14          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem13 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem14     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip                  superToolTip15         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem                   toolTipItem15          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem14 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem15     = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip                  superToolTip16         = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipItem                   toolTipItem16          = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem          toolTipSeparatorItem15 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem              toolTipTitleItem16     = new DevExpress.Utils.ToolTipTitleItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucMenu));
     this.barManager1          = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1                 = new DevExpress.XtraBars.Bar();
     this._barFrist            = new DevExpress.XtraBars.BarButtonItem();
     this._barPrv              = new DevExpress.XtraBars.BarButtonItem();
     this._barNext             = new DevExpress.XtraBars.BarButtonItem();
     this._barLast             = new DevExpress.XtraBars.BarButtonItem();
     this._barNew              = new DevExpress.XtraBars.BarButtonItem();
     this._barEdit             = new DevExpress.XtraBars.BarButtonItem();
     this._barDel              = new DevExpress.XtraBars.BarSubItem();
     this._barDelInfo          = new DevExpress.XtraBars.BarButtonItem();
     this._barDelTable         = new DevExpress.XtraBars.BarButtonItem();
     this._barSave             = new DevExpress.XtraBars.BarButtonItem();
     this._barVerify           = new DevExpress.XtraBars.BarButtonItem();
     this._barUnVerify         = new DevExpress.XtraBars.BarButtonItem();
     this._barPrint            = new DevExpress.XtraBars.BarButtonItem();
     this._barExcel            = new DevExpress.XtraBars.BarButtonItem();
     this._barExit             = new DevExpress.XtraBars.BarButtonItem();
     this._barHelp             = new DevExpress.XtraBars.BarButtonItem();
     this._barGZ               = 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.imageList1           = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     this.SuspendLayout();
     //
     // 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.Images = this.imageList1;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this._barFrist,
         this._barPrv,
         this._barNext,
         this._barLast,
         this._barNew,
         this._barEdit,
         this._barDel,
         this._barDelInfo,
         this._barDelTable,
         this._barSave,
         this._barVerify,
         this._barUnVerify,
         this._barExcel,
         this._barExit,
         this._barHelp,
         this._barPrint,
         this._barGZ
     });
     this.barManager1.MaxItemId = 24;
     //
     // 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)((DevExpress.XtraBars.BarLinkUserDefines.PaintStyle | DevExpress.XtraBars.BarLinkUserDefines.KeyTip))), this._barFrist, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph, "", ""),
         new DevExpress.XtraBars.LinkPersistInfo(((DevExpress.XtraBars.BarLinkUserDefines)((DevExpress.XtraBars.BarLinkUserDefines.PaintStyle | DevExpress.XtraBars.BarLinkUserDefines.KeyTip))), this._barPrv, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph, "", ""),
         new DevExpress.XtraBars.LinkPersistInfo(((DevExpress.XtraBars.BarLinkUserDefines)((DevExpress.XtraBars.BarLinkUserDefines.PaintStyle | DevExpress.XtraBars.BarLinkUserDefines.KeyTip))), this._barNext, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph, "", ""),
         new DevExpress.XtraBars.LinkPersistInfo(((DevExpress.XtraBars.BarLinkUserDefines)((DevExpress.XtraBars.BarLinkUserDefines.PaintStyle | DevExpress.XtraBars.BarLinkUserDefines.KeyTip))), this._barLast, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph, "", ""),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this._barNew, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this._barEdit, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this._barDel, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this._barSave, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this._barVerify, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this._barUnVerify, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this._barPrint, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this._barExcel, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this._barExit, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this._barHelp, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this._barGZ, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder          = false;
     this.bar1.OptionsBar.MultiLine   = true;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Tools";
     //
     // _barFrist
     //
     this._barFrist.Caption      = "首单";
     this._barFrist.Id           = 0;
     this._barFrist.ImageIndex   = 4;
     this._barFrist.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Up));
     this._barFrist.Name         = "_barFrist";
     toolTipItem1.Text           = "移动到第一份单据";
     toolTipTitleItem1.Text      = "CTRL+UP";
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipTitleItem1);
     this._barFrist.SuperTip   = superToolTip1;
     this._barFrist.Tag        = "Frist";
     this._barFrist.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this._barFrist_ItemClick);
     //
     // _barPrv
     //
     this._barPrv.Caption      = "前单";
     this._barPrv.Id           = 1;
     this._barPrv.ImageIndex   = 7;
     this._barPrv.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Left));
     this._barPrv.Name         = "_barPrv";
     toolTipItem2.Text         = "移动到上一份单据";
     toolTipTitleItem2.Text    = "CTRL+LEFT";
     superToolTip2.Items.Add(toolTipItem2);
     superToolTip2.Items.Add(toolTipSeparatorItem2);
     superToolTip2.Items.Add(toolTipTitleItem2);
     this._barPrv.SuperTip   = superToolTip2;
     this._barPrv.Tag        = "Prv";
     this._barPrv.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this._barFrist_ItemClick);
     //
     // _barNext
     //
     this._barNext.Caption      = "后单";
     this._barNext.Id           = 2;
     this._barNext.ImageIndex   = 6;
     this._barNext.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Right));
     this._barNext.Name         = "_barNext";
     toolTipItem3.Text          = "移动到下一份单据";
     toolTipTitleItem3.Text     = "CTRL+RIGHT";
     superToolTip3.Items.Add(toolTipItem3);
     superToolTip3.Items.Add(toolTipSeparatorItem3);
     superToolTip3.Items.Add(toolTipTitleItem3);
     this._barNext.SuperTip   = superToolTip3;
     this._barNext.Tag        = "Next";
     this._barNext.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this._barFrist_ItemClick);
     //
     // _barLast
     //
     this._barLast.Caption      = "尾单";
     this._barLast.Id           = 3;
     this._barLast.ImageIndex   = 5;
     this._barLast.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Down));
     this._barLast.Name         = "_barLast";
     toolTipItem4.Text          = "移动到最后一份单据";
     toolTipTitleItem4.Text     = "CTRL+DOWN";
     superToolTip4.Items.Add(toolTipItem4);
     superToolTip4.Items.Add(toolTipSeparatorItem4);
     superToolTip4.Items.Add(toolTipTitleItem4);
     this._barLast.SuperTip   = superToolTip4;
     this._barLast.Tag        = "Last";
     this._barLast.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this._barFrist_ItemClick);
     //
     // _barNew
     //
     this._barNew.Caption      = "新建";
     this._barNew.Id           = 4;
     this._barNew.ImageIndex   = 8;
     this._barNew.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N));
     this._barNew.Name         = "_barNew";
     toolTipItem5.Text         = "新建一份资料";
     toolTipTitleItem5.Text    = "Ctrl+N";
     superToolTip5.Items.Add(toolTipItem5);
     superToolTip5.Items.Add(toolTipSeparatorItem5);
     superToolTip5.Items.Add(toolTipTitleItem5);
     this._barNew.SuperTip   = superToolTip5;
     this._barNew.Tag        = "New";
     this._barNew.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this._barFrist_ItemClick);
     //
     // _barEdit
     //
     this._barEdit.Caption      = "编辑";
     this._barEdit.Id           = 5;
     this._barEdit.ImageIndex   = 12;
     this._barEdit.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F2);
     this._barEdit.Name         = "_barEdit";
     toolTipItem6.Text          = "编辑这份资料";
     toolTipTitleItem6.Text     = "F2";
     superToolTip6.Items.Add(toolTipItem6);
     superToolTip6.Items.Add(toolTipSeparatorItem6);
     superToolTip6.Items.Add(toolTipTitleItem6);
     this._barEdit.SuperTip   = superToolTip6;
     this._barEdit.Tag        = "Edit";
     this._barEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this._barFrist_ItemClick);
     //
     // _barDel
     //
     this._barDel.Caption    = "删除";
     this._barDel.Id         = 7;
     this._barDel.ImageIndex = 9;
     this._barDel.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this._barDelInfo),
         new DevExpress.XtraBars.LinkPersistInfo(this._barDelTable)
     });
     this._barDel.Name       = "_barDel";
     this._barDel.Tag        = "Del";
     this._barDel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this._barFrist_ItemClick);
     //
     // _barDelInfo
     //
     this._barDelInfo.Caption      = "明细";
     this._barDelInfo.Id           = 8;
     this._barDelInfo.ImageIndex   = 20;
     this._barDelInfo.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D));
     this._barDelInfo.Name         = "_barDelInfo";
     toolTipItem7.Text             = "删除明细记录";
     toolTipTitleItem7.Text        = "Ctrl+D";
     superToolTip7.Items.Add(toolTipItem7);
     superToolTip7.Items.Add(toolTipSeparatorItem7);
     superToolTip7.Items.Add(toolTipTitleItem7);
     this._barDelInfo.SuperTip   = superToolTip7;
     this._barDelInfo.Tag        = "DelInfo";
     this._barDelInfo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this._barFrist_ItemClick);
     //
     // _barDelTable
     //
     this._barDelTable.Caption      = "单据";
     this._barDelTable.Id           = 9;
     this._barDelTable.ImageIndex   = 24;
     this._barDelTable.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Delete));
     this._barDelTable.Name         = "_barDelTable";
     toolTipItem8.Text      = "删除整份资料";
     toolTipTitleItem8.Text = "Ctrl+Delete";
     superToolTip8.Items.Add(toolTipItem8);
     superToolTip8.Items.Add(toolTipSeparatorItem8);
     superToolTip8.Items.Add(toolTipTitleItem8);
     this._barDelTable.SuperTip   = superToolTip8;
     this._barDelTable.Tag        = "DelTable";
     this._barDelTable.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this._barFrist_ItemClick);
     //
     // _barSave
     //
     this._barSave.Caption      = "保存";
     this._barSave.Id           = 10;
     this._barSave.ImageIndex   = 22;
     this._barSave.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S));
     this._barSave.Name         = "_barSave";
     toolTipItem9.Text          = "保存该份资料";
     toolTipTitleItem9.Text     = "Ctrl+S";
     superToolTip9.Items.Add(toolTipItem9);
     superToolTip9.Items.Add(toolTipSeparatorItem9);
     superToolTip9.Items.Add(toolTipTitleItem9);
     this._barSave.SuperTip   = superToolTip9;
     this._barSave.Tag        = "Save";
     this._barSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this._barFrist_ItemClick);
     //
     // _barVerify
     //
     this._barVerify.Caption      = "审核";
     this._barVerify.Id           = 11;
     this._barVerify.ImageIndex   = 13;
     this._barVerify.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F4);
     this._barVerify.Name         = "_barVerify";
     toolTipItem10.Text           = "审核此单据,所涉及数据将变化";
     toolTipTitleItem10.Text      = "F4";
     superToolTip10.Items.Add(toolTipItem10);
     superToolTip10.Items.Add(toolTipSeparatorItem10);
     superToolTip10.Items.Add(toolTipTitleItem10);
     this._barVerify.SuperTip   = superToolTip10;
     this._barVerify.Tag        = "Verify";
     this._barVerify.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this._barFrist_ItemClick);
     //
     // _barUnVerify
     //
     this._barUnVerify.Caption      = "弃审";
     this._barUnVerify.Id           = 12;
     this._barUnVerify.ImageIndex   = 15;
     this._barUnVerify.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F5);
     this._barUnVerify.Name         = "_barUnVerify";
     toolTipItem11.Text             = "弃审单据,审核时所做变化将被撤销";
     toolTipTitleItem11.Text        = "F5";
     superToolTip11.Items.Add(toolTipItem11);
     superToolTip11.Items.Add(toolTipSeparatorItem11);
     superToolTip11.Items.Add(toolTipTitleItem11);
     this._barUnVerify.SuperTip   = superToolTip11;
     this._barUnVerify.Tag        = "UnVerify";
     this._barUnVerify.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this._barFrist_ItemClick);
     //
     // _barPrint
     //
     this._barPrint.Caption      = "打印";
     this._barPrint.Id           = 22;
     this._barPrint.ImageIndex   = 21;
     this._barPrint.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P));
     this._barPrint.Name         = "_barPrint";
     toolTipItem12.Text          = "打印单据或明细";
     toolTipTitleItem12.Text     = "Ctrl+P";
     superToolTip12.Items.Add(toolTipItem12);
     superToolTip12.Items.Add(toolTipSeparatorItem12);
     superToolTip12.Items.Add(toolTipTitleItem12);
     this._barPrint.SuperTip   = superToolTip12;
     this._barPrint.Tag        = "Print";
     this._barPrint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this._barFrist_ItemClick);
     //
     // _barExcel
     //
     this._barExcel.Caption      = "导出Excel";
     this._barExcel.Id           = 14;
     this._barExcel.ImageIndex   = 14;
     this._barExcel.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E));
     this._barExcel.Name         = "_barExcel";
     toolTipItem13.Text          = "导出到Excel中以便修改";
     toolTipTitleItem13.Text     = "Ctrl+E";
     superToolTip13.Items.Add(toolTipItem13);
     superToolTip13.Items.Add(toolTipTitleItem13);
     this._barExcel.SuperTip   = superToolTip13;
     this._barExcel.Tag        = "Excel";
     this._barExcel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this._barFrist_ItemClick);
     //
     // _barExit
     //
     this._barExit.Caption      = "退出";
     this._barExit.Id           = 15;
     this._barExit.ImageIndex   = 19;
     this._barExit.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.C));
     this._barExit.Name         = "_barExit";
     toolTipItem14.Text         = "退出当前窗口";
     toolTipTitleItem14.Text    = "Alt+C";
     superToolTip14.Items.Add(toolTipItem14);
     superToolTip14.Items.Add(toolTipSeparatorItem13);
     superToolTip14.Items.Add(toolTipTitleItem14);
     this._barExit.SuperTip   = superToolTip14;
     this._barExit.Tag        = "Exit";
     this._barExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this._barFrist_ItemClick);
     //
     // _barHelp
     //
     this._barHelp.Caption      = "帮助";
     this._barHelp.Id           = 16;
     this._barHelp.ImageIndex   = 17;
     this._barHelp.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F1);
     this._barHelp.Name         = "_barHelp";
     toolTipItem15.Text         = "获取当前页面的一些帮助信息";
     toolTipTitleItem15.Text    = "F1";
     superToolTip15.Items.Add(toolTipItem15);
     superToolTip15.Items.Add(toolTipSeparatorItem14);
     superToolTip15.Items.Add(toolTipTitleItem15);
     this._barHelp.SuperTip   = superToolTip15;
     this._barHelp.Tag        = "Help";
     this._barHelp.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this._barFrist_ItemClick);
     //
     // _barGZ
     //
     this._barGZ.Caption      = "过帐";
     this._barGZ.Id           = 23;
     this._barGZ.ImageIndex   = 12;
     this._barGZ.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F8);
     this._barGZ.Name         = "_barGZ";
     toolTipItem16.Text       = "将单据中所涉及的财务信息更新至会计科目";
     toolTipTitleItem16.Text  = "F8";
     superToolTip16.Items.Add(toolTipItem16);
     superToolTip16.Items.Add(toolTipSeparatorItem15);
     superToolTip16.Items.Add(toolTipTitleItem16);
     this._barGZ.SuperTip   = superToolTip16;
     this._barGZ.Tag        = "GZ";
     this._barGZ.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this._barFrist_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(871, 31);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 27);
     this.barDockControlBottom.Size             = new System.Drawing.Size(871, 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, 0);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(871, 31);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 0);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "003.png");
     this.imageList1.Images.SetKeyName(1, "AddTableHS.png");
     this.imageList1.Images.SetKeyName(2, "AdpDiagramAddTable.png");
     this.imageList1.Images.SetKeyName(3, "AssignTask.png");
     this.imageList1.Images.SetKeyName(4, "DataContainer_MoveFirstHS.png");
     this.imageList1.Images.SetKeyName(5, "DataContainer_MoveLastHS.png");
     this.imageList1.Images.SetKeyName(6, "DataContainer_MoveNextHS.png");
     this.imageList1.Images.SetKeyName(7, "DataContainer_MovePreviousHS.png");
     this.imageList1.Images.SetKeyName(8, "DataContainer_NewRecordHS.png");
     this.imageList1.Images.SetKeyName(9, "Delete.png");
     this.imageList1.Images.SetKeyName(10, "EditComposePage.png");
     this.imageList1.Images.SetKeyName(11, "EditQuery.png");
     this.imageList1.Images.SetKeyName(12, "EditTableHS.png");
     this.imageList1.Images.SetKeyName(13, "EditWorkflowTask.png");
     this.imageList1.Images.SetKeyName(14, "ExportExcel.png");
     this.imageList1.Images.SetKeyName(15, "FieldsUpdate.png");
     this.imageList1.Images.SetKeyName(16, "Filter.png");
     this.imageList1.Images.SetKeyName(17, "FollowUpComposeMenu.png");
     this.imageList1.Images.SetKeyName(18, "FunctionHS.png");
     this.imageList1.Images.SetKeyName(19, "GroupInkClose.png");
     this.imageList1.Images.SetKeyName(20, "GroupMacroRows.png");
     this.imageList1.Images.SetKeyName(21, "PrintDialogAccess.png");
     this.imageList1.Images.SetKeyName(22, "SaveAndClose.png");
     this.imageList1.Images.SetKeyName(23, "TableInsertCellsDialog.png");
     this.imageList1.Images.SetKeyName(24, "TableOfContentsRemove.png");
     //
     // ucMenu
     //
     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 = "ucMenu";
     this.Size = new System.Drawing.Size(871, 27);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
            DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
            DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem1 = new DevExpress.Utils.ToolTipSeparatorItem();
            DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoginForm));
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.txtUser = new DevExpress.XtraEditors.TextEdit();
            this.txtPass = new DevExpress.XtraEditors.TextEdit();
            this.lnkCambiarClave = new DevExpress.XtraEditors.HyperLinkEdit();
            this.btnLogin = new DevExpress.XtraEditors.SimpleButton();
            this.btnCancelar = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.errorProvider1 = new System.Windows.Forms.ErrorProvider();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.DominiosBindingSource = new System.Windows.Forms.BindingSource();
            this.cboDominio = new DevExpress.XtraEditors.GridLookUpEdit();
            this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colNombreCorto = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.txtUser.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPass.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lnkCambiarClave.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DominiosBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cboDominio.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
            this.SuspendLayout();
            // 
            // labelControl1
            // 
            this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White;
            this.labelControl1.Appearance.Image = global::ErickOrlando.Seguridad.WinForms.Properties.Resources.usuario;
            this.labelControl1.Appearance.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.labelControl1.ImageAlignToText = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
            this.labelControl1.Location = new System.Drawing.Point(327, 115);
            this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(69, 20);
            this.labelControl1.TabIndex = 0;
            this.labelControl1.Text = "Usuario:";
            // 
            // labelControl2
            // 
            this.labelControl2.Appearance.ForeColor = System.Drawing.Color.White;
            this.labelControl2.Appearance.Image = global::ErickOrlando.Seguridad.WinForms.Properties.Resources.contrasena;
            this.labelControl2.Appearance.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.labelControl2.ImageAlignToText = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
            this.labelControl2.Location = new System.Drawing.Point(327, 168);
            this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(91, 20);
            this.labelControl2.TabIndex = 0;
            this.labelControl2.Text = "Contraseña:";
            // 
            // txtUser
            // 
            this.txtUser.Location = new System.Drawing.Point(327, 139);
            this.txtUser.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.txtUser.Name = "txtUser";
            this.txtUser.Size = new System.Drawing.Size(239, 22);
            toolTipTitleItem1.Appearance.Image = global::ErickOrlando.Seguridad.WinForms.Properties.Resources.usuario;
            toolTipTitleItem1.Appearance.Options.UseImage = true;
            toolTipTitleItem1.Image = global::ErickOrlando.Seguridad.WinForms.Properties.Resources.usuario;
            toolTipTitleItem1.Text = "Usuario";
            toolTipItem1.LeftIndent = 6;
            toolTipItem1.Text = "Ingrese el Nombre de Usuario";
            toolTipTitleItem2.LeftIndent = 6;
            toolTipTitleItem2.Text = "Puede ingresar el Dominio separándolo \r\ncon el caracter \'\\\'";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            superToolTip1.Items.Add(toolTipSeparatorItem1);
            superToolTip1.Items.Add(toolTipTitleItem2);
            this.txtUser.SuperTip = superToolTip1;
            this.txtUser.TabIndex = 2;
            // 
            // txtPass
            // 
            this.txtPass.Location = new System.Drawing.Point(327, 193);
            this.txtPass.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.txtPass.Name = "txtPass";
            this.txtPass.Properties.UseSystemPasswordChar = true;
            this.txtPass.Size = new System.Drawing.Size(239, 22);
            this.txtPass.TabIndex = 3;
            // 
            // lnkCambiarClave
            // 
            this.lnkCambiarClave.EditValue = "Cambiar Contraseña";
            this.lnkCambiarClave.Location = new System.Drawing.Point(327, 227);
            this.lnkCambiarClave.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.lnkCambiarClave.Name = "lnkCambiarClave";
            this.lnkCambiarClave.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.lnkCambiarClave.Properties.Appearance.ForeColor = System.Drawing.Color.White;
            this.lnkCambiarClave.Properties.Appearance.Options.UseBackColor = true;
            this.lnkCambiarClave.Properties.Appearance.Options.UseForeColor = true;
            this.lnkCambiarClave.Size = new System.Drawing.Size(145, 22);
            this.lnkCambiarClave.TabIndex = 4;
            this.lnkCambiarClave.Visible = false;
            this.lnkCambiarClave.OpenLink += new DevExpress.XtraEditors.Controls.OpenLinkEventHandler(this.lnkCambiarClave_OpenLink);
            // 
            // btnLogin
            // 
            this.btnLogin.Image = global::ErickOrlando.Seguridad.WinForms.Properties.Resources.Ok;
            this.btnLogin.Location = new System.Drawing.Point(327, 273);
            this.btnLogin.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnLogin.Name = "btnLogin";
            this.btnLogin.Size = new System.Drawing.Size(115, 28);
            this.btnLogin.TabIndex = 5;
            this.btnLogin.Text = "&Autenticar";
            this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
            // 
            // btnCancelar
            // 
            this.btnCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancelar.Image = global::ErickOrlando.Seguridad.WinForms.Properties.Resources.Close;
            this.btnCancelar.Location = new System.Drawing.Point(464, 273);
            this.btnCancelar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.btnCancelar.Name = "btnCancelar";
            this.btnCancelar.Size = new System.Drawing.Size(113, 28);
            this.btnCancelar.TabIndex = 6;
            this.btnCancelar.Text = "&Cancelar";
            this.btnCancelar.Click += new System.EventHandler(this.btnCancelar_Click);
            // 
            // labelControl3
            // 
            this.labelControl3.Appearance.ForeColor = System.Drawing.Color.White;
            this.labelControl3.Appearance.Image = global::ErickOrlando.Seguridad.WinForms.Properties.Resources.Ok;
            this.labelControl3.Appearance.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.labelControl3.ImageAlignToText = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
            this.labelControl3.Location = new System.Drawing.Point(325, 57);
            this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(72, 20);
            this.labelControl3.TabIndex = 0;
            this.labelControl3.Text = "Dominio:";
            // 
            // errorProvider1
            // 
            this.errorProvider1.ContainerControl = this;
            // 
            // pictureBox1
            // 
            this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
            this.pictureBox1.Image = global::ErickOrlando.Seguridad.WinForms.Properties.Resources.Security_Approved_icon;
            this.pictureBox1.Location = new System.Drawing.Point(77, 87);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(128, 128);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox1.TabIndex = 7;
            this.pictureBox1.TabStop = false;
            // 
            // DominiosBindingSource
            // 
            this.DominiosBindingSource.DataSource = typeof(ErickOrlando.Seguridad.Entidades.DominioInfo);
            // 
            // cboDominio
            // 
            this.cboDominio.EditValue = "";
            this.cboDominio.Location = new System.Drawing.Point(327, 89);
            this.cboDominio.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.cboDominio.Name = "cboDominio";
            this.cboDominio.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cboDominio.Properties.DataSource = this.DominiosBindingSource;
            this.cboDominio.Properties.DisplayMember = "NombreCorto";
            this.cboDominio.Properties.NullText = "";
            this.cboDominio.Properties.PopupSizeable = false;
            this.cboDominio.Properties.ValueMember = "NombreLargo";
            this.cboDominio.Properties.View = this.gridLookUpEdit1View;
            this.cboDominio.Size = new System.Drawing.Size(239, 22);
            this.cboDominio.TabIndex = 1;
            // 
            // gridLookUpEdit1View
            // 
            this.gridLookUpEdit1View.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colNombreCorto});
            this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
            this.gridLookUpEdit1View.OptionsBehavior.Editable = false;
            this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
            // 
            // colNombreCorto
            // 
            this.colNombreCorto.Caption = "Dominio";
            this.colNombreCorto.FieldName = "NombreCorto";
            this.colNombreCorto.Name = "colNombreCorto";
            this.colNombreCorto.Visible = true;
            this.colNombreCorto.VisibleIndex = 0;
            // 
            // LoginForm
            // 
            this.AcceptButton = this.btnLogin;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Tile;
            this.BackgroundImageStore = global::ErickOrlando.Seguridad.WinForms.Properties.Resources.fondoapp;
            this.CancelButton = this.btnCancelar;
            this.ClientSize = new System.Drawing.Size(623, 334);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.btnCancelar);
            this.Controls.Add(this.btnLogin);
            this.Controls.Add(this.lnkCambiarClave);
            this.Controls.Add(this.txtPass);
            this.Controls.Add(this.txtUser);
            this.Controls.Add(this.labelControl2);
            this.Controls.Add(this.labelControl3);
            this.Controls.Add(this.labelControl1);
            this.Controls.Add(this.cboDominio);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.MaximizeBox = false;
            this.Name = "LoginForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Inicio de Sesión";
            ((System.ComponentModel.ISupportInitialize)(this.txtUser.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPass.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lnkCambiarClave.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DominiosBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cboDominio.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }