diff options
Diffstat (limited to 'Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugForm.Designer.cs')
| -rw-r--r-- | Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugForm.Designer.cs | 48 |
1 files changed, 38 insertions, 10 deletions
diff --git a/Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugForm.Designer.cs b/Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugForm.Designer.cs index bfbc8c683..f05bdc8e5 100644 --- a/Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugForm.Designer.cs +++ b/Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugForm.Designer.cs @@ -41,6 +41,8 @@ this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); + this.label6 = new System.Windows.Forms.Label(); + this.txtSharedFolder = new System.Windows.Forms.TextBox(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); @@ -48,6 +50,8 @@ // panel1 // this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.panel1.Controls.Add(this.label6); + this.panel1.Controls.Add(this.txtSharedFolder); this.panel1.Controls.Add(this.label5); this.panel1.Controls.Add(this.txtPass); this.panel1.Controls.Add(this.label4); @@ -63,7 +67,7 @@ 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.Size = new System.Drawing.Size(561, 353); this.panel1.TabIndex = 2; // // label5 @@ -71,7 +75,7 @@ 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.Location = new System.Drawing.Point(255, 218); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(68, 16); this.label5.TabIndex = 18; @@ -82,7 +86,7 @@ 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.Location = new System.Drawing.Point(258, 240); this.txtPass.Name = "txtPass"; this.txtPass.Size = new System.Drawing.Size(170, 20); this.txtPass.TabIndex = 17; @@ -94,7 +98,7 @@ 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.Location = new System.Drawing.Point(98, 218); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(77, 16); this.label4.TabIndex = 16; @@ -105,7 +109,7 @@ 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.Location = new System.Drawing.Point(101, 240); this.txtUserName.Name = "txtUserName"; this.txtUserName.Size = new System.Drawing.Size(148, 20); this.txtUserName.TabIndex = 15; @@ -116,7 +120,7 @@ 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.Location = new System.Drawing.Point(98, 154); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(76, 16); this.label3.TabIndex = 14; @@ -138,7 +142,7 @@ 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.Location = new System.Drawing.Point(101, 173); this.txtHostName.Name = "txtHostName"; this.txtHostName.Size = new System.Drawing.Size(327, 20); this.txtHostName.TabIndex = 12; @@ -153,7 +157,7 @@ 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.Location = new System.Drawing.Point(314, 298); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(114, 42); this.btnCancel.TabIndex = 11; @@ -169,7 +173,7 @@ 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.Location = new System.Drawing.Point(434, 298); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(114, 42); this.btnOK.TabIndex = 10; @@ -212,12 +216,34 @@ this.label1.Text = "Run On Remote Machine"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // + // label6 + // + this.label6.AutoSize = true; + this.label6.Cursor = System.Windows.Forms.Cursors.Arrow; + this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label6.Location = new System.Drawing.Point(99, 90); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(94, 16); + this.label6.TabIndex = 20; + this.label6.Text = "Shared Folder"; + // + // txtSharedFolder + // + this.txtSharedFolder.BackColor = System.Drawing.Color.Black; + this.txtSharedFolder.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.txtSharedFolder.ForeColor = System.Drawing.Color.White; + this.txtSharedFolder.Location = new System.Drawing.Point(102, 109); + this.txtSharedFolder.Name = "txtSharedFolder"; + this.txtSharedFolder.Size = new System.Drawing.Size(327, 20); + this.txtSharedFolder.TabIndex = 19; + this.txtSharedFolder.Text = "\\\\PANEL-PC\\Shared Build"; + // // 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.ClientSize = new System.Drawing.Size(561, 353); this.ControlBox = false; this.Controls.Add(this.panel1); this.ForeColor = System.Drawing.Color.Gainsboro; @@ -252,5 +278,7 @@ private System.Windows.Forms.TextBox txtPass; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtUserName; + private System.Windows.Forms.Label label6; + private System.Windows.Forms.TextBox txtSharedFolder; } }
\ No newline at end of file |
