Fixed the demo client's form name.

This commit is contained in:
antiduh
2014-07-08 17:43:37 +00:00
parent ba166c373a
commit 585366a291

View File

@@ -231,7 +231,7 @@
this.disconnectButton.Text = "Disconnect"; this.disconnectButton.Text = "Disconnect";
this.disconnectButton.UseVisualStyleBackColor = true; this.disconnectButton.UseVisualStyleBackColor = true;
// //
// Form1 // ClientForm
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
@@ -244,8 +244,8 @@
this.Controls.Add(this.serverTextBox); this.Controls.Add(this.serverTextBox);
this.Controls.Add(this.label2); this.Controls.Add(this.label2);
this.Controls.Add(this.label1); this.Controls.Add(this.label1);
this.Name = "Form1"; this.Name = "ClientForm";
this.Text = "Form1"; this.Text = "Client - SSPI Demo";
((System.ComponentModel.ISupportInitialize)(this.portNumeric)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.portNumeric)).EndInit();
this.groupBox1.ResumeLayout(false); this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout(); this.groupBox1.PerformLayout();