namespace iSpy { partial class MainForm { /// /// 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.components = new System.ComponentModel.Container(); this.Base_Image = new System.Windows.Forms.PictureBox(); this.OpenOriginalImagebtn = new System.Windows.Forms.Button(); this.BaseImgLabel = new System.Windows.Forms.Label(); this.Image_to_Hide = new System.Windows.Forms.PictureBox(); this.HiddenImgLabel = new System.Windows.Forms.Label(); this.Image_to_Hide_btn = new System.Windows.Forms.Button(); this.Img_in_an_Img = new System.Windows.Forms.PictureBox(); this.Unhidden_Image = new System.Windows.Forms.PictureBox(); this.ImgHiddenImgLabel = new System.Windows.Forms.Label(); this.RecoveredImgLabel = new System.Windows.Forms.Label(); this.Manipulate_pixels_btn = new System.Windows.Forms.Button(); this.Recover_btn = new System.Windows.Forms.Button(); this.resizerTimer = new System.Windows.Forms.Timer(this.components); this.Manipulate_pixels_btn2 = new System.Windows.Forms.Button(); this.HideAlg1Label = new System.Windows.Forms.Label(); this.HideAlg2Label = new System.Windows.Forms.Label(); this.BrowseImginImgBtn = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.Base_Image)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Image_to_Hide)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Img_in_an_Img)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Unhidden_Image)).BeginInit(); this.SuspendLayout(); // // Base_Image // this.Base_Image.BackColor = System.Drawing.SystemColors.ButtonShadow; this.Base_Image.Location = new System.Drawing.Point(35, 37); this.Base_Image.Name = "Base_Image"; this.Base_Image.Size = new System.Drawing.Size(392, 372); this.Base_Image.TabIndex = 0; this.Base_Image.TabStop = false; // // OpenOriginalImagebtn // this.OpenOriginalImagebtn.Location = new System.Drawing.Point(35, 427); this.OpenOriginalImagebtn.Name = "OpenOriginalImagebtn"; this.OpenOriginalImagebtn.Size = new System.Drawing.Size(75, 23); this.OpenOriginalImagebtn.TabIndex = 1; this.OpenOriginalImagebtn.Text = "Browse"; this.OpenOriginalImagebtn.UseVisualStyleBackColor = true; this.OpenOriginalImagebtn.Click += new System.EventHandler(this.OpenOrigImageClick); // // BaseImgLabel // this.BaseImgLabel.BackColor = System.Drawing.SystemColors.Control; this.BaseImgLabel.Location = new System.Drawing.Point(35, 14); this.BaseImgLabel.Name = "BaseImgLabel"; this.BaseImgLabel.Size = new System.Drawing.Size(99, 17); this.BaseImgLabel.TabIndex = 2; this.BaseImgLabel.Text = "Base Image"; // // Image_to_Hide // this.Image_to_Hide.BackColor = System.Drawing.SystemColors.ButtonShadow; this.Image_to_Hide.Location = new System.Drawing.Point(448, 37); this.Image_to_Hide.Name = "Image_to_Hide"; this.Image_to_Hide.Size = new System.Drawing.Size(389, 372); this.Image_to_Hide.TabIndex = 3; this.Image_to_Hide.TabStop = false; this.Image_to_Hide.MouseDown += new System.Windows.Forms.MouseEventHandler(this.StartCroppingImg_mouseDown); this.Image_to_Hide.MouseUp += new System.Windows.Forms.MouseEventHandler(this.StopCroppingImg_mouseUp); // // HiddenImgLabel // this.HiddenImgLabel.AutoSize = true; this.HiddenImgLabel.Location = new System.Drawing.Point(448, 13); this.HiddenImgLabel.Name = "HiddenImgLabel"; this.HiddenImgLabel.Size = new System.Drawing.Size(95, 17); this.HiddenImgLabel.TabIndex = 4; this.HiddenImgLabel.Text = "Image to Hide"; // // Image_to_Hide_btn // this.Image_to_Hide_btn.Location = new System.Drawing.Point(448, 427); this.Image_to_Hide_btn.Name = "Image_to_Hide_btn"; this.Image_to_Hide_btn.Size = new System.Drawing.Size(75, 23); this.Image_to_Hide_btn.TabIndex = 5; this.Image_to_Hide_btn.Text = "Browse"; this.Image_to_Hide_btn.UseVisualStyleBackColor = true; this.Image_to_Hide_btn.Click += new System.EventHandler(this.OpenHiddenImageBtn_Click); // // Img_in_an_Img // this.Img_in_an_Img.BackColor = System.Drawing.SystemColors.ControlDark; this.Img_in_an_Img.Location = new System.Drawing.Point(35, 507); this.Img_in_an_Img.Name = "Img_in_an_Img"; this.Img_in_an_Img.Size = new System.Drawing.Size(392, 372); this.Img_in_an_Img.TabIndex = 6; this.Img_in_an_Img.TabStop = false; // // Unhidden_Image // this.Unhidden_Image.BackColor = System.Drawing.SystemColors.ControlDark; this.Unhidden_Image.Location = new System.Drawing.Point(451, 507); this.Unhidden_Image.Name = "Unhidden_Image"; this.Unhidden_Image.Size = new System.Drawing.Size(392, 372); this.Unhidden_Image.TabIndex = 7; this.Unhidden_Image.TabStop = false; // // ImgHiddenImgLabel // this.ImgHiddenImgLabel.AutoSize = true; this.ImgHiddenImgLabel.Location = new System.Drawing.Point(35, 478); this.ImgHiddenImgLabel.Name = "ImgHiddenImgLabel"; this.ImgHiddenImgLabel.Size = new System.Drawing.Size(172, 17); this.ImgHiddenImgLabel.TabIndex = 8; this.ImgHiddenImgLabel.Text = "Image Hidden in an Image"; // // RecoveredImgLabel // this.RecoveredImgLabel.AutoSize = true; this.RecoveredImgLabel.Location = new System.Drawing.Point(448, 478); this.RecoveredImgLabel.Name = "RecoveredImgLabel"; this.RecoveredImgLabel.Size = new System.Drawing.Size(119, 17); this.RecoveredImgLabel.TabIndex = 9; this.RecoveredImgLabel.Text = "Recovered Image"; // // Manipulate_pixels_btn // this.Manipulate_pixels_btn.Location = new System.Drawing.Point(768, 427); this.Manipulate_pixels_btn.Name = "Manipulate_pixels_btn"; this.Manipulate_pixels_btn.Size = new System.Drawing.Size(75, 23); this.Manipulate_pixels_btn.TabIndex = 10; this.Manipulate_pixels_btn.Text = "Hide"; this.Manipulate_pixels_btn.UseVisualStyleBackColor = true; this.Manipulate_pixels_btn.Click += new System.EventHandler(this.Manip_Pix_BtnClick); // // Recover_btn // this.Recover_btn.Location = new System.Drawing.Point(451, 900); this.Recover_btn.Name = "Recover_btn"; this.Recover_btn.Size = new System.Drawing.Size(75, 23); this.Recover_btn.TabIndex = 12; this.Recover_btn.Text = "Recover"; this.Recover_btn.UseVisualStyleBackColor = true; this.Recover_btn.Click += new System.EventHandler(this.Recover_Image_btn_click); // // resizerTimer // this.resizerTimer.Tick += new System.EventHandler(this.resizerTimer_Tick); // // Manipulate_pixels_btn2 // this.Manipulate_pixels_btn2.Location = new System.Drawing.Point(768, 456); this.Manipulate_pixels_btn2.Name = "Manipulate_pixels_btn2"; this.Manipulate_pixels_btn2.Size = new System.Drawing.Size(75, 23); this.Manipulate_pixels_btn2.TabIndex = 13; this.Manipulate_pixels_btn2.Text = "Hide"; this.Manipulate_pixels_btn2.UseVisualStyleBackColor = true; this.Manipulate_pixels_btn2.Click += new System.EventHandler(this.Manipulate_pixels_btnClick2); // // HideAlg1Label // this.HideAlg1Label.AutoSize = true; this.HideAlg1Label.Location = new System.Drawing.Point(657, 433); this.HideAlg1Label.Name = "HideAlg1Label"; this.HideAlg1Label.Size = new System.Drawing.Size(79, 17); this.HideAlg1Label.TabIndex = 14; this.HideAlg1Label.Text = "Algorithm 1"; // // HideAlg2Label // this.HideAlg2Label.AutoSize = true; this.HideAlg2Label.Location = new System.Drawing.Point(657, 462); this.HideAlg2Label.Name = "HideAlg2Label"; this.HideAlg2Label.Size = new System.Drawing.Size(79, 17); this.HideAlg2Label.TabIndex = 15; this.HideAlg2Label.Text = "Algorithm 2"; // // BrowseImginImgBtn // this.BrowseImginImgBtn.Location = new System.Drawing.Point(35, 900); this.BrowseImginImgBtn.Name = "BrowseImginImgBtn"; this.BrowseImginImgBtn.Size = new System.Drawing.Size(75, 23); this.BrowseImginImgBtn.TabIndex = 16; this.BrowseImginImgBtn.Text = "Browse"; this.BrowseImginImgBtn.UseVisualStyleBackColor = true; this.BrowseImginImgBtn.Click += new System.EventHandler(this.BrowseImginImgBtnClick); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(913, 1000); this.Controls.Add(this.BrowseImginImgBtn); this.Controls.Add(this.HideAlg2Label); this.Controls.Add(this.HideAlg1Label); this.Controls.Add(this.Manipulate_pixels_btn2); this.Controls.Add(this.Recover_btn); this.Controls.Add(this.Manipulate_pixels_btn); this.Controls.Add(this.RecoveredImgLabel); this.Controls.Add(this.ImgHiddenImgLabel); this.Controls.Add(this.Unhidden_Image); this.Controls.Add(this.Img_in_an_Img); this.Controls.Add(this.Image_to_Hide_btn); this.Controls.Add(this.HiddenImgLabel); this.Controls.Add(this.Image_to_Hide); this.Controls.Add(this.BaseImgLabel); this.Controls.Add(this.OpenOriginalImagebtn); this.Controls.Add(this.Base_Image); this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "iSpy"; ((System.ComponentModel.ISupportInitialize)(this.Base_Image)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Image_to_Hide)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Img_in_an_Img)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Unhidden_Image)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox Base_Image; private System.Windows.Forms.Button OpenOriginalImagebtn; private System.Windows.Forms.Label BaseImgLabel; private System.Windows.Forms.PictureBox Image_to_Hide; private System.Windows.Forms.Label HiddenImgLabel; private System.Windows.Forms.Button Image_to_Hide_btn; private System.Windows.Forms.PictureBox Img_in_an_Img; private System.Windows.Forms.PictureBox Unhidden_Image; private System.Windows.Forms.Label ImgHiddenImgLabel; private System.Windows.Forms.Label RecoveredImgLabel; private System.Windows.Forms.Button Manipulate_pixels_btn; private System.Windows.Forms.Button Recover_btn; private System.Windows.Forms.Timer resizerTimer; private System.Windows.Forms.Button Manipulate_pixels_btn2; private System.Windows.Forms.Label HideAlg1Label; private System.Windows.Forms.Label HideAlg2Label; private System.Windows.Forms.Button BrowseImginImgBtn; } }