Fixed the demo client's form name.
This commit is contained in:
6
TestClient/ClientForm.Designer.cs
generated
6
TestClient/ClientForm.Designer.cs
generated
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user