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();