frmInputCallback.Designer.cs
1 namespace MouseWithoutBorders 2 { 3 partial class FrmInputCallback 4 { 5 /// <summary> 6 /// Required designer variable. 7 /// </summary> 8 private System.ComponentModel.IContainer components = null; 9 10 /// <summary> 11 /// Clean up any resources being used. 12 /// </summary> 13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> 14 protected override void Dispose(bool disposing) 15 { 16 if (disposing && (components != null)) 17 { 18 components.Dispose(); 19 } 20 base.Dispose(disposing); 21 } 22 23 #region Windows Form Designer generated code 24 25 /// <summary> 26 /// Required method for Designer support - do not modify 27 /// the contents of this method with the code editor. 28 /// </summary> 29 private void InitializeComponent() 30 { 31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmInputCallback)); 32 this.SuspendLayout(); 33 // 34 // frmInputCallback 35 // 36 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 37 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 38 this.ClientSize = new System.Drawing.Size(61, 36); 39 this.ControlBox = false; 40 this.Enabled = false; 41 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; 42 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 43 this.MaximizeBox = false; 44 this.MinimizeBox = false; 45 this.Name = "frmInputCallback"; 46 this.ShowIcon = false; 47 this.ShowInTaskbar = false; 48 this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; 49 this.Text = "frmInputCallback"; 50 this.Load += new System.EventHandler(this.FrmInputCallback_Load); 51 this.Shown += new System.EventHandler(this.FrmInputCallback_Shown); 52 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmInputCallback_FormClosing); 53 this.ResumeLayout(false); 54 55 } 56 57 #endregion 58 } 59 }