namespace VAR.PdfTools.Workbench { partial class FrmPdfInfo { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.lblOutputs = new System.Windows.Forms.Label(); this.lblInputs = new System.Windows.Forms.Label(); this.btnBrowse = new System.Windows.Forms.Button(); this.txtPdfPath = new System.Windows.Forms.TextBox(); this.txtOutput = new System.Windows.Forms.TextBox(); this.btnProcess = new System.Windows.Forms.Button(); this.SuspendLayout(); // // lblOutputs // this.lblOutputs.AutoSize = true; this.lblOutputs.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblOutputs.Location = new System.Drawing.Point(12, 48); this.lblOutputs.Name = "lblOutputs"; this.lblOutputs.Size = new System.Drawing.Size(51, 13); this.lblOutputs.TabIndex = 11; this.lblOutputs.Text = "Outputs"; // // lblInputs // this.lblInputs.AutoSize = true; this.lblInputs.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblInputs.Location = new System.Drawing.Point(12, 9); this.lblInputs.Name = "lblInputs"; this.lblInputs.Size = new System.Drawing.Size(42, 13); this.lblInputs.TabIndex = 10; this.lblInputs.Text = "Inputs"; // // btnBrowse // this.btnBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnBrowse.Location = new System.Drawing.Point(323, 22); this.btnBrowse.Name = "btnBrowse"; this.btnBrowse.Size = new System.Drawing.Size(75, 23); this.btnBrowse.TabIndex = 9; this.btnBrowse.Text = "Browse"; this.btnBrowse.UseVisualStyleBackColor = true; this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click); // // txtPdfPath // this.txtPdfPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtPdfPath.Location = new System.Drawing.Point(15, 25); this.txtPdfPath.Name = "txtPdfPath"; this.txtPdfPath.Size = new System.Drawing.Size(302, 20); this.txtPdfPath.TabIndex = 8; // // txtOutput // this.txtOutput.AcceptsReturn = true; this.txtOutput.AcceptsTab = true; this.txtOutput.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.txtOutput.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtOutput.Location = new System.Drawing.Point(15, 64); this.txtOutput.Multiline = true; this.txtOutput.Name = "txtOutput"; this.txtOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtOutput.Size = new System.Drawing.Size(464, 355); this.txtOutput.TabIndex = 7; // // btnProcess // this.btnProcess.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnProcess.Location = new System.Drawing.Point(404, 22); this.btnProcess.Name = "btnProcess"; this.btnProcess.Size = new System.Drawing.Size(75, 23); this.btnProcess.TabIndex = 6; this.btnProcess.Text = "Process"; this.btnProcess.UseVisualStyleBackColor = true; this.btnProcess.Click += new System.EventHandler(this.btnProcess_Click); // // FrmPdfInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(491, 431); this.Controls.Add(this.lblOutputs); this.Controls.Add(this.lblInputs); this.Controls.Add(this.btnBrowse); this.Controls.Add(this.txtPdfPath); this.Controls.Add(this.txtOutput); this.Controls.Add(this.btnProcess); this.Name = "FrmPdfInfo"; this.Text = "PdfInfo"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmPdfInfo_FormClosing); this.Load += new System.EventHandler(this.FrmPdfInfo_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblOutputs; private System.Windows.Forms.Label lblInputs; private System.Windows.Forms.Button btnBrowse; private System.Windows.Forms.TextBox txtPdfPath; private System.Windows.Forms.TextBox txtOutput; private System.Windows.Forms.Button btnProcess; } }