namespace Resizor { partial class ImmResize { /// /// 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.forcePos = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // forcePos // this.forcePos.AutoSize = true; this.forcePos.BackColor = System.Drawing.Color.Black; this.forcePos.ForeColor = System.Drawing.Color.White; this.forcePos.Location = new System.Drawing.Point(12, 12); this.forcePos.Name = "forcePos"; this.forcePos.Size = new System.Drawing.Size(93, 17); this.forcePos.TabIndex = 0; this.forcePos.Text = "Force Position"; this.forcePos.UseVisualStyleBackColor = false; this.forcePos.CheckedChanged += new System.EventHandler(this.ForcePos_CheckedChanged); // // immResize // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(800, 450); this.ControlBox = false; this.Controls.Add(this.forcePos); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ImmResize"; this.Opacity = 0.5D; this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "Form1"; this.TopMost = true; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ImmResize_FormClosed); this.Load += new System.EventHandler(this.Form1_Load); this.Paint += new System.Windows.Forms.PaintEventHandler(this.Form1_Paint); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseDown); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseMove); this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseUp); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.CheckBox forcePos; } }