Alsing.Windows.Forms.CoreLib.IntelliMouseControl.InitializeComponent C# (CSharp) Метод

InitializeComponent() защищенный Метод

Required method for Designer support - do not modify the contents of this method with the code editor.
protected InitializeComponent ( ) : void
Результат void
        protected void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            var resources = new System.Resources.ResourceManager(typeof (IntelliMouseControl));
            this.tmrFeedback = new Timer();
            this.picImage = new System.Windows.Forms.PictureBox();
            this.regionHandler1 = new Alsing.Windows.Forms.CoreLib.RegionHandler(this.components);
            // 
            // tmrFeedback
            // 
            this.tmrFeedback.Enabled = true;
            this.tmrFeedback.Interval = 10;
            this.tmrFeedback.Tick += new System.EventHandler(this.tmrFeedback_Tick);
            // 
            // picImage
            // 
            this.picImage.Image = ((System.Drawing.Bitmap) (resources.GetObject("picImage.Image")));
            this.picImage.Location = new System.Drawing.Point(17, 17);
            this.picImage.Name = "picImage";
            this.picImage.TabIndex = 0;
            this.picImage.TabStop = false;
            // 
            // regionHandler1
            // 
            this.regionHandler1.Control = null;
            this.regionHandler1.MaskImage = null;
            this.regionHandler1.TransparencyKey = System.Drawing.Color.FromArgb(((System.Byte) (255)),
                                                                                ((System.Byte) (0)),
                                                                                ((System.Byte) (255)));
            // 
            // IntelliMouseControl
            // 
            this.ParentChanged += new System.EventHandler(this.IntelliMouseControl_ParentChanged);
        }