Esempio n. 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Gnostice.Documents.PrinterPreferences printerPreferences1 = new Gnostice.Documents.PrinterPreferences();
     Gnostice.Documents.FormatterSettings  formatterSettings1  = new Gnostice.Documents.FormatterSettings();
     Gnostice.Documents.Spreadsheet.SpreadSheetFormatterSettings spreadSheetFormatterSettings1 = new Gnostice.Documents.Spreadsheet.SpreadSheetFormatterSettings();
     Gnostice.Documents.PageSettings               pageSettings1           = new Gnostice.Documents.PageSettings();
     Gnostice.Documents.Margins                    margins1                = new Gnostice.Documents.Margins();
     Gnostice.Documents.Spreadsheet.SheetOptions   sheetOptions1           = new Gnostice.Documents.Spreadsheet.SheetOptions();
     Gnostice.Documents.Spreadsheet.SheetOptions   sheetOptions2           = new Gnostice.Documents.Spreadsheet.SheetOptions();
     Gnostice.Documents.TXTFormatterSettings       txtFormatterSettings1   = new Gnostice.Documents.TXTFormatterSettings();
     Gnostice.Documents.PageSettings               pageSettings2           = new Gnostice.Documents.PageSettings();
     Gnostice.Documents.Margins                    margins2                = new Gnostice.Documents.Margins();
     Gnostice.Core.Graphics.RenderingSettings      renderingSettings1      = new Gnostice.Core.Graphics.RenderingSettings();
     Gnostice.Core.Graphics.ImageRenderingSettings imageRenderingSettings1 = new Gnostice.Core.Graphics.ImageRenderingSettings();
     Gnostice.Core.Graphics.ResolutionSettings     resolutionSettings1     = new Gnostice.Core.Graphics.ResolutionSettings();
     Gnostice.Core.Graphics.ShapeRenderingSettings shapeRenderingSettings1 = new Gnostice.Core.Graphics.ShapeRenderingSettings();
     Gnostice.Core.Graphics.TextRenderingSettings  textRenderingSettings1  = new Gnostice.Core.Graphics.TextRenderingSettings();
     Gnostice.Core.Viewer.PageLayout               pageLayout1             = new Gnostice.Core.Viewer.PageLayout();
     Gnostice.Documents.FormatterSettings          formatterSettings2      = new Gnostice.Documents.FormatterSettings();
     Gnostice.Documents.Spreadsheet.SpreadSheetFormatterSettings spreadSheetFormatterSettings2 = new Gnostice.Documents.Spreadsheet.SpreadSheetFormatterSettings();
     Gnostice.Documents.PageSettings               pageSettings3           = new Gnostice.Documents.PageSettings();
     Gnostice.Documents.Margins                    margins3                = new Gnostice.Documents.Margins();
     Gnostice.Documents.Spreadsheet.SheetOptions   sheetOptions3           = new Gnostice.Documents.Spreadsheet.SheetOptions();
     Gnostice.Documents.Spreadsheet.SheetOptions   sheetOptions4           = new Gnostice.Documents.Spreadsheet.SheetOptions();
     Gnostice.Documents.TXTFormatterSettings       txtFormatterSettings2   = new Gnostice.Documents.TXTFormatterSettings();
     Gnostice.Documents.PageSettings               pageSettings4           = new Gnostice.Documents.PageSettings();
     Gnostice.Documents.Margins                    margins4                = new Gnostice.Documents.Margins();
     Gnostice.Core.Graphics.RenderingSettings      renderingSettings2      = new Gnostice.Core.Graphics.RenderingSettings();
     Gnostice.Core.Graphics.ImageRenderingSettings imageRenderingSettings2 = new Gnostice.Core.Graphics.ImageRenderingSettings();
     Gnostice.Core.Graphics.ResolutionSettings     resolutionSettings2     = new Gnostice.Core.Graphics.ResolutionSettings();
     Gnostice.Core.Graphics.ShapeRenderingSettings shapeRenderingSettings2 = new Gnostice.Core.Graphics.ShapeRenderingSettings();
     Gnostice.Core.Graphics.TextRenderingSettings  textRenderingSettings2  = new Gnostice.Core.Graphics.TextRenderingSettings();
     Gnostice.Core.Viewer.ViewerSettings           viewerSettings1         = new Gnostice.Core.Viewer.ViewerSettings();
     Gnostice.Core.Viewer.Zoom zoom1 = new Gnostice.Core.Viewer.Zoom();
     this.documentPrinter1 = new Gnostice.Controls.WinForms.DocumentPrinter();
     this.documentViewer1  = new Gnostice.Controls.WinForms.DocumentViewer();
     this.SuspendLayout();
     //
     // documentPrinter1
     //
     this.documentPrinter1.AutoRotate                      = true;
     this.documentPrinter1.OffsetHardMargins               = false;
     this.documentPrinter1.PagePositioning.Horizontal      = Gnostice.Core.Printer.HPagePosition.Left;
     this.documentPrinter1.PagePositioning.Vertical        = Gnostice.Core.Printer.VPagePosition.Top;
     this.documentPrinter1.PageScaling                     = Gnostice.Core.Printer.PageScalingOptions.Original;
     this.documentPrinter1.PageSelection.CurrentPageNumber = 1;
     this.documentPrinter1.PageSelection.CustomRange       = "";
     this.documentPrinter1.PageSelection.SelectionType     = Gnostice.Core.Printer.PageSelectionType.All;
     spreadSheetFormatterSettings1.FormattingMode          = Gnostice.Core.DOM.FormattingMode.PreferDocumentSettings;
     pageSettings1.Height      = 11.6929F;
     margins1.Bottom           = 1F;
     margins1.Footer           = 0F;
     margins1.Header           = 0F;
     margins1.Left             = 1F;
     margins1.Right            = 1F;
     margins1.Top              = 1F;
     pageSettings1.Margin      = margins1;
     pageSettings1.Orientation = Gnostice.Core.Graphics.Orientation.Portrait;
     pageSettings1.PageSize    = Gnostice.Documents.PageSize.A4;
     pageSettings1.Width       = 8.2677F;
     spreadSheetFormatterSettings1.PageSettings = pageSettings1;
     sheetOptions1.Print = false;
     sheetOptions1.View  = true;
     spreadSheetFormatterSettings1.ShowGridlines = sheetOptions1;
     sheetOptions2.Print = false;
     sheetOptions2.View  = true;
     spreadSheetFormatterSettings1.ShowHeadings = sheetOptions2;
     formatterSettings1.SpreadSheet             = spreadSheetFormatterSettings1;
     pageSettings2.Height                       = 11.6929F;
     margins2.Bottom                            = 1F;
     margins2.Footer                            = 0F;
     margins2.Header                            = 0F;
     margins2.Left                              = 1F;
     margins2.Right                             = 1F;
     margins2.Top                               = 1F;
     pageSettings2.Margin                       = margins2;
     pageSettings2.Orientation                  = Gnostice.Core.Graphics.Orientation.Portrait;
     pageSettings2.PageSize                     = Gnostice.Documents.PageSize.A4;
     pageSettings2.Width                        = 8.2677F;
     txtFormatterSettings1.PageSettings         = pageSettings2;
     formatterSettings1.TXT                     = txtFormatterSettings1;
     printerPreferences1.FormatterSettings      = formatterSettings1;
     imageRenderingSettings1.InterpolationMode  = Gnostice.Core.Graphics.InterpolationMode.NearestNeighbor;
     renderingSettings1.Image                   = imageRenderingSettings1;
     resolutionSettings1.DpiX                   = 96F;
     resolutionSettings1.DpiY                   = 96F;
     resolutionSettings1.ResolutionMode         = Gnostice.Core.Graphics.ResolutionMode.UseSource;
     renderingSettings1.Resolution              = resolutionSettings1;
     shapeRenderingSettings1.CompositingMode    = Gnostice.Core.Graphics.CompositingMode.SourceOver;
     shapeRenderingSettings1.CompositingQuality = Gnostice.Core.Graphics.CompositingQuality.Default;
     shapeRenderingSettings1.PixelOffsetMode    = Gnostice.Core.Graphics.PixelOffsetMode.HighQuality;
     shapeRenderingSettings1.SmoothingMode      = Gnostice.Core.Graphics.SmoothingMode.AntiAlias;
     renderingSettings1.Shape                   = shapeRenderingSettings1;
     textRenderingSettings1.TextContrast        = 4;
     textRenderingSettings1.TextRenderingHint   = Gnostice.Core.Graphics.TextRenderingHint.AntiAlias;
     renderingSettings1.Text                    = textRenderingSettings1;
     printerPreferences1.RenderingSettings      = renderingSettings1;
     printerPreferences1.Units                  = Gnostice.Core.Graphics.MeasurementUnit.Inches;
     this.documentPrinter1.Preferences          = printerPreferences1;
     //
     // documentViewer1
     //
     this.documentViewer1.AllowInteractivity     = false;
     this.documentViewer1.BackColor              = System.Drawing.SystemColors.ControlDark;
     this.documentViewer1.BorderWidth            = 0F;
     this.documentViewer1.HScrollBar.Enabled     = false;
     this.documentViewer1.HScrollBar.LargeChange = 40F;
     this.documentViewer1.HScrollBar.Maximum     = 0F;
     this.documentViewer1.HScrollBar.Minimum     = 0F;
     this.documentViewer1.HScrollBar.SmallChange = 20F;
     this.documentViewer1.HScrollBar.Value       = 0F;
     this.documentViewer1.HScrollBar.Visibility  = Gnostice.Core.Viewer.ScrollBarVisibility.Always;
     this.documentViewer1.HScrollBar.Visible     = false;
     this.documentViewer1.Location  = new System.Drawing.Point(2, 3);
     this.documentViewer1.MouseMode = Gnostice.Core.DOM.CursorPreferences.Pan;
     this.documentViewer1.Name      = "documentViewer1";
     this.documentViewer1.NavigationPane.BackColor       = System.Drawing.SystemColors.Control;
     this.documentViewer1.NavigationPane.Visibility      = Gnostice.Core.Viewer.Visibility.Auto;
     this.documentViewer1.NavigationPane.WidthPercentage = 20;
     this.documentViewer1.Orientation    = Gnostice.Core.Viewer.ViewerOrientation.Vertical;
     this.documentViewer1.PageBreakWidth = 10F;
     pageLayout1.Columns                          = 1;
     pageLayout1.HorizontalSpacing                = 5D;
     pageLayout1.LayoutMode                       = Gnostice.Core.Viewer.PageLayoutMode.SinglePage;
     pageLayout1.ScrollMode                       = Gnostice.Core.Viewer.ScrollMode.Continuous;
     pageLayout1.ShowCoverPage                    = false;
     pageLayout1.VerticalSpacing                  = 5D;
     this.documentViewer1.PageLayout              = pageLayout1;
     this.documentViewer1.PageRotation            = Gnostice.Core.Viewer.RotationAngle.Zero;
     spreadSheetFormatterSettings2.FormattingMode = Gnostice.Core.DOM.FormattingMode.PreferDocumentSettings;
     pageSettings3.Height                         = 11.6929F;
     margins3.Bottom           = 1F;
     margins3.Footer           = 0F;
     margins3.Header           = 0F;
     margins3.Left             = 1F;
     margins3.Right            = 1F;
     margins3.Top              = 1F;
     pageSettings3.Margin      = margins3;
     pageSettings3.Orientation = Gnostice.Core.Graphics.Orientation.Portrait;
     pageSettings3.PageSize    = Gnostice.Documents.PageSize.A4;
     pageSettings3.Width       = 8.2677F;
     spreadSheetFormatterSettings2.PageSettings = pageSettings3;
     sheetOptions3.Print = false;
     sheetOptions3.View  = true;
     spreadSheetFormatterSettings2.ShowGridlines = sheetOptions3;
     sheetOptions4.Print = false;
     sheetOptions4.View  = true;
     spreadSheetFormatterSettings2.ShowHeadings = sheetOptions4;
     formatterSettings2.SpreadSheet             = spreadSheetFormatterSettings2;
     pageSettings4.Height               = 11.6929F;
     margins4.Bottom                    = 1F;
     margins4.Footer                    = 0F;
     margins4.Header                    = 0F;
     margins4.Left                      = 1F;
     margins4.Right                     = 1F;
     margins4.Top                       = 1F;
     pageSettings4.Margin               = margins4;
     pageSettings4.Orientation          = Gnostice.Core.Graphics.Orientation.Portrait;
     pageSettings4.PageSize             = Gnostice.Documents.PageSize.A4;
     pageSettings4.Width                = 8.2677F;
     txtFormatterSettings2.PageSettings = pageSettings4;
     formatterSettings2.TXT             = txtFormatterSettings2;
     this.documentViewer1.Preferences.FormatterSettings = formatterSettings2;
     this.documentViewer1.Preferences.KeyNavigation     = true;
     imageRenderingSettings2.InterpolationMode          = Gnostice.Core.Graphics.InterpolationMode.NearestNeighbor;
     renderingSettings2.Image                   = imageRenderingSettings2;
     resolutionSettings2.DpiX                   = 96F;
     resolutionSettings2.DpiY                   = 96F;
     resolutionSettings2.ResolutionMode         = Gnostice.Core.Graphics.ResolutionMode.UseSource;
     renderingSettings2.Resolution              = resolutionSettings2;
     shapeRenderingSettings2.CompositingMode    = Gnostice.Core.Graphics.CompositingMode.SourceOver;
     shapeRenderingSettings2.CompositingQuality = Gnostice.Core.Graphics.CompositingQuality.Default;
     shapeRenderingSettings2.PixelOffsetMode    = Gnostice.Core.Graphics.PixelOffsetMode.HighQuality;
     shapeRenderingSettings2.SmoothingMode      = Gnostice.Core.Graphics.SmoothingMode.AntiAlias;
     renderingSettings2.Shape                   = shapeRenderingSettings2;
     textRenderingSettings2.TextContrast        = 4;
     textRenderingSettings2.TextRenderingHint   = Gnostice.Core.Graphics.TextRenderingHint.AntiAlias;
     renderingSettings2.Text = textRenderingSettings2;
     this.documentViewer1.Preferences.RenderingSettings = renderingSettings2;
     this.documentViewer1.Preferences.Units             = Gnostice.Core.Graphics.MeasurementUnit.Inches;
     viewerSettings1.AllowInteractivity = false;
     viewerSettings1.LowestRenderingDPI = 0F;
     viewerSettings1.MouseMode          = Gnostice.Core.DOM.CursorPreferences.Pan;
     viewerSettings1.Orientation        = Gnostice.Core.Viewer.ViewerOrientation.Vertical;
     viewerSettings1.PageBreakWidth     = 10F;
     viewerSettings1.PageLayout         = pageLayout1;
     viewerSettings1.Rotation           = Gnostice.Core.Viewer.RotationAngle.Zero;
     zoom1.InternalZoomMode             = Gnostice.Core.Viewer.ZoomMode.ActualSize;
     zoom1.InternalZoomPercent          = 100D;
     zoom1.ZoomMode       = Gnostice.Core.Viewer.ZoomMode.ActualSize;
     zoom1.ZoomPercent    = 100D;
     viewerSettings1.Zoom = zoom1;
     this.documentViewer1.Preferences.ViewerSettings = viewerSettings1;
     this.documentViewer1.Size                   = new System.Drawing.Size(1132, 1102);
     this.documentViewer1.TabIndex               = 0;
     this.documentViewer1.VScrollBar.Enabled     = false;
     this.documentViewer1.VScrollBar.LargeChange = 40F;
     this.documentViewer1.VScrollBar.Maximum     = 0F;
     this.documentViewer1.VScrollBar.Minimum     = 0F;
     this.documentViewer1.VScrollBar.SmallChange = 20F;
     this.documentViewer1.VScrollBar.Value       = 0F;
     this.documentViewer1.VScrollBar.Visibility  = Gnostice.Core.Viewer.ScrollBarVisibility.Always;
     this.documentViewer1.VScrollBar.Visible     = false;
     //
     // FormWord
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1114, 1055);
     this.Controls.Add(this.documentViewer1);
     this.Name  = "FormWord";
     this.Text  = "FormWord";
     this.Load += new System.EventHandler(this.FormWord_Load);
     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(MainForm));
            Syncfusion.Windows.Forms.Tools.Office2013ColorTable office2013ColorTable1 = new Syncfusion.Windows.Forms.Tools.Office2013ColorTable();
            Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv1 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
            Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv2 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
            Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv3 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
            Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv4 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
            Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv5 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
            Syncfusion.Windows.Forms.Tools.TreeNodeAdv treeNodeAdv6 = new Syncfusion.Windows.Forms.Tools.TreeNodeAdv();
            Gnostice.Documents.FormatterSettings formatterSettings1 = new Gnostice.Documents.FormatterSettings();
            Gnostice.Documents.TXTFormatterSettings txtFormatterSettings1 = new Gnostice.Documents.TXTFormatterSettings();
            Gnostice.Documents.PageSettings pageSettings1 = new Gnostice.Documents.PageSettings();
            Gnostice.Documents.Margins margins1 = new Gnostice.Documents.Margins();
            Gnostice.Graphics.RenderingSettings renderingSettings1 = new Gnostice.Graphics.RenderingSettings();
            Gnostice.Graphics.ImageRenderingSettings imageRenderingSettings1 = new Gnostice.Graphics.ImageRenderingSettings();
            Gnostice.Graphics.LineArtRenderingSettings lineArtRenderingSettings1 = new Gnostice.Graphics.LineArtRenderingSettings();
            Gnostice.Graphics.ResolutionSettings resolutionSettings1 = new Gnostice.Graphics.ResolutionSettings();
            Gnostice.Graphics.TextRenderingSettings textRenderingSettings1 = new Gnostice.Graphics.TextRenderingSettings();
            Syncfusion.Windows.Forms.Spreadsheet.SpreadsheetCopyPaste spreadsheetCopyPaste1 = new Syncfusion.Windows.Forms.Spreadsheet.SpreadsheetCopyPaste();
            Syncfusion.Windows.Forms.Spreadsheet.FormulaRangeSelectionController formulaRangeSelectionController1 = new Syncfusion.Windows.Forms.Spreadsheet.FormulaRangeSelectionController();
            this.imageListAdv1 = new Syncfusion.Windows.Forms.Tools.ImageListAdv(this.components);
            this.toolStripTabItem2 = new Syncfusion.Windows.Forms.Tools.ToolStripTabItem();
            this.bgwDocuments = new System.ComponentModel.BackgroundWorker();
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            this.superToolTip1 = new Syncfusion.Windows.Forms.Tools.SuperToolTip(this);
            this.ribbonControlAdv1 = new Syncfusion.Windows.Forms.Tools.RibbonControlAdv();
            this.toolStripTabItem1 = new Syncfusion.Windows.Forms.Tools.ToolStripTabItem();
            this.toolStripEx2 = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
            this.btnRefresh = new System.Windows.Forms.ToolStripButton();
            this.btnExit2 = new System.Windows.Forms.ToolStripButton();
            this.toolStripEx3 = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
            this.btnSearchEx = new System.Windows.Forms.ToolStripButton();
            this.btnAddEx = new System.Windows.Forms.ToolStripButton();
            this.btnEditEx = new System.Windows.Forms.ToolStripButton();
            this.btnDelEx = new System.Windows.Forms.ToolStripButton();
            this.btnSecurityEx = new System.Windows.Forms.ToolStripButton();
            this.toolStripEx4 = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
            this.btnAddDoc2 = new System.Windows.Forms.ToolStripButton();
            this.btnEditDoc2 = new System.Windows.Forms.ToolStripButton();
            this.btnDelDoc2 = new System.Windows.Forms.ToolStripButton();
            this.btnBulkAddDoc = new System.Windows.Forms.ToolStripButton();
            this.btnExportDoc2 = new System.Windows.Forms.ToolStripButton();
            this.toolStripEx1 = new Syncfusion.Windows.Forms.Tools.ToolStripEx();
            this.tabControlMain2 = new Syncfusion.Windows.Forms.Tools.TabControlAdv();
            this.tpExperiments = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            this.tpDocuments = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            this.spcExperimentDocs = new System.Windows.Forms.SplitContainer();
            this.tvDocuments = new Syncfusion.Windows.Forms.Tools.TreeViewAdv();
            this.docViewer = new Gnostice.Documents.Controls.WinForms.DocumentViewer();
            this.spreadsheetViewer = new Syncfusion.Windows.Forms.Spreadsheet.Spreadsheet();
            this.tpRScripts = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            this.tpSetup = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            this.tpRStudio = new Syncfusion.Windows.Forms.Tools.TabPageAdv();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControlAdv1)).BeginInit();
            this.ribbonControlAdv1.SuspendLayout();
            this.toolStripTabItem1.Panel.SuspendLayout();
            this.toolStripEx2.SuspendLayout();
            this.toolStripEx3.SuspendLayout();
            this.toolStripEx4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tabControlMain2)).BeginInit();
            this.tabControlMain2.SuspendLayout();
            this.tpDocuments.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.spcExperimentDocs)).BeginInit();
            this.spcExperimentDocs.Panel1.SuspendLayout();
            this.spcExperimentDocs.Panel2.SuspendLayout();
            this.spcExperimentDocs.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tvDocuments)).BeginInit();
            this.SuspendLayout();
            // 
            // imageListAdv1
            // 
            this.imageListAdv1.Images.AddRange(new System.Drawing.Image[] {
            ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images"))),
            ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images1"))),
            ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images2"))),
            ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images3"))),
            ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images4"))),
            ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images5"))),
            ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images6"))),
            ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images7"))),
            ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images8"))),
            ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images9"))),
            ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images10"))),
            ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images11"))),
            ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images12"))),
            ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images13"))),
            ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images14"))),
            ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images15"))),
            ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images16"))),
            ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images17"))),
            ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images18"))),
            ((System.Drawing.Image)(resources.GetObject("imageListAdv1.Images19")))});
            // 
            // toolStripTabItem2
            // 
            this.toolStripTabItem2.Name = "toolStripTabItem2";
            // 
            // 
            // 
            this.toolStripTabItem2.Panel.Name = "";
            this.toolStripTabItem2.Panel.ScrollPosition = 0;
            this.toolStripTabItem2.Panel.TabIndex = 3;
            this.toolStripTabItem2.Panel.Text = "toolStripTabItem2";
            this.toolStripTabItem2.Position = -1;
            this.toolStripTabItem2.Size = new System.Drawing.Size(103, 19);
            this.toolStripTabItem2.Text = "toolStripTabItem2";
            // 
            // bgwDocuments
            // 
            this.bgwDocuments.WorkerReportsProgress = true;
            this.bgwDocuments.WorkerSupportsCancellation = true;
            this.bgwDocuments.DoWork += new System.ComponentModel.DoWorkEventHandler(this.bgwDocuments_DoWork);
            this.bgwDocuments.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.bgwDocuments_ProgressChanged);
            this.bgwDocuments.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwDocuments_RunWorkerCompleted);
            // 
            // saveFileDialog1
            // 
            this.saveFileDialog1.Filter = resources.GetString("saveFileDialog1.Filter");
            this.saveFileDialog1.InitialDirectory = "C:\\";
            // 
            // superToolTip1
            // 
            this.superToolTip1.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(158)))), ((int)(((byte)(218)))));
            this.superToolTip1.VisualStyle = Syncfusion.Windows.Forms.Tools.SuperToolTip.Appearance.Metro;
            // 
            // ribbonControlAdv1
            // 
            this.ribbonControlAdv1.Dock = Syncfusion.Windows.Forms.Tools.DockStyleEx.Top;
            this.ribbonControlAdv1.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.ribbonControlAdv1.Header.AddMainItem(toolStripTabItem1);
            this.ribbonControlAdv1.Location = new System.Drawing.Point(0, 0);
            this.ribbonControlAdv1.MenuButtonFont = new System.Drawing.Font("Segoe UI", 8.25F);
            this.ribbonControlAdv1.MenuButtonText = "";
            this.ribbonControlAdv1.MenuColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(114)))), ((int)(((byte)(198)))));
            this.ribbonControlAdv1.Name = "ribbonControlAdv1";
            office2013ColorTable1.BackStageCaptionColor = System.Drawing.Color.White;
            office2013ColorTable1.ButtonBackgroundPressed = System.Drawing.Color.Empty;
            office2013ColorTable1.ButtonBackgroundSelected = System.Drawing.Color.Empty;
            office2013ColorTable1.CaptionBackColor = System.Drawing.Color.White;
            office2013ColorTable1.CaptionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
            office2013ColorTable1.CheckedTabColor = System.Drawing.Color.White;
            office2013ColorTable1.CheckedTabForeColor = System.Drawing.Color.Empty;
            office2013ColorTable1.CloseButtonColor = System.Drawing.Color.Empty;
            office2013ColorTable1.ContextMenuBackColor = System.Drawing.Color.Empty;
            office2013ColorTable1.ContextMenuItemSelected = System.Drawing.Color.Empty;
            office2013ColorTable1.HeaderColor = System.Drawing.Color.White;
            office2013ColorTable1.HoverTabForeColor = System.Drawing.Color.Empty;
            office2013ColorTable1.LauncherBackColorSelected = System.Drawing.Color.Empty;
            office2013ColorTable1.LauncherColorNormal = System.Drawing.Color.Empty;
            office2013ColorTable1.LauncherColorSelected = System.Drawing.Color.Empty;
            office2013ColorTable1.MaximizeButtonColor = System.Drawing.Color.Empty;
            office2013ColorTable1.MinimizeButtonColor = System.Drawing.Color.Empty;
            office2013ColorTable1.PanelBackColor = System.Drawing.Color.White;
            office2013ColorTable1.RestoreButtonColor = System.Drawing.Color.Empty;
            office2013ColorTable1.RibbonPanelBorderColor = System.Drawing.Color.Empty;
            office2013ColorTable1.SelectedTabBorderColor = System.Drawing.Color.White;
            office2013ColorTable1.SelectedTabColor = System.Drawing.Color.White;
            office2013ColorTable1.SplitButtonBackgroundPressed = System.Drawing.Color.Empty;
            office2013ColorTable1.SplitButtonBackgroundSelected = System.Drawing.Color.Empty;
            office2013ColorTable1.SystemButtonBackground = System.Drawing.Color.Empty;
            office2013ColorTable1.TabBackColor = System.Drawing.Color.White;
            office2013ColorTable1.TabForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(2)))), ((int)(((byte)(34)))), ((int)(((byte)(34)))));
            office2013ColorTable1.TitleColor = System.Drawing.Color.Empty;
            office2013ColorTable1.ToolStripBackColor = System.Drawing.Color.White;
            office2013ColorTable1.ToolStripBorderColor = System.Drawing.Color.White;
            office2013ColorTable1.ToolStripItemForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
            office2013ColorTable1.ToolStripSpliterColor = System.Drawing.Color.LightGray;
            office2013ColorTable1.UpDownButtonBackColor = System.Drawing.Color.Empty;
            this.ribbonControlAdv1.Office2013ColorTable = office2013ColorTable1;
            this.ribbonControlAdv1.OfficeColorScheme = Syncfusion.Windows.Forms.Tools.ToolStripEx.ColorScheme.Managed;
            // 
            // ribbonControlAdv1.OfficeMenu
            // 
            this.ribbonControlAdv1.OfficeMenu.Name = "OfficeMenu";
            this.ribbonControlAdv1.OfficeMenu.ShowItemToolTips = true;
            this.ribbonControlAdv1.OfficeMenu.Size = new System.Drawing.Size(12, 65);
            this.ribbonControlAdv1.QuickPanelImageLayout = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.ribbonControlAdv1.RibbonHeaderImage = Syncfusion.Windows.Forms.Tools.RibbonHeaderImage.None;
            this.ribbonControlAdv1.SelectedTab = this.toolStripTabItem1;
            this.ribbonControlAdv1.ShowRibbonDisplayOptionButton = true;
            this.ribbonControlAdv1.Size = new System.Drawing.Size(1254, 161);
            this.ribbonControlAdv1.SystemText.QuickAccessDialogDropDownName = "Start menu";
            this.ribbonControlAdv1.SystemText.RenameDisplayLabelText = "&Display Name:";
            this.ribbonControlAdv1.TabIndex = 3;
            this.ribbonControlAdv1.Text = "ribbonControlAdv1";
            // 
            // toolStripTabItem1
            // 
            this.toolStripTabItem1.AutoSize = false;
            this.toolStripTabItem1.Name = "toolStripTabItem1";
            // 
            // ribbonControlAdv1.ribbonPanel1
            // 
            this.toolStripTabItem1.Panel.Controls.Add(this.toolStripEx2);
            this.toolStripTabItem1.Panel.Controls.Add(this.toolStripEx3);
            this.toolStripTabItem1.Panel.Controls.Add(this.toolStripEx4);
            this.toolStripTabItem1.Panel.Name = "ribbonPanel1";
            this.toolStripTabItem1.Panel.ScrollPosition = 0;
            this.toolStripTabItem1.Panel.TabIndex = 2;
            this.toolStripTabItem1.Panel.Text = "Main ";
            this.toolStripTabItem1.Position = 0;
            this.toolStripTabItem1.Size = new System.Drawing.Size(75, 19);
            this.toolStripTabItem1.Tag = "1";
            this.toolStripTabItem1.Text = "Main ";
            // 
            // toolStripEx2
            // 
            this.toolStripEx2.AutoSize = false;
            this.toolStripEx2.Dock = System.Windows.Forms.DockStyle.None;
            this.toolStripEx2.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.toolStripEx2.ForeColor = System.Drawing.Color.MidnightBlue;
            this.toolStripEx2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripEx2.Image = null;
            this.toolStripEx2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btnRefresh,
            this.btnExit2});
            this.toolStripEx2.Location = new System.Drawing.Point(0, 1);
            this.toolStripEx2.Name = "toolStripEx2";
            this.toolStripEx2.Size = new System.Drawing.Size(173, 105);
            this.toolStripEx2.TabIndex = 0;
            // 
            // btnRefresh
            // 
            this.btnRefresh.AutoSize = false;
            this.btnRefresh.Image = global::BiologyDepartment.Properties.Resources.refresh;
            this.btnRefresh.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btnRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnRefresh.Name = "btnRefresh";
            this.btnRefresh.Size = new System.Drawing.Size(75, 75);
            this.btnRefresh.Text = "Refresh";
            this.btnRefresh.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.btnRefresh.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.btnRefresh.Click += new System.EventHandler(this.btnRefresh2_Click);
            // 
            // btnExit2
            // 
            this.btnExit2.AutoSize = false;
            this.btnExit2.Image = global::BiologyDepartment.Properties.Resources.exit;
            this.btnExit2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btnExit2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnExit2.Name = "btnExit2";
            this.btnExit2.Size = new System.Drawing.Size(75, 75);
            this.btnExit2.Text = "Exit";
            this.btnExit2.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.btnExit2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.btnExit2.Click += new System.EventHandler(this.tspExit_Click);
            // 
            // toolStripEx3
            // 
            this.toolStripEx3.AutoSize = false;
            this.toolStripEx3.Dock = System.Windows.Forms.DockStyle.None;
            this.toolStripEx3.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.toolStripEx3.ForeColor = System.Drawing.Color.MidnightBlue;
            this.toolStripEx3.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripEx3.Image = null;
            this.toolStripEx3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btnSearchEx,
            this.btnAddEx,
            this.btnEditEx,
            this.btnDelEx,
            this.btnSecurityEx});
            this.toolStripEx3.Location = new System.Drawing.Point(175, 1);
            this.toolStripEx3.Name = "toolStripEx3";
            this.toolStripEx3.Size = new System.Drawing.Size(433, 105);
            this.toolStripEx3.TabIndex = 1;
            this.toolStripEx3.Text = "Experiments";
            // 
            // btnSearchEx
            // 
            this.btnSearchEx.AutoSize = false;
            this.btnSearchEx.Image = global::BiologyDepartment.Properties.Resources.search48;
            this.btnSearchEx.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btnSearchEx.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnSearchEx.Name = "btnSearchEx";
            this.btnSearchEx.Size = new System.Drawing.Size(75, 75);
            this.btnSearchEx.Text = "Search";
            this.btnSearchEx.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.btnSearchEx.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.btnSearchEx.Click += new System.EventHandler(this.btnSearchEx_Click);
            // 
            // btnAddEx
            // 
            this.btnAddEx.AutoSize = false;
            this.btnAddEx.Image = global::BiologyDepartment.Properties.Resources.AddExperiment48;
            this.btnAddEx.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btnAddEx.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnAddEx.Name = "btnAddEx";
            this.btnAddEx.Size = new System.Drawing.Size(75, 75);
            this.btnAddEx.Text = "Add";
            this.btnAddEx.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.btnAddEx.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.btnAddEx.Click += new System.EventHandler(this.btnAddExperiment_Click);
            // 
            // btnEditEx
            // 
            this.btnEditEx.AutoSize = false;
            this.btnEditEx.Image = global::BiologyDepartment.Properties.Resources.EditDoc48;
            this.btnEditEx.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btnEditEx.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnEditEx.Name = "btnEditEx";
            this.btnEditEx.Size = new System.Drawing.Size(75, 75);
            this.btnEditEx.Text = "Edit";
            this.btnEditEx.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.btnEditEx.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.btnEditEx.Click += new System.EventHandler(this.btnEditExperiment_Click);
            // 
            // btnDelEx
            // 
            this.btnDelEx.AutoSize = false;
            this.btnDelEx.Image = global::BiologyDepartment.Properties.Resources.DeleteFile48;
            this.btnDelEx.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btnDelEx.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnDelEx.Name = "btnDelEx";
            this.btnDelEx.Size = new System.Drawing.Size(75, 75);
            this.btnDelEx.Text = "Delete";
            this.btnDelEx.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.btnDelEx.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.btnDelEx.Click += new System.EventHandler(this.btnDelExperiment_Click);
            // 
            // btnSecurityEx
            // 
            this.btnSecurityEx.AutoSize = false;
            this.btnSecurityEx.Image = global::BiologyDepartment.Properties.Resources.ExperimentPermission48;
            this.btnSecurityEx.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btnSecurityEx.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnSecurityEx.Name = "btnSecurityEx";
            this.btnSecurityEx.Size = new System.Drawing.Size(75, 75);
            this.btnSecurityEx.Text = "Security";
            this.btnSecurityEx.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.btnSecurityEx.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.btnSecurityEx.Click += new System.EventHandler(this.btnPermissions_Click);
            // 
            // toolStripEx4
            // 
            this.toolStripEx4.AutoSize = false;
            this.toolStripEx4.Dock = System.Windows.Forms.DockStyle.None;
            this.toolStripEx4.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.toolStripEx4.ForeColor = System.Drawing.Color.MidnightBlue;
            this.toolStripEx4.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripEx4.Image = null;
            this.toolStripEx4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btnAddDoc2,
            this.btnEditDoc2,
            this.btnDelDoc2,
            this.btnBulkAddDoc,
            this.btnExportDoc2});
            this.toolStripEx4.Location = new System.Drawing.Point(610, 1);
            this.toolStripEx4.Name = "toolStripEx4";
            this.toolStripEx4.Size = new System.Drawing.Size(410, 105);
            this.toolStripEx4.TabIndex = 2;
            this.toolStripEx4.Text = "Documents";
            // 
            // btnAddDoc2
            // 
            this.btnAddDoc2.AutoSize = false;
            this.btnAddDoc2.Image = global::BiologyDepartment.Properties.Resources.documentaddicon;
            this.btnAddDoc2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btnAddDoc2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnAddDoc2.Name = "btnAddDoc2";
            this.btnAddDoc2.Size = new System.Drawing.Size(75, 75);
            this.btnAddDoc2.Text = "Add";
            this.btnAddDoc2.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.btnAddDoc2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.btnAddDoc2.Click += new System.EventHandler(this.btnAddDoc_Click);
            // 
            // btnEditDoc2
            // 
            this.btnEditDoc2.AutoSize = false;
            this.btnEditDoc2.Image = global::BiologyDepartment.Properties.Resources.EditDoc48;
            this.btnEditDoc2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btnEditDoc2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnEditDoc2.Name = "btnEditDoc2";
            this.btnEditDoc2.Size = new System.Drawing.Size(75, 75);
            this.btnEditDoc2.Text = "Edit";
            this.btnEditDoc2.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.btnEditDoc2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.btnEditDoc2.Click += new System.EventHandler(this.btnEditDoc_Click);
            // 
            // btnDelDoc2
            // 
            this.btnDelDoc2.AutoSize = false;
            this.btnDelDoc2.Image = global::BiologyDepartment.Properties.Resources.DeleteFile48;
            this.btnDelDoc2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btnDelDoc2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnDelDoc2.Name = "btnDelDoc2";
            this.btnDelDoc2.Size = new System.Drawing.Size(75, 75);
            this.btnDelDoc2.Text = "Delete";
            this.btnDelDoc2.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.btnDelDoc2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.btnDelDoc2.Click += new System.EventHandler(this.btnDelDoc_Click);
            // 
            // btnBulkAddDoc
            // 
            this.btnBulkAddDoc.AutoSize = false;
            this.btnBulkAddDoc.Image = global::BiologyDepartment.Properties.Resources.folder48;
            this.btnBulkAddDoc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btnBulkAddDoc.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnBulkAddDoc.Name = "btnBulkAddDoc";
            this.btnBulkAddDoc.Size = new System.Drawing.Size(75, 75);
            this.btnBulkAddDoc.Text = "Bulk Import";
            this.btnBulkAddDoc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.btnBulkAddDoc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.btnBulkAddDoc.Click += new System.EventHandler(this.btnAddDocs_Click);
            // 
            // btnExportDoc2
            // 
            this.btnExportDoc2.AutoSize = false;
            this.btnExportDoc2.Image = global::BiologyDepartment.Properties.Resources.ClipboardExport2;
            this.btnExportDoc2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.btnExportDoc2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnExportDoc2.Name = "btnExportDoc2";
            this.btnExportDoc2.Size = new System.Drawing.Size(75, 75);
            this.btnExportDoc2.Text = "Export";
            this.btnExportDoc2.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.btnExportDoc2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.btnExportDoc2.Click += new System.EventHandler(this.btnExportDoc_Click);
            // 
            // toolStripEx1
            // 
            this.toolStripEx1.AutoSize = false;
            this.toolStripEx1.Dock = System.Windows.Forms.DockStyle.None;
            this.toolStripEx1.Font = new System.Drawing.Font("Segoe UI", 8.25F);
            this.toolStripEx1.ForeColor = System.Drawing.Color.MidnightBlue;
            this.toolStripEx1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStripEx1.Image = null;
            this.toolStripEx1.Location = new System.Drawing.Point(0, 1);
            this.toolStripEx1.Name = "toolStripEx1";
            this.toolStripEx1.Size = new System.Drawing.Size(212, 60);
            this.toolStripEx1.TabIndex = 0;
            // 
            // tabControlMain2
            // 
            this.tabControlMain2.ActiveTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.tabControlMain2.Alignment = System.Windows.Forms.TabAlignment.Right;
            this.tabControlMain2.BeforeTouchSize = new System.Drawing.Size(1254, 324);
            this.tabControlMain2.BorderVisible = true;
            this.tabControlMain2.CloseButtonForeColor = System.Drawing.Color.Empty;
            this.tabControlMain2.CloseButtonHoverForeColor = System.Drawing.Color.Empty;
            this.tabControlMain2.CloseButtonPressedForeColor = System.Drawing.Color.Empty;
            this.tabControlMain2.Controls.Add(this.tpExperiments);
            this.tabControlMain2.Controls.Add(this.tpDocuments);
            this.tabControlMain2.Controls.Add(this.tpRScripts);
            this.tabControlMain2.Controls.Add(this.tpSetup);
            this.tabControlMain2.Controls.Add(this.tpRStudio);
            this.tabControlMain2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControlMain2.FocusOnTabClick = false;
            this.tabControlMain2.ItemSize = new System.Drawing.Size(50, 120);
            this.tabControlMain2.Location = new System.Drawing.Point(0, 161);
            this.tabControlMain2.MultilineText = true;
            this.tabControlMain2.Name = "tabControlMain2";
            this.tabControlMain2.RotateTextWhenVertical = true;
            this.tabControlMain2.Size = new System.Drawing.Size(1254, 324);
            this.tabControlMain2.SizeMode = Syncfusion.Windows.Forms.Tools.TabSizeMode.Fixed;
            this.tabControlMain2.TabIndex = 5;
            this.tabControlMain2.TabPanelBackColor = System.Drawing.SystemColors.ControlLight;
            this.tabControlMain2.TabStyle = typeof(Syncfusion.Windows.Forms.Tools.TabRendererDockingWhidbey);
            this.tabControlMain2.ThemesEnabled = true;
            // 
            // tpExperiments
            // 
            this.tpExperiments.Image = null;
            this.tpExperiments.ImageSize = new System.Drawing.Size(16, 16);
            this.tpExperiments.Location = new System.Drawing.Point(3, 2);
            this.tpExperiments.Name = "tpExperiments";
            this.tpExperiments.ShowCloseButton = true;
            this.tpExperiments.Size = new System.Drawing.Size(1129, 320);
            this.tpExperiments.TabIndex = 1;
            this.tpExperiments.Text = "Experiments";
            this.tpExperiments.ThemesEnabled = true;
            // 
            // tpDocuments
            // 
            this.tpDocuments.Controls.Add(this.spcExperimentDocs);
            this.tpDocuments.Image = null;
            this.tpDocuments.ImageSize = new System.Drawing.Size(16, 16);
            this.tpDocuments.Location = new System.Drawing.Point(3, 2);
            this.tpDocuments.Name = "tpDocuments";
            this.tpDocuments.ShowCloseButton = true;
            this.tpDocuments.Size = new System.Drawing.Size(1129, 320);
            this.tpDocuments.TabIndex = 6;
            this.tpDocuments.Text = "Documents";
            this.tpDocuments.ThemesEnabled = true;
            // 
            // spcExperimentDocs
            // 
            this.spcExperimentDocs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.spcExperimentDocs.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
            this.spcExperimentDocs.Location = new System.Drawing.Point(0, 0);
            this.spcExperimentDocs.Name = "spcExperimentDocs";
            // 
            // spcExperimentDocs.Panel1
            // 
            this.spcExperimentDocs.Panel1.Controls.Add(this.tvDocuments);
            // 
            // spcExperimentDocs.Panel2
            // 
            this.spcExperimentDocs.Panel2.Controls.Add(this.docViewer);
            this.spcExperimentDocs.Panel2.Controls.Add(this.spreadsheetViewer);
            this.spcExperimentDocs.Size = new System.Drawing.Size(1129, 320);
            this.spcExperimentDocs.SplitterDistance = 245;
            this.spcExperimentDocs.TabIndex = 39;
            // 
            // tvDocuments
            // 
            this.tvDocuments.AddSeparatorAtEnd = true;
            this.tvDocuments.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.tvDocuments.BeforeTouchSize = new System.Drawing.Size(245, 320);
            this.tvDocuments.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tvDocuments.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tvDocuments.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
            // 
            // 
            // 
            this.tvDocuments.HelpTextControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tvDocuments.HelpTextControl.Location = new System.Drawing.Point(0, 0);
            this.tvDocuments.HelpTextControl.Name = "helpText";
            this.tvDocuments.HelpTextControl.Size = new System.Drawing.Size(49, 15);
            this.tvDocuments.HelpTextControl.TabIndex = 0;
            this.tvDocuments.HelpTextControl.Text = "help text";
            this.tvDocuments.InactiveSelectedNodeForeColor = System.Drawing.SystemColors.ControlText;
            this.tvDocuments.Location = new System.Drawing.Point(0, 0);
            this.tvDocuments.MetroColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(165)))), ((int)(((byte)(220)))));
            this.tvDocuments.Name = "tvDocuments";
            treeNodeAdv1.Background = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control);
            treeNodeAdv1.ChildStyle.EnsureDefaultOptionedChild = true;
            treeNodeAdv1.ClosedImgIndex = 16;
            treeNodeAdv1.CollapseImageIndex = 16;
            treeNodeAdv1.EnsureDefaultOptionedChild = true;
            treeNodeAdv1.ExpandImageIndex = 16;
            treeNodeAdv1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            treeNodeAdv1.MultiLine = true;
            treeNodeAdv1.OpenImgIndex = 16;
            treeNodeAdv1.PlusMinusSize = new System.Drawing.Size(9, 9);
            treeNodeAdv1.ShowLine = true;
            treeNodeAdv1.Text = "PDF                           ";
            treeNodeAdv1.TextColor = System.Drawing.Color.Black;
            treeNodeAdv2.Background = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control);
            treeNodeAdv2.ChildStyle.EnsureDefaultOptionedChild = true;
            treeNodeAdv2.EnsureDefaultOptionedChild = true;
            treeNodeAdv2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            treeNodeAdv2.MultiLine = true;
            treeNodeAdv2.PlusMinusSize = new System.Drawing.Size(9, 9);
            treeNodeAdv2.ShowLine = true;
            treeNodeAdv2.Text = "DOCUMENTS            ";
            treeNodeAdv2.TextColor = System.Drawing.Color.Black;
            treeNodeAdv3.Background = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control);
            treeNodeAdv3.ChildStyle.EnsureDefaultOptionedChild = true;
            treeNodeAdv3.EnsureDefaultOptionedChild = true;
            treeNodeAdv3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            treeNodeAdv3.MultiLine = true;
            treeNodeAdv3.PlusMinusSize = new System.Drawing.Size(9, 9);
            treeNodeAdv3.ShowLine = true;
            treeNodeAdv3.Text = "SPREADSHEET        ";
            treeNodeAdv3.TextColor = System.Drawing.Color.Black;
            treeNodeAdv4.Background = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control);
            treeNodeAdv4.ChildStyle.EnsureDefaultOptionedChild = true;
            treeNodeAdv4.EnsureDefaultOptionedChild = true;
            treeNodeAdv4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            treeNodeAdv4.MultiLine = true;
            treeNodeAdv4.PlusMinusSize = new System.Drawing.Size(9, 9);
            treeNodeAdv4.ShowLine = true;
            treeNodeAdv4.Text = "PRESENTATION        ";
            treeNodeAdv4.TextColor = System.Drawing.Color.Black;
            treeNodeAdv5.Background = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.PatternStyle.None, System.Drawing.SystemColors.WindowText, System.Drawing.SystemColors.Control);
            treeNodeAdv5.ChildStyle.EnsureDefaultOptionedChild = true;
            treeNodeAdv5.EnsureDefaultOptionedChild = true;
            treeNodeAdv5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            treeNodeAdv5.MultiLine = true;
            treeNodeAdv5.PlusMinusSize = new System.Drawing.Size(9, 9);
            treeNodeAdv5.ShowLine = true;
            treeNodeAdv5.Text = "IMAGE                       ";
            treeNodeAdv5.TextColor = System.Drawing.Color.Black;
            treeNodeAdv6.Background = new Syncfusion.Drawing.BrushInfo(System.Drawing.SystemColors.Control);
            treeNodeAdv6.ChildStyle.EnsureDefaultOptionedChild = true;
            treeNodeAdv6.EnsureDefaultOptionedChild = true;
            treeNodeAdv6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            treeNodeAdv6.MultiLine = true;
            treeNodeAdv6.PlusMinusSize = new System.Drawing.Size(9, 9);
            treeNodeAdv6.ShowLine = true;
            treeNodeAdv6.Text = "MISC                         ";
            treeNodeAdv6.TextColor = System.Drawing.Color.Black;
            this.tvDocuments.Nodes.AddRange(new Syncfusion.Windows.Forms.Tools.TreeNodeAdv[] {
            treeNodeAdv1,
            treeNodeAdv2,
            treeNodeAdv3,
            treeNodeAdv4,
            treeNodeAdv5,
            treeNodeAdv6});
            this.tvDocuments.SelectedNodeBackground = new Syncfusion.Drawing.BrushInfo(System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(235)))), ((int)(((byte)(251))))));
            this.tvDocuments.SelectedNodeForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
            this.tvDocuments.ShowFocusRect = false;
            this.tvDocuments.Size = new System.Drawing.Size(245, 320);
            this.tvDocuments.Style = Syncfusion.Windows.Forms.Tools.TreeStyle.Office2007;
            this.tvDocuments.TabIndex = 38;
            this.tvDocuments.Text = "treeViewAdv1";
            this.tvDocuments.ThemesEnabled = true;
            // 
            // 
            // 
            this.tvDocuments.ToolTipControl.BackColor = System.Drawing.SystemColors.Info;
            this.tvDocuments.ToolTipControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tvDocuments.ToolTipControl.Location = new System.Drawing.Point(0, 0);
            this.tvDocuments.ToolTipControl.Name = "toolTip";
            this.tvDocuments.ToolTipControl.Size = new System.Drawing.Size(41, 15);
            this.tvDocuments.ToolTipControl.TabIndex = 1;
            this.tvDocuments.ToolTipControl.Text = "toolTip";
            this.tvDocuments.AfterSelect += new System.EventHandler(this.tvDocuments_AfterSelect);
            // 
            // docViewer
            // 
            this.docViewer.BackColor = System.Drawing.SystemColors.ControlDark;
            this.docViewer.BorderWidth = 10;
            this.docViewer.CurrentPage = 0;
            this.docViewer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.docViewer.HScrollBar.LargeChange = 40;
            this.docViewer.HScrollBar.SmallChange = 20;
            this.docViewer.HScrollBar.Value = 0;
            this.docViewer.HScrollBar.Visibility = Gnostice.Documents.Controls.WinForms.ScrollBarVisibility.Always;
            this.docViewer.Location = new System.Drawing.Point(0, 0);
            this.docViewer.Name = "docViewer";
            // 
            // 
            // 
            this.docViewer.NavigationPane.ActivePage = null;
            this.docViewer.NavigationPane.Location = new System.Drawing.Point(0, 0);
            this.docViewer.NavigationPane.Name = "";
            this.docViewer.NavigationPane.TabIndex = 0;
            this.docViewer.NavigationPane.Visibility = Gnostice.Documents.Controls.WinForms.Visibility.Auto;
            this.docViewer.NavigationPane.WidthPercentage = 20;
            this.docViewer.PageLayout = null;
            this.docViewer.PageRotation = Gnostice.Documents.Controls.WinForms.RotationAngle.Zero;
            txtFormatterSettings1.Font = new System.Drawing.Font("Calibri", 12F);
            pageSettings1.Height = 11.6929F;
            margins1.Bottom = 1F;
            margins1.Footer = 0F;
            margins1.Header = 0F;
            margins1.Left = 1F;
            margins1.Right = 1F;
            margins1.Top = 1F;
            pageSettings1.Margin = margins1;
            pageSettings1.Orientation = Gnostice.Graphics.Orientation.Portrait;
            pageSettings1.PageSize = Gnostice.Documents.PageSize.A4;
            pageSettings1.Width = 8.2677F;
            txtFormatterSettings1.PageSettings = pageSettings1;
            formatterSettings1.TXT = txtFormatterSettings1;
            this.docViewer.Preferences.FormatterSettings = formatterSettings1;
            this.docViewer.Preferences.KeyNavigation = true;
            imageRenderingSettings1.CompositingMode = Gnostice.Graphics.CompositingMode.SourceOver;
            imageRenderingSettings1.CompositingQuality = Gnostice.Graphics.CompositingQuality.Default;
            imageRenderingSettings1.InterpolationMode = Gnostice.Graphics.InterpolationMode.Bilinear;
            imageRenderingSettings1.PixelOffsetMode = Gnostice.Graphics.PixelOffsetMode.Default;
            renderingSettings1.Image = imageRenderingSettings1;
            lineArtRenderingSettings1.SmoothingMode = Gnostice.Graphics.SmoothingMode.AntiAlias;
            renderingSettings1.LineArt = lineArtRenderingSettings1;
            resolutionSettings1.DpiX = 96F;
            resolutionSettings1.DpiY = 96F;
            resolutionSettings1.ResolutionMode = Gnostice.Graphics.ResolutionMode.UseSource;
            renderingSettings1.Resolution = resolutionSettings1;
            textRenderingSettings1.TextContrast = 3;
            textRenderingSettings1.TextRenderingHint = Gnostice.Graphics.TextRenderingHint.AntiAlias;
            renderingSettings1.Text = textRenderingSettings1;
            this.docViewer.Preferences.RenderingSettings = renderingSettings1;
            this.docViewer.Preferences.Units = Gnostice.Graphics.MeasurementUnit.Inches;
            this.docViewer.Size = new System.Drawing.Size(880, 320);
            this.docViewer.TabIndex = 6;
            this.docViewer.VScrollBar.LargeChange = 40;
            this.docViewer.VScrollBar.SmallChange = 20;
            this.docViewer.VScrollBar.Value = 0;
            this.docViewer.VScrollBar.Visibility = Gnostice.Documents.Controls.WinForms.ScrollBarVisibility.Always;
            this.docViewer.Zoom.ZoomMode = Gnostice.Documents.Controls.WinForms.ZoomMode.ActualSize;
            this.docViewer.Zoom.ZoomPercent = 100D;
            // 
            // spreadsheetViewer
            // 
            this.spreadsheetViewer.AllowCellContextMenu = true;
            this.spreadsheetViewer.AllowExtendRowColumnCount = true;
            this.spreadsheetViewer.AllowFormulaRangeSelection = true;
            this.spreadsheetViewer.AllowTabItemContextMenu = true;
            this.spreadsheetViewer.AllowZooming = true;
            spreadsheetCopyPaste1.AllowPasteOptionPopup = true;
            spreadsheetCopyPaste1.DefaultPasteOption = Syncfusion.Windows.Forms.Spreadsheet.PasteOptions.Paste;
            this.spreadsheetViewer.CopyPaste = spreadsheetCopyPaste1;
            this.spreadsheetViewer.DefaultColumnCount = 101;
            this.spreadsheetViewer.DefaultRowCount = 101;
            this.spreadsheetViewer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.spreadsheetViewer.FileName = "Book6";
            this.spreadsheetViewer.FormulaBarVisibility = false;
            formulaRangeSelectionController1.AllowMouseSelection = true;
            formulaRangeSelectionController1.AllowSelectionOnEditing = true;
            this.spreadsheetViewer.FormulaRangeSelectionController = formulaRangeSelectionController1;
            this.spreadsheetViewer.IsCustomTabItemContextMenuEnabled = false;
            this.spreadsheetViewer.Location = new System.Drawing.Point(0, 0);
            this.spreadsheetViewer.Name = "spreadsheetViewer";
            this.spreadsheetViewer.SelectedTabIndex = 0;
            this.spreadsheetViewer.SelectedTabItem = null;
            this.spreadsheetViewer.Size = new System.Drawing.Size(880, 320);
            this.spreadsheetViewer.TabIndex = 5;
            this.spreadsheetViewer.TabItemContextMenu = null;
            this.spreadsheetViewer.Text = "spreadsheet1";
            // 
            // tpRScripts
            // 
            this.tpRScripts.Image = null;
            this.tpRScripts.ImageSize = new System.Drawing.Size(16, 16);
            this.tpRScripts.Location = new System.Drawing.Point(3, 2);
            this.tpRScripts.Name = "tpRScripts";
            this.tpRScripts.ShowCloseButton = true;
            this.tpRScripts.Size = new System.Drawing.Size(1129, 320);
            this.tpRScripts.TabIndex = 4;
            this.tpRScripts.Text = "RScripts";
            this.tpRScripts.ThemesEnabled = true;
            // 
            // tpSetup
            // 
            this.tpSetup.Image = null;
            this.tpSetup.ImageSize = new System.Drawing.Size(16, 16);
            this.tpSetup.Location = new System.Drawing.Point(3, 2);
            this.tpSetup.Name = "tpSetup";
            this.tpSetup.ShowCloseButton = true;
            this.tpSetup.Size = new System.Drawing.Size(1129, 320);
            this.tpSetup.TabIndex = 3;
            this.tpSetup.Text = "Setup";
            this.tpSetup.ThemesEnabled = true;
            // 
            // tpRStudio
            // 
            this.tpRStudio.Image = null;
            this.tpRStudio.ImageSize = new System.Drawing.Size(16, 16);
            this.tpRStudio.Location = new System.Drawing.Point(3, 2);
            this.tpRStudio.Name = "tpRStudio";
            this.tpRStudio.ShowCloseButton = true;
            this.tpRStudio.Size = new System.Drawing.Size(1129, 320);
            this.tpRStudio.TabIndex = 5;
            this.tpRStudio.Text = "RStudio";
            this.tpRStudio.ThemesEnabled = true;
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            this.ClientSize = new System.Drawing.Size(1254, 485);
            this.Controls.Add(this.tabControlMain2);
            this.Controls.Add(this.ribbonControlAdv1);
            this.IsMdiContainer = true;
            this.KeyPreview = true;
            this.MinimumSize = new System.Drawing.Size(979, 501);
            this.Name = "MainForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Biology Project Database";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown);
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControlAdv1)).EndInit();
            this.ribbonControlAdv1.ResumeLayout(false);
            this.ribbonControlAdv1.PerformLayout();
            this.toolStripTabItem1.Panel.ResumeLayout(false);
            this.toolStripEx2.ResumeLayout(false);
            this.toolStripEx2.PerformLayout();
            this.toolStripEx3.ResumeLayout(false);
            this.toolStripEx3.PerformLayout();
            this.toolStripEx4.ResumeLayout(false);
            this.toolStripEx4.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tabControlMain2)).EndInit();
            this.tabControlMain2.ResumeLayout(false);
            this.tpDocuments.ResumeLayout(false);
            this.spcExperimentDocs.Panel1.ResumeLayout(false);
            this.spcExperimentDocs.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.spcExperimentDocs)).EndInit();
            this.spcExperimentDocs.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tvDocuments)).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()
 {
     Gnostice.Documents.FormatterSettings formatterSettings1 = new Gnostice.Documents.FormatterSettings();
     Gnostice.Documents.Spreadsheet.SpreadSheetFormatterSettings spreadSheetFormatterSettings1 = new Gnostice.Documents.Spreadsheet.SpreadSheetFormatterSettings();
     Gnostice.Documents.PageSettings             pageSettings1             = new Gnostice.Documents.PageSettings();
     Gnostice.Documents.Margins                  margins1                  = new Gnostice.Documents.Margins();
     Gnostice.Documents.Spreadsheet.SheetOptions sheetOptions1             = new Gnostice.Documents.Spreadsheet.SheetOptions();
     Gnostice.Documents.Spreadsheet.SheetOptions sheetOptions2             = new Gnostice.Documents.Spreadsheet.SheetOptions();
     Gnostice.Documents.TXTFormatterSettings     txtFormatterSettings1     = new Gnostice.Documents.TXTFormatterSettings();
     Gnostice.Documents.PageSettings             pageSettings2             = new Gnostice.Documents.PageSettings();
     Gnostice.Documents.Margins                  margins2                  = new Gnostice.Documents.Margins();
     Gnostice.Graphics.RenderingSettings         renderingSettings1        = new Gnostice.Graphics.RenderingSettings();
     Gnostice.Graphics.ImageRenderingSettings    imageRenderingSettings1   = new Gnostice.Graphics.ImageRenderingSettings();
     Gnostice.Graphics.LineArtRenderingSettings  lineArtRenderingSettings1 = new Gnostice.Graphics.LineArtRenderingSettings();
     Gnostice.Graphics.ResolutionSettings        resolutionSettings1       = new Gnostice.Graphics.ResolutionSettings();
     Gnostice.Graphics.TextRenderingSettings     textRenderingSettings1    = new Gnostice.Graphics.TextRenderingSettings();
     this.kryptonNavigator1   = new ComponentFactory.Krypton.Navigator.KryptonNavigator();
     this.tabPageDocument     = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.headerGroupDocument = new ComponentFactory.Krypton.Toolkit.KryptonHeaderGroup();
     this.btnZoomIN           = new ComponentFactory.Krypton.Toolkit.ButtonSpecHeaderGroup();
     this.btnZoomOut          = new ComponentFactory.Krypton.Toolkit.ButtonSpecHeaderGroup();
     this.btnDownload         = new ComponentFactory.Krypton.Toolkit.ButtonSpecHeaderGroup();
     this.btnEmail            = new ComponentFactory.Krypton.Toolkit.ButtonSpecHeaderGroup();
     this.btnEnable           = new ComponentFactory.Krypton.Toolkit.ButtonSpecHeaderGroup();
     this.documentViewer1     = new Gnostice.Documents.Controls.WinForms.DocumentViewer();
     this.tabPageHistory      = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.gridHistory         = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigator1)).BeginInit();
     this.kryptonNavigator1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabPageDocument)).BeginInit();
     this.tabPageDocument.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.headerGroupDocument)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.headerGroupDocument.Panel)).BeginInit();
     this.headerGroupDocument.Panel.SuspendLayout();
     this.headerGroupDocument.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabPageHistory)).BeginInit();
     this.tabPageHistory.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridHistory)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonNavigator1
     //
     this.kryptonNavigator1.Button.CloseButtonAction  = ComponentFactory.Krypton.Navigator.CloseButtonAction.None;
     this.kryptonNavigator1.Button.CloseButtonDisplay = ComponentFactory.Krypton.Navigator.ButtonDisplay.Hide;
     this.kryptonNavigator1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.kryptonNavigator1.Header.HeaderValuesPrimary.MapHeading = ComponentFactory.Krypton.Navigator.MapKryptonPageText.TextTitleDescription;
     this.kryptonNavigator1.Location = new System.Drawing.Point(1, 1);
     this.kryptonNavigator1.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.kryptonNavigator1.Name     = "kryptonNavigator1";
     this.kryptonNavigator1.Pages.AddRange(new ComponentFactory.Krypton.Navigator.KryptonPage[] {
         this.tabPageDocument,
         this.tabPageHistory
     });
     this.kryptonNavigator1.SelectedIndex = 0;
     this.kryptonNavigator1.Size          = new System.Drawing.Size(1131, 444);
     this.kryptonNavigator1.TabIndex      = 2;
     this.kryptonNavigator1.Text          = "kryptonNavigator1";
     //
     // tabPageDocument
     //
     this.tabPageDocument.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.tabPageDocument.Controls.Add(this.headerGroupDocument);
     this.tabPageDocument.Flags          = 65534;
     this.tabPageDocument.ImageSmall     = global::appExcelERP.Properties.Resources.IDRLibraryFile_16x;
     this.tabPageDocument.LastVisibleSet = true;
     this.tabPageDocument.Margin         = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tabPageDocument.MinimumSize    = new System.Drawing.Size(67, 62);
     this.tabPageDocument.Name           = "tabPageDocument";
     this.tabPageDocument.Size           = new System.Drawing.Size(1129, 413);
     this.tabPageDocument.Text           = "Document Viewer";
     this.tabPageDocument.ToolTipTitle   = "Page ToolTip";
     this.tabPageDocument.UniqueName     = "614CC1589E9F4BD0C1953843A713BF19";
     //
     // headerGroupDocument
     //
     this.headerGroupDocument.ButtonSpecs.AddRange(new ComponentFactory.Krypton.Toolkit.ButtonSpecHeaderGroup[] {
         this.btnZoomIN,
         this.btnZoomOut,
         this.btnDownload,
         this.btnEmail,
         this.btnEnable
     });
     this.headerGroupDocument.Dock = System.Windows.Forms.DockStyle.Fill;
     this.headerGroupDocument.HeaderStylePrimary   = ComponentFactory.Krypton.Toolkit.HeaderStyle.DockActive;
     this.headerGroupDocument.HeaderStyleSecondary = ComponentFactory.Krypton.Toolkit.HeaderStyle.DockActive;
     this.headerGroupDocument.Location             = new System.Drawing.Point(0, 0);
     this.headerGroupDocument.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.headerGroupDocument.Name   = "headerGroupDocument";
     //
     // headerGroupDocument.Panel
     //
     this.headerGroupDocument.Panel.Controls.Add(this.documentViewer1);
     this.headerGroupDocument.Size     = new System.Drawing.Size(1129, 413);
     this.headerGroupDocument.TabIndex = 1;
     this.headerGroupDocument.ValuesPrimary.Heading = "";
     this.headerGroupDocument.ValuesPrimary.Image   = null;
     //
     // btnZoomIN
     //
     this.btnZoomIN.Image      = global::appExcelERP.Properties.Resources.ZoomIn_16x;
     this.btnZoomIN.Text       = "Zoom IN";
     this.btnZoomIN.UniqueName = "55E9C0B0DAF04FA75993F47416A05341";
     this.btnZoomIN.Click     += new System.EventHandler(this.btnZoomIN_Click);
     //
     // btnZoomOut
     //
     this.btnZoomOut.Image      = global::appExcelERP.Properties.Resources.ZoomOut_16x;
     this.btnZoomOut.Text       = "Zoom Out";
     this.btnZoomOut.UniqueName = "583433D20C594393178F1BDF2A554EEF";
     this.btnZoomOut.Click     += new System.EventHandler(this.btnZoomOut_Click);
     //
     // btnDownload
     //
     this.btnDownload.HeaderLocation = ComponentFactory.Krypton.Toolkit.HeaderLocation.SecondaryHeader;
     this.btnDownload.Image          = global::appExcelERP.Properties.Resources.ASX_TransferDownload_blue_16x;
     this.btnDownload.Text           = "&Download";
     this.btnDownload.UniqueName     = "74E942F5B9FB4DFB1BA1BEC639378DDC";
     this.btnDownload.Click         += new System.EventHandler(this.btnDownload_Click);
     //
     // btnEmail
     //
     this.btnEmail.HeaderLocation = ComponentFactory.Krypton.Toolkit.HeaderLocation.SecondaryHeader;
     this.btnEmail.Image          = global::appExcelERP.Properties.Resources.HttpSend_16x;
     this.btnEmail.Text           = "Send as &mail attachment";
     this.btnEmail.UniqueName     = "C93CEE1C496847ED3686E6F0F304DBFF";
     this.btnEmail.Click         += new System.EventHandler(this.btnEmail_Click);
     //
     // btnEnable
     //
     this.btnEnable.Image      = global::appExcelERP.Properties.Resources.EnableLog_16x;
     this.btnEnable.Text       = "&Enable";
     this.btnEnable.UniqueName = "052B0A8D02224250538B9CE7060BAD5E";
     this.btnEnable.Click     += new System.EventHandler(this.btnEnable_Click);
     //
     // documentViewer1
     //
     this.documentViewer1.BackColor              = System.Drawing.SystemColors.ControlDark;
     this.documentViewer1.BorderStyle            = System.Windows.Forms.BorderStyle.FixedSingle;
     this.documentViewer1.BorderWidth            = 10;
     this.documentViewer1.CurrentPage            = 0;
     this.documentViewer1.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.documentViewer1.Enabled                = false;
     this.documentViewer1.HScrollBar.LargeChange = 40;
     this.documentViewer1.HScrollBar.SmallChange = 20;
     this.documentViewer1.HScrollBar.Value       = 0;
     this.documentViewer1.HScrollBar.Visibility  = Gnostice.Documents.Controls.WinForms.ScrollBarVisibility.Always;
     this.documentViewer1.Location               = new System.Drawing.Point(0, 0);
     this.documentViewer1.Margin                 = new System.Windows.Forms.Padding(5, 5, 5, 5);
     this.documentViewer1.Name                   = "documentViewer1";
     //
     //
     //
     this.documentViewer1.NavigationPane.ActivePage      = null;
     this.documentViewer1.NavigationPane.Location        = new System.Drawing.Point(0, 0);
     this.documentViewer1.NavigationPane.Name            = "";
     this.documentViewer1.NavigationPane.TabIndex        = 0;
     this.documentViewer1.NavigationPane.Visibility      = Gnostice.Documents.Controls.WinForms.Visibility.Auto;
     this.documentViewer1.NavigationPane.Visible         = false;
     this.documentViewer1.NavigationPane.WidthPercentage = 20;
     this.documentViewer1.PageLayout              = null;
     this.documentViewer1.PageRotation            = Gnostice.Documents.Controls.WinForms.RotationAngle.Zero;
     spreadSheetFormatterSettings1.FormattingMode = Gnostice.DOM.FormattingMode.PreferDocumentSettings;
     spreadSheetFormatterSettings1.PageOrder      = Gnostice.Documents.Spreadsheet.LayoutDirection.BackwardN;
     pageSettings1.Height      = 11.6929F;
     margins1.Bottom           = 1F;
     margins1.Footer           = 0F;
     margins1.Header           = 0F;
     margins1.Left             = 1F;
     margins1.Right            = 1F;
     margins1.Top              = 1F;
     pageSettings1.Margin      = margins1;
     pageSettings1.Orientation = Gnostice.Graphics.Orientation.Portrait;
     pageSettings1.PageSize    = Gnostice.Documents.PageSize.A4;
     pageSettings1.Width       = 8.2677F;
     spreadSheetFormatterSettings1.PageSettings = pageSettings1;
     sheetOptions1.Print = false;
     sheetOptions1.View  = true;
     spreadSheetFormatterSettings1.ShowGridlines = sheetOptions1;
     sheetOptions2.Print = false;
     sheetOptions2.View  = true;
     spreadSheetFormatterSettings1.ShowHeadings = sheetOptions2;
     formatterSettings1.SpreadSheet             = spreadSheetFormatterSettings1;
     txtFormatterSettings1.Font = new System.Drawing.Font("Calibri", 12F);
     pageSettings2.Height       = 11.6929F;
     margins2.Bottom            = 1F;
     margins2.Footer            = 0F;
     margins2.Header            = 0F;
     margins2.Left                      = 1F;
     margins2.Right                     = 1F;
     margins2.Top                       = 1F;
     pageSettings2.Margin               = margins2;
     pageSettings2.Orientation          = Gnostice.Graphics.Orientation.Portrait;
     pageSettings2.PageSize             = Gnostice.Documents.PageSize.A4;
     pageSettings2.Width                = 8.2677F;
     txtFormatterSettings1.PageSettings = pageSettings2;
     formatterSettings1.TXT             = txtFormatterSettings1;
     this.documentViewer1.Preferences.FormatterSettings = formatterSettings1;
     this.documentViewer1.Preferences.KeyNavigation     = true;
     imageRenderingSettings1.CompositingMode            = Gnostice.Graphics.CompositingMode.SourceOver;
     imageRenderingSettings1.CompositingQuality         = Gnostice.Graphics.CompositingQuality.Default;
     imageRenderingSettings1.InterpolationMode          = Gnostice.Graphics.InterpolationMode.NearestNeighbor;
     imageRenderingSettings1.PixelOffsetMode            = Gnostice.Graphics.PixelOffsetMode.HighQuality;
     renderingSettings1.Image = imageRenderingSettings1;
     lineArtRenderingSettings1.SmoothingMode = Gnostice.Graphics.SmoothingMode.AntiAlias;
     renderingSettings1.LineArt               = lineArtRenderingSettings1;
     resolutionSettings1.DpiX                 = 96F;
     resolutionSettings1.DpiY                 = 96F;
     resolutionSettings1.ResolutionMode       = Gnostice.Graphics.ResolutionMode.UseSource;
     renderingSettings1.Resolution            = resolutionSettings1;
     textRenderingSettings1.TextContrast      = 3;
     textRenderingSettings1.TextRenderingHint = Gnostice.Graphics.TextRenderingHint.AntiAlias;
     renderingSettings1.Text = textRenderingSettings1;
     this.documentViewer1.Preferences.RenderingSettings = renderingSettings1;
     this.documentViewer1.Preferences.Units             = Gnostice.Graphics.MeasurementUnit.Inches;
     this.documentViewer1.Size     = new System.Drawing.Size(1127, 349);
     this.documentViewer1.TabIndex = 0;
     this.documentViewer1.VScrollBar.LargeChange = 40;
     this.documentViewer1.VScrollBar.SmallChange = 20;
     this.documentViewer1.VScrollBar.Value       = 0;
     this.documentViewer1.VScrollBar.Visibility  = Gnostice.Documents.Controls.WinForms.ScrollBarVisibility.Always;
     this.documentViewer1.Zoom.ZoomMode          = Gnostice.Documents.Controls.WinForms.ZoomMode.FitWidth;
     this.documentViewer1.Zoom.ZoomPercent       = 100D;
     //
     // tabPageHistory
     //
     this.tabPageHistory.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.tabPageHistory.Controls.Add(this.gridHistory);
     this.tabPageHistory.Flags          = 65534;
     this.tabPageHistory.ImageSmall     = global::appExcelERP.Properties.Resources.HistoryTable_16x;
     this.tabPageHistory.LastVisibleSet = true;
     this.tabPageHistory.Margin         = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.tabPageHistory.MinimumSize    = new System.Drawing.Size(67, 62);
     this.tabPageHistory.Name           = "tabPageHistory";
     this.tabPageHistory.Padding        = new System.Windows.Forms.Padding(7, 6, 7, 6);
     this.tabPageHistory.Size           = new System.Drawing.Size(1129, 413);
     this.tabPageHistory.Text           = "&History";
     this.tabPageHistory.ToolTipTitle   = "Page ToolTip";
     this.tabPageHistory.UniqueName     = "0BE3A17D90A34EFEB4BCE30E3E0B56F1";
     //
     // gridHistory
     //
     this.gridHistory.AllowUserToAddRows    = false;
     this.gridHistory.AllowUserToDeleteRows = false;
     this.gridHistory.AutoSizeColumnsMode   = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.gridHistory.AutoSizeRowsMode      = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.gridHistory.ColumnHeadersHeight   = 28;
     this.gridHistory.ColumnHeadersVisible  = false;
     this.gridHistory.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.gridHistory.Location          = new System.Drawing.Point(7, 6);
     this.gridHistory.Margin            = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.gridHistory.Name              = "gridHistory";
     this.gridHistory.ReadOnly          = true;
     this.gridHistory.RowHeadersVisible = false;
     this.gridHistory.SelectionMode     = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.gridHistory.Size              = new System.Drawing.Size(1115, 401);
     this.gridHistory.TabIndex          = 0;
     //
     // ctrlDocumentViewer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BorderStyle         = System.Windows.Forms.BorderStyle.FixedSingle;
     this.Controls.Add(this.kryptonNavigator1);
     this.Margin  = new System.Windows.Forms.Padding(1);
     this.Name    = "ctrlDocumentViewer";
     this.Padding = new System.Windows.Forms.Padding(1);
     this.Size    = new System.Drawing.Size(1133, 446);
     this.Load   += new System.EventHandler(this.ctrlDocumentViewer_Load);
     this.Resize += new System.EventHandler(this.ctrlDocumentViewer_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigator1)).EndInit();
     this.kryptonNavigator1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabPageDocument)).EndInit();
     this.tabPageDocument.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.headerGroupDocument.Panel)).EndInit();
     this.headerGroupDocument.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.headerGroupDocument)).EndInit();
     this.headerGroupDocument.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabPageHistory)).EndInit();
     this.tabPageHistory.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridHistory)).EndInit();
     this.ResumeLayout(false);
 }