Bloom.CollectionTab.LibraryBookView.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
			this.components = new System.ComponentModel.Container();
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			this._addToCollectionButton = new System.Windows.Forms.Button();
			this._editBookButton = new System.Windows.Forms.Button();
			this._L10NSharpExtender = new L10NSharp.UI.L10NSharpExtender(this.components);
			this._splitContainerForPreviewAndAboutBrowsers = new Bloom.ToPalaso.BetterSplitContainer(this.components);
			this._previewBrowser = new Bloom.Browser();
			this._readmeBrowser = new Bloom.Browser();
			((System.ComponentModel.ISupportInitialize)(this._L10NSharpExtender)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this._splitContainerForPreviewAndAboutBrowsers)).BeginInit();
			this._splitContainerForPreviewAndAboutBrowsers.Panel1.SuspendLayout();
			this._splitContainerForPreviewAndAboutBrowsers.Panel2.SuspendLayout();
			this._splitContainerForPreviewAndAboutBrowsers.SuspendLayout();
			this.SuspendLayout();
			// 
			// _addToCollectionButton
			// 
			this._addToCollectionButton.BackColor = System.Drawing.SystemColors.ControlLightLight;
			this._addToCollectionButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this._addToCollectionButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this._addToCollectionButton.Image = global::Bloom.Properties.Resources.newBook;
			this._addToCollectionButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this._L10NSharpExtender.SetLocalizableToolTip(this._addToCollectionButton, "Create a book in my language using this source book");
			this._L10NSharpExtender.SetLocalizationComment(this._addToCollectionButton, null);
			this._L10NSharpExtender.SetLocalizingId(this._addToCollectionButton, "CollectionTab.MakeBookUsingThisTemplate");
			this._addToCollectionButton.Location = new System.Drawing.Point(12, 6);
			this._addToCollectionButton.Name = "_addToCollectionButton";
			this._addToCollectionButton.Size = new System.Drawing.Size(255, 48);
			this._addToCollectionButton.TabIndex = 0;
			this._addToCollectionButton.Text = "Make a book using this source";
			this._addToCollectionButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
			this._addToCollectionButton.UseVisualStyleBackColor = false;
			this._addToCollectionButton.Click += new System.EventHandler(this.OnAddToLibraryClick);
			this._addToCollectionButton.MouseEnter += new System.EventHandler(this._addToLibraryButton_MouseEnter);
			this._addToCollectionButton.MouseLeave += new System.EventHandler(this._addToLibraryButton_MouseLeave);
			// 
			// _editBookButton
			// 
			this._editBookButton.BackColor = System.Drawing.SystemColors.ControlLightLight;
			this._editBookButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this._editBookButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this._editBookButton.Image = global::Bloom.Properties.Resources.edit;
			this._L10NSharpExtender.SetLocalizableToolTip(this._editBookButton, null);
			this._L10NSharpExtender.SetLocalizationComment(this._editBookButton, null);
			this._L10NSharpExtender.SetLocalizingId(this._editBookButton, "CollectionTab.EditBookButton");
			this._editBookButton.Location = new System.Drawing.Point(12, 6);
			this._editBookButton.Name = "_editBookButton";
			this._editBookButton.Size = new System.Drawing.Size(170, 42);
			this._editBookButton.TabIndex = 2;
			this._editBookButton.Text = "Edit this book";
			this._editBookButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
			this._editBookButton.UseVisualStyleBackColor = false;
			this._editBookButton.Click += new System.EventHandler(this._editBookButton_Click);
			// 
			// _L10NSharpExtender
			// 
			this._L10NSharpExtender.LocalizationManagerId = "Bloom";
			this._L10NSharpExtender.PrefixForNewItems = null;
			// 
			// _splitContainerForPreviewAndAboutBrowsers
			// 
			this._splitContainerForPreviewAndAboutBrowsers.Dock = System.Windows.Forms.DockStyle.Fill;
			this._L10NSharpExtender.SetLocalizableToolTip(this._splitContainerForPreviewAndAboutBrowsers, null);
			this._L10NSharpExtender.SetLocalizationComment(this._splitContainerForPreviewAndAboutBrowsers, null);
			this._L10NSharpExtender.SetLocalizingId(this._splitContainerForPreviewAndAboutBrowsers, "betterSplitContainer1");
			this._splitContainerForPreviewAndAboutBrowsers.Location = new System.Drawing.Point(0, 0);
			this._splitContainerForPreviewAndAboutBrowsers.Name = "_splitContainerForPreviewAndAboutBrowsers";
			this._splitContainerForPreviewAndAboutBrowsers.Orientation = System.Windows.Forms.Orientation.Horizontal;
			// 
			// _splitContainerForPreviewAndAboutBrowsers.Panel1
			// 
			this._splitContainerForPreviewAndAboutBrowsers.Panel1.Controls.Add(this._addToCollectionButton);
			this._splitContainerForPreviewAndAboutBrowsers.Panel1.Controls.Add(this._previewBrowser);
			// 
			// _splitContainerForPreviewAndAboutBrowsers.Panel2
			// 
			this._splitContainerForPreviewAndAboutBrowsers.Panel2.Controls.Add(this._readmeBrowser);
			this._splitContainerForPreviewAndAboutBrowsers.Size = new System.Drawing.Size(900, 450);
			this._splitContainerForPreviewAndAboutBrowsers.SplitterDistance = 338;
			this._splitContainerForPreviewAndAboutBrowsers.TabIndex = 3;
			this._splitContainerForPreviewAndAboutBrowsers.TabStop = false;
			// 
			// _previewBrowser
			// 
			this._previewBrowser.BackColor = System.Drawing.Color.DarkGray;
			this._previewBrowser.ContextMenuProvider = null;
			this._previewBrowser.ControlKeyEvent = null;
			this._previewBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
			this._previewBrowser.Isolator = null;
			this._L10NSharpExtender.SetLocalizableToolTip(this._previewBrowser, null);
			this._L10NSharpExtender.SetLocalizationComment(this._previewBrowser, null);
			this._L10NSharpExtender.SetLocalizingId(this._previewBrowser, "CollectionTab.Browser");
			this._previewBrowser.Location = new System.Drawing.Point(0, 0);
			this._previewBrowser.Name = "_previewBrowser";
			this._previewBrowser.Size = new System.Drawing.Size(900, 338);
			this._previewBrowser.TabIndex = 2;
			this._previewBrowser.VerticalScrollDistance = 0;
			this._previewBrowser.OnBrowserClick += new System.EventHandler(this._previewBrowser_OnBrowserClick);
			// 
			// _readmeBrowser
			// 
			this._readmeBrowser.BackColor = System.Drawing.Color.DarkGray;
			this._readmeBrowser.ContextMenuProvider = null;
			this._readmeBrowser.ControlKeyEvent = null;
			this._readmeBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
			this._readmeBrowser.Isolator = null;
			this._L10NSharpExtender.SetLocalizableToolTip(this._readmeBrowser, null);
			this._L10NSharpExtender.SetLocalizationComment(this._readmeBrowser, null);
			this._L10NSharpExtender.SetLocalizingId(this._readmeBrowser, "CollectionTab.Browser");
			this._readmeBrowser.Location = new System.Drawing.Point(0, 0);
			this._readmeBrowser.Name = "_readmeBrowser";
			this._readmeBrowser.Size = new System.Drawing.Size(900, 108);
			this._readmeBrowser.TabIndex = 2;
			this._readmeBrowser.VerticalScrollDistance = 0;
			this._readmeBrowser.OnBrowserClick += new System.EventHandler(this._readmeBrowser_OnBrowserClick);
			// 
			// LibraryBookView
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BackColor = System.Drawing.Color.White;
			this.Controls.Add(this._editBookButton);
			this.Controls.Add(this._splitContainerForPreviewAndAboutBrowsers);
			this._L10NSharpExtender.SetLocalizableToolTip(this, null);
			this._L10NSharpExtender.SetLocalizationComment(this, null);
			this._L10NSharpExtender.SetLocalizingId(this, "CollectionTab.LibraryBookView");
			this.Name = "LibraryBookView";
			this.Size = new System.Drawing.Size(900, 450);
			this.Resize += new System.EventHandler(this.LibraryBookView_Resize);
			((System.ComponentModel.ISupportInitialize)(this._L10NSharpExtender)).EndInit();
			this._splitContainerForPreviewAndAboutBrowsers.Panel1.ResumeLayout(false);
			this._splitContainerForPreviewAndAboutBrowsers.Panel2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this._splitContainerForPreviewAndAboutBrowsers)).EndInit();
			this._splitContainerForPreviewAndAboutBrowsers.ResumeLayout(false);
			this.ResumeLayout(false);

        }