Ejemplo n.º 1
0
 private void InitializeComponent()
 {
     this._meterButtonRight = new MobileSRC.MobileRemote.ImageButton();
     this._actionButton     = new MobileSRC.MobileRemote.ImageButton();
     this._meterButtonLeft  = new MobileSRC.MobileRemote.ImageButton();
     this._touchControl     = new MobileSRC.MobileRemote.TouchControl();
     this.SuspendLayout();
     //
     // _meterButtonRight
     //
     this._meterButtonRight.Location = new System.Drawing.Point(326, 3);
     this._meterButtonRight.Name     = "_meterButtonRight";
     this._meterButtonRight.Size     = new System.Drawing.Size(122, 250);
     this._meterButtonRight.TabIndex = 2;
     //
     // _actionButton
     //
     this._actionButton.Location = new System.Drawing.Point(165, 53);
     this._actionButton.Name     = "_actionButton";
     this._actionButton.Size     = new System.Drawing.Size(150, 150);
     this._actionButton.TabIndex = 1;
     //
     // _meterButtonLeft
     //
     this._meterButtonLeft.Location = new System.Drawing.Point(32, 3);
     this._meterButtonLeft.Name     = "_meterButtonLeft";
     this._meterButtonLeft.Size     = new System.Drawing.Size(122, 250);
     this._meterButtonLeft.TabIndex = 0;
     //
     // _touchControl
     //
     this._touchControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this._touchControl.Location = new System.Drawing.Point(4, 259);
     this._touchControl.Name     = "_touchControl";
     this._touchControl.Size     = new System.Drawing.Size(473, 298);
     this._touchControl.TabIndex = 3;
     //
     // PowerPointControl
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.Controls.Add(this._touchControl);
     this.Controls.Add(this._meterButtonLeft);
     this.Controls.Add(this._meterButtonRight);
     this.Controls.Add(this._actionButton);
     this.Name = "PowerPointControl";
     this.Size = new System.Drawing.Size(480, 560);
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
0
 private void InitializeComponent()
 {
     this._meterButtonRight = new MobileSRC.MobileRemote.ImageButton();
     this._actionButton = new MobileSRC.MobileRemote.ImageButton();
     this._meterButtonLeft = new MobileSRC.MobileRemote.ImageButton();
     this._touchControl = new MobileSRC.MobileRemote.TouchControl();
     this.SuspendLayout();
     //
     // _meterButtonRight
     //
     this._meterButtonRight.Location = new System.Drawing.Point(326, 3);
     this._meterButtonRight.Name = "_meterButtonRight";
     this._meterButtonRight.Size = new System.Drawing.Size(122, 250);
     this._meterButtonRight.TabIndex = 2;
     //
     // _actionButton
     //
     this._actionButton.Location = new System.Drawing.Point(165, 53);
     this._actionButton.Name = "_actionButton";
     this._actionButton.Size = new System.Drawing.Size(150, 150);
     this._actionButton.TabIndex = 1;
     //
     // _meterButtonLeft
     //
     this._meterButtonLeft.Location = new System.Drawing.Point(32, 3);
     this._meterButtonLeft.Name = "_meterButtonLeft";
     this._meterButtonLeft.Size = new System.Drawing.Size(122, 250);
     this._meterButtonLeft.TabIndex = 0;
     //
     // _touchControl
     //
     this._touchControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this._touchControl.Location = new System.Drawing.Point(4, 259);
     this._touchControl.Name = "_touchControl";
     this._touchControl.Size = new System.Drawing.Size(473, 298);
     this._touchControl.TabIndex = 3;
     //
     // PowerPointControl
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.Controls.Add(this._touchControl);
     this.Controls.Add(this._meterButtonLeft);
     this.Controls.Add(this._meterButtonRight);
     this.Controls.Add(this._actionButton);
     this.Name = "PowerPointControl";
     this.Size = new System.Drawing.Size(480, 560);
     this.ResumeLayout(false);
 }