diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-04 19:46:22 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-06-04 19:46:22 +0300 |
| commit | 77b37339decd9c023d4ced37e677797f5b72c3ae (patch) | |
| tree | 8a536eda6721abfb310b07cd4b645d1273ef5160 /Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugForm.Designer.cs | |
| parent | 24e5224eb41da3a736c46235567c8ba5484414e3 (diff) | |
| download | Tango-77b37339decd9c023d4ced37e677797f5b72c3ae.tar.gz Tango-77b37339decd9c023d4ced37e677797f5b72c3ae.zip | |
Implemented VSIX remote debugger!!!!
Diffstat (limited to 'Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugForm.Designer.cs')
| -rw-r--r-- | Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugForm.Designer.cs | 155 |
1 files changed, 44 insertions, 111 deletions
diff --git a/Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugForm.Designer.cs b/Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugForm.Designer.cs index f05bdc8e5..9a3ee1bc9 100644 --- a/Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugForm.Designer.cs +++ b/Software/Visual_Studio/VSIX/Tango.BuildExtensions/RemoteDebugForm.Designer.cs @@ -29,20 +29,15 @@ 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.label6 = new System.Windows.Forms.Label(); - this.txtSharedFolder = new System.Windows.Forms.TextBox(); + this.listServices = new System.Windows.Forms.ListBox(); + this.label3 = new System.Windows.Forms.Label(); + this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); @@ -50,15 +45,10 @@ // 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); - this.panel1.Controls.Add(this.txtUserName); + this.panel1.Controls.Add(this.progressBar1); this.panel1.Controls.Add(this.label3); + this.panel1.Controls.Add(this.listServices); 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); @@ -70,84 +60,17 @@ this.panel1.Size = new System.Drawing.Size(561, 353); 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, 218); - 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, 240); - 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, 218); - 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, 240); - 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, 154); - 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.Location = new System.Drawing.Point(205, 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, 173); - 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))); @@ -198,9 +121,9 @@ 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.Size = new System.Drawing.Size(103, 16); this.label2.TabIndex = 1; - this.label2.Text = "Remote Debug Project: "; + this.label2.Text = "Remote Debug:"; // // label1 // @@ -216,27 +139,42 @@ this.label1.Text = "Run On Remote Machine"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // - // label6 + // listServices // - 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"; + this.listServices.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.listServices.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); + this.listServices.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.listServices.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.listServices.ForeColor = System.Drawing.Color.Gainsboro; + this.listServices.FormattingEnabled = true; + this.listServices.ItemHeight = 20; + this.listServices.Location = new System.Drawing.Point(101, 135); + this.listServices.Name = "listServices"; + this.listServices.Size = new System.Drawing.Size(447, 140); + this.listServices.TabIndex = 14; // - // txtSharedFolder + // label3 // - 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"; + this.label3.AutoSize = true; + this.label3.Cursor = System.Windows.Forms.Cursors.Arrow; + this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label3.Location = new System.Drawing.Point(98, 112); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(172, 15); + this.label3.TabIndex = 15; + this.label3.Text = "Scanning for remote runners..."; + // + // progressBar1 + // + this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.progressBar1.Location = new System.Drawing.Point(101, 277); + this.progressBar1.Name = "progressBar1"; + this.progressBar1.Size = new System.Drawing.Size(447, 5); + this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee; + this.progressBar1.TabIndex = 16; // // RemoteDebugForm // @@ -271,14 +209,9 @@ 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; - private System.Windows.Forms.Label label6; - private System.Windows.Forms.TextBox txtSharedFolder; + private System.Windows.Forms.ListBox listServices; + private System.Windows.Forms.Label label3; + private System.Windows.Forms.ProgressBar progressBar1; } }
\ No newline at end of file |
