aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugForm.Designer.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-05-24 19:35:16 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-05-24 19:35:16 +0300
commit3b9b17a00716128ed9f68728c31714f753b8e9ea (patch)
tree626699296ceb7ea5119e664f99554b53db31cde9 /Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugForm.Designer.cs
parent5fd370643691a312e1266f138982d784f0f9ebb1 (diff)
downloadTango-3b9b17a00716128ed9f68728c31714f753b8e9ea.tar.gz
Tango-3b9b17a00716128ed9f68728c31714f753b8e9ea.zip
Implemented Remote Debugging for panel PC as VS command using PsiExec!
Started investigating the Surface SDK controls.
Diffstat (limited to 'Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugForm.Designer.cs')
-rw-r--r--Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugForm.Designer.cs256
1 files changed, 256 insertions, 0 deletions
diff --git a/Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugForm.Designer.cs b/Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugForm.Designer.cs
new file mode 100644
index 000000000..bfbc8c683
--- /dev/null
+++ b/Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugForm.Designer.cs
@@ -0,0 +1,256 @@
+namespace Tango.BuildExtensions
+{
+ partial class RemoteDebugForm
+ {
+ /// <summary>
+ /// Required designer variable.
+ /// </summary>
+ private System.ComponentModel.IContainer components = null;
+
+ /// <summary>
+ /// Clean up any resources being used.
+ /// </summary>
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #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.panel1 = new System.Windows.Forms.Panel();
+ this.label5 = new System.Windows.Forms.Label();
+ this.txtPass = new System.Windows.Forms.TextBox();
+ this.label4 = new System.Windows.Forms.Label();
+ this.txtUserName = new System.Windows.Forms.TextBox();
+ this.label3 = new System.Windows.Forms.Label();
+ this.txtProjectName = new System.Windows.Forms.Label();
+ this.txtHostName = new System.Windows.Forms.TextBox();
+ this.btnCancel = new System.Windows.Forms.Button();
+ this.btnOK = new System.Windows.Forms.Button();
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
+ this.label2 = new System.Windows.Forms.Label();
+ this.label1 = new System.Windows.Forms.Label();
+ this.panel1.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
+ this.SuspendLayout();
+ //
+ // panel1
+ //
+ this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.panel1.Controls.Add(this.label5);
+ this.panel1.Controls.Add(this.txtPass);
+ this.panel1.Controls.Add(this.label4);
+ this.panel1.Controls.Add(this.txtUserName);
+ this.panel1.Controls.Add(this.label3);
+ this.panel1.Controls.Add(this.txtProjectName);
+ this.panel1.Controls.Add(this.txtHostName);
+ this.panel1.Controls.Add(this.btnCancel);
+ this.panel1.Controls.Add(this.btnOK);
+ this.panel1.Controls.Add(this.pictureBox1);
+ this.panel1.Controls.Add(this.label2);
+ this.panel1.Controls.Add(this.label1);
+ this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.panel1.Location = new System.Drawing.Point(0, 0);
+ this.panel1.Name = "panel1";
+ this.panel1.Size = new System.Drawing.Size(561, 309);
+ this.panel1.TabIndex = 2;
+ //
+ // label5
+ //
+ this.label5.AutoSize = true;
+ this.label5.Cursor = System.Windows.Forms.Cursors.Arrow;
+ this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label5.Location = new System.Drawing.Point(255, 145);
+ this.label5.Name = "label5";
+ this.label5.Size = new System.Drawing.Size(68, 16);
+ this.label5.TabIndex = 18;
+ this.label5.Text = "Password";
+ //
+ // txtPass
+ //
+ this.txtPass.BackColor = System.Drawing.Color.Black;
+ this.txtPass.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.txtPass.ForeColor = System.Drawing.Color.White;
+ this.txtPass.Location = new System.Drawing.Point(258, 167);
+ this.txtPass.Name = "txtPass";
+ this.txtPass.Size = new System.Drawing.Size(170, 20);
+ this.txtPass.TabIndex = 17;
+ this.txtPass.Text = "Aa123456";
+ this.txtPass.UseSystemPasswordChar = true;
+ //
+ // label4
+ //
+ this.label4.AutoSize = true;
+ this.label4.Cursor = System.Windows.Forms.Cursors.Arrow;
+ this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label4.Location = new System.Drawing.Point(98, 145);
+ this.label4.Name = "label4";
+ this.label4.Size = new System.Drawing.Size(77, 16);
+ this.label4.TabIndex = 16;
+ this.label4.Text = "User Name";
+ //
+ // txtUserName
+ //
+ this.txtUserName.BackColor = System.Drawing.Color.Black;
+ this.txtUserName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.txtUserName.ForeColor = System.Drawing.Color.White;
+ this.txtUserName.Location = new System.Drawing.Point(101, 167);
+ this.txtUserName.Name = "txtUserName";
+ this.txtUserName.Size = new System.Drawing.Size(148, 20);
+ this.txtUserName.TabIndex = 15;
+ this.txtUserName.Text = "panel-pc";
+ //
+ // label3
+ //
+ this.label3.AutoSize = true;
+ this.label3.Cursor = System.Windows.Forms.Cursors.Arrow;
+ this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label3.Location = new System.Drawing.Point(98, 81);
+ this.label3.Name = "label3";
+ this.label3.Size = new System.Drawing.Size(76, 16);
+ this.label3.TabIndex = 14;
+ this.label3.Text = "Host Name";
+ //
+ // txtProjectName
+ //
+ this.txtProjectName.AutoSize = true;
+ this.txtProjectName.Cursor = System.Windows.Forms.Cursors.Arrow;
+ this.txtProjectName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.txtProjectName.Location = new System.Drawing.Point(255, 45);
+ this.txtProjectName.Name = "txtProjectName";
+ this.txtProjectName.Size = new System.Drawing.Size(87, 16);
+ this.txtProjectName.TabIndex = 13;
+ this.txtProjectName.Text = "Project name";
+ //
+ // txtHostName
+ //
+ this.txtHostName.BackColor = System.Drawing.Color.Black;
+ this.txtHostName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.txtHostName.ForeColor = System.Drawing.Color.White;
+ this.txtHostName.Location = new System.Drawing.Point(101, 100);
+ this.txtHostName.Name = "txtHostName";
+ this.txtHostName.Size = new System.Drawing.Size(327, 20);
+ this.txtHostName.TabIndex = 12;
+ this.txtHostName.Text = "\\\\PANEL-PC";
+ //
+ // btnCancel
+ //
+ this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
+ this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
+ this.btnCancel.Cursor = System.Windows.Forms.Cursors.Arrow;
+ this.btnCancel.FlatAppearance.BorderSize = 0;
+ this.btnCancel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
+ this.btnCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
+ this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnCancel.Location = new System.Drawing.Point(314, 254);
+ this.btnCancel.Name = "btnCancel";
+ this.btnCancel.Size = new System.Drawing.Size(114, 42);
+ this.btnCancel.TabIndex = 11;
+ this.btnCancel.Text = "CANCEL";
+ this.btnCancel.UseVisualStyleBackColor = false;
+ //
+ // btnOK
+ //
+ this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
+ this.btnOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
+ this.btnOK.Cursor = System.Windows.Forms.Cursors.Arrow;
+ this.btnOK.FlatAppearance.BorderSize = 0;
+ this.btnOK.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(15)))), ((int)(((byte)(15)))));
+ this.btnOK.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
+ this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btnOK.Location = new System.Drawing.Point(434, 254);
+ this.btnOK.Name = "btnOK";
+ this.btnOK.Size = new System.Drawing.Size(114, 42);
+ this.btnOK.TabIndex = 10;
+ this.btnOK.Text = "RUN";
+ this.btnOK.UseVisualStyleBackColor = false;
+ //
+ // pictureBox1
+ //
+ this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Arrow;
+ this.pictureBox1.Image = global::Tango.BuildExtensions.Properties.Resources.machine_trans_small;
+ this.pictureBox1.Location = new System.Drawing.Point(20, 45);
+ this.pictureBox1.Name = "pictureBox1";
+ this.pictureBox1.Size = new System.Drawing.Size(63, 68);
+ this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+ this.pictureBox1.TabIndex = 4;
+ this.pictureBox1.TabStop = false;
+ //
+ // label2
+ //
+ this.label2.AutoSize = true;
+ this.label2.Cursor = System.Windows.Forms.Cursors.Arrow;
+ this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.label2.Location = new System.Drawing.Point(98, 45);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(151, 16);
+ this.label2.TabIndex = 1;
+ this.label2.Text = "Remote Debug Project: ";
+ //
+ // label1
+ //
+ this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
+ this.label1.Cursor = System.Windows.Forms.Cursors.Arrow;
+ this.label1.Dock = System.Windows.Forms.DockStyle.Top;
+ this.label1.Location = new System.Drawing.Point(0, 0);
+ this.label1.Margin = new System.Windows.Forms.Padding(0);
+ this.label1.Name = "label1";
+ this.label1.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
+ this.label1.Size = new System.Drawing.Size(559, 29);
+ this.label1.TabIndex = 0;
+ this.label1.Text = "Run On Remote Machine";
+ this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // RemoteDebugForm
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
+ this.ClientSize = new System.Drawing.Size(561, 309);
+ this.ControlBox = false;
+ this.Controls.Add(this.panel1);
+ this.ForeColor = System.Drawing.Color.Gainsboro;
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
+ this.MaximizeBox = false;
+ this.MinimizeBox = false;
+ this.Name = "RemoteDebugForm";
+ this.ShowIcon = false;
+ this.ShowInTaskbar = false;
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+ this.Text = "Tango Initializer";
+ this.TopMost = true;
+ this.panel1.ResumeLayout(false);
+ this.panel1.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
+ this.ResumeLayout(false);
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.Panel panel1;
+ private System.Windows.Forms.Label label1;
+ private System.Windows.Forms.Label label2;
+ private System.Windows.Forms.PictureBox pictureBox1;
+ private System.Windows.Forms.Button btnOK;
+ private System.Windows.Forms.Button btnCancel;
+ private System.Windows.Forms.TextBox txtHostName;
+ private System.Windows.Forms.Label label3;
+ private System.Windows.Forms.Label txtProjectName;
+ private System.Windows.Forms.Label label5;
+ private System.Windows.Forms.TextBox txtPass;
+ private System.Windows.Forms.Label label4;
+ private System.Windows.Forms.TextBox txtUserName;
+ }
+} \ No newline at end of file