namespace HttpWebCrawlerForm
{
partial class ImageContentAnalysisForm
{
///
/// 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.OKButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.displayContentCheckBox = new System.Windows.Forms.CheckBox();
this.filterContentCheckBox = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// OKButton
//
this.OKButton.Location = new System.Drawing.Point(12, 254);
this.OKButton.Name = "OKButton";
this.OKButton.Size = new System.Drawing.Size(119, 34);
this.OKButton.TabIndex = 0;
this.OKButton.Text = "OK";
this.OKButton.UseVisualStyleBackColor = true;
this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
//
// cancelButton
//
this.cancelButton.Location = new System.Drawing.Point(194, 254);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(119, 34);
this.cancelButton.TabIndex = 1;
this.cancelButton.Text = "Cancel";
this.cancelButton.UseVisualStyleBackColor = true;
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
//
// displayContentCheckBox
//
this.displayContentCheckBox.AutoSize = true;
this.displayContentCheckBox.Location = new System.Drawing.Point(24, 64);
this.displayContentCheckBox.Name = "displayContentCheckBox";
this.displayContentCheckBox.Size = new System.Drawing.Size(100, 17);
this.displayContentCheckBox.TabIndex = 2;
this.displayContentCheckBox.Text = "Display Content";
this.displayContentCheckBox.UseVisualStyleBackColor = true;
//
// filterContentCheckBox
//
this.filterContentCheckBox.AutoSize = true;
this.filterContentCheckBox.Location = new System.Drawing.Point(23, 111);
this.filterContentCheckBox.Name = "filterContentCheckBox";
this.filterContentCheckBox.Size = new System.Drawing.Size(88, 17);
this.filterContentCheckBox.TabIndex = 3;
this.filterContentCheckBox.Text = "Filter Content";
this.filterContentCheckBox.UseVisualStyleBackColor = true;
//
// ImageContentAnalysisForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(462, 300);
this.Controls.Add(this.filterContentCheckBox);
this.Controls.Add(this.displayContentCheckBox);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.OKButton);
this.Name = "ImageContentAnalysisForm";
this.Text = "Launch Image Content Analysis";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button OKButton;
private System.Windows.Forms.Button cancelButton;
private System.Windows.Forms.CheckBox displayContentCheckBox;
private System.Windows.Forms.CheckBox filterContentCheckBox;
}
}