using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace LYFZ.Software.UI { public partial class frmLoginSettings : LYFZ.ComponentLibrary.BaseContentsFormMain { public frmLoginSettings() { InitializeComponent(); this.IsLoginValidation = false; } public LYFZ.ComponentLibrary.TextBoxEx TxtHostName { get { return this.txtHostName; } } public LYFZ.ComponentLibrary.TextBoxEx TxtHostPort { get { return this.txtHostPort; } } public LYFZ.ComponentLibrary.ButtonEx BtnEnter { get { return this.btnEnter; } } public LYFZ.ComponentLibrary.ButtonEx BtnFrmClose { get { return this.btnFrmClose; } } public LYFZ.ComponentLibrary.CheckBoxEx CbxTestshareddirectory { get { return this.cbx_Testshareddirectory; } } public LYFZ.ComponentLibrary.CheckBoxEx ChbUpdate { get { return this.chbUpdate; } } } }