private System.Windows.Forms.Label lblPassword; private System.Windows.Forms.Label lblUserName;
private System.Windows.Forms.RadioButton rdoValidateBySQLServer; private System.Windows.Forms.RadioButton rdoValidateByWindows; private System.Windows.Forms.GroupBox gbConnectToADataBase; private System.Windows.Forms.RadioButton rdoAttachADataBaseFile; private System.Windows.Forms.RadioButton rdoSelectOrEnterADataBaseName;
private System.Windows.Forms.Button btnGetConnectionString; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnTestConnection; private System.Windows.Forms.ComboBox cboDataBaseName; private System.Windows.Forms.TextBox txtDataBaseFilePath; private System.Windows.Forms.Button btnBrowse; private System.Windows.Forms.TextBox txtLogicalName; private System.Windows.Forms.Label lblLogicalName; private System.Windows.Forms.Label lblSplit;
private System.Windows.Forms.TextBox txtConnectionString; } }