using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows.Forms;
using System.Runtime.InteropServices;
using System.Security.Permissions;
using System.Drawing.Printing;
using System.Security;
namespace Neo.Afx.ActiveX.DocumentScanner
{
partial class DocumentScanner
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.scanContainer = new System.Windows.Forms.SplitContainer();
this.picboxFit = new System.Windows.Forms.PictureBox();
this.picboxOriginalSize = new System.Windows.Forms.PictureBox();
this.label23 = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.lbReshape = new System.Windows.Forms.Label();
this.lbGeneral = new System.Windows.Forms.Label();
this.picboxDeleteAll = new System.Windows.Forms.PictureBox();
this.picboxDelete = new System.Windows.Forms.PictureBox();
this.picboxRotateLeft = new System.Windows.Forms.PictureBox();
this.picboxRotateRight = new System.Windows.Forms.PictureBox();
this.picboxCut = new System.Windows.Forms.PictureBox();
this.picboxPoint = new System.Windows.Forms.PictureBox();
this.picboxCrop = new System.Windows.Forms.PictureBox();
this.picboxHand = new System.Windows.Forms.PictureBox();
this.scanningDocumentLabel = new System.Windows.Forms.Label();
this.scanControlsPanel = new System.Windows.Forms.Panel();
this.savingLabel = new System.Windows.Forms.Label();
this.picboxSave = new System.Windows.Forms.PictureBox();
this.picboxScan = new System.Windows.Forms.PictureBox();
this.rdbtnRGB = new System.Windows.Forms.RadioButton();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.rdbtnGray = new System.Windows.Forms.RadioButton();
this.rdbtnBW = new System.Windows.Forms.RadioButton();
this.chkDuplex = new System.Windows.Forms.CheckBox();
this.chkADF = new System.Windows.Forms.CheckBox();
this.chkShowUI = new System.Windows.Forms.CheckBox();
this.cbxResolution = new System.Windows.Forms.ComboBox();
this.cbxSource = new System.Windows.Forms.ComboBox();
this.scanPagerPanel = new System.Windows.Forms.Panel();
this.tbxTotalImageNum = new System.Windows.Forms.TextBox();
this.tbxCurrentImageIndex = new System.Windows.Forms.TextBox();
this.lbDiv = new System.Windows.Forms.Label();
this.cbxLayout = new System.Windows.Forms.ComboBox();
this.picboxPrevious = new System.Windows.Forms.PictureBox();
this.picboxNext = new System.Windows.Forms.PictureBox();
this.picboxLast = new System.Windows.Forms.PictureBox();
this.picboxFirst = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.scanContainer)).BeginInit();
this.scanContainer.Panel1.SuspendLayout();
this.scanContainer.Panel2.SuspendLayout();
this.scanContainer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picboxFit)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picboxOriginalSize)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picboxDeleteAll)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picboxDelete)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picboxRotateLeft)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picboxRotateRight)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picboxCut)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picboxPoint)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picboxCrop)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picboxHand)).BeginInit();
this.scanControlsPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picboxSave)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picboxScan)).BeginInit();
this.scanPagerPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picboxPrevious)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picboxNext)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picboxLast)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picboxFirst)).BeginInit();
this.SuspendLayout();
//
// scanContainer
//
this.scanContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.scanContainer.IsSplitterFixed = true;
this.scanContainer.Location = new System.Drawing.Point(0, 0);
this.scanContainer.Name = "scanContainer";
//
// scanContainer.Panel1
//
this.scanContainer.Panel1.BackColor = System.Drawing.Color.WhiteSmoke;
this.scanContainer.Panel1.Controls.Add(this.picboxFit);
this.scanContainer.Panel1.Controls.Add(this.picboxOriginalSize);
this.scanContainer.Panel1.Controls.Add(this.label23);
this.scanContainer.Panel1.Controls.Add(this.label22);
this.scanContainer.Panel1.Controls.Add(this.label4);
this.scanContainer.Panel1.Controls.Add(this.lbReshape);
this.scanContainer.Panel1.Controls.Add(this.lbGeneral);
this.scanContainer.Panel1.Controls.Add(this.picboxDeleteAll);
this.scanContainer.Panel1.Controls.Add(this.picboxDelete);
this.scanContainer.Panel1.Controls.Add(this.picboxRotateLeft);
this.scanContainer.Panel1.Controls.Add(this.picboxRotateRight);
this.scanContainer.Panel1.Controls.Add(this.picboxCut);
this.scanContainer.Panel1.Controls.Add(this.picboxPoint);
this.scanContainer.Panel1.Controls.Add(this.picboxCrop);
this.scanContainer.Panel1.Controls.Add(this.picboxHand);
//
// scanContainer.Panel2
//
this.scanContainer.Panel2.BackColor = System.Drawing.Color.White;
this.scanContainer.Panel2.Controls.Add(this.scanningDocumentLabel);
this.scanContainer.Panel2.Controls.Add(this.scanControlsPanel);
this.scanContainer.Panel2.Controls.Add(this.scanPagerPanel);
this.scanContainer.Size = new System.Drawing.Size(936, 800);
this.scanContainer.SplitterDistance = 142;
this.scanContainer.SplitterWidth = 1;
this.scanContainer.TabIndex = 142;
//
// picboxFit
//
this.picboxFit.Image = global::Neo.Afx.ActiveX.DocumentScanner.Properties.Resources.picboxFit_Leave;
this.picboxFit.Location = new System.Drawing.Point(14, 286);
this.picboxFit.Name = "picboxFit";
this.picboxFit.Size = new System.Drawing.Size(61, 36);
this.picboxFit.TabIndex = 148;
this.picboxFit.TabStop = false;
this.picboxFit.Tag = "Fit Window Size";
this.picboxFit.Click += new System.EventHandler(this.picboxFit_Click);
this.picboxFit.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseDown);
this.picboxFit.MouseEnter += new System.EventHandler(this.picbox_MouseEnter);
this.picboxFit.MouseLeave += new System.EventHandler(this.picbox_MouseLeave);
this.picboxFit.MouseHover += new System.EventHandler(this.picbox_MouseHover);
this.picboxFit.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseUp);
//
// picboxOriginalSize
//
this.picboxOriginalSize.Image = global::Neo.Afx.ActiveX.DocumentScanner.Properties.Resources.picboxOriginalSize_Leave;
this.picboxOriginalSize.Location = new System.Drawing.Point(73, 286);
this.picboxOriginalSize.Name = "picboxOriginalSize";
this.picboxOriginalSize.Size = new System.Drawing.Size(61, 36);
this.picboxOriginalSize.TabIndex = 147;
this.picboxOriginalSize.TabStop = false;
this.picboxOriginalSize.Tag = "Original Size";
this.picboxOriginalSize.Click += new System.EventHandler(this.picboxOriginalSize_Click);
this.picboxOriginalSize.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseDown);
this.picboxOriginalSize.MouseEnter += new System.EventHandler(this.picbox_MouseEnter);
this.picboxOriginalSize.MouseLeave += new System.EventHandler(this.picbox_MouseLeave);
this.picboxOriginalSize.MouseHover += new System.EventHandler(this.picbox_MouseHover);
this.picboxOriginalSize.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseUp);
//
// label23
//
this.label23.AutoSize = true;
this.label23.BackColor = System.Drawing.Color.White;
this.label23.Location = new System.Drawing.Point(12, 262);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(57, 13);
this.label23.TabIndex = 146;
this.label23.Text = "Fit && Scale";
//
// label22
//
this.label22.AutoSize = true;
this.label22.BackColor = System.Drawing.Color.White;
this.label22.Location = new System.Drawing.Point(9, 187);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(60, 13);
this.label22.TabIndex = 145;
this.label22.Text = "Cut && Crop ";
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.White;
this.label4.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(10, 329);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(106, 15);
this.label4.TabIndex = 142;
this.label4.Text = "Delete && Delete All";
//
// lbReshape
//
this.lbReshape.AutoSize = true;
this.lbReshape.BackColor = System.Drawing.Color.White;
this.lbReshape.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbReshape.Location = new System.Drawing.Point(10, 112);
this.lbReshape.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lbReshape.Name = "lbReshape";
this.lbReshape.Size = new System.Drawing.Size(41, 15);
this.lbReshape.TabIndex = 139;
this.lbReshape.Text = "Rotate";
//
// lbGeneral
//
this.lbGeneral.AutoSize = true;
this.lbGeneral.BackColor = System.Drawing.Color.White;
this.lbGeneral.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lbGeneral.Location = new System.Drawing.Point(10, 37);
this.lbGeneral.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lbGeneral.Name = "lbGeneral";
this.lbGeneral.Size = new System.Drawing.Size(47, 15);
this.lbGeneral.TabIndex = 134;
this.lbGeneral.Text = "General";
//
// picboxDeleteAll
//
this.picboxDeleteAll.Image = global::Neo.Afx.ActiveX.DocumentScanner.Properties.Resources.picboxDeleteAll_Leave;
this.picboxDeleteAll.Location = new System.Drawing.Point(71, 353);
this.picboxDeleteAll.Name = "picboxDeleteAll";
this.picboxDeleteAll.Size = new System.Drawing.Size(61, 36);
this.picboxDeleteAll.TabIndex = 144;
this.picboxDeleteAll.TabStop = false;
this.picboxDeleteAll.Tag = "Delete All";
this.picboxDeleteAll.Click += new System.EventHandler(this.picboxDeleteAll_Click);
this.picboxDeleteAll.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseDown);
this.picboxDeleteAll.MouseEnter += new System.EventHandler(this.picbox_MouseEnter);
this.picboxDeleteAll.MouseLeave += new System.EventHandler(this.picbox_MouseLeave);
this.picboxDeleteAll.MouseHover += new System.EventHandler(this.picbox_MouseHover);
this.picboxDeleteAll.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseUp);
//
// picboxDelete
//
this.picboxDelete.Image = global::Neo.Afx.ActiveX.DocumentScanner.Properties.Resources.picboxDelete_Leave;
this.picboxDelete.Location = new System.Drawing.Point(12, 353);
this.picboxDelete.Name = "picboxDelete";
this.picboxDelete.Size = new System.Drawing.Size(60, 36);
this.picboxDelete.TabIndex = 143;
this.picboxDelete.TabStop = false;
this.picboxDelete.Tag = "Delete Current Image";
this.picboxDelete.Click += new System.EventHandler(this.picboxDelete_Click);
this.picboxDelete.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseDown);
this.picboxDelete.MouseEnter += new System.EventHandler(this.picbox_MouseEnter);
this.picboxDelete.MouseLeave += new System.EventHandler(this.picbox_MouseLeave);
this.picboxDelete.MouseHover += new System.EventHandler(this.picbox_MouseHover);
this.picboxDelete.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseUp);
//
// picboxRotateLeft
//
this.picboxRotateLeft.Image = global::Neo.Afx.ActiveX.DocumentScanner.Properties.Resources.picboxRotateLeft_Leave;
this.picboxRotateLeft.Location = new System.Drawing.Point(71, 137);
this.picboxRotateLeft.Name = "picboxRotateLeft";
this.picboxRotateLeft.Size = new System.Drawing.Size(61, 36);
this.picboxRotateLeft.TabIndex = 141;
this.picboxRotateLeft.TabStop = false;
this.picboxRotateLeft.Tag = "Rotate Left";
this.picboxRotateLeft.Click += new System.EventHandler(this.picboxRotateLeft_Click);
this.picboxRotateLeft.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseDown);
this.picboxRotateLeft.MouseEnter += new System.EventHandler(this.picbox_MouseEnter);
this.picboxRotateLeft.MouseLeave += new System.EventHandler(this.picbox_MouseLeave);
this.picboxRotateLeft.MouseHover += new System.EventHandler(this.picbox_MouseHover);
this.picboxRotateLeft.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseUp);
//
// picboxRotateRight
//
this.picboxRotateRight.Image = global::Neo.Afx.ActiveX.DocumentScanner.Properties.Resources.picboxRotateRight_Leave;
this.picboxRotateRight.Location = new System.Drawing.Point(12, 137);
this.picboxRotateRight.Name = "picboxRotateRight";
this.picboxRotateRight.Size = new System.Drawing.Size(60, 36);
this.picboxRotateRight.TabIndex = 140;
this.picboxRotateRight.TabStop = false;
this.picboxRotateRight.Tag = "Rotate Right";
this.picboxRotateRight.Click += new System.EventHandler(this.picboxRotateRight_Click);
this.picboxRotateRight.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseDown);
this.picboxRotateRight.MouseEnter += new System.EventHandler(this.picbox_MouseEnter);
this.picboxRotateRight.MouseLeave += new System.EventHandler(this.picbox_MouseLeave);
this.picboxRotateRight.MouseHover += new System.EventHandler(this.picbox_MouseHover);
this.picboxRotateRight.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseUp);
//
// picboxCut
//
this.picboxCut.Image = global::Neo.Afx.ActiveX.DocumentScanner.Properties.Resources.picboxCut_Leave;
this.picboxCut.Location = new System.Drawing.Point(11, 211);
this.picboxCut.Name = "picboxCut";
this.picboxCut.Size = new System.Drawing.Size(61, 36);
this.picboxCut.TabIndex = 138;
this.picboxCut.TabStop = false;
this.picboxCut.Tag = "Cut";
this.picboxCut.Click += new System.EventHandler(this.picboxCut_Click);
this.picboxCut.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseDown);
this.picboxCut.MouseEnter += new System.EventHandler(this.picbox_MouseEnter);
this.picboxCut.MouseLeave += new System.EventHandler(this.picbox_MouseLeave);
this.picboxCut.MouseHover += new System.EventHandler(this.picbox_MouseHover);
this.picboxCut.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseUp);
//
// picboxPoint
//
this.picboxPoint.Image = global::Neo.Afx.ActiveX.DocumentScanner.Properties.Resources.picboxPoint_Leave;
this.picboxPoint.Location = new System.Drawing.Point(71, 66);
this.picboxPoint.Name = "picboxPoint";
this.picboxPoint.Size = new System.Drawing.Size(61, 36);
this.picboxPoint.TabIndex = 137;
this.picboxPoint.TabStop = false;
this.picboxPoint.Tag = "Select";
this.picboxPoint.Click += new System.EventHandler(this.picboxPoint_Click);
this.picboxPoint.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseDown);
this.picboxPoint.MouseEnter += new System.EventHandler(this.picbox_MouseEnter);
this.picboxPoint.MouseLeave += new System.EventHandler(this.picbox_MouseLeave);
this.picboxPoint.MouseHover += new System.EventHandler(this.picbox_MouseHover);
this.picboxPoint.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseUp);
//
// picboxCrop
//
this.picboxCrop.Image = global::Neo.Afx.ActiveX.DocumentScanner.Properties.Resources.picboxCrop_Leave;
this.picboxCrop.Location = new System.Drawing.Point(70, 211);
this.picboxCrop.Name = "picboxCrop";
this.picboxCrop.Size = new System.Drawing.Size(60, 36);
this.picboxCrop.TabIndex = 136;
this.picboxCrop.TabStop = false;
this.picboxCrop.Tag = "Crop";
this.picboxCrop.Click += new System.EventHandler(this.picboxCrop_Click);
this.picboxCrop.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseDown);
this.picboxCrop.MouseEnter += new System.EventHandler(this.picbox_MouseEnter);
this.picboxCrop.MouseLeave += new System.EventHandler(this.picbox_MouseLeave);
this.picboxCrop.MouseHover += new System.EventHandler(this.picbox_MouseHover);
this.picboxCrop.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseUp);
//
// picboxHand
//
this.picboxHand.Image = global::Neo.Afx.ActiveX.DocumentScanner.Properties.Resources.picboxHand_Leave;
this.picboxHand.Location = new System.Drawing.Point(12, 66);
this.picboxHand.Name = "picboxHand";
this.picboxHand.Size = new System.Drawing.Size(60, 36);
this.picboxHand.TabIndex = 135;
this.picboxHand.TabStop = false;
this.picboxHand.Tag = "Move";
this.picboxHand.Click += new System.EventHandler(this.picboxHand_Click);
this.picboxHand.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseDown);
this.picboxHand.MouseEnter += new System.EventHandler(this.picbox_MouseEnter);
this.picboxHand.MouseLeave += new System.EventHandler(this.picbox_MouseLeave);
this.picboxHand.MouseHover += new System.EventHandler(this.picbox_MouseHover);
this.picboxHand.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseLeave);
//
// scanningDocumentLabel
//
this.scanningDocumentLabel.AutoSize = true;
this.scanningDocumentLabel.Dock = System.Windows.Forms.DockStyle.Top;
this.scanningDocumentLabel.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.scanningDocumentLabel.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
this.scanningDocumentLabel.Location = new System.Drawing.Point(0, 0);
this.scanningDocumentLabel.Name = "scanningDocumentLabel";
this.scanningDocumentLabel.Padding = new System.Windows.Forms.Padding(20, 20, 0, 0);
this.scanningDocumentLabel.Size = new System.Drawing.Size(20, 39);
this.scanningDocumentLabel.TabIndex = 152;
//
// scanControlsPanel
//
this.scanControlsPanel.BackColor = System.Drawing.Color.WhiteSmoke;
this.scanControlsPanel.Controls.Add(this.savingLabel);
this.scanControlsPanel.Controls.Add(this.picboxSave);
this.scanControlsPanel.Controls.Add(this.picboxScan);
this.scanControlsPanel.Controls.Add(this.rdbtnRGB);
this.scanControlsPanel.Controls.Add(this.label2);
this.scanControlsPanel.Controls.Add(this.label1);
this.scanControlsPanel.Controls.Add(this.rdbtnGray);
this.scanControlsPanel.Controls.Add(this.rdbtnBW);
this.scanControlsPanel.Controls.Add(this.chkDuplex);
this.scanControlsPanel.Controls.Add(this.chkADF);
this.scanControlsPanel.Controls.Add(this.chkShowUI);
this.scanControlsPanel.Controls.Add(this.cbxResolution);
this.scanControlsPanel.Controls.Add(this.cbxSource);
this.scanControlsPanel.Dock = System.Windows.Forms.DockStyle.Right;
this.scanControlsPanel.Location = new System.Drawing.Point(578, 0);
this.scanControlsPanel.Name = "scanControlsPanel";
this.scanControlsPanel.Size = new System.Drawing.Size(215, 747);
this.scanControlsPanel.TabIndex = 151;
//
// savingLabel
//
this.savingLabel.AutoSize = true;
this.savingLabel.Location = new System.Drawing.Point(72, 462);
this.savingLabel.Name = "savingLabel";
this.savingLabel.Size = new System.Drawing.Size(49, 13);
this.savingLabel.TabIndex = 163;
this.savingLabel.Text = "Saving...";
this.savingLabel.Visible = false;
//
// picboxSave
//
this.picboxSave.BackColor = System.Drawing.Color.Transparent;
this.picboxSave.Enabled = false;
this.picboxSave.Image = global::Neo.Afx.ActiveX.DocumentScanner.Properties.Resources.picboxSave_Disabled;
this.picboxSave.Location = new System.Drawing.Point(12, 401);
this.picboxSave.Name = "picboxSave";
this.picboxSave.Size = new System.Drawing.Size(182, 36);
this.picboxSave.TabIndex = 162;
this.picboxSave.TabStop = false;
this.picboxSave.Tag = "Scan Image";
this.picboxSave.Click += new System.EventHandler(this.saveButton_Click);
this.picboxSave.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseDown);
this.picboxSave.MouseEnter += new System.EventHandler(this.picbox_MouseEnter);
this.picboxSave.MouseLeave += new System.EventHandler(this.picbox_MouseLeave);
this.picboxSave.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseUp);
//
// picboxScan
//
this.picboxScan.BackColor = System.Drawing.Color.Transparent;
this.picboxScan.Enabled = false;
this.picboxScan.Image = global::Neo.Afx.ActiveX.DocumentScanner.Properties.Resources.picboxScan_Leave;
this.picboxScan.Location = new System.Drawing.Point(12, 344);
this.picboxScan.Name = "picboxScan";
this.picboxScan.Size = new System.Drawing.Size(182, 36);
this.picboxScan.TabIndex = 159;
this.picboxScan.TabStop = false;
this.picboxScan.Tag = "Scan Image";
this.picboxScan.Click += new System.EventHandler(this.picboxScan_Click);
this.picboxScan.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseDown);
this.picboxScan.MouseEnter += new System.EventHandler(this.picbox_MouseEnter);
this.picboxScan.MouseLeave += new System.EventHandler(this.picbox_MouseLeave);
this.picboxScan.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseUp);
//
// rdbtnRGB
//
this.rdbtnRGB.AutoSize = true;
this.rdbtnRGB.Location = new System.Drawing.Point(12, 295);
this.rdbtnRGB.Name = "rdbtnRGB";
this.rdbtnRGB.Size = new System.Drawing.Size(93, 17);
this.rdbtnRGB.TabIndex = 158;
this.rdbtnRGB.Text = "Scan in colour";
this.rdbtnRGB.UseVisualStyleBackColor = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.White;
this.label2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(6, 82);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(25, 15);
this.label2.TabIndex = 157;
this.label2.Text = "DPI";
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.White;
this.label1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(6, 34);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(49, 15);
this.label1.TabIndex = 156;
this.label1.Text = "Scanner";
//
// rdbtnGray
//
this.rdbtnGray.AutoSize = true;
this.rdbtnGray.Location = new System.Drawing.Point(12, 272);
this.rdbtnGray.Name = "rdbtnGray";
this.rdbtnGray.Size = new System.Drawing.Size(84, 17);
this.rdbtnGray.TabIndex = 155;
this.rdbtnGray.Text = "Scan in gray";
this.rdbtnGray.UseVisualStyleBackColor = true;
//
// rdbtnBW
//
this.rdbtnBW.AutoSize = true;
this.rdbtnBW.Checked = true;
this.rdbtnBW.Location = new System.Drawing.Point(12, 248);
this.rdbtnBW.Name = "rdbtnBW";
this.rdbtnBW.Size = new System.Drawing.Size(139, 17);
this.rdbtnBW.TabIndex = 154;
this.rdbtnBW.TabStop = true;
this.rdbtnBW.Text = "Scan in black and white";
this.rdbtnBW.UseVisualStyleBackColor = true;
//
// chkDuplex
//
this.chkDuplex.AutoSize = true;
this.chkDuplex.Location = new System.Drawing.Point(9, 197);
this.chkDuplex.Name = "chkDuplex";
this.chkDuplex.Size = new System.Drawing.Size(139, 17);
this.chkDuplex.TabIndex = 153;
this.chkDuplex.Text = "Enable duplex scanning";
this.chkDuplex.UseVisualStyleBackColor = true;
//
// chkADF
//
this.chkADF.AutoSize = true;
this.chkADF.Location = new System.Drawing.Point(9, 169);
this.chkADF.Name = "chkADF";
this.chkADF.Size = new System.Drawing.Size(147, 17);
this.chkADF.TabIndex = 152;
this.chkADF.Text = "Automatic document feed";
this.chkADF.UseVisualStyleBackColor = true;
//
// chkShowUI
//
this.chkShowUI.AutoSize = true;
this.chkShowUI.Location = new System.Drawing.Point(9, 142);
this.chkShowUI.Name = "chkShowUI";
this.chkShowUI.Size = new System.Drawing.Size(141, 17);
this.chkShowUI.TabIndex = 151;
this.chkShowUI.Text = "Show Scanner Interface";
this.chkShowUI.UseVisualStyleBackColor = true;
//
// cbxResolution
//
this.cbxResolution.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbxResolution.FormattingEnabled = true;
this.cbxResolution.Location = new System.Drawing.Point(9, 107);
this.cbxResolution.Name = "cbxResolution";
this.cbxResolution.Size = new System.Drawing.Size(200, 21);
this.cbxResolution.TabIndex = 150;
//
// cbxSource
//
this.cbxSource.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbxSource.FormattingEnabled = true;
this.cbxSource.Location = new System.Drawing.Point(9, 56);
this.cbxSource.Name = "cbxSource";
this.cbxSource.Size = new System.Drawing.Size(200, 21);
this.cbxSource.TabIndex = 149;
//
// scanPagerPanel
//
this.scanPagerPanel.BackColor = System.Drawing.Color.WhiteSmoke;
this.scanPagerPanel.Controls.Add(this.tbxTotalImageNum);
this.scanPagerPanel.Controls.Add(this.tbxCurrentImageIndex);
this.scanPagerPanel.Controls.Add(this.lbDiv);
this.scanPagerPanel.Controls.Add(this.cbxLayout);
this.scanPagerPanel.Controls.Add(this.picboxPrevious);
this.scanPagerPanel.Controls.Add(this.picboxNext);
this.scanPagerPanel.Controls.Add(this.picboxLast);
this.scanPagerPanel.Controls.Add(this.picboxFirst);
this.scanPagerPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
this.scanPagerPanel.Location = new System.Drawing.Point(0, 747);
this.scanPagerPanel.Name = "scanPagerPanel";
this.scanPagerPanel.Size = new System.Drawing.Size(793, 53);
this.scanPagerPanel.TabIndex = 150;
//
// tbxTotalImageNum
//
this.tbxTotalImageNum.Enabled = false;
this.tbxTotalImageNum.Location = new System.Drawing.Point(251, 16);
this.tbxTotalImageNum.Name = "tbxTotalImageNum";
this.tbxTotalImageNum.ReadOnly = true;
this.tbxTotalImageNum.Size = new System.Drawing.Size(61, 20);
this.tbxTotalImageNum.TabIndex = 137;
this.tbxTotalImageNum.Text = "0";
//
// tbxCurrentImageIndex
//
this.tbxCurrentImageIndex.Enabled = false;
this.tbxCurrentImageIndex.Location = new System.Drawing.Point(167, 16);
this.tbxCurrentImageIndex.Name = "tbxCurrentImageIndex";
this.tbxCurrentImageIndex.ReadOnly = true;
this.tbxCurrentImageIndex.Size = new System.Drawing.Size(61, 20);
this.tbxCurrentImageIndex.TabIndex = 136;
this.tbxCurrentImageIndex.Text = "0";
this.tbxCurrentImageIndex.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// lbDiv
//
this.lbDiv.AutoSize = true;
this.lbDiv.BackColor = System.Drawing.Color.Transparent;
this.lbDiv.Location = new System.Drawing.Point(235, 19);
this.lbDiv.Name = "lbDiv";
this.lbDiv.Size = new System.Drawing.Size(12, 13);
this.lbDiv.TabIndex = 135;
this.lbDiv.Text = "/";
//
// cbxLayout
//
this.cbxLayout.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbxLayout.FormattingEnabled = true;
this.cbxLayout.Items.AddRange(new object[] {
"1 x 1",
"2 x 2",
"3 x 3",
"4 x 4",
"5 x 5"});
this.cbxLayout.Location = new System.Drawing.Point(430, 14);
this.cbxLayout.Name = "cbxLayout";
this.cbxLayout.Size = new System.Drawing.Size(75, 21);
this.cbxLayout.TabIndex = 134;
this.cbxLayout.SelectedIndexChanged += new System.EventHandler(this.cbxLayout_SelectedIndexChanged);
//
// picboxPrevious
//
this.picboxPrevious.Image = global::Neo.Afx.ActiveX.DocumentScanner.Properties.Resources.picboxPrevious_Leave;
this.picboxPrevious.Location = new System.Drawing.Point(111, 14);
this.picboxPrevious.Name = "picboxPrevious";
this.picboxPrevious.Size = new System.Drawing.Size(50, 25);
this.picboxPrevious.TabIndex = 133;
this.picboxPrevious.TabStop = false;
this.picboxPrevious.Tag = "Previous Image";
this.picboxPrevious.Click += new System.EventHandler(this.picboxPrevious_Click);
this.picboxPrevious.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseDown);
this.picboxPrevious.MouseEnter += new System.EventHandler(this.picbox_MouseEnter);
this.picboxPrevious.MouseLeave += new System.EventHandler(this.picbox_MouseLeave);
this.picboxPrevious.MouseHover += new System.EventHandler(this.picbox_MouseHover);
this.picboxPrevious.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseUp);
//
// picboxNext
//
this.picboxNext.Image = global::Neo.Afx.ActiveX.DocumentScanner.Properties.Resources.picboxNext_Leave;
this.picboxNext.Location = new System.Drawing.Point(318, 14);
this.picboxNext.Name = "picboxNext";
this.picboxNext.Size = new System.Drawing.Size(50, 25);
this.picboxNext.TabIndex = 132;
this.picboxNext.TabStop = false;
this.picboxNext.Tag = "Next Image";
this.picboxNext.Click += new System.EventHandler(this.picboxNext_Click);
this.picboxNext.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseDown);
this.picboxNext.MouseEnter += new System.EventHandler(this.picbox_MouseEnter);
this.picboxNext.MouseLeave += new System.EventHandler(this.picbox_MouseLeave);
this.picboxNext.MouseHover += new System.EventHandler(this.picbox_MouseHover);
this.picboxNext.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseUp);
//
// picboxLast
//
this.picboxLast.Image = global::Neo.Afx.ActiveX.DocumentScanner.Properties.Resources.picboxLast_Leave;
this.picboxLast.Location = new System.Drawing.Point(374, 14);
this.picboxLast.Name = "picboxLast";
this.picboxLast.Size = new System.Drawing.Size(50, 25);
this.picboxLast.TabIndex = 131;
this.picboxLast.TabStop = false;
this.picboxLast.Tag = "Last Image";
this.picboxLast.Click += new System.EventHandler(this.picboxLast_Click);
this.picboxLast.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseDown);
this.picboxLast.MouseEnter += new System.EventHandler(this.picbox_MouseEnter);
this.picboxLast.MouseLeave += new System.EventHandler(this.picbox_MouseLeave);
this.picboxLast.MouseHover += new System.EventHandler(this.picbox_MouseHover);
this.picboxLast.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseUp);
//
// picboxFirst
//
this.picboxFirst.Image = global::Neo.Afx.ActiveX.DocumentScanner.Properties.Resources.picboxFirst_Leave;
this.picboxFirst.Location = new System.Drawing.Point(55, 14);
this.picboxFirst.Name = "picboxFirst";
this.picboxFirst.Size = new System.Drawing.Size(50, 25);
this.picboxFirst.TabIndex = 130;
this.picboxFirst.TabStop = false;
this.picboxFirst.Tag = "First Image";
this.picboxFirst.Click += new System.EventHandler(this.picboxFirst_Click);
this.picboxFirst.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseDown);
this.picboxFirst.MouseEnter += new System.EventHandler(this.picbox_MouseEnter);
this.picboxFirst.MouseLeave += new System.EventHandler(this.picbox_MouseLeave);
this.picboxFirst.MouseHover += new System.EventHandler(this.picbox_MouseHover);
this.picboxFirst.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picbox_MouseUp);
//
// DocumentScanner
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.scanContainer);
this.Name = "DocumentScanner";
this.Size = new System.Drawing.Size(936, 800);
this.DoubleClick += new System.EventHandler(this.DocumentScanner_DoubleClick);
this.scanContainer.Panel1.ResumeLayout(false);
this.scanContainer.Panel1.PerformLayout();
this.scanContainer.Panel2.ResumeLayout(false);
this.scanContainer.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.scanContainer)).EndInit();
this.scanContainer.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picboxFit)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picboxOriginalSize)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picboxDeleteAll)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picboxDelete)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picboxRotateLeft)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picboxRotateRight)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picboxCut)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picboxPoint)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picboxCrop)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picboxHand)).EndInit();
this.scanControlsPanel.ResumeLayout(false);
this.scanControlsPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picboxSave)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picboxScan)).EndInit();
this.scanPagerPanel.ResumeLayout(false);
this.scanPagerPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picboxPrevious)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picboxNext)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picboxLast)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picboxFirst)).EndInit();
this.ResumeLayout(false);
}
#endregion
private SplitContainer scanContainer;
private Label label22;
private Label label4;
private Label lbReshape;
private Label lbGeneral;
private PictureBox picboxDeleteAll;
private PictureBox picboxDelete;
private PictureBox picboxRotateLeft;
private PictureBox picboxRotateRight;
private PictureBox picboxCut;
private PictureBox picboxPoint;
private PictureBox picboxCrop;
private PictureBox picboxHand;
private Panel scanPagerPanel;
private TextBox tbxTotalImageNum;
private TextBox tbxCurrentImageIndex;
private Label lbDiv;
private ComboBox cbxLayout;
private PictureBox picboxPrevious;
private PictureBox picboxNext;
private PictureBox picboxLast;
private PictureBox picboxFirst;
private Panel scanControlsPanel;
private RadioButton rdbtnRGB;
private Label label2;
private Label label1;
public RadioButton rdbtnGray;
public RadioButton rdbtnBW;
public CheckBox chkDuplex;
public CheckBox chkADF;
public CheckBox chkShowUI;
public ComboBox cbxResolution;
public ComboBox cbxSource;
public PictureBox picboxScan;
private PictureBox picboxFit;
private PictureBox picboxOriginalSize;
private Label label23;
private PictureBox picboxSave;
private Label scanningDocumentLabel;
private Label savingLabel;
}
}