namespace TransparencySample { partial class MainForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// 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.SuspendLayout(); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(211, 102); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "MainForm"; this.Text = "Transparency Test"; this.TransparencyKey = System.Drawing.SystemColors.Control; this.Paint += new System.Windows.Forms.PaintEventHandler(this.MainForm_Paint); this.SizeChanged += new System.EventHandler(this.MainForm_SizeChanged); this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseUp); this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.MainForm_KeyPress); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseMove); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MainForm_MouseDown); this.Load += new System.EventHandler(this.MainForm_Load); this.ResumeLayout(false); } #endregion } }