RCEU_PDFWorkflowManager/PDFWorkflowManager/PDFWorkflowManager/SettingsForm.Designer.cs
2023-12-21 00:42:08 +01:00

475 lines
21 KiB
C#

namespace PDFWorkflowManager
{
partial class SettingsForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.txtTempDir = new System.Windows.Forms.TextBox();
this.btnScantailor = new System.Windows.Forms.Button();
this.btnGhostScript = new System.Windows.Forms.Button();
this.btnPdfTk = new System.Windows.Forms.Button();
this.txtOrigsDir = new System.Windows.Forms.TextBox();
this.txtScanTailor = new System.Windows.Forms.TextBox();
this.txtGhostScript = new System.Windows.Forms.TextBox();
this.txtPdfTk = new System.Windows.Forms.TextBox();
this.txtTesserAct = new System.Windows.Forms.TextBox();
this.btnTesserAct = new System.Windows.Forms.Button();
this.txtPostProcessor = new System.Windows.Forms.TextBox();
this.btnSaveConfig = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.linkLabel3 = new System.Windows.Forms.LinkLabel();
this.linkLabel5 = new System.Windows.Forms.LinkLabel();
this.txtWorkDir = new System.Windows.Forms.TextBox();
this.txtWorkOutDir = new System.Windows.Forms.TextBox();
this.statusStrip = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.txtPDFMetaAuthor = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.label2 = new System.Windows.Forms.Label();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.label7 = new System.Windows.Forms.Label();
this.cmbBanner = new System.Windows.Forms.ComboBox();
this.statusStrip.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox5.SuspendLayout();
this.SuspendLayout();
//
// txtTempDir
//
this.txtTempDir.Location = new System.Drawing.Point(6, 99);
this.txtTempDir.Name = "txtTempDir";
this.txtTempDir.Size = new System.Drawing.Size(208, 20);
this.txtTempDir.TabIndex = 0;
//
// btnScantailor
//
this.btnScantailor.Location = new System.Drawing.Point(220, 17);
this.btnScantailor.Name = "btnScantailor";
this.btnScantailor.Size = new System.Drawing.Size(84, 23);
this.btnScantailor.TabIndex = 3;
this.btnScantailor.Text = "ScanTailor";
this.btnScantailor.UseVisualStyleBackColor = true;
this.btnScantailor.Click += new System.EventHandler(this.btnScantailor_Click);
//
// btnGhostScript
//
this.btnGhostScript.Location = new System.Drawing.Point(220, 43);
this.btnGhostScript.Name = "btnGhostScript";
this.btnGhostScript.Size = new System.Drawing.Size(84, 23);
this.btnGhostScript.TabIndex = 4;
this.btnGhostScript.Text = "Ghostscript";
this.btnGhostScript.UseVisualStyleBackColor = true;
this.btnGhostScript.Click += new System.EventHandler(this.btnGhostScript_Click);
//
// btnPdfTk
//
this.btnPdfTk.Location = new System.Drawing.Point(220, 69);
this.btnPdfTk.Name = "btnPdfTk";
this.btnPdfTk.Size = new System.Drawing.Size(84, 23);
this.btnPdfTk.TabIndex = 5;
this.btnPdfTk.Text = "PDF Tool Kit";
this.btnPdfTk.UseVisualStyleBackColor = true;
this.btnPdfTk.Click += new System.EventHandler(this.btnPdfTk_Click);
//
// txtOrigsDir
//
this.txtOrigsDir.Location = new System.Drawing.Point(6, 21);
this.txtOrigsDir.Name = "txtOrigsDir";
this.txtOrigsDir.Size = new System.Drawing.Size(208, 20);
this.txtOrigsDir.TabIndex = 6;
//
// txtScanTailor
//
this.txtScanTailor.Location = new System.Drawing.Point(6, 19);
this.txtScanTailor.Name = "txtScanTailor";
this.txtScanTailor.Size = new System.Drawing.Size(208, 20);
this.txtScanTailor.TabIndex = 7;
//
// txtGhostScript
//
this.txtGhostScript.Location = new System.Drawing.Point(6, 45);
this.txtGhostScript.Name = "txtGhostScript";
this.txtGhostScript.Size = new System.Drawing.Size(208, 20);
this.txtGhostScript.TabIndex = 8;
//
// txtPdfTk
//
this.txtPdfTk.Location = new System.Drawing.Point(6, 71);
this.txtPdfTk.Name = "txtPdfTk";
this.txtPdfTk.Size = new System.Drawing.Size(208, 20);
this.txtPdfTk.TabIndex = 9;
//
// txtTesserAct
//
this.txtTesserAct.Location = new System.Drawing.Point(6, 97);
this.txtTesserAct.Name = "txtTesserAct";
this.txtTesserAct.Size = new System.Drawing.Size(208, 20);
this.txtTesserAct.TabIndex = 13;
//
// btnTesserAct
//
this.btnTesserAct.Location = new System.Drawing.Point(220, 95);
this.btnTesserAct.Name = "btnTesserAct";
this.btnTesserAct.Size = new System.Drawing.Size(84, 23);
this.btnTesserAct.TabIndex = 12;
this.btnTesserAct.Text = "TesserAct";
this.btnTesserAct.UseVisualStyleBackColor = true;
this.btnTesserAct.Click += new System.EventHandler(this.btnTesserAct_Click);
//
// txtPostProcessor
//
this.txtPostProcessor.Location = new System.Drawing.Point(6, 19);
this.txtPostProcessor.Name = "txtPostProcessor";
this.txtPostProcessor.Size = new System.Drawing.Size(208, 20);
this.txtPostProcessor.TabIndex = 15;
//
// btnSaveConfig
//
this.btnSaveConfig.Location = new System.Drawing.Point(469, 364);
this.btnSaveConfig.Name = "btnSaveConfig";
this.btnSaveConfig.Size = new System.Drawing.Size(134, 79);
this.btnSaveConfig.TabIndex = 14;
this.btnSaveConfig.Text = "Save Config";
this.btnSaveConfig.UseVisualStyleBackColor = true;
this.btnSaveConfig.Click += new System.EventHandler(this.btnSaveConfig_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(220, 22);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(157, 13);
this.label1.TabIndex = 16;
this.label1.Text = "Post processor nick/name (you)";
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(402, 88);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(270, 13);
this.linkLabel1.TabIndex = 17;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "https://github.com/4lex4/scantailor-advanced/releases";
//
// linkLabel2
//
this.linkLabel2.AutoSize = true;
this.linkLabel2.Location = new System.Drawing.Point(402, 114);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(219, 13);
this.linkLabel2.TabIndex = 18;
this.linkLabel2.TabStop = true;
this.linkLabel2.Text = "https://ghostscript.com/releases/gsdnld.html";
//
// linkLabel3
//
this.linkLabel3.AutoSize = true;
this.linkLabel3.Location = new System.Drawing.Point(402, 140);
this.linkLabel3.Name = "linkLabel3";
this.linkLabel3.Size = new System.Drawing.Size(220, 13);
this.linkLabel3.TabIndex = 19;
this.linkLabel3.TabStop = true;
this.linkLabel3.Text = "https://www.pdflabs.com/tools/pdftk-server/";
//
// linkLabel5
//
this.linkLabel5.AutoSize = true;
this.linkLabel5.Location = new System.Drawing.Point(402, 166);
this.linkLabel5.Name = "linkLabel5";
this.linkLabel5.Size = new System.Drawing.Size(238, 13);
this.linkLabel5.TabIndex = 21;
this.linkLabel5.TabStop = true;
this.linkLabel5.Tag = "";
this.linkLabel5.Text = "https://github.com/UB-Mannheim/tesseract/wiki";
//
// txtWorkDir
//
this.txtWorkDir.Location = new System.Drawing.Point(6, 47);
this.txtWorkDir.Name = "txtWorkDir";
this.txtWorkDir.Size = new System.Drawing.Size(208, 20);
this.txtWorkDir.TabIndex = 22;
//
// txtWorkOutDir
//
this.txtWorkOutDir.Location = new System.Drawing.Point(6, 73);
this.txtWorkOutDir.Name = "txtWorkOutDir";
this.txtWorkOutDir.Size = new System.Drawing.Size(208, 20);
this.txtWorkOutDir.TabIndex = 24;
//
// statusStrip
//
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.statusLabel});
this.statusStrip.Location = new System.Drawing.Point(0, 454);
this.statusStrip.Name = "statusStrip";
this.statusStrip.Size = new System.Drawing.Size(698, 22);
this.statusStrip.TabIndex = 26;
this.statusStrip.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(42, 17);
this.toolStripStatusLabel1.Text = "Status:";
//
// statusLabel
//
this.statusLabel.Name = "statusLabel";
this.statusLabel.Size = new System.Drawing.Size(0, 17);
//
// txtPDFMetaAuthor
//
this.txtPDFMetaAuthor.Location = new System.Drawing.Point(6, 19);
this.txtPDFMetaAuthor.Name = "txtPDFMetaAuthor";
this.txtPDFMetaAuthor.Size = new System.Drawing.Size(208, 20);
this.txtPDFMetaAuthor.TabIndex = 30;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtTempDir);
this.groupBox1.Controls.Add(this.txtOrigsDir);
this.groupBox1.Controls.Add(this.txtWorkDir);
this.groupBox1.Controls.Add(this.txtWorkOutDir);
this.groupBox1.Location = new System.Drawing.Point(12, 201);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(384, 129);
this.groupBox1.TabIndex = 35;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Work Directories";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(217, 102);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(77, 13);
this.label6.TabIndex = 34;
this.label6.Text = "Temp directory";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(220, 76);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(121, 13);
this.label5.TabIndex = 33;
this.label5.Text = "ScanTailor Out directory";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(220, 50);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(76, 13);
this.label4.TabIndex = 32;
this.label4.Text = "Work directory";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(220, 24);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(74, 13);
this.label3.TabIndex = 31;
this.label3.Text = "Origs directory";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnTesserAct);
this.groupBox2.Controls.Add(this.btnScantailor);
this.groupBox2.Controls.Add(this.btnGhostScript);
this.groupBox2.Controls.Add(this.btnPdfTk);
this.groupBox2.Controls.Add(this.txtScanTailor);
this.groupBox2.Controls.Add(this.txtGhostScript);
this.groupBox2.Controls.Add(this.txtPdfTk);
this.groupBox2.Controls.Add(this.txtTesserAct);
this.groupBox2.Location = new System.Drawing.Point(12, 66);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(384, 129);
this.groupBox2.TabIndex = 36;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Tools";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label1);
this.groupBox3.Controls.Add(this.txtPostProcessor);
this.groupBox3.Location = new System.Drawing.Point(12, 12);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(384, 48);
this.groupBox3.TabIndex = 37;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "User";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.label2);
this.groupBox4.Controls.Add(this.txtPDFMetaAuthor);
this.groupBox4.Location = new System.Drawing.Point(12, 336);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(384, 49);
this.groupBox4.TabIndex = 38;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "PDF Metadata";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(217, 22);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(38, 13);
this.label2.TabIndex = 17;
this.label2.Text = "Author";
//
// groupBox5
//
this.groupBox5.Controls.Add(this.label7);
this.groupBox5.Controls.Add(this.cmbBanner);
this.groupBox5.Location = new System.Drawing.Point(12, 392);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(384, 51);
this.groupBox5.TabIndex = 39;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "Output";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(217, 23);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 13);
this.label7.TabIndex = 31;
this.label7.Text = "Banner";
//
// cmbBanner
//
this.cmbBanner.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbBanner.FormattingEnabled = true;
this.cmbBanner.Items.AddRange(new object[] {
"A4",
"A5",
"None"});
this.cmbBanner.Location = new System.Drawing.Point(6, 20);
this.cmbBanner.Name = "cmbBanner";
this.cmbBanner.Size = new System.Drawing.Size(208, 21);
this.cmbBanner.TabIndex = 0;
//
// SettingsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(698, 476);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.statusStrip);
this.Controls.Add(this.linkLabel5);
this.Controls.Add(this.linkLabel3);
this.Controls.Add(this.linkLabel2);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.btnSaveConfig);
this.Name = "SettingsForm";
this.Tag = "";
this.Text = "Settings";
this.statusStrip.ResumeLayout(false);
this.statusStrip.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtTempDir;
private System.Windows.Forms.Button btnScantailor;
private System.Windows.Forms.Button btnGhostScript;
private System.Windows.Forms.Button btnPdfTk;
private System.Windows.Forms.TextBox txtOrigsDir;
private System.Windows.Forms.TextBox txtScanTailor;
private System.Windows.Forms.TextBox txtGhostScript;
private System.Windows.Forms.TextBox txtPdfTk;
private System.Windows.Forms.TextBox txtTesserAct;
private System.Windows.Forms.Button btnTesserAct;
private System.Windows.Forms.TextBox txtPostProcessor;
private System.Windows.Forms.Button btnSaveConfig;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.LinkLabel linkLabel1;
private System.Windows.Forms.LinkLabel linkLabel2;
private System.Windows.Forms.LinkLabel linkLabel3;
private System.Windows.Forms.LinkLabel linkLabel5;
private System.Windows.Forms.TextBox txtWorkDir;
private System.Windows.Forms.TextBox txtWorkOutDir;
private System.Windows.Forms.StatusStrip statusStrip;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel statusLabel;
private System.Windows.Forms.TextBox txtPDFMetaAuthor;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox cmbBanner;
}
}