namespace TestApplication
{
partial class CheckScannerScreen
{
///
/// 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.pbCheckImage = new System.Windows.Forms.PictureBox();
this.label33 = new System.Windows.Forms.Label();
this.ColorcomboBox = new System.Windows.Forms.ComboBox();
this.label32 = new System.Windows.Forms.Label();
this.QualitycomboBox = new System.Windows.Forms.ComboBox();
this.label31 = new System.Windows.Forms.Label();
this.MapModecomboBox = new System.Windows.Forms.ComboBox();
this.DocumentWidthtextBox = new System.Windows.Forms.TextBox();
this.label30 = new System.Windows.Forms.Label();
this.DocumentHeighttextBox = new System.Windows.Forms.TextBox();
this.label29 = new System.Windows.Forms.Label();
this.ClearImagebutton = new System.Windows.Forms.Button();
this.ImageTagDatatextBox = new System.Windows.Forms.TextBox();
this.label28 = new System.Windows.Forms.Label();
this.FileIndextextBox = new System.Windows.Forms.TextBox();
this.label27 = new System.Windows.Forms.Label();
this.FileIdtextBox = new System.Windows.Forms.TextBox();
this.label26 = new System.Windows.Forms.Label();
this.RetrieveMemorycomboBox = new System.Windows.Forms.ComboBox();
this.RetrieveMemorybutton = new System.Windows.Forms.Button();
this.storeImagebutton = new System.Windows.Forms.Button();
this.ImageFormatcomboBox = new System.Windows.Forms.ComboBox();
this.label23 = new System.Windows.Forms.Label();
this.CropAreaIdcomboBox = new System.Windows.Forms.ComboBox();
this.heighttextBox = new System.Windows.Forms.TextBox();
this.label25 = new System.Windows.Forms.Label();
this.ytextBox = new System.Windows.Forms.TextBox();
this.label22 = new System.Windows.Forms.Label();
this.xtextBox = new System.Windows.Forms.TextBox();
this.label21 = new System.Windows.Forms.Label();
this.IdtextBox = new System.Windows.Forms.TextBox();
this.label20 = new System.Windows.Forms.Label();
this.btnDefineCropArea = new System.Windows.Forms.Button();
this.retrieveImagebutton = new System.Windows.Forms.Button();
this.endInsertionbutton = new System.Windows.Forms.Button();
this.label19 = new System.Windows.Forms.Label();
this.TimeouttextBox = new System.Windows.Forms.TextBox();
this.beginInsertionbutton = new System.Windows.Forms.Button();
this.widthtextBox = new System.Windows.Forms.TextBox();
this.label24 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pbCheckImage)).BeginInit();
this.SuspendLayout();
//
// pbCheckImage
//
this.pbCheckImage.Location = new System.Drawing.Point(497, 41);
this.pbCheckImage.Name = "pbCheckImage";
this.pbCheckImage.Size = new System.Drawing.Size(256, 117);
this.pbCheckImage.TabIndex = 99;
this.pbCheckImage.TabStop = false;
//
// label33
//
this.label33.Location = new System.Drawing.Point(316, 191);
this.label33.Name = "label33";
this.label33.Size = new System.Drawing.Size(55, 23);
this.label33.TabIndex = 98;
this.label33.Text = "Color";
//
// ColorcomboBox
//
this.ColorcomboBox.Items.AddRange(new object[] {
"Mono",
"GrayScale",
"Color16",
"Color256",
"Full"});
this.ColorcomboBox.Location = new System.Drawing.Point(379, 190);
this.ColorcomboBox.Name = "ColorcomboBox";
this.ColorcomboBox.Size = new System.Drawing.Size(71, 21);
this.ColorcomboBox.TabIndex = 97;
this.ColorcomboBox.SelectedIndexChanged += new System.EventHandler(this.ColorcomboBox_SelectedIndexChanged);
//
// label32
//
this.label32.Location = new System.Drawing.Point(170, 188);
this.label32.Name = "label32";
this.label32.Size = new System.Drawing.Size(55, 23);
this.label32.TabIndex = 96;
this.label32.Text = "Quality";
//
// QualitycomboBox
//
this.QualitycomboBox.Location = new System.Drawing.Point(233, 187);
this.QualitycomboBox.Name = "QualitycomboBox";
this.QualitycomboBox.Size = new System.Drawing.Size(71, 21);
this.QualitycomboBox.TabIndex = 95;
this.QualitycomboBox.SelectedIndexChanged += new System.EventHandler(this.QualitycomboBox_SelectedIndexChanged);
//
// label31
//
this.label31.Location = new System.Drawing.Point(14, 191);
this.label31.Name = "label31";
this.label31.Size = new System.Drawing.Size(55, 23);
this.label31.TabIndex = 94;
this.label31.Text = "MapMode";
//
// MapModecomboBox
//
this.MapModecomboBox.Items.AddRange(new object[] {
"Dots",
"Twips",
"English",
"Metric"});
this.MapModecomboBox.Location = new System.Drawing.Point(77, 190);
this.MapModecomboBox.Name = "MapModecomboBox";
this.MapModecomboBox.Size = new System.Drawing.Size(71, 21);
this.MapModecomboBox.TabIndex = 93;
this.MapModecomboBox.SelectedIndexChanged += new System.EventHandler(this.MapModecomboBox_SelectedIndexChanged);
//
// DocumentWidthtextBox
//
this.DocumentWidthtextBox.Location = new System.Drawing.Point(269, 9);
this.DocumentWidthtextBox.Name = "DocumentWidthtextBox";
this.DocumentWidthtextBox.Size = new System.Drawing.Size(77, 20);
this.DocumentWidthtextBox.TabIndex = 92;
this.DocumentWidthtextBox.TextChanged += new System.EventHandler(this.DocumentWidthtextBox_TextChanged);
//
// label30
//
this.label30.Location = new System.Drawing.Point(237, 11);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(40, 23);
this.label30.TabIndex = 91;
this.label30.Text = "Width";
//
// DocumentHeighttextBox
//
this.DocumentHeighttextBox.Location = new System.Drawing.Point(391, 8);
this.DocumentHeighttextBox.Name = "DocumentHeighttextBox";
this.DocumentHeighttextBox.Size = new System.Drawing.Size(79, 20);
this.DocumentHeighttextBox.TabIndex = 90;
this.DocumentHeighttextBox.TextChanged += new System.EventHandler(this.DocumentHeighttextBox_TextChanged);
//
// label29
//
this.label29.Location = new System.Drawing.Point(355, 10);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(44, 23);
this.label29.TabIndex = 89;
this.label29.Text = "Height";
//
// ClearImagebutton
//
this.ClearImagebutton.Location = new System.Drawing.Point(281, 135);
this.ClearImagebutton.Name = "ClearImagebutton";
this.ClearImagebutton.Size = new System.Drawing.Size(106, 23);
this.ClearImagebutton.TabIndex = 88;
this.ClearImagebutton.Text = "ClearImage";
this.ClearImagebutton.Click += new System.EventHandler(this.ClearImagebutton_Click);
//
// ImageTagDatatextBox
//
this.ImageTagDatatextBox.Location = new System.Drawing.Point(294, 166);
this.ImageTagDatatextBox.Name = "ImageTagDatatextBox";
this.ImageTagDatatextBox.Size = new System.Drawing.Size(200, 20);
this.ImageTagDatatextBox.TabIndex = 87;
this.ImageTagDatatextBox.TextChanged += new System.EventHandler(this.ImageTagDatatextBox_TextChanged);
//
// label28
//
this.label28.Location = new System.Drawing.Point(216, 170);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(81, 23);
this.label28.TabIndex = 86;
this.label28.Text = "ImageTagData";
//
// FileIndextextBox
//
this.FileIndextextBox.Location = new System.Drawing.Point(163, 166);
this.FileIndextextBox.Name = "FileIndextextBox";
this.FileIndextextBox.Size = new System.Drawing.Size(37, 20);
this.FileIndextextBox.TabIndex = 85;
this.FileIndextextBox.TextChanged += new System.EventHandler(this.FileIndextextBox_TextChanged);
//
// label27
//
this.label27.Location = new System.Drawing.Point(111, 170);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(52, 23);
this.label27.TabIndex = 84;
this.label27.Text = "FileIndex";
//
// FileIdtextBox
//
this.FileIdtextBox.Location = new System.Drawing.Point(57, 166);
this.FileIdtextBox.Name = "FileIdtextBox";
this.FileIdtextBox.Size = new System.Drawing.Size(41, 20);
this.FileIdtextBox.TabIndex = 83;
this.FileIdtextBox.TextChanged += new System.EventHandler(this.FileIdtextBox_TextChanged);
//
// label26
//
this.label26.Location = new System.Drawing.Point(19, 170);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(36, 23);
this.label26.TabIndex = 82;
this.label26.Text = "FileId";
//
// RetrieveMemorycomboBox
//
this.RetrieveMemorycomboBox.Location = new System.Drawing.Point(133, 137);
this.RetrieveMemorycomboBox.Name = "RetrieveMemorycomboBox";
this.RetrieveMemorycomboBox.Size = new System.Drawing.Size(121, 21);
this.RetrieveMemorycomboBox.TabIndex = 81;
//
// RetrieveMemorybutton
//
this.RetrieveMemorybutton.Location = new System.Drawing.Point(7, 136);
this.RetrieveMemorybutton.Name = "RetrieveMemorybutton";
this.RetrieveMemorybutton.Size = new System.Drawing.Size(106, 23);
this.RetrieveMemorybutton.TabIndex = 80;
this.RetrieveMemorybutton.Text = "RetrieveMemory";
this.RetrieveMemorybutton.Click += new System.EventHandler(this.RetrieveMemorybutton_Click);
//
// storeImagebutton
//
this.storeImagebutton.Location = new System.Drawing.Point(280, 105);
this.storeImagebutton.Name = "storeImagebutton";
this.storeImagebutton.Size = new System.Drawing.Size(106, 23);
this.storeImagebutton.TabIndex = 79;
this.storeImagebutton.Text = "StoreImage";
this.storeImagebutton.Click += new System.EventHandler(this.storeImagebutton_Click);
//
// ImageFormatcomboBox
//
this.ImageFormatcomboBox.Location = new System.Drawing.Point(156, 7);
this.ImageFormatcomboBox.Name = "ImageFormatcomboBox";
this.ImageFormatcomboBox.Size = new System.Drawing.Size(63, 21);
this.ImageFormatcomboBox.TabIndex = 78;
this.ImageFormatcomboBox.SelectedIndexChanged += new System.EventHandler(this.ImageFormatcomboBox_SelectedIndexChanged);
//
// label23
//
this.label23.Location = new System.Drawing.Point(118, 9);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(40, 23);
this.label23.TabIndex = 77;
this.label23.Text = "Format";
//
// CropAreaIdcomboBox
//
this.CropAreaIdcomboBox.Location = new System.Drawing.Point(133, 106);
this.CropAreaIdcomboBox.Name = "CropAreaIdcomboBox";
this.CropAreaIdcomboBox.Size = new System.Drawing.Size(121, 21);
this.CropAreaIdcomboBox.TabIndex = 76;
//
// heighttextBox
//
this.heighttextBox.Location = new System.Drawing.Point(451, 41);
this.heighttextBox.Name = "heighttextBox";
this.heighttextBox.Size = new System.Drawing.Size(33, 20);
this.heighttextBox.TabIndex = 75;
this.heighttextBox.Text = "-1";
//
// label25
//
this.label25.Location = new System.Drawing.Point(407, 45);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(37, 23);
this.label25.TabIndex = 74;
this.label25.Text = "height";
//
// ytextBox
//
this.ytextBox.Location = new System.Drawing.Point(279, 41);
this.ytextBox.Name = "ytextBox";
this.ytextBox.Size = new System.Drawing.Size(33, 20);
this.ytextBox.TabIndex = 71;
this.ytextBox.Text = "0";
//
// label22
//
this.label22.Location = new System.Drawing.Point(258, 44);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(20, 23);
this.label22.TabIndex = 70;
this.label22.Text = "y";
//
// xtextBox
//
this.xtextBox.Location = new System.Drawing.Point(207, 41);
this.xtextBox.Name = "xtextBox";
this.xtextBox.Size = new System.Drawing.Size(33, 20);
this.xtextBox.TabIndex = 69;
this.xtextBox.Text = "0";
//
// label21
//
this.label21.Location = new System.Drawing.Point(189, 44);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(20, 23);
this.label21.TabIndex = 68;
this.label21.Text = "x";
//
// IdtextBox
//
this.IdtextBox.Location = new System.Drawing.Point(145, 41);
this.IdtextBox.Name = "IdtextBox";
this.IdtextBox.Size = new System.Drawing.Size(33, 20);
this.IdtextBox.TabIndex = 67;
this.IdtextBox.Text = "1";
//
// label20
//
this.label20.Location = new System.Drawing.Point(124, 45);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(20, 23);
this.label20.TabIndex = 66;
this.label20.Text = "Id";
//
// btnDefineCropArea
//
this.btnDefineCropArea.Location = new System.Drawing.Point(8, 40);
this.btnDefineCropArea.Name = "btnDefineCropArea";
this.btnDefineCropArea.Size = new System.Drawing.Size(103, 23);
this.btnDefineCropArea.TabIndex = 65;
this.btnDefineCropArea.Text = "Define Crop Area";
this.btnDefineCropArea.Click += new System.EventHandler(this.btnDefineCropArea_Click);
//
// retrieveImagebutton
//
this.retrieveImagebutton.Location = new System.Drawing.Point(6, 105);
this.retrieveImagebutton.Name = "retrieveImagebutton";
this.retrieveImagebutton.Size = new System.Drawing.Size(106, 23);
this.retrieveImagebutton.TabIndex = 64;
this.retrieveImagebutton.Text = "RetrieveImage";
this.retrieveImagebutton.Click += new System.EventHandler(this.retrieveImagebutton_Click);
//
// endInsertionbutton
//
this.endInsertionbutton.Location = new System.Drawing.Point(284, 73);
this.endInsertionbutton.Name = "endInsertionbutton";
this.endInsertionbutton.Size = new System.Drawing.Size(106, 23);
this.endInsertionbutton.TabIndex = 63;
this.endInsertionbutton.Text = "EndInsertion";
this.endInsertionbutton.Click += new System.EventHandler(this.endInsertionbutton_Click);
//
// label19
//
this.label19.Location = new System.Drawing.Point(117, 77);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(46, 23);
this.label19.TabIndex = 62;
this.label19.Text = "Timeout";
//
// TimeouttextBox
//
this.TimeouttextBox.Location = new System.Drawing.Point(173, 75);
this.TimeouttextBox.Name = "TimeouttextBox";
this.TimeouttextBox.Size = new System.Drawing.Size(100, 20);
this.TimeouttextBox.TabIndex = 61;
this.TimeouttextBox.Text = "5000";
//
// beginInsertionbutton
//
this.beginInsertionbutton.Location = new System.Drawing.Point(6, 71);
this.beginInsertionbutton.Name = "beginInsertionbutton";
this.beginInsertionbutton.Size = new System.Drawing.Size(106, 23);
this.beginInsertionbutton.TabIndex = 60;
this.beginInsertionbutton.Text = "BeginInsertion";
this.beginInsertionbutton.Click += new System.EventHandler(this.beginInsertionbutton_Click);
//
// widthtextBox
//
this.widthtextBox.Location = new System.Drawing.Point(363, 41);
this.widthtextBox.Name = "widthtextBox";
this.widthtextBox.Size = new System.Drawing.Size(33, 20);
this.widthtextBox.TabIndex = 73;
this.widthtextBox.Text = "-1";
//
// label24
//
this.label24.Location = new System.Drawing.Point(324, 44);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(31, 23);
this.label24.TabIndex = 72;
this.label24.Text = "width";
//
// CheckScannerScreen
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.Controls.Add(this.pbCheckImage);
this.Controls.Add(this.label33);
this.Controls.Add(this.ColorcomboBox);
this.Controls.Add(this.label32);
this.Controls.Add(this.QualitycomboBox);
this.Controls.Add(this.label31);
this.Controls.Add(this.MapModecomboBox);
this.Controls.Add(this.DocumentWidthtextBox);
this.Controls.Add(this.label30);
this.Controls.Add(this.DocumentHeighttextBox);
this.Controls.Add(this.label29);
this.Controls.Add(this.ClearImagebutton);
this.Controls.Add(this.ImageTagDatatextBox);
this.Controls.Add(this.label28);
this.Controls.Add(this.FileIndextextBox);
this.Controls.Add(this.label27);
this.Controls.Add(this.FileIdtextBox);
this.Controls.Add(this.label26);
this.Controls.Add(this.RetrieveMemorycomboBox);
this.Controls.Add(this.RetrieveMemorybutton);
this.Controls.Add(this.storeImagebutton);
this.Controls.Add(this.ImageFormatcomboBox);
this.Controls.Add(this.label23);
this.Controls.Add(this.CropAreaIdcomboBox);
this.Controls.Add(this.heighttextBox);
this.Controls.Add(this.label25);
this.Controls.Add(this.ytextBox);
this.Controls.Add(this.label22);
this.Controls.Add(this.xtextBox);
this.Controls.Add(this.label21);
this.Controls.Add(this.IdtextBox);
this.Controls.Add(this.label20);
this.Controls.Add(this.btnDefineCropArea);
this.Controls.Add(this.retrieveImagebutton);
this.Controls.Add(this.endInsertionbutton);
this.Controls.Add(this.label19);
this.Controls.Add(this.TimeouttextBox);
this.Controls.Add(this.beginInsertionbutton);
this.Controls.Add(this.widthtextBox);
this.Controls.Add(this.label24);
this.Name = "CheckScannerScreen";
((System.ComponentModel.ISupportInitialize)(this.pbCheckImage)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pbCheckImage;
private System.Windows.Forms.Label label33;
private System.Windows.Forms.ComboBox ColorcomboBox;
private System.Windows.Forms.Label label32;
private System.Windows.Forms.ComboBox QualitycomboBox;
private System.Windows.Forms.Label label31;
private System.Windows.Forms.ComboBox MapModecomboBox;
private System.Windows.Forms.TextBox DocumentWidthtextBox;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.TextBox DocumentHeighttextBox;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.Button ClearImagebutton;
private System.Windows.Forms.TextBox ImageTagDatatextBox;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.TextBox FileIndextextBox;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.TextBox FileIdtextBox;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.ComboBox RetrieveMemorycomboBox;
private System.Windows.Forms.Button RetrieveMemorybutton;
private System.Windows.Forms.Button storeImagebutton;
private System.Windows.Forms.ComboBox ImageFormatcomboBox;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.ComboBox CropAreaIdcomboBox;
private System.Windows.Forms.TextBox heighttextBox;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.TextBox ytextBox;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.TextBox xtextBox;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.TextBox IdtextBox;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Button btnDefineCropArea;
private System.Windows.Forms.Button retrieveImagebutton;
private System.Windows.Forms.Button endInsertionbutton;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.TextBox TimeouttextBox;
private System.Windows.Forms.Button beginInsertionbutton;
private System.Windows.Forms.TextBox widthtextBox;
private System.Windows.Forms.Label label24;
}
}