/// <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();
			Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfoWrapper superToolTipInfoWrapper1 = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfoWrapper();
			Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfo superToolTipInfo1 = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfo();
			this.btnFolderBrowserControl = new System.Windows.Forms.Button();
			this.btnLookupISOCodeDialog = new System.Windows.Forms.Button();
			this.btnWritingSystemSetupDialog = new System.Windows.Forms.Button();
			this.btnArtOfReading = new System.Windows.Forms.Button();
			this.btnSilAboutBox = new System.Windows.Forms.Button();
			this.btnShowReleaseNotes = new System.Windows.Forms.Button();
			this.superToolTip1 = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTip(this.components);
			this.label1 = new System.Windows.Forms.Label();
			this.btnMetaDataEditor = new System.Windows.Forms.Button();
			this.btnSelectFile = new System.Windows.Forms.Button();
			this._silAboutBoxGecko = new System.Windows.Forms.Button();
			this.SuspendLayout();
			// 
			// btnFolderBrowserControl
			// 
			this.btnFolderBrowserControl.Location = new System.Drawing.Point(12, 12);
			this.btnFolderBrowserControl.Name = "btnFolderBrowserControl";
			this.btnFolderBrowserControl.Size = new System.Drawing.Size(157, 23);
			this.btnFolderBrowserControl.TabIndex = 0;
			this.btnFolderBrowserControl.Text = "FolderBrowserControl";
			this.btnFolderBrowserControl.UseVisualStyleBackColor = true;
			this.btnFolderBrowserControl.Click += new System.EventHandler(this.OnFolderBrowserControlClicked);
			// 
			// btnLookupISOCodeDialog
			// 
			this.btnLookupISOCodeDialog.Location = new System.Drawing.Point(12, 41);
			this.btnLookupISOCodeDialog.Name = "btnLookupISOCodeDialog";
			this.btnLookupISOCodeDialog.Size = new System.Drawing.Size(157, 23);
			this.btnLookupISOCodeDialog.TabIndex = 0;
			this.btnLookupISOCodeDialog.Text = "LookupISOCodeDialog";
			this.btnLookupISOCodeDialog.UseVisualStyleBackColor = true;
			this.btnLookupISOCodeDialog.Click += new System.EventHandler(this.OnLookupISOCodeDialogClicked);
			// 
			// btnWritingSystemSetupDialog
			// 
			this.btnWritingSystemSetupDialog.Location = new System.Drawing.Point(12, 70);
			this.btnWritingSystemSetupDialog.Name = "btnWritingSystemSetupDialog";
			this.btnWritingSystemSetupDialog.Size = new System.Drawing.Size(157, 23);
			this.btnWritingSystemSetupDialog.TabIndex = 0;
			this.btnWritingSystemSetupDialog.Text = "WritingSystemSetupDialog";
			this.btnWritingSystemSetupDialog.UseVisualStyleBackColor = true;
			this.btnWritingSystemSetupDialog.Click += new System.EventHandler(this.OnWritingSystemSetupDialogClicked);
			// 
			// btnArtOfReading
			// 
			this.btnArtOfReading.Location = new System.Drawing.Point(12, 99);
			this.btnArtOfReading.Name = "btnArtOfReading";
			this.btnArtOfReading.Size = new System.Drawing.Size(157, 23);
			this.btnArtOfReading.TabIndex = 0;
			this.btnArtOfReading.Text = "ArtOfReading";
			this.btnArtOfReading.UseVisualStyleBackColor = true;
			this.btnArtOfReading.Click += new System.EventHandler(this.OnArtOfReadingClicked);
			// 
			// btnSilAboutBox
			// 
			this.btnSilAboutBox.Location = new System.Drawing.Point(12, 128);
			this.btnSilAboutBox.Name = "btnSilAboutBox";
			this.btnSilAboutBox.Size = new System.Drawing.Size(157, 23);
			this.btnSilAboutBox.TabIndex = 0;
			this.btnSilAboutBox.Text = "SIL AboutBox";
			this.btnSilAboutBox.UseVisualStyleBackColor = true;
			this.btnSilAboutBox.Click += new System.EventHandler(this.OnSilAboutBoxClicked);
			// 
			// btnShowReleaseNotes
			// 
			this.btnShowReleaseNotes.Location = new System.Drawing.Point(12, 185);
			this.btnShowReleaseNotes.Name = "btnShowReleaseNotes";
			this.btnShowReleaseNotes.Size = new System.Drawing.Size(157, 23);
			this.btnShowReleaseNotes.TabIndex = 0;
			this.btnShowReleaseNotes.Text = "Show Release Notes";
			this.btnShowReleaseNotes.UseVisualStyleBackColor = true;
			this.btnShowReleaseNotes.Click += new System.EventHandler(this.OnShowReleaseNotesClicked);
			// 
			// superToolTip1
			// 
			this.superToolTip1.FadingInterval = 10;
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(12, 275);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(149, 13);
			superToolTipInfo1.BackgroundGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
			superToolTipInfo1.BackgroundGradientEnd = System.Drawing.Color.Blue;
			superToolTipInfo1.BackgroundGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(246)))), ((int)(((byte)(251)))));
			superToolTipInfo1.BodyText = "This is the body text";
			superToolTipInfo1.FooterForeColor = System.Drawing.Color.Lime;
			superToolTipInfo1.FooterText = "And this is the footer";
			superToolTipInfo1.HeaderForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			superToolTipInfo1.HeaderText = "The header can serve as a title";
			superToolTipInfo1.OffsetForWhereToDisplay = new System.Drawing.Point(0, 0);
			superToolTipInfo1.ShowFooter = true;
			superToolTipInfo1.ShowFooterSeparator = true;
			superToolTipInfoWrapper1.SuperToolTipInfo = superToolTipInfo1;
			superToolTipInfoWrapper1.UseSuperToolTip = true;
			this.superToolTip1.SetSuperStuff(this.label1, superToolTipInfoWrapper1);
			this.label1.TabIndex = 1;
			this.label1.Text = "Hover over me to see a tooltip";
			// 
			// btnMetaDataEditor
			// 
			this.btnMetaDataEditor.Location = new System.Drawing.Point(12, 214);
			this.btnMetaDataEditor.Name = "btnMetaDataEditor";
			this.btnMetaDataEditor.Size = new System.Drawing.Size(157, 23);
			this.btnMetaDataEditor.TabIndex = 0;
			this.btnMetaDataEditor.Text = "Meta Data Editor";
			this.btnMetaDataEditor.UseVisualStyleBackColor = true;
			this.btnMetaDataEditor.Click += new System.EventHandler(this.OnShowMetaDataEditorClicked);
			// 
			// btnSelectFile
			// 
			this.btnSelectFile.Location = new System.Drawing.Point(12, 243);
			this.btnSelectFile.Name = "btnSelectFile";
			this.btnSelectFile.Size = new System.Drawing.Size(157, 23);
			this.btnSelectFile.TabIndex = 0;
			this.btnSelectFile.Text = "Select File";
			this.btnSelectFile.UseVisualStyleBackColor = true;
			this.btnSelectFile.Click += new System.EventHandler(this.OnSelectFileClicked);
			// 
			// _silAboutBoxGecko
			// 
			this._silAboutBoxGecko.Location = new System.Drawing.Point(12, 157);
			this._silAboutBoxGecko.Name = "_silAboutBoxGecko";
			this._silAboutBoxGecko.Size = new System.Drawing.Size(157, 23);
			this._silAboutBoxGecko.TabIndex = 2;
			this._silAboutBoxGecko.Text = "SIL AboutBox (Gecko)";
			this._silAboutBoxGecko.UseVisualStyleBackColor = true;
			this._silAboutBoxGecko.Click += new System.EventHandler(this.OnSilAboutBoxGeckoClicked);
			// 
			// TestAppForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(187, 297);
			this.Controls.Add(this._silAboutBoxGecko);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.btnSelectFile);
			this.Controls.Add(this.btnMetaDataEditor);
			this.Controls.Add(this.btnShowReleaseNotes);
			this.Controls.Add(this.btnSilAboutBox);
			this.Controls.Add(this.btnArtOfReading);
			this.Controls.Add(this.btnWritingSystemSetupDialog);
			this.Controls.Add(this.btnLookupISOCodeDialog);
			this.Controls.Add(this.btnFolderBrowserControl);
			this.Name = "TestAppForm";
			this.Text = "PalasoUIWindowsForms.TestApp";
			this.ResumeLayout(false);
			this.PerformLayout();

		}
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfoWrapper superToolTipInfoWrapper1 = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfoWrapper();
     Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfo        superToolTipInfo1        = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfo();
     this.btnFolderBrowserControl     = new System.Windows.Forms.Button();
     this.btnLookupISOCodeDialog      = new System.Windows.Forms.Button();
     this.btnWritingSystemSetupDialog = new System.Windows.Forms.Button();
     this.btnArtOfReading             = new System.Windows.Forms.Button();
     this.btnSilAboutBox      = new System.Windows.Forms.Button();
     this.btnShowReleaseNotes = new System.Windows.Forms.Button();
     this.superToolTip1       = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTip(this.components);
     this.label1            = new System.Windows.Forms.Label();
     this.btnMetaDataEditor = new System.Windows.Forms.Button();
     this.btnSelectFile     = new System.Windows.Forms.Button();
     this._silAboutBoxGecko = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // btnFolderBrowserControl
     //
     this.btnFolderBrowserControl.Location = new System.Drawing.Point(12, 12);
     this.btnFolderBrowserControl.Name     = "btnFolderBrowserControl";
     this.btnFolderBrowserControl.Size     = new System.Drawing.Size(157, 23);
     this.btnFolderBrowserControl.TabIndex = 0;
     this.btnFolderBrowserControl.Text     = "FolderBrowserControl";
     this.btnFolderBrowserControl.UseVisualStyleBackColor = true;
     this.btnFolderBrowserControl.Click += new System.EventHandler(this.OnFolderBrowserControlClicked);
     //
     // btnLookupISOCodeDialog
     //
     this.btnLookupISOCodeDialog.Location = new System.Drawing.Point(12, 41);
     this.btnLookupISOCodeDialog.Name     = "btnLookupISOCodeDialog";
     this.btnLookupISOCodeDialog.Size     = new System.Drawing.Size(157, 23);
     this.btnLookupISOCodeDialog.TabIndex = 0;
     this.btnLookupISOCodeDialog.Text     = "LookupISOCodeDialog";
     this.btnLookupISOCodeDialog.UseVisualStyleBackColor = true;
     this.btnLookupISOCodeDialog.Click += new System.EventHandler(this.OnLookupISOCodeDialogClicked);
     //
     // btnWritingSystemSetupDialog
     //
     this.btnWritingSystemSetupDialog.Location = new System.Drawing.Point(12, 70);
     this.btnWritingSystemSetupDialog.Name     = "btnWritingSystemSetupDialog";
     this.btnWritingSystemSetupDialog.Size     = new System.Drawing.Size(157, 23);
     this.btnWritingSystemSetupDialog.TabIndex = 0;
     this.btnWritingSystemSetupDialog.Text     = "WritingSystemSetupDialog";
     this.btnWritingSystemSetupDialog.UseVisualStyleBackColor = true;
     this.btnWritingSystemSetupDialog.Click += new System.EventHandler(this.OnWritingSystemSetupDialogClicked);
     //
     // btnArtOfReading
     //
     this.btnArtOfReading.Location = new System.Drawing.Point(12, 99);
     this.btnArtOfReading.Name     = "btnArtOfReading";
     this.btnArtOfReading.Size     = new System.Drawing.Size(157, 23);
     this.btnArtOfReading.TabIndex = 0;
     this.btnArtOfReading.Text     = "ArtOfReading";
     this.btnArtOfReading.UseVisualStyleBackColor = true;
     this.btnArtOfReading.Click += new System.EventHandler(this.OnArtOfReadingClicked);
     //
     // btnSilAboutBox
     //
     this.btnSilAboutBox.Location = new System.Drawing.Point(12, 128);
     this.btnSilAboutBox.Name     = "btnSilAboutBox";
     this.btnSilAboutBox.Size     = new System.Drawing.Size(157, 23);
     this.btnSilAboutBox.TabIndex = 0;
     this.btnSilAboutBox.Text     = "SIL AboutBox";
     this.btnSilAboutBox.UseVisualStyleBackColor = true;
     this.btnSilAboutBox.Click += new System.EventHandler(this.OnSilAboutBoxClicked);
     //
     // btnShowReleaseNotes
     //
     this.btnShowReleaseNotes.Location = new System.Drawing.Point(12, 185);
     this.btnShowReleaseNotes.Name     = "btnShowReleaseNotes";
     this.btnShowReleaseNotes.Size     = new System.Drawing.Size(157, 23);
     this.btnShowReleaseNotes.TabIndex = 0;
     this.btnShowReleaseNotes.Text     = "Show Release Notes";
     this.btnShowReleaseNotes.UseVisualStyleBackColor = true;
     this.btnShowReleaseNotes.Click += new System.EventHandler(this.OnShowReleaseNotesClicked);
     //
     // superToolTip1
     //
     this.superToolTip1.FadingInterval = 10;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 275);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(149, 13);
     superToolTipInfo1.BackgroundGradientBegin  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     superToolTipInfo1.BackgroundGradientEnd    = System.Drawing.Color.Blue;
     superToolTipInfo1.BackgroundGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(246)))), ((int)(((byte)(251)))));
     superToolTipInfo1.BodyText                = "This is the body text";
     superToolTipInfo1.FooterForeColor         = System.Drawing.Color.Lime;
     superToolTipInfo1.FooterText              = "And this is the footer";
     superToolTipInfo1.HeaderForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     superToolTipInfo1.HeaderText              = "The header can serve as a title";
     superToolTipInfo1.OffsetForWhereToDisplay = new System.Drawing.Point(0, 0);
     superToolTipInfo1.ShowFooter              = true;
     superToolTipInfo1.ShowFooterSeparator     = true;
     superToolTipInfoWrapper1.SuperToolTipInfo = superToolTipInfo1;
     superToolTipInfoWrapper1.UseSuperToolTip  = true;
     this.superToolTip1.SetSuperStuff(this.label1, superToolTipInfoWrapper1);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Hover over me to see a tooltip";
     //
     // btnMetaDataEditor
     //
     this.btnMetaDataEditor.Location = new System.Drawing.Point(12, 214);
     this.btnMetaDataEditor.Name     = "btnMetaDataEditor";
     this.btnMetaDataEditor.Size     = new System.Drawing.Size(157, 23);
     this.btnMetaDataEditor.TabIndex = 0;
     this.btnMetaDataEditor.Text     = "Meta Data Editor";
     this.btnMetaDataEditor.UseVisualStyleBackColor = true;
     this.btnMetaDataEditor.Click += new System.EventHandler(this.OnShowMetaDataEditorClicked);
     //
     // btnSelectFile
     //
     this.btnSelectFile.Location = new System.Drawing.Point(12, 243);
     this.btnSelectFile.Name     = "btnSelectFile";
     this.btnSelectFile.Size     = new System.Drawing.Size(157, 23);
     this.btnSelectFile.TabIndex = 0;
     this.btnSelectFile.Text     = "Select File";
     this.btnSelectFile.UseVisualStyleBackColor = true;
     this.btnSelectFile.Click += new System.EventHandler(this.OnSelectFileClicked);
     //
     // _silAboutBoxGecko
     //
     this._silAboutBoxGecko.Location = new System.Drawing.Point(12, 157);
     this._silAboutBoxGecko.Name     = "_silAboutBoxGecko";
     this._silAboutBoxGecko.Size     = new System.Drawing.Size(157, 23);
     this._silAboutBoxGecko.TabIndex = 2;
     this._silAboutBoxGecko.Text     = "SIL AboutBox (Gecko)";
     this._silAboutBoxGecko.UseVisualStyleBackColor = true;
     this._silAboutBoxGecko.Click += new System.EventHandler(this.OnSilAboutBoxGeckoClicked);
     //
     // TestAppForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(187, 297);
     this.Controls.Add(this._silAboutBoxGecko);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnSelectFile);
     this.Controls.Add(this.btnMetaDataEditor);
     this.Controls.Add(this.btnShowReleaseNotes);
     this.Controls.Add(this.btnSilAboutBox);
     this.Controls.Add(this.btnArtOfReading);
     this.Controls.Add(this.btnWritingSystemSetupDialog);
     this.Controls.Add(this.btnLookupISOCodeDialog);
     this.Controls.Add(this.btnFolderBrowserControl);
     this.Name = "TestAppForm";
     this.Text = "PalasoUIWindowsForms.TestApp";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfoWrapper superToolTipInfoWrapper1 = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfoWrapper();
     Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfo        superToolTipInfo1        = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfo();
     Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfoWrapper superToolTipInfoWrapper2 = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfoWrapper();
     Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfo        superToolTipInfo2        = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfo();
     this._loadTimer = new System.Windows.Forms.Timer(this.components);
     this._makePdfBackgroundWorker = new System.ComponentModel.BackgroundWorker();
     this._workingIndicator        = new System.Windows.Forms.Panel();
     this._topBarPanel             = new System.Windows.Forms.Panel();
     this._saveButton            = new System.Windows.Forms.Button();
     this._printButton           = new System.Windows.Forms.Button();
     this.tableLayoutPanel1      = new System.Windows.Forms.TableLayoutPanel();
     this.contextMenuStrip1      = new System.Windows.Forms.ContextMenuStrip(this.components);
     this._openinBrowserMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this._menusToolStrip        = new System.Windows.Forms.ToolStrip();
     this._layoutChoices         = new System.Windows.Forms.ToolStripDropDownButton();
     this._bodyRadio             = new System.Windows.Forms.RadioButton();
     this._coverRadio            = new System.Windows.Forms.RadioButton();
     this._noBookletRadio        = new System.Windows.Forms.RadioButton();
     this._showCropMarks         = new System.Windows.Forms.CheckBox();
     this._L10NSharpExtender     = new L10NSharp.UI.L10NSharpExtender(this.components);
     this.superToolTip1          = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTip(this.components);
     this._adobeReaderControl    = new Bloom.Publish.AdobeReaderControl();
     this._workingIndicator.SuspendLayout();
     this._topBarPanel.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this._menusToolStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._L10NSharpExtender)).BeginInit();
     this.SuspendLayout();
     //
     // _makePdfBackgroundWorker
     //
     this._makePdfBackgroundWorker.WorkerSupportsCancellation = true;
     this._makePdfBackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this._makePdfBackgroundWorker_DoWork);
     //
     // _workingIndicator
     //
     this._workingIndicator.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this._workingIndicator.BackColor = System.Drawing.Color.White;
     this._workingIndicator.Controls.Add(this._topBarPanel);
     this._workingIndicator.Location = new System.Drawing.Point(103, 24);
     this._workingIndicator.Name     = "_workingIndicator";
     this._workingIndicator.Size     = new System.Drawing.Size(714, 516);
     this._workingIndicator.TabIndex = 8;
     //
     // _topBarPanel
     //
     this._topBarPanel.Controls.Add(this._saveButton);
     this._topBarPanel.Controls.Add(this._printButton);
     this._topBarPanel.Location = new System.Drawing.Point(296, 320);
     this._topBarPanel.Name     = "_topBarPanel";
     this._topBarPanel.Size     = new System.Drawing.Size(327, 70);
     this._topBarPanel.TabIndex = 14;
     //
     // _saveButton
     //
     this._saveButton.AutoSize  = true;
     this._saveButton.BackColor = System.Drawing.Color.Transparent;
     this._saveButton.FlatAppearance.BorderSize = 0;
     this._saveButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this._saveButton.Font      = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._saveButton.ForeColor = System.Drawing.Color.Black;
     this._saveButton.Image     = global::Bloom.Properties.Resources.Usb;
     this._L10NSharpExtender.SetLocalizableToolTip(this._saveButton, null);
     this._L10NSharpExtender.SetLocalizationComment(this._saveButton, null);
     this._L10NSharpExtender.SetLocalizingId(this._saveButton, "PublishTab.SaveButton");
     this._saveButton.Location                = new System.Drawing.Point(139, 0);
     this._saveButton.Name                    = "_saveButton";
     this._saveButton.Size                    = new System.Drawing.Size(185, 71);
     this._saveButton.TabIndex                = 15;
     this._saveButton.Text                    = "&Save PDF...";
     this._saveButton.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this._saveButton.UseVisualStyleBackColor = false;
     this._saveButton.Click                  += new System.EventHandler(this.OnSave_Click);
     //
     // _printButton
     //
     this._printButton.AutoSize  = true;
     this._printButton.BackColor = System.Drawing.Color.Transparent;
     this._printButton.FlatAppearance.BorderSize = 0;
     this._printButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this._printButton.Font      = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._printButton.ForeColor = System.Drawing.Color.Black;
     this._printButton.Image     = global::Bloom.Properties.Resources.print;
     this._L10NSharpExtender.SetLocalizableToolTip(this._printButton, null);
     this._L10NSharpExtender.SetLocalizationComment(this._printButton, null);
     this._L10NSharpExtender.SetLocalizingId(this._printButton, "PublishTab.PrintButton");
     this._printButton.Location                = new System.Drawing.Point(0, 0);
     this._printButton.Name                    = "_printButton";
     this._printButton.Size                    = new System.Drawing.Size(160, 64);
     this._printButton.TabIndex                = 14;
     this._printButton.Text                    = "&Print...";
     this._printButton.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this._printButton.UseVisualStyleBackColor = false;
     this._printButton.Click                  += new System.EventHandler(this.OnPrint_Click);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ContextMenuStrip = this.contextMenuStrip1;
     this.tableLayoutPanel1.Controls.Add(this._menusToolStrip, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this._bodyRadio, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this._coverRadio, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this._noBookletRadio, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this._showCropMarks, 0, 4);
     this.tableLayoutPanel1.Dock      = System.Windows.Forms.DockStyle.Left;
     this.tableLayoutPanel1.ForeColor = System.Drawing.Color.White;
     this.tableLayoutPanel1.Location  = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name      = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount  = 5;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(100, 540);
     this.tableLayoutPanel1.TabIndex = 10;
     this.tableLayoutPanel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel1_Paint);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._openinBrowserMenuItem
     });
     this._L10NSharpExtender.SetLocalizableToolTip(this.contextMenuStrip1, null);
     this._L10NSharpExtender.SetLocalizationComment(this.contextMenuStrip1, null);
     this._L10NSharpExtender.SetLocalizingId(this.contextMenuStrip1, "contextMenuStrip1.contextMenuStrip1");
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(434, 48);
     //
     // _openinBrowserMenuItem
     //
     this._L10NSharpExtender.SetLocalizableToolTip(this._openinBrowserMenuItem, null);
     this._L10NSharpExtender.SetLocalizationComment(this._openinBrowserMenuItem, null);
     this._L10NSharpExtender.SetLocalizationPriority(this._openinBrowserMenuItem, L10NSharp.LocalizationPriority.Low);
     this._L10NSharpExtender.SetLocalizingId(this._openinBrowserMenuItem, "EditTab.BookContextMenu.openHtmlInBrowser");
     this._openinBrowserMenuItem.Name        = "_openinBrowserMenuItem";
     this._openinBrowserMenuItem.Size        = new System.Drawing.Size(433, 22);
     this._openinBrowserMenuItem.Text        = "Open the Html used to make this PDF, in Chrome (must be on path)";
     this._openinBrowserMenuItem.ToolTipText = "Will show in chrome rather than firefox because it is closest to the html engine " +
                                               "the htmltopdf engine uses.";
     this._openinBrowserMenuItem.Click += new System.EventHandler(this._openinBrowserMenuItem_Click);
     //
     // _menusToolStrip
     //
     this._menusToolStrip.AutoSize    = false;
     this._menusToolStrip.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this._menusToolStrip.CanOverflow = false;
     this._menusToolStrip.Dock        = System.Windows.Forms.DockStyle.None;
     this._menusToolStrip.GripStyle   = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this._menusToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._layoutChoices
     });
     this._menusToolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this._L10NSharpExtender.SetLocalizableToolTip(this._menusToolStrip, null);
     this._L10NSharpExtender.SetLocalizationComment(this._menusToolStrip, null);
     this._L10NSharpExtender.SetLocalizationPriority(this._menusToolStrip, L10NSharp.LocalizationPriority.NotLocalizable);
     this._L10NSharpExtender.SetLocalizingId(this._menusToolStrip, "EditTab._menusToolStrip");
     this._menusToolStrip.Location = new System.Drawing.Point(0, 0);
     this._menusToolStrip.Name     = "_menusToolStrip";
     this._menusToolStrip.Size     = new System.Drawing.Size(100, 47);
     this._menusToolStrip.TabIndex = 13;
     this._menusToolStrip.Text     = "toolStrip1";
     //
     // _layoutChoices
     //
     this._layoutChoices.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this._layoutChoices.ForeColor             = System.Drawing.Color.White;
     this._layoutChoices.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._L10NSharpExtender.SetLocalizableToolTip(this._layoutChoices, null);
     this._L10NSharpExtender.SetLocalizationComment(this._layoutChoices, null);
     this._L10NSharpExtender.SetLocalizationPriority(this._layoutChoices, L10NSharp.LocalizationPriority.NotLocalizable);
     this._L10NSharpExtender.SetLocalizingId(this._layoutChoices, "._layoutChoices");
     this._layoutChoices.Name        = "_layoutChoices";
     this._layoutChoices.Size        = new System.Drawing.Size(85, 19);
     this._layoutChoices.Text        = "Page Layout";
     this._layoutChoices.ToolTipText = "Choose a page size and orientation";
     //
     // _bodyRadio
     //
     this._bodyRadio.Image = global::Bloom.Properties.Resources.insideBookletPages;
     this._L10NSharpExtender.SetLocalizableToolTip(this._bodyRadio, null);
     this._L10NSharpExtender.SetLocalizationComment(this._bodyRadio, null);
     this._L10NSharpExtender.SetLocalizingId(this._bodyRadio, "PublishTab.BodyOnlyRadio");
     this._bodyRadio.Location = new System.Drawing.Point(3, 50);
     this._bodyRadio.Name     = "_bodyRadio";
     this._bodyRadio.Size     = new System.Drawing.Size(94, 106);
     superToolTipInfo1.BackgroundGradientBegin  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     superToolTipInfo1.BackgroundGradientEnd    = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(218)))), ((int)(((byte)(239)))));
     superToolTipInfo1.BackgroundGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(246)))), ((int)(((byte)(251)))));
     superToolTipInfo1.BodyText = "Use this for making a booklet.\r\nThe pages will be laid out and reordered so that " +
                                  "when you fold it, you\'ll have a booklet.\r\nThe cover page won\'t be included; use " +
                                  "the \"Cover Page\" option for that.";
     superToolTipInfo1.HeaderText = "Booklet Inside Pages";
     superToolTipInfo1.OffsetForWhereToDisplay = new System.Drawing.Point(0, 0);
     superToolTipInfoWrapper1.SuperToolTipInfo = superToolTipInfo1;
     superToolTipInfoWrapper1.UseSuperToolTip  = true;
     this.superToolTip1.SetSuperStuff(this._bodyRadio, superToolTipInfoWrapper1);
     this._bodyRadio.TabIndex                = 14;
     this._bodyRadio.TabStop                 = true;
     this._bodyRadio.Text                    = "Booklet Inside Pages";
     this._bodyRadio.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this._bodyRadio.UseVisualStyleBackColor = true;
     this._bodyRadio.CheckedChanged         += new System.EventHandler(this.OnBookletRadioChanged);
     //
     // _coverRadio
     //
     this._coverRadio.Image = global::Bloom.Properties.Resources.coverOnly;
     this._L10NSharpExtender.SetLocalizableToolTip(this._coverRadio, null);
     this._L10NSharpExtender.SetLocalizationComment(this._coverRadio, null);
     this._L10NSharpExtender.SetLocalizingId(this._coverRadio, "PublishTab.CoverOnlyRadio");
     this._coverRadio.Location = new System.Drawing.Point(3, 162);
     this._coverRadio.Name     = "_coverRadio";
     this._coverRadio.Size     = new System.Drawing.Size(94, 91);
     superToolTipInfo2.BackgroundGradientBegin  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     superToolTipInfo2.BackgroundGradientEnd    = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(218)))), ((int)(((byte)(239)))));
     superToolTipInfo2.BackgroundGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(246)))), ((int)(((byte)(251)))));
     superToolTipInfo2.BodyText = "Use this for printing just the cover on front and back of a piece of colored pape" +
                                  "r.";
     superToolTipInfo2.HeaderText = "Cover";
     superToolTipInfo2.OffsetForWhereToDisplay = new System.Drawing.Point(0, 0);
     superToolTipInfoWrapper2.SuperToolTipInfo = superToolTipInfo2;
     superToolTipInfoWrapper2.UseSuperToolTip  = true;
     this.superToolTip1.SetSuperStuff(this._coverRadio, superToolTipInfoWrapper2);
     this._coverRadio.TabIndex                = 8;
     this._coverRadio.TabStop                 = true;
     this._coverRadio.Text                    = "Cover";
     this._coverRadio.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this._coverRadio.UseVisualStyleBackColor = true;
     this._coverRadio.CheckedChanged         += new System.EventHandler(this.OnBookletRadioChanged);
     //
     // _noBookletRadio
     //
     this._noBookletRadio.Image = global::Bloom.Properties.Resources.simplePages;
     this._L10NSharpExtender.SetLocalizableToolTip(this._noBookletRadio, null);
     this._L10NSharpExtender.SetLocalizationComment(this._noBookletRadio, "Instead of making a booklet, just make normal pages");
     this._L10NSharpExtender.SetLocalizingId(this._noBookletRadio, "PublishTab.OnePagePerPaperRadio");
     this._noBookletRadio.Location                = new System.Drawing.Point(3, 259);
     this._noBookletRadio.Name                    = "_noBookletRadio";
     this._noBookletRadio.Size                    = new System.Drawing.Size(94, 108);
     this._noBookletRadio.TabIndex                = 10;
     this._noBookletRadio.TabStop                 = true;
     this._noBookletRadio.Text                    = "One page per piece of paper";
     this._noBookletRadio.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this._noBookletRadio.UseVisualStyleBackColor = true;
     this._noBookletRadio.CheckedChanged         += new System.EventHandler(this.OnBookletRadioChanged);
     //
     // _showCropMarks
     //
     this._showCropMarks.AutoSize = true;
     this._showCropMarks.Image    = global::Bloom.Properties.Resources.cropMarks;
     this._L10NSharpExtender.SetLocalizableToolTip(this._showCropMarks, null);
     this._L10NSharpExtender.SetLocalizationComment(this._showCropMarks, null);
     this._L10NSharpExtender.SetLocalizingId(this._showCropMarks, "PublishTab.ShowCropMarks");
     this._showCropMarks.Location                = new System.Drawing.Point(3, 400);
     this._showCropMarks.Margin                  = new System.Windows.Forms.Padding(3, 30, 3, 3);
     this._showCropMarks.Name                    = "_showCropMarks";
     this._showCropMarks.Size                    = new System.Drawing.Size(80, 62);
     this._showCropMarks.TabIndex                = 15;
     this._showCropMarks.Text                    = "Crop Marks";
     this._showCropMarks.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this._showCropMarks.UseVisualStyleBackColor = true;
     this._showCropMarks.CheckedChanged         += new System.EventHandler(this.OnShowCropMarks_CheckedChanged);
     //
     // _L10NSharpExtender
     //
     this._L10NSharpExtender.LocalizationManagerId = "Bloom";
     this._L10NSharpExtender.PrefixForNewItems     = null;
     //
     // superToolTip1
     //
     this.superToolTip1.FadingInterval = 10;
     //
     // _adobeReaderControl
     //
     this._adobeReaderControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                              | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this._adobeReaderControl.BackColor = System.Drawing.Color.White;
     this._L10NSharpExtender.SetLocalizableToolTip(this._adobeReaderControl, null);
     this._L10NSharpExtender.SetLocalizationComment(this._adobeReaderControl, null);
     this._L10NSharpExtender.SetLocalizingId(this._adobeReaderControl, "adobeReaderControl1.AdobeReaderControl");
     this._adobeReaderControl.Location = new System.Drawing.Point(103, 3);
     this._adobeReaderControl.Name     = "_adobeReaderControl";
     this._adobeReaderControl.Size     = new System.Drawing.Size(727, 537);
     this._adobeReaderControl.TabIndex = 16;
     //
     // PublishView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.Controls.Add(this.tableLayoutPanel1);
     this.Controls.Add(this._workingIndicator);
     this.Controls.Add(this._adobeReaderControl);
     this._L10NSharpExtender.SetLocalizableToolTip(this, null);
     this._L10NSharpExtender.SetLocalizationComment(this, null);
     this._L10NSharpExtender.SetLocalizingId(this, "PublishView.PublishView");
     this.Name = "PublishView";
     this.Size = new System.Drawing.Size(833, 540);
     this._workingIndicator.ResumeLayout(false);
     this._topBarPanel.ResumeLayout(false);
     this._topBarPanel.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this._menusToolStrip.ResumeLayout(false);
     this._menusToolStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this._L10NSharpExtender)).EndInit();
     this.ResumeLayout(false);
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfoWrapper superToolTipInfoWrapper1 = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfoWrapper();
			Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfo superToolTipInfo1 = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfo();
			Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfoWrapper superToolTipInfoWrapper2 = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfoWrapper();
			Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfo superToolTipInfo2 = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfo();
			this._loadTimer = new System.Windows.Forms.Timer(this.components);
			this._makePdfBackgroundWorker = new System.ComponentModel.BackgroundWorker();
			this._workingIndicator = new System.Windows.Forms.Panel();
			this._topBarPanel = new System.Windows.Forms.Panel();
			this._saveButton = new System.Windows.Forms.Button();
			this._printButton = new System.Windows.Forms.Button();
			this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
			this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
			this._openinBrowserMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this._menusToolStrip = new System.Windows.Forms.ToolStrip();
			this._layoutChoices = new System.Windows.Forms.ToolStripDropDownButton();
			this._bodyRadio = new System.Windows.Forms.RadioButton();
			this._coverRadio = new System.Windows.Forms.RadioButton();
			this._noBookletRadio = new System.Windows.Forms.RadioButton();
			this._showCropMarks = new System.Windows.Forms.CheckBox();
			this._L10NSharpExtender = new L10NSharp.UI.L10NSharpExtender(this.components);
			this.superToolTip1 = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTip(this.components);
			this._adobeReaderControl = new Bloom.Publish.AdobeReaderControl();
			this._workingIndicator.SuspendLayout();
			this._topBarPanel.SuspendLayout();
			this.tableLayoutPanel1.SuspendLayout();
			this.contextMenuStrip1.SuspendLayout();
			this._menusToolStrip.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this._L10NSharpExtender)).BeginInit();
			this.SuspendLayout();
			//
			// _makePdfBackgroundWorker
			//
			this._makePdfBackgroundWorker.WorkerSupportsCancellation = true;
			this._makePdfBackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this._makePdfBackgroundWorker_DoWork);
			//
			// _workingIndicator
			//
			this._workingIndicator.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
			| System.Windows.Forms.AnchorStyles.Left)
			| System.Windows.Forms.AnchorStyles.Right)));
			this._workingIndicator.BackColor = System.Drawing.Color.White;
			this._workingIndicator.Controls.Add(this._topBarPanel);
			this._workingIndicator.Location = new System.Drawing.Point(103, 24);
			this._workingIndicator.Name = "_workingIndicator";
			this._workingIndicator.Size = new System.Drawing.Size(714, 516);
			this._workingIndicator.TabIndex = 8;
			//
			// _topBarPanel
			//
			this._topBarPanel.Controls.Add(this._saveButton);
			this._topBarPanel.Controls.Add(this._printButton);
			this._topBarPanel.Location = new System.Drawing.Point(296, 320);
			this._topBarPanel.Name = "_topBarPanel";
			this._topBarPanel.Size = new System.Drawing.Size(327, 70);
			this._topBarPanel.TabIndex = 14;
			//
			// _saveButton
			//
			this._saveButton.AutoSize = true;
			this._saveButton.BackColor = System.Drawing.Color.Transparent;
			this._saveButton.FlatAppearance.BorderSize = 0;
			this._saveButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this._saveButton.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this._saveButton.ForeColor = System.Drawing.Color.Black;
			this._saveButton.Image = global::Bloom.Properties.Resources.Usb;
			this._L10NSharpExtender.SetLocalizableToolTip(this._saveButton, null);
			this._L10NSharpExtender.SetLocalizationComment(this._saveButton, null);
			this._L10NSharpExtender.SetLocalizingId(this._saveButton, "PublishTab.SaveButton");
			this._saveButton.Location = new System.Drawing.Point(139, 0);
			this._saveButton.Name = "_saveButton";
			this._saveButton.Size = new System.Drawing.Size(185, 71);
			this._saveButton.TabIndex = 15;
			this._saveButton.Text = "&Save PDF...";
			this._saveButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
			this._saveButton.UseVisualStyleBackColor = false;
			this._saveButton.Click += new System.EventHandler(this.OnSave_Click);
			//
			// _printButton
			//
			this._printButton.AutoSize = true;
			this._printButton.BackColor = System.Drawing.Color.Transparent;
			this._printButton.FlatAppearance.BorderSize = 0;
			this._printButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this._printButton.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this._printButton.ForeColor = System.Drawing.Color.Black;
			this._printButton.Image = global::Bloom.Properties.Resources.print;
			this._L10NSharpExtender.SetLocalizableToolTip(this._printButton, null);
			this._L10NSharpExtender.SetLocalizationComment(this._printButton, null);
			this._L10NSharpExtender.SetLocalizingId(this._printButton, "PublishTab.PrintButton");
			this._printButton.Location = new System.Drawing.Point(0, 0);
			this._printButton.Name = "_printButton";
			this._printButton.Size = new System.Drawing.Size(160, 64);
			this._printButton.TabIndex = 14;
			this._printButton.Text = "&Print...";
			this._printButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
			this._printButton.UseVisualStyleBackColor = false;
			this._printButton.Click += new System.EventHandler(this.OnPrint_Click);
			//
			// tableLayoutPanel1
			//
			this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
			this.tableLayoutPanel1.ColumnCount = 1;
			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.tableLayoutPanel1.ContextMenuStrip = this.contextMenuStrip1;
			this.tableLayoutPanel1.Controls.Add(this._menusToolStrip, 0, 0);
			this.tableLayoutPanel1.Controls.Add(this._bodyRadio, 0, 1);
			this.tableLayoutPanel1.Controls.Add(this._coverRadio, 0, 2);
			this.tableLayoutPanel1.Controls.Add(this._noBookletRadio, 0, 3);
			this.tableLayoutPanel1.Controls.Add(this._showCropMarks, 0, 4);
			this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Left;
			this.tableLayoutPanel1.ForeColor = System.Drawing.Color.White;
			this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
			this.tableLayoutPanel1.Name = "tableLayoutPanel1";
			this.tableLayoutPanel1.RowCount = 5;
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
			this.tableLayoutPanel1.Size = new System.Drawing.Size(100, 540);
			this.tableLayoutPanel1.TabIndex = 10;
			this.tableLayoutPanel1.Paint += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel1_Paint);
			//
			// contextMenuStrip1
			//
			this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
			this._openinBrowserMenuItem});
			this._L10NSharpExtender.SetLocalizableToolTip(this.contextMenuStrip1, null);
			this._L10NSharpExtender.SetLocalizationComment(this.contextMenuStrip1, null);
			this._L10NSharpExtender.SetLocalizingId(this.contextMenuStrip1, "contextMenuStrip1.contextMenuStrip1");
			this.contextMenuStrip1.Name = "contextMenuStrip1";
			this.contextMenuStrip1.Size = new System.Drawing.Size(434, 48);
			//
			// _openinBrowserMenuItem
			//
			this._L10NSharpExtender.SetLocalizableToolTip(this._openinBrowserMenuItem, null);
			this._L10NSharpExtender.SetLocalizationComment(this._openinBrowserMenuItem, null);
			this._L10NSharpExtender.SetLocalizationPriority(this._openinBrowserMenuItem, L10NSharp.LocalizationPriority.Low);
			this._L10NSharpExtender.SetLocalizingId(this._openinBrowserMenuItem, "EditTab.BookContextMenu.openHtmlInBrowser");
			this._openinBrowserMenuItem.Name = "_openinBrowserMenuItem";
			this._openinBrowserMenuItem.Size = new System.Drawing.Size(433, 22);
			this._openinBrowserMenuItem.Text = "Open the Html used to make this PDF, in Chrome (must be on path)";
			this._openinBrowserMenuItem.ToolTipText = "Will show in chrome rather than firefox because it is closest to the html engine " +
	"the htmltopdf engine uses.";
			this._openinBrowserMenuItem.Click += new System.EventHandler(this._openinBrowserMenuItem_Click);
			//
			// _menusToolStrip
			//
			this._menusToolStrip.AutoSize = false;
			this._menusToolStrip.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
			this._menusToolStrip.CanOverflow = false;
			this._menusToolStrip.Dock = System.Windows.Forms.DockStyle.None;
			this._menusToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
			this._menusToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
			this._layoutChoices});
			this._menusToolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
			this._L10NSharpExtender.SetLocalizableToolTip(this._menusToolStrip, null);
			this._L10NSharpExtender.SetLocalizationComment(this._menusToolStrip, null);
			this._L10NSharpExtender.SetLocalizationPriority(this._menusToolStrip, L10NSharp.LocalizationPriority.NotLocalizable);
			this._L10NSharpExtender.SetLocalizingId(this._menusToolStrip, "EditTab._menusToolStrip");
			this._menusToolStrip.Location = new System.Drawing.Point(0, 0);
			this._menusToolStrip.Name = "_menusToolStrip";
			this._menusToolStrip.Size = new System.Drawing.Size(100, 47);
			this._menusToolStrip.TabIndex = 13;
			this._menusToolStrip.Text = "toolStrip1";
			//
			// _layoutChoices
			//
			this._layoutChoices.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
			this._layoutChoices.ForeColor = System.Drawing.Color.White;
			this._layoutChoices.ImageTransparentColor = System.Drawing.Color.Magenta;
			this._L10NSharpExtender.SetLocalizableToolTip(this._layoutChoices, null);
			this._L10NSharpExtender.SetLocalizationComment(this._layoutChoices, null);
			this._L10NSharpExtender.SetLocalizationPriority(this._layoutChoices, L10NSharp.LocalizationPriority.NotLocalizable);
			this._L10NSharpExtender.SetLocalizingId(this._layoutChoices, "._layoutChoices");
			this._layoutChoices.Name = "_layoutChoices";
			this._layoutChoices.Size = new System.Drawing.Size(85, 19);
			this._layoutChoices.Text = "Page Layout";
			this._layoutChoices.ToolTipText = "Choose a page size and orientation";
			//
			// _bodyRadio
			//
			this._bodyRadio.Image = global::Bloom.Properties.Resources.insideBookletPages;
			this._L10NSharpExtender.SetLocalizableToolTip(this._bodyRadio, null);
			this._L10NSharpExtender.SetLocalizationComment(this._bodyRadio, null);
			this._L10NSharpExtender.SetLocalizingId(this._bodyRadio, "PublishTab.BodyOnlyRadio");
			this._bodyRadio.Location = new System.Drawing.Point(3, 50);
			this._bodyRadio.Name = "_bodyRadio";
			this._bodyRadio.Size = new System.Drawing.Size(94, 106);
			superToolTipInfo1.BackgroundGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
			superToolTipInfo1.BackgroundGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(218)))), ((int)(((byte)(239)))));
			superToolTipInfo1.BackgroundGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(246)))), ((int)(((byte)(251)))));
			superToolTipInfo1.BodyText = "Use this for making a booklet.\r\nThe pages will be laid out and reordered so that " +
	"when you fold it, you\'ll have a booklet.\r\nThe cover page won\'t be included; use " +
	"the \"Cover Page\" option for that.";
			superToolTipInfo1.HeaderText = "Booklet Inside Pages";
			superToolTipInfo1.OffsetForWhereToDisplay = new System.Drawing.Point(0, 0);
			superToolTipInfoWrapper1.SuperToolTipInfo = superToolTipInfo1;
			superToolTipInfoWrapper1.UseSuperToolTip = true;
			this.superToolTip1.SetSuperStuff(this._bodyRadio, superToolTipInfoWrapper1);
			this._bodyRadio.TabIndex = 14;
			this._bodyRadio.TabStop = true;
			this._bodyRadio.Text = "Booklet Inside Pages";
			this._bodyRadio.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this._bodyRadio.UseVisualStyleBackColor = true;
			this._bodyRadio.CheckedChanged += new System.EventHandler(this.OnBookletRadioChanged);
			//
			// _coverRadio
			//
			this._coverRadio.Image = global::Bloom.Properties.Resources.coverOnly;
			this._L10NSharpExtender.SetLocalizableToolTip(this._coverRadio, null);
			this._L10NSharpExtender.SetLocalizationComment(this._coverRadio, null);
			this._L10NSharpExtender.SetLocalizingId(this._coverRadio, "PublishTab.CoverOnlyRadio");
			this._coverRadio.Location = new System.Drawing.Point(3, 162);
			this._coverRadio.Name = "_coverRadio";
			this._coverRadio.Size = new System.Drawing.Size(94, 91);
			superToolTipInfo2.BackgroundGradientBegin = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
			superToolTipInfo2.BackgroundGradientEnd = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(218)))), ((int)(((byte)(239)))));
			superToolTipInfo2.BackgroundGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(246)))), ((int)(((byte)(251)))));
			superToolTipInfo2.BodyText = "Use this for printing just the cover on front and back of a piece of colored pape" +
	"r.";
			superToolTipInfo2.HeaderText = "Cover";
			superToolTipInfo2.OffsetForWhereToDisplay = new System.Drawing.Point(0, 0);
			superToolTipInfoWrapper2.SuperToolTipInfo = superToolTipInfo2;
			superToolTipInfoWrapper2.UseSuperToolTip = true;
			this.superToolTip1.SetSuperStuff(this._coverRadio, superToolTipInfoWrapper2);
			this._coverRadio.TabIndex = 8;
			this._coverRadio.TabStop = true;
			this._coverRadio.Text = "Cover";
			this._coverRadio.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this._coverRadio.UseVisualStyleBackColor = true;
			this._coverRadio.CheckedChanged += new System.EventHandler(this.OnBookletRadioChanged);
			//
			// _noBookletRadio
			//
			this._noBookletRadio.Image = global::Bloom.Properties.Resources.simplePages;
			this._L10NSharpExtender.SetLocalizableToolTip(this._noBookletRadio, null);
			this._L10NSharpExtender.SetLocalizationComment(this._noBookletRadio, "Instead of making a booklet, just make normal pages");
			this._L10NSharpExtender.SetLocalizingId(this._noBookletRadio, "PublishTab.OnePagePerPaperRadio");
			this._noBookletRadio.Location = new System.Drawing.Point(3, 259);
			this._noBookletRadio.Name = "_noBookletRadio";
			this._noBookletRadio.Size = new System.Drawing.Size(94, 108);
			this._noBookletRadio.TabIndex = 10;
			this._noBookletRadio.TabStop = true;
			this._noBookletRadio.Text = "One page per piece of paper";
			this._noBookletRadio.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this._noBookletRadio.UseVisualStyleBackColor = true;
			this._noBookletRadio.CheckedChanged += new System.EventHandler(this.OnBookletRadioChanged);
			//
			// _showCropMarks
			//
			this._showCropMarks.AutoSize = true;
			this._showCropMarks.Image = global::Bloom.Properties.Resources.cropMarks;
			this._L10NSharpExtender.SetLocalizableToolTip(this._showCropMarks, null);
			this._L10NSharpExtender.SetLocalizationComment(this._showCropMarks, null);
			this._L10NSharpExtender.SetLocalizingId(this._showCropMarks, "PublishTab.ShowCropMarks");
			this._showCropMarks.Location = new System.Drawing.Point(3, 400);
			this._showCropMarks.Margin = new System.Windows.Forms.Padding(3, 30, 3, 3);
			this._showCropMarks.Name = "_showCropMarks";
			this._showCropMarks.Size = new System.Drawing.Size(80, 62);
			this._showCropMarks.TabIndex = 15;
			this._showCropMarks.Text = "Crop Marks";
			this._showCropMarks.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
			this._showCropMarks.UseVisualStyleBackColor = true;
			this._showCropMarks.CheckedChanged += new System.EventHandler(this.OnShowCropMarks_CheckedChanged);
			//
			// _L10NSharpExtender
			//
			this._L10NSharpExtender.LocalizationManagerId = "Bloom";
			this._L10NSharpExtender.PrefixForNewItems = null;
			//
			// superToolTip1
			//
			this.superToolTip1.FadingInterval = 10;
			//
			// _adobeReaderControl
			//
			this._adobeReaderControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
			| System.Windows.Forms.AnchorStyles.Left)
			| System.Windows.Forms.AnchorStyles.Right)));
			this._adobeReaderControl.BackColor = System.Drawing.Color.White;
			this._L10NSharpExtender.SetLocalizableToolTip(this._adobeReaderControl, null);
			this._L10NSharpExtender.SetLocalizationComment(this._adobeReaderControl, null);
			this._L10NSharpExtender.SetLocalizingId(this._adobeReaderControl, "adobeReaderControl1.AdobeReaderControl");
			this._adobeReaderControl.Location = new System.Drawing.Point(103, 3);
			this._adobeReaderControl.Name = "_adobeReaderControl";
			this._adobeReaderControl.Size = new System.Drawing.Size(727, 537);
			this._adobeReaderControl.TabIndex = 16;
			//
			// PublishView
			//
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
			this.Controls.Add(this.tableLayoutPanel1);
			this.Controls.Add(this._workingIndicator);
			this.Controls.Add(this._adobeReaderControl);
			this._L10NSharpExtender.SetLocalizableToolTip(this, null);
			this._L10NSharpExtender.SetLocalizationComment(this, null);
			this._L10NSharpExtender.SetLocalizingId(this, "PublishView.PublishView");
			this.Name = "PublishView";
			this.Size = new System.Drawing.Size(833, 540);
			this._workingIndicator.ResumeLayout(false);
			this._topBarPanel.ResumeLayout(false);
			this._topBarPanel.PerformLayout();
			this.tableLayoutPanel1.ResumeLayout(false);
			this.tableLayoutPanel1.PerformLayout();
			this.contextMenuStrip1.ResumeLayout(false);
			this._menusToolStrip.ResumeLayout(false);
			this._menusToolStrip.PerformLayout();
			((System.ComponentModel.ISupportInitialize)(this._L10NSharpExtender)).EndInit();
			this.ResumeLayout(false);

		}
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfoWrapper superToolTipInfoWrapper1 = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfoWrapper();
     Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfo        superToolTipInfo1        = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfo();
     Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfoWrapper superToolTipInfoWrapper2 = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfoWrapper();
     Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfo        superToolTipInfo2        = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfo();
     Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfoWrapper superToolTipInfoWrapper3 = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfoWrapper();
     Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfo        superToolTipInfo3        = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfo();
     Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfoWrapper superToolTipInfoWrapper4 = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfoWrapper();
     Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfo        superToolTipInfo4        = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTipInfo();
     this._loadTimer = new System.Windows.Forms.Timer(this.components);
     this._makePdfBackgroundWorker = new System.ComponentModel.BackgroundWorker();
     this._workingIndicator        = new System.Windows.Forms.Panel();
     this._topBarPanel             = new System.Windows.Forms.Panel();
     this._saveButton            = new System.Windows.Forms.Button();
     this._printButton           = new System.Windows.Forms.Button();
     this.tableLayoutPanel1      = new System.Windows.Forms.TableLayoutPanel();
     this._contextMenuStrip      = new System.Windows.Forms.ContextMenuStrip(this.components);
     this._openinBrowserMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this._menusToolStrip        = new System.Windows.Forms.ToolStrip();
     this._layoutChoices         = new System.Windows.Forms.ToolStripDropDownButton();
     this._bookletCoverRadio     = new System.Windows.Forms.RadioButton();
     this.label1               = new System.Windows.Forms.Label();
     this._uploadRadio         = new System.Windows.Forms.RadioButton();
     this._showCropMarks       = new System.Windows.Forms.CheckBox();
     this._bookletBodyRadio    = new System.Windows.Forms.RadioButton();
     this._simpleAllPagesRadio = new System.Windows.Forms.RadioButton();
     this._L10NSharpExtender   = new L10NSharp.UI.L10NSharpExtender(this.components);
     this._pdfViewer           = new PdfViewer();
     this._superToolTip        = new Palaso.UI.WindowsForms.SuperToolTip.SuperToolTip(this.components);
     this._openPDF             = new System.Windows.Forms.ToolStripMenuItem();
     this._workingIndicator.SuspendLayout();
     this._topBarPanel.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this._contextMenuStrip.SuspendLayout();
     this._menusToolStrip.SuspendLayout();
     this._pdfViewer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._L10NSharpExtender)).BeginInit();
     this.SuspendLayout();
     //
     // _makePdfBackgroundWorker
     //
     this._makePdfBackgroundWorker.WorkerSupportsCancellation = true;
     this._makePdfBackgroundWorker.DoWork += new System.ComponentModel.DoWorkEventHandler(this._makePdfBackgroundWorker_DoWork);
     //
     // _workingIndicator
     //
     this._workingIndicator.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this._workingIndicator.BackColor = System.Drawing.Color.White;
     this._workingIndicator.Controls.Add(this._topBarPanel);
     this._workingIndicator.Location = new System.Drawing.Point(114, 24);
     this._workingIndicator.Name     = "_workingIndicator";
     this._workingIndicator.Size     = new System.Drawing.Size(714, 516);
     this._workingIndicator.TabIndex = 8;
     //
     // _topBarPanel
     //
     this._topBarPanel.Controls.Add(this._saveButton);
     this._topBarPanel.Controls.Add(this._printButton);
     this._topBarPanel.Location = new System.Drawing.Point(296, 320);
     this._topBarPanel.Name     = "_topBarPanel";
     this._topBarPanel.Size     = new System.Drawing.Size(327, 70);
     this._topBarPanel.TabIndex = 14;
     //
     // _saveButton
     //
     this._saveButton.AutoSize  = true;
     this._saveButton.BackColor = System.Drawing.Color.Transparent;
     this._saveButton.FlatAppearance.BorderSize = 0;
     this._saveButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this._saveButton.Font      = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._saveButton.ForeColor = System.Drawing.Color.Black;
     this._saveButton.Image     = global::Bloom.Properties.Resources.Usb;
     this._L10NSharpExtender.SetLocalizableToolTip(this._saveButton, null);
     this._L10NSharpExtender.SetLocalizationComment(this._saveButton, null);
     this._L10NSharpExtender.SetLocalizingId(this._saveButton, "PublishTab.SaveButton");
     this._saveButton.Location                = new System.Drawing.Point(139, 0);
     this._saveButton.Name                    = "_saveButton";
     this._saveButton.Size                    = new System.Drawing.Size(185, 71);
     this._saveButton.TabIndex                = 15;
     this._saveButton.Text                    = "&Save PDF...";
     this._saveButton.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this._saveButton.UseVisualStyleBackColor = false;
     this._saveButton.Click                  += new System.EventHandler(this.OnSave_Click);
     //
     // _printButton
     //
     this._printButton.AutoSize  = true;
     this._printButton.BackColor = System.Drawing.Color.Transparent;
     this._printButton.FlatAppearance.BorderSize = 0;
     this._printButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this._printButton.Font      = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._printButton.ForeColor = System.Drawing.Color.Black;
     this._printButton.Image     = global::Bloom.Properties.Resources.print;
     this._L10NSharpExtender.SetLocalizableToolTip(this._printButton, null);
     this._L10NSharpExtender.SetLocalizationComment(this._printButton, null);
     this._L10NSharpExtender.SetLocalizingId(this._printButton, "PublishTab.PrintButton");
     this._printButton.Location                = new System.Drawing.Point(0, 0);
     this._printButton.Name                    = "_printButton";
     this._printButton.Size                    = new System.Drawing.Size(160, 64);
     this._printButton.TabIndex                = 14;
     this._printButton.Text                    = "&Print...";
     this._printButton.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this._printButton.UseVisualStyleBackColor = false;
     this._printButton.Click                  += new System.EventHandler(this.OnPrint_Click);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ContextMenuStrip = this._contextMenuStrip;
     this.tableLayoutPanel1.Controls.Add(this._menusToolStrip, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this._bookletCoverRadio, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.label1, 0, 4);
     this.tableLayoutPanel1.Controls.Add(this._uploadRadio, 0, 5);
     this.tableLayoutPanel1.Controls.Add(this._showCropMarks, 0, 6);
     this.tableLayoutPanel1.Controls.Add(this._bookletBodyRadio, 0, 3);
     this.tableLayoutPanel1.Controls.Add(this._simpleAllPagesRadio, 0, 1);
     this.tableLayoutPanel1.Dock      = System.Windows.Forms.DockStyle.Left;
     this.tableLayoutPanel1.ForeColor = System.Drawing.Color.White;
     this.tableLayoutPanel1.Location  = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name      = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount  = 7;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(114, 540);
     this.tableLayoutPanel1.TabIndex = 10;
     this.tableLayoutPanel1.Paint   += new System.Windows.Forms.PaintEventHandler(this.tableLayoutPanel1_Paint);
     //
     // _contextMenuStrip
     //
     this._contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._openinBrowserMenuItem,
         this._openPDF
     });
     this._L10NSharpExtender.SetLocalizationComment(this._contextMenuStrip, null);
     this._L10NSharpExtender.SetLocalizationPriority(this._contextMenuStrip, L10NSharp.LocalizationPriority.InternalUseOnly);
     this._L10NSharpExtender.SetLocalizingId(this._contextMenuStrip, "_contextMenuStrip._contextMenuStrip");
     this._contextMenuStrip.Name = "_contextMenuStrip";
     this._contextMenuStrip.Size = new System.Drawing.Size(434, 70);
     //
     // _openinBrowserMenuItem
     //
     this._L10NSharpExtender.SetLocalizableToolTip(this._openinBrowserMenuItem, null);
     this._L10NSharpExtender.SetLocalizationComment(this._openinBrowserMenuItem, null);
     this._L10NSharpExtender.SetLocalizationPriority(this._openinBrowserMenuItem, L10NSharp.LocalizationPriority.Low);
     this._L10NSharpExtender.SetLocalizingId(this._openinBrowserMenuItem, "EditTab.BookContextMenu.openHtmlInBrowser");
     this._openinBrowserMenuItem.Name        = "_openinBrowserMenuItem";
     this._openinBrowserMenuItem.Size        = new System.Drawing.Size(433, 22);
     this._openinBrowserMenuItem.Text        = "Open the Html used to make this PDF, in Firefox (must be on path)";
     this._openinBrowserMenuItem.ToolTipText = "Will show in chrome rather than firefox because it is closest to the html engine " +
                                               "the htmltopdf engine uses.";
     this._openinBrowserMenuItem.Click += new System.EventHandler(this._openinBrowserMenuItem_Click);
     //
     // _menusToolStrip
     //
     this._menusToolStrip.AutoSize    = false;
     this._menusToolStrip.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this._menusToolStrip.CanOverflow = false;
     this._menusToolStrip.Dock        = System.Windows.Forms.DockStyle.None;
     this._menusToolStrip.GripStyle   = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this._menusToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._layoutChoices
     });
     this._menusToolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
     this._L10NSharpExtender.SetLocalizableToolTip(this._menusToolStrip, null);
     this._L10NSharpExtender.SetLocalizationComment(this._menusToolStrip, null);
     this._L10NSharpExtender.SetLocalizationPriority(this._menusToolStrip, L10NSharp.LocalizationPriority.NotLocalizable);
     this._L10NSharpExtender.SetLocalizingId(this._menusToolStrip, "EditTab._menusToolStrip");
     this._menusToolStrip.Location = new System.Drawing.Point(0, 0);
     this._menusToolStrip.Name     = "_menusToolStrip";
     this._menusToolStrip.Size     = new System.Drawing.Size(100, 24);
     this._menusToolStrip.TabIndex = 13;
     this._menusToolStrip.Text     = "toolStrip1";
     //
     // _layoutChoices
     //
     this._layoutChoices.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this._layoutChoices.ForeColor             = System.Drawing.Color.White;
     this._layoutChoices.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._L10NSharpExtender.SetLocalizableToolTip(this._layoutChoices, null);
     this._L10NSharpExtender.SetLocalizationComment(this._layoutChoices, null);
     this._L10NSharpExtender.SetLocalizationPriority(this._layoutChoices, L10NSharp.LocalizationPriority.NotLocalizable);
     this._L10NSharpExtender.SetLocalizingId(this._layoutChoices, "._layoutChoices");
     this._layoutChoices.Name        = "_layoutChoices";
     this._layoutChoices.Size        = new System.Drawing.Size(85, 19);
     this._layoutChoices.Text        = "Page Layout";
     this._layoutChoices.ToolTipText = "Choose a page size and orientation";
     //
     // _bookletCoverRadio
     //
     this._bookletCoverRadio.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._bookletCoverRadio.Image = global::Bloom.Properties.Resources.coverOnly;
     this._L10NSharpExtender.SetLocalizableToolTip(this._bookletCoverRadio, null);
     this._L10NSharpExtender.SetLocalizationComment(this._bookletCoverRadio, null);
     this._L10NSharpExtender.SetLocalizingId(this._bookletCoverRadio, "PublishTab.CoverOnlyRadio");
     this._bookletCoverRadio.Location           = new System.Drawing.Point(3, 130);
     this._bookletCoverRadio.Name               = "_bookletCoverRadio";
     this._bookletCoverRadio.Size               = new System.Drawing.Size(94, 88);
     superToolTipInfo1.BackgroundGradientBegin  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     superToolTipInfo1.BackgroundGradientEnd    = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(218)))), ((int)(((byte)(239)))));
     superToolTipInfo1.BackgroundGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(246)))), ((int)(((byte)(251)))));
     superToolTipInfo1.BodyText = "Make a PDF of just the front and back (both sides), so you can  print on colored " +
                                  "paper.";
     superToolTipInfo1.HeaderText = "Cover";
     superToolTipInfo1.OffsetForWhereToDisplay = new System.Drawing.Point(120, 0);
     superToolTipInfo1.ShowHeader = false;
     superToolTipInfoWrapper1.SuperToolTipInfo = superToolTipInfo1;
     superToolTipInfoWrapper1.UseSuperToolTip  = true;
     this._superToolTip.SetSuperStuff(this._bookletCoverRadio, superToolTipInfoWrapper1);
     this._bookletCoverRadio.TabIndex                = 8;
     this._bookletCoverRadio.TabStop                 = true;
     this._bookletCoverRadio.Text                    = "Booklet Cover";
     this._bookletCoverRadio.TextAlign               = System.Drawing.ContentAlignment.MiddleCenter;
     this._bookletCoverRadio.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this._bookletCoverRadio.UseVisualStyleBackColor = true;
     this._bookletCoverRadio.CheckedChanged         += new System.EventHandler(this.OnBookletRadioChanged);
     //
     // label1
     //
     this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this._L10NSharpExtender.SetLocalizableToolTip(this.label1, null);
     this._L10NSharpExtender.SetLocalizationComment(this.label1, null);
     this._L10NSharpExtender.SetLocalizingId(this.label1, "label1");
     this.label1.Location = new System.Drawing.Point(3, 323);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(108, 1);
     this.label1.TabIndex = 17;
     //
     // _uploadRadio
     //
     this._uploadRadio.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._uploadRadio.Image = global::Bloom.Properties.Resources.upload;
     this._L10NSharpExtender.SetLocalizableToolTip(this._uploadRadio, null);
     this._L10NSharpExtender.SetLocalizationComment(this._uploadRadio, null);
     this._L10NSharpExtender.SetLocalizingId(this._uploadRadio, "PublishTab.ButtonThatShowsUploadForm");
     this._uploadRadio.Location = new System.Drawing.Point(3, 327);
     this._uploadRadio.Name     = "_uploadRadio";
     this._uploadRadio.Size     = new System.Drawing.Size(105, 82);
     superToolTipInfo2.BackgroundGradientBegin  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     superToolTipInfo2.BackgroundGradientEnd    = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(218)))), ((int)(((byte)(239)))));
     superToolTipInfo2.BackgroundGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(246)))), ((int)(((byte)(251)))));
     superToolTipInfo2.BodyText = "Upload to BloomLibrary.org, where others can download and localize into their own" +
                                  " language.";
     superToolTipInfo2.OffsetForWhereToDisplay = new System.Drawing.Point(120, 0);
     superToolTipInfo2.ShowHeader = false;
     superToolTipInfoWrapper2.SuperToolTipInfo = superToolTipInfo2;
     superToolTipInfoWrapper2.UseSuperToolTip  = true;
     this._superToolTip.SetSuperStuff(this._uploadRadio, superToolTipInfoWrapper2);
     this._uploadRadio.TabIndex                = 16;
     this._uploadRadio.TabStop                 = true;
     this._uploadRadio.Text                    = "Upload";
     this._uploadRadio.TextAlign               = System.Drawing.ContentAlignment.MiddleCenter;
     this._uploadRadio.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this._uploadRadio.UseVisualStyleBackColor = true;
     this._uploadRadio.CheckedChanged         += new System.EventHandler(this.OnBookletRadioChanged);
     //
     // _showCropMarks
     //
     this._showCropMarks.AutoSize = true;
     this._showCropMarks.Font     = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._showCropMarks.Image    = global::Bloom.Properties.Resources.cropMarks;
     this._L10NSharpExtender.SetLocalizableToolTip(this._showCropMarks, null);
     this._L10NSharpExtender.SetLocalizationComment(this._showCropMarks, null);
     this._L10NSharpExtender.SetLocalizingId(this._showCropMarks, "PublishTab.ShowCropMarks");
     this._showCropMarks.Location                = new System.Drawing.Point(3, 427);
     this._showCropMarks.Margin                  = new System.Windows.Forms.Padding(3, 15, 3, 3);
     this._showCropMarks.Name                    = "_showCropMarks";
     this._showCropMarks.Size                    = new System.Drawing.Size(85, 62);
     this._showCropMarks.TabIndex                = 15;
     this._showCropMarks.Text                    = "Crop Marks";
     this._showCropMarks.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this._showCropMarks.UseVisualStyleBackColor = true;
     this._showCropMarks.Visible                 = false;
     this._showCropMarks.CheckedChanged         += new System.EventHandler(this.OnShowCropMarks_CheckedChanged);
     //
     // _bookletBodyRadio
     //
     this._bookletBodyRadio.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._bookletBodyRadio.Image = global::Bloom.Properties.Resources.insideBookletPages;
     this._L10NSharpExtender.SetLocalizableToolTip(this._bookletBodyRadio, null);
     this._L10NSharpExtender.SetLocalizationComment(this._bookletBodyRadio, null);
     this._L10NSharpExtender.SetLocalizingId(this._bookletBodyRadio, "PublishTab.BodyOnlyRadio");
     this._bookletBodyRadio.Location            = new System.Drawing.Point(3, 224);
     this._bookletBodyRadio.Name                = "_bookletBodyRadio";
     this._bookletBodyRadio.Size                = new System.Drawing.Size(94, 96);
     superToolTipInfo3.BackgroundGradientBegin  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     superToolTipInfo3.BackgroundGradientEnd    = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(218)))), ((int)(((byte)(239)))));
     superToolTipInfo3.BackgroundGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(246)))), ((int)(((byte)(251)))));
     superToolTipInfo3.BodyText = "Make a booklet from the inside pages of the book.\r Pages will be laid out and reo" +
                                  "rdered so that when you fold it, you\'ll have a booklet.\r\n";
     superToolTipInfo3.HeaderText = "Booklet Inside Pages";
     superToolTipInfo3.OffsetForWhereToDisplay = new System.Drawing.Point(120, 0);
     superToolTipInfo3.ShowHeader = false;
     superToolTipInfoWrapper3.SuperToolTipInfo = superToolTipInfo3;
     superToolTipInfoWrapper3.UseSuperToolTip  = true;
     this._superToolTip.SetSuperStuff(this._bookletBodyRadio, superToolTipInfoWrapper3);
     this._bookletBodyRadio.TabIndex                = 14;
     this._bookletBodyRadio.TabStop                 = true;
     this._bookletBodyRadio.Text                    = "Booklet Insides";
     this._bookletBodyRadio.TextAlign               = System.Drawing.ContentAlignment.MiddleCenter;
     this._bookletBodyRadio.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this._bookletBodyRadio.UseVisualStyleBackColor = true;
     this._bookletBodyRadio.CheckedChanged         += new System.EventHandler(this.OnBookletRadioChanged);
     //
     // _simpleAllPagesRadio
     //
     this._simpleAllPagesRadio.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this._simpleAllPagesRadio.Image = global::Bloom.Properties.Resources.simplePages;
     this._L10NSharpExtender.SetLocalizableToolTip(this._simpleAllPagesRadio, null);
     this._L10NSharpExtender.SetLocalizationComment(this._simpleAllPagesRadio, "Instead of making a booklet, just make normal pages");
     this._L10NSharpExtender.SetLocalizingId(this._simpleAllPagesRadio, "PublishTab.OnePagePerPaperRadio");
     this._simpleAllPagesRadio.Location         = new System.Drawing.Point(3, 27);
     this._simpleAllPagesRadio.Name             = "_simpleAllPagesRadio";
     this._simpleAllPagesRadio.Size             = new System.Drawing.Size(94, 97);
     superToolTipInfo4.BackgroundGradientBegin  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     superToolTipInfo4.BackgroundGradientEnd    = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(218)))), ((int)(((byte)(239)))));
     superToolTipInfo4.BackgroundGradientMiddle = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(246)))), ((int)(((byte)(251)))));
     superToolTipInfo4.BodyText = "Make a PDF of every page of the book, one page per piece of paper.";
     superToolTipInfo4.OffsetForWhereToDisplay = new System.Drawing.Point(120, 0);
     superToolTipInfo4.ShowHeader = false;
     superToolTipInfoWrapper4.SuperToolTipInfo = superToolTipInfo4;
     superToolTipInfoWrapper4.UseSuperToolTip  = true;
     this._superToolTip.SetSuperStuff(this._simpleAllPagesRadio, superToolTipInfoWrapper4);
     this._simpleAllPagesRadio.TabIndex                = 10;
     this._simpleAllPagesRadio.TabStop                 = true;
     this._simpleAllPagesRadio.Text                    = "Simple";
     this._simpleAllPagesRadio.TextAlign               = System.Drawing.ContentAlignment.MiddleCenter;
     this._simpleAllPagesRadio.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this._simpleAllPagesRadio.UseVisualStyleBackColor = true;
     this._simpleAllPagesRadio.CheckedChanged         += new System.EventHandler(this.OnBookletRadioChanged);
     //
     // _L10NSharpExtender
     //
     this._L10NSharpExtender.LocalizationManagerId = "Bloom";
     this._L10NSharpExtender.PrefixForNewItems     = null;
     //
     // _pdfViewer
     //
     this._pdfViewer.BackColor = System.Drawing.Color.White;
     this._L10NSharpExtender.SetLocalizableToolTip(this._pdfViewer, null);
     this._L10NSharpExtender.SetLocalizationComment(this._pdfViewer, null);
     this._L10NSharpExtender.SetLocalizingId(this._pdfViewer, "PdfViewer.PdfViewer");
     this._pdfViewer.Location = new System.Drawing.Point(114, 3);
     this._pdfViewer.Name     = "_pdfViewer";
     this._pdfViewer.Size     = new System.Drawing.Size(716, 537);
     this._pdfViewer.TabIndex = 16;
     this._pdfViewer.Dock     = System.Windows.Forms.DockStyle.Fill;
     //
     // superToolTip1
     //
     this._superToolTip.FadingInterval = 10;
     //
     // _openPDF
     //
     this._L10NSharpExtender.SetLocalizableToolTip(this._openPDF, null);
     this._L10NSharpExtender.SetLocalizationComment(this._openPDF, null);
     this._L10NSharpExtender.SetLocalizingId(this._openPDF, "PublishTab.OpenThePDFInTheSystemPDFViewer");
     this._openPDF.Name   = "_openPDF";
     this._openPDF.Size   = new System.Drawing.Size(433, 22);
     this._openPDF.Text   = "Open the PDF in the default system pdf viewer";
     this._openPDF.Click += new System.EventHandler(this._openPDF_Click);
     //
     // PublishView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.Controls.Add(this._pdfViewer);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Controls.Add(this._workingIndicator);
     this._L10NSharpExtender.SetLocalizableToolTip(this, null);
     this._L10NSharpExtender.SetLocalizationComment(this, null);
     this._L10NSharpExtender.SetLocalizingId(this, "PublishView.PublishView");
     this.Name = "PublishView";
     this.Size = new System.Drawing.Size(833, 540);
     this._pdfViewer.ResumeLayout();
     this._workingIndicator.ResumeLayout(false);
     this._topBarPanel.ResumeLayout(false);
     this._topBarPanel.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this._contextMenuStrip.ResumeLayout(false);
     this._menusToolStrip.ResumeLayout(false);
     this._menusToolStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this._L10NSharpExtender)).EndInit();
     this.ResumeLayout(false);
 }