Пример #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 protected void InitializeComponent()
 {
     this.components     = new System.ComponentModel.Container();
     this.picImage       = new System.Windows.Forms.PictureBox();
     this.tmrFeedback    = new AIMS.Libraries.CodeEditor.Core.Timers.WeakTimer(this.components);
     this.regionHandler1 = new AIMS.Libraries.CodeEditor.WinForms.IntelliMouse.RegionHandler(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.picImage)).BeginInit();
     this.SuspendLayout();
     //
     // picImage
     //
     this.picImage.Location = new System.Drawing.Point(17, 17);
     this.picImage.Name     = "picImage";
     this.picImage.Size     = new System.Drawing.Size(100, 50);
     this.picImage.TabIndex = 0;
     this.picImage.TabStop  = false;
     //
     // tmrFeedback
     //
     this.tmrFeedback.Enabled  = true;
     this.tmrFeedback.Interval = 10;
     this.tmrFeedback.Tick    += new System.EventHandler(this.tmrFeedback_Tick);
     //
     // regionHandler1
     //
     this.regionHandler1.Control         = null;
     this.regionHandler1.MaskImage       = null;
     this.regionHandler1.TransparencyKey = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     //
     // IntelliMouseControl
     //
     this.ParentChanged += new System.EventHandler(this.IntelliMouseControl_ParentChanged);
     ((System.ComponentModel.ISupportInitialize)(this.picImage)).EndInit();
     this.ResumeLayout(false);
 }
Пример #2
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		protected void InitializeComponent()
		{
            this.components = new System.ComponentModel.Container();
            this.picImage = new System.Windows.Forms.PictureBox();
            this.tmrFeedback = new AIMS.Libraries.CodeEditor.Core.Timers.WeakTimer(this.components);
            this.regionHandler1 = new AIMS.Libraries.CodeEditor.WinForms.IntelliMouse.RegionHandler(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.picImage)).BeginInit();
            this.SuspendLayout();
            // 
            // picImage
            // 
            this.picImage.Location = new System.Drawing.Point(17, 17);
            this.picImage.Name = "picImage";
            this.picImage.Size = new System.Drawing.Size(100, 50);
            this.picImage.TabIndex = 0;
            this.picImage.TabStop = false;
            // 
            // tmrFeedback
            // 
            this.tmrFeedback.Enabled = true;
            this.tmrFeedback.Interval = 10;
            this.tmrFeedback.Tick += new System.EventHandler(this.tmrFeedback_Tick);
            // 
            // regionHandler1
            // 
            this.regionHandler1.Control = null;
            this.regionHandler1.MaskImage = null;
            this.regionHandler1.TransparencyKey = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
            // 
            // IntelliMouseControl
            // 
            this.ParentChanged += new System.EventHandler(this.IntelliMouseControl_ParentChanged);
            ((System.ComponentModel.ISupportInitialize)(this.picImage)).EndInit();
            this.ResumeLayout(false);

		}