From 585366a291ccc2509b40801e121f8a9a3368933b Mon Sep 17 00:00:00 2001 From: antiduh Date: Tue, 8 Jul 2014 17:43:37 +0000 Subject: [PATCH] Fixed the demo client's form name. --- TestClient/ClientForm.Designer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TestClient/ClientForm.Designer.cs b/TestClient/ClientForm.Designer.cs index 3e462cc..6c0af01 100644 --- a/TestClient/ClientForm.Designer.cs +++ b/TestClient/ClientForm.Designer.cs @@ -231,7 +231,7 @@ this.disconnectButton.Text = "Disconnect"; this.disconnectButton.UseVisualStyleBackColor = true; // - // Form1 + // ClientForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; @@ -244,8 +244,8 @@ this.Controls.Add(this.serverTextBox); this.Controls.Add(this.label2); this.Controls.Add(this.label1); - this.Name = "Form1"; - this.Text = "Form1"; + this.Name = "ClientForm"; + this.Text = "Client - SSPI Demo"; ((System.ComponentModel.ISupportInitialize)(this.portNumeric)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout();