Database Reference
In-Depth Information
//
//Log_In
//
this.AcceptButton = this.button1;
this.AutoScaleDimensions = new System.Drawing.
SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.
AutoScaleMode.Font;
this.ClientSize = new System.Drawing.
Size(292, 153);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.TxtPassword);
this.Controls.Add(this.label3);
this.Controls.Add(this.TxtUser);
this.Controls.Add(this.label2);
this.Controls.Add(this.TxtServer);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.
FormBorderStyle.Fixed3D;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = “Log_In”;
this.StartPosition = System.Windows.Forms.
FormStartPosition.CenterScreen;
this.Text = “Log In”;
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox TxtServer;
private System.Windows.Forms.TextBox TxtUser;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox TxtPassword;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
}
}
using System;
using System.Collections.Generic;
using System.ComponentModel;
Search WWH ::




Custom Search