Spring – Rev 1

Subversion Repositories:
Rev:
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;

namespace Spring.HUD
{
    partial class DirectXOverlay
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private IContainer components = null;

        #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.SuspendLayout();
            // 
            // DirectXOverlay
            // 
            this.SetStyle(ControlStyles.OptimizedDoubleBuffer | // this reduce the flicker
                         ControlStyles.AllPaintingInWmPaint |
                         ControlStyles.DoubleBuffer |
                         ControlStyles.UserPaint |
                         ControlStyles.Opaque |
                         ControlStyles.ResizeRedraw |
                         ControlStyles.SupportsTransparentBackColor,
                true);
            this.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.BackColor = Color.Transparent;
            this.ControlBox = false;
            this.DoubleBuffered = true;
            this.ForeColor = System.Drawing.SystemColors.ControlText;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "DirectXOverlay";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.Text = "DirectXOverlay";
            this.TopMost = true;
            //this.TransparencyKey = this.BackColor;
            this.Load += new System.EventHandler(this.SpringDirectXOverlay_Load);
            this.ResumeLayout(false);
            this.Left = 0;
            this.Top = 0;
            this.Width = 0;
            this.Height = 0;

        }

        #endregion
    }
}

Generated by GNU Enscript 1.6.5.90.