Alteridem.WinTouch.Demo.TestForm.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
      private void InitializeComponent()
      {
            this._gestureControl = new Alteridem.WinTouch.Demo.GestureControl();
            this.SuspendLayout();
            // 
            // _gestureControl
            // 
            this._gestureControl.BackColor = System.Drawing.SystemColors.Window;
            this._gestureControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this._gestureControl.Location = new System.Drawing.Point(0, 0);
            this._gestureControl.Name = "_gestureControl";
            this._gestureControl.Size = new System.Drawing.Size(969, 740);
            this._gestureControl.TabIndex = 0;
            // 
            // TestForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(969, 740);
            this.Controls.Add(this._gestureControl);
            this.Name = "TestForm";
            this.Text = "Test Form";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.ResumeLayout(false);

      }