namespace AffectedApplicationDocumentScanner
{
partial class ScanDocumentForm
{
///
/// 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.cancelScanningButton = new System.Windows.Forms.Button();
this.flagAsNoDocumentFoundButton = new System.Windows.Forms.Button();
this.scanManuallyButton = new System.Windows.Forms.Button();
this.scanFeederButton = new System.Windows.Forms.Button();
this.scanNormalButton = new System.Windows.Forms.Button();
this.documentLabel = new System.Windows.Forms.Label();
this.startingScanningLabel = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// cancelScanningButton
//
this.cancelScanningButton.Location = new System.Drawing.Point(12, 260);
this.cancelScanningButton.Name = "cancelScanningButton";
this.cancelScanningButton.Size = new System.Drawing.Size(437, 30);
this.cancelScanningButton.TabIndex = 12;
this.cancelScanningButton.Text = "Cancel scanning and remove files";
this.cancelScanningButton.UseVisualStyleBackColor = true;
this.cancelScanningButton.Click += new System.EventHandler(this.cancelScanningButton_Click);
//
// flagAsNoDocumentFoundButton
//
this.flagAsNoDocumentFoundButton.Location = new System.Drawing.Point(10, 224);
this.flagAsNoDocumentFoundButton.Name = "flagAsNoDocumentFoundButton";
this.flagAsNoDocumentFoundButton.Size = new System.Drawing.Size(439, 30);
this.flagAsNoDocumentFoundButton.TabIndex = 11;
this.flagAsNoDocumentFoundButton.Text = "Document NOT FOUND in file";
this.flagAsNoDocumentFoundButton.UseVisualStyleBackColor = true;
this.flagAsNoDocumentFoundButton.Click += new System.EventHandler(this.flagAsNoDocumentFoundButton_Click);
//
// scanManuallyButton
//
this.scanManuallyButton.Location = new System.Drawing.Point(10, 188);
this.scanManuallyButton.Name = "scanManuallyButton";
this.scanManuallyButton.Size = new System.Drawing.Size(439, 30);
this.scanManuallyButton.TabIndex = 10;
this.scanManuallyButton.Text = "Scan Manually";
this.scanManuallyButton.UseVisualStyleBackColor = true;
this.scanManuallyButton.Click += new System.EventHandler(this.scanManuallyButton_Click);
//
// scanFeederButton
//
this.scanFeederButton.Location = new System.Drawing.Point(10, 152);
this.scanFeederButton.Name = "scanFeederButton";
this.scanFeederButton.Size = new System.Drawing.Size(439, 30);
this.scanFeederButton.TabIndex = 9;
this.scanFeederButton.Text = "Scan using document feed";
this.scanFeederButton.UseVisualStyleBackColor = true;
this.scanFeederButton.Click += new System.EventHandler(this.scanFeederButton_Click);
//
// scanNormalButton
//
this.scanNormalButton.Location = new System.Drawing.Point(10, 116);
this.scanNormalButton.Name = "scanNormalButton";
this.scanNormalButton.Size = new System.Drawing.Size(439, 30);
this.scanNormalButton.TabIndex = 8;
this.scanNormalButton.Text = "Scan Normal";
this.scanNormalButton.UseVisualStyleBackColor = true;
this.scanNormalButton.Click += new System.EventHandler(this.scanNormalButton_Click);
//
// documentLabel
//
this.documentLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.documentLabel.Location = new System.Drawing.Point(12, 9);
this.documentLabel.MaximumSize = new System.Drawing.Size(437, 100);
this.documentLabel.Name = "documentLabel";
this.documentLabel.Size = new System.Drawing.Size(437, 100);
this.documentLabel.TabIndex = 14;
this.documentLabel.Text = "...";
//
// startingScanningLabel
//
this.startingScanningLabel.AutoSize = true;
this.startingScanningLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.startingScanningLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.startingScanningLabel.Location = new System.Drawing.Point(168, 308);
this.startingScanningLabel.Name = "startingScanningLabel";
this.startingScanningLabel.Size = new System.Drawing.Size(130, 17);
this.startingScanningLabel.TabIndex = 15;
this.startingScanningLabel.Text = "Starting scanning...";
this.startingScanningLabel.Visible = false;
//
// ScanDocumentForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(461, 349);
this.Controls.Add(this.startingScanningLabel);
this.Controls.Add(this.documentLabel);
this.Controls.Add(this.cancelScanningButton);
this.Controls.Add(this.flagAsNoDocumentFoundButton);
this.Controls.Add(this.scanManuallyButton);
this.Controls.Add(this.scanFeederButton);
this.Controls.Add(this.scanNormalButton);
this.Name = "ScanDocumentForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Scan Document";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button cancelScanningButton;
private System.Windows.Forms.Button flagAsNoDocumentFoundButton;
private System.Windows.Forms.Button scanManuallyButton;
private System.Windows.Forms.Button scanFeederButton;
private System.Windows.Forms.Button scanNormalButton;
public System.Windows.Forms.Label documentLabel;
private System.Windows.Forms.Label startingScanningLabel;
}
}