summaryrefslogtreecommitdiff
path: root/ImageProcessing/FormImageProcessing.Designer.cs
diff options
context:
space:
mode:
authorhurter2011-08-31 16:25:05 +0000
committerhurter2011-08-31 16:25:05 +0000
commit42dc1d36235292786322d28340a81c6cb3fd46c0 (patch)
tree6f4ef0d4ad672c54500d9457af90fc599ac9b299 /ImageProcessing/FormImageProcessing.Designer.cs
parent5aa429a3e7e9f610f5b2dd8f8e2a865ecfd25ea3 (diff)
downloadamilis-42dc1d36235292786322d28340a81c6cb3fd46c0.zip
amilis-42dc1d36235292786322d28340a81c6cb3fd46c0.tar.gz
amilis-42dc1d36235292786322d28340a81c6cb3fd46c0.tar.bz2
amilis-42dc1d36235292786322d28340a81c6cb3fd46c0.tar.xz
Diffstat (limited to 'ImageProcessing/FormImageProcessing.Designer.cs')
-rw-r--r--ImageProcessing/FormImageProcessing.Designer.cs235
1 files changed, 235 insertions, 0 deletions
diff --git a/ImageProcessing/FormImageProcessing.Designer.cs b/ImageProcessing/FormImageProcessing.Designer.cs
new file mode 100644
index 0000000..4d42a26
--- /dev/null
+++ b/ImageProcessing/FormImageProcessing.Designer.cs
@@ -0,0 +1,235 @@
+namespace ImageProcessing
+{
+ partial class FormImageProcessing
+ {
+ /// <summary>
+ /// Required designer variable.
+ /// </summary>
+ private System.ComponentModel.IContainer components = null;
+
+ /// <summary>
+ /// Clean up any resources being used.
+ /// </summary>
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ /// <summary>
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ /// </summary>
+ private void InitializeComponent()
+ {
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
+ this.menuStrip1 = new System.Windows.Forms.MenuStrip();
+ this.showToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.orinigalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.normalizedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.horizontalThresholdToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.localMeanToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.diffToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.medianOnMaskToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.maskedInfoWithMedianToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.openFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.loadGrayScaleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.lodColorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
+ this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
+ this.statusStrip1 = new System.Windows.Forms.StatusStrip();
+ this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
+ this.trackBar1 = new System.Windows.Forms.TrackBar();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
+ this.menuStrip1.SuspendLayout();
+ this.statusStrip1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
+ this.SuspendLayout();
+ //
+ // pictureBox1
+ //
+ this.pictureBox1.BackColor = System.Drawing.SystemColors.ActiveCaption;
+ this.pictureBox1.Location = new System.Drawing.Point(0, 53);
+ this.pictureBox1.Name = "pictureBox1";
+ this.pictureBox1.Size = new System.Drawing.Size(691, 474);
+ this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
+ this.pictureBox1.TabIndex = 0;
+ this.pictureBox1.TabStop = false;
+ //
+ // menuStrip1
+ //
+ this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.showToolStripMenuItem,
+ this.openFileToolStripMenuItem});
+ this.menuStrip1.Location = new System.Drawing.Point(0, 0);
+ this.menuStrip1.Name = "menuStrip1";
+ this.menuStrip1.Size = new System.Drawing.Size(691, 24);
+ this.menuStrip1.TabIndex = 1;
+ this.menuStrip1.Text = "menuStrip1";
+ //
+ // showToolStripMenuItem
+ //
+ this.showToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.orinigalToolStripMenuItem,
+ this.normalizedToolStripMenuItem,
+ this.horizontalThresholdToolStripMenuItem,
+ this.localMeanToolStripMenuItem,
+ this.diffToolStripMenuItem,
+ this.medianOnMaskToolStripMenuItem,
+ this.maskedInfoWithMedianToolStripMenuItem});
+ this.showToolStripMenuItem.Name = "showToolStripMenuItem";
+ this.showToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
+ this.showToolStripMenuItem.Text = "Show";
+ //
+ // orinigalToolStripMenuItem
+ //
+ this.orinigalToolStripMenuItem.Name = "orinigalToolStripMenuItem";
+ this.orinigalToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
+ this.orinigalToolStripMenuItem.Text = "Orinigal";
+ this.orinigalToolStripMenuItem.Click += new System.EventHandler(this.orinigalToolStripMenuItem_Click);
+ //
+ // normalizedToolStripMenuItem
+ //
+ this.normalizedToolStripMenuItem.Name = "normalizedToolStripMenuItem";
+ this.normalizedToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
+ this.normalizedToolStripMenuItem.Text = "Normalized";
+ this.normalizedToolStripMenuItem.Click += new System.EventHandler(this.normalizedToolStripMenuItem_Click);
+ //
+ // horizontalThresholdToolStripMenuItem
+ //
+ this.horizontalThresholdToolStripMenuItem.Name = "horizontalThresholdToolStripMenuItem";
+ this.horizontalThresholdToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
+ this.horizontalThresholdToolStripMenuItem.Text = "HorizontalThreshold";
+ this.horizontalThresholdToolStripMenuItem.Click += new System.EventHandler(this.horizontalThresholdToolStripMenuItem_Click);
+ //
+ // localMeanToolStripMenuItem
+ //
+ this.localMeanToolStripMenuItem.Name = "localMeanToolStripMenuItem";
+ this.localMeanToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
+ this.localMeanToolStripMenuItem.Text = "LocalMean";
+ this.localMeanToolStripMenuItem.Click += new System.EventHandler(this.localMeanToolStripMenuItem_Click);
+ //
+ // diffToolStripMenuItem
+ //
+ this.diffToolStripMenuItem.Name = "diffToolStripMenuItem";
+ this.diffToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
+ this.diffToolStripMenuItem.Text = "Diff";
+ this.diffToolStripMenuItem.Click += new System.EventHandler(this.diffToolStripMenuItem_Click);
+ //
+ // medianOnMaskToolStripMenuItem
+ //
+ this.medianOnMaskToolStripMenuItem.Name = "medianOnMaskToolStripMenuItem";
+ this.medianOnMaskToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
+ this.medianOnMaskToolStripMenuItem.Text = "MAskedInfo";
+ this.medianOnMaskToolStripMenuItem.Click += new System.EventHandler(this.medianOnMaskToolStripMenuItem_Click);
+ //
+ // maskedInfoWithMedianToolStripMenuItem
+ //
+ this.maskedInfoWithMedianToolStripMenuItem.Name = "maskedInfoWithMedianToolStripMenuItem";
+ this.maskedInfoWithMedianToolStripMenuItem.Size = new System.Drawing.Size(201, 22);
+ this.maskedInfoWithMedianToolStripMenuItem.Text = "MaskedInfoWithMedian";
+ this.maskedInfoWithMedianToolStripMenuItem.Click += new System.EventHandler(this.maskedInfoWithMedianToolStripMenuItem_Click);
+ //
+ // openFileToolStripMenuItem
+ //
+ this.openFileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.loadGrayScaleToolStripMenuItem,
+ this.lodColorToolStripMenuItem});
+ this.openFileToolStripMenuItem.Name = "openFileToolStripMenuItem";
+ this.openFileToolStripMenuItem.Size = new System.Drawing.Size(66, 20);
+ this.openFileToolStripMenuItem.Text = "OpenFile";
+ //
+ // loadGrayScaleToolStripMenuItem
+ //
+ this.loadGrayScaleToolStripMenuItem.Name = "loadGrayScaleToolStripMenuItem";
+ this.loadGrayScaleToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
+ this.loadGrayScaleToolStripMenuItem.Text = "Load Gray Scale";
+ this.loadGrayScaleToolStripMenuItem.Click += new System.EventHandler(this.openFileToolStripMenuItem_Click);
+ //
+ // lodColorToolStripMenuItem
+ //
+ this.lodColorToolStripMenuItem.Name = "lodColorToolStripMenuItem";
+ this.lodColorToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
+ this.lodColorToolStripMenuItem.Text = "Lod Color";
+ this.lodColorToolStripMenuItem.Click += new System.EventHandler(this.lodColorToolStripMenuItem_Click);
+ //
+ // openFileDialog1
+ //
+ this.openFileDialog1.FileName = "openFileDialog1";
+ //
+ // statusStrip1
+ //
+ this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+ this.toolStripStatusLabel1});
+ this.statusStrip1.Location = new System.Drawing.Point(0, 476);
+ this.statusStrip1.Name = "statusStrip1";
+ this.statusStrip1.Size = new System.Drawing.Size(691, 22);
+ this.statusStrip1.TabIndex = 2;
+ this.statusStrip1.Text = "statusStrip1";
+ //
+ // toolStripStatusLabel1
+ //
+ this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
+ this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 17);
+ this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
+ //
+ // trackBar1
+ //
+ this.trackBar1.Location = new System.Drawing.Point(526, 12);
+ this.trackBar1.Maximum = 100;
+ this.trackBar1.Name = "trackBar1";
+ this.trackBar1.Size = new System.Drawing.Size(104, 45);
+ this.trackBar1.TabIndex = 3;
+ this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
+ //
+ // FormImageProcessing
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(691, 498);
+ this.Controls.Add(this.trackBar1);
+ this.Controls.Add(this.statusStrip1);
+ this.Controls.Add(this.pictureBox1);
+ this.Controls.Add(this.menuStrip1);
+ this.MainMenuStrip = this.menuStrip1;
+ this.Name = "FormImageProcessing";
+ this.Text = "Form1";
+ this.Load += new System.EventHandler(this.Form1_Load);
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
+ this.menuStrip1.ResumeLayout(false);
+ this.menuStrip1.PerformLayout();
+ this.statusStrip1.ResumeLayout(false);
+ this.statusStrip1.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.PictureBox pictureBox1;
+ private System.Windows.Forms.MenuStrip menuStrip1;
+ private System.Windows.Forms.ToolStripMenuItem showToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem orinigalToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem normalizedToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem horizontalThresholdToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem localMeanToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem diffToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem medianOnMaskToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem openFileToolStripMenuItem;
+ private System.Windows.Forms.OpenFileDialog openFileDialog1;
+ private System.Windows.Forms.StatusStrip statusStrip1;
+ private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
+ private System.Windows.Forms.TrackBar trackBar1;
+ private System.Windows.Forms.ToolStripMenuItem maskedInfoWithMedianToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem loadGrayScaleToolStripMenuItem;
+ private System.Windows.Forms.ToolStripMenuItem lodColorToolStripMenuItem;
+ }
+}
+