public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/iStatsDev;component/Views/LeagueSetup/leaguedefinition.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.stkSteps = ((System.Windows.Controls.StackPanel)(this.FindName("stkSteps")));
     this.brdTop = ((System.Windows.Controls.Border)(this.FindName("brdTop")));
     this.stkLeagueDefinition = ((System.Windows.Controls.StackPanel)(this.FindName("stkLeagueDefinition")));
     this.stkLeagueCountry = ((System.Windows.Controls.StackPanel)(this.FindName("stkLeagueCountry")));
     this.lblLeagueCountry = ((System.Windows.Controls.TextBlock)(this.FindName("lblLeagueCountry")));
     this.cboLeagueCountry = ((System.Windows.Controls.ComboBox)(this.FindName("cboLeagueCountry")));
     this.stkLeagueName = ((System.Windows.Controls.StackPanel)(this.FindName("stkLeagueName")));
     this.lblLeagueName = ((System.Windows.Controls.TextBlock)(this.FindName("lblLeagueName")));
     this.txtLeagueName = ((iStatsDev.ccTextBox)(this.FindName("txtLeagueName")));
     this.stkLeagueScope = ((System.Windows.Controls.StackPanel)(this.FindName("stkLeagueScope")));
     this.lblLeagueScope = ((System.Windows.Controls.TextBlock)(this.FindName("lblLeagueScope")));
     this.stkRadioButtons = ((System.Windows.Controls.StackPanel)(this.FindName("stkRadioButtons")));
     this.rdoCity = ((System.Windows.Controls.RadioButton)(this.FindName("rdoCity")));
     this.rdoCounty = ((System.Windows.Controls.RadioButton)(this.FindName("rdoCounty")));
     this.rdoState = ((System.Windows.Controls.RadioButton)(this.FindName("rdoState")));
     this.rdoCountry = ((System.Windows.Controls.RadioButton)(this.FindName("rdoCountry")));
     this.rdoInternational = ((System.Windows.Controls.RadioButton)(this.FindName("rdoInternational")));
     this.stkLeagueState = ((System.Windows.Controls.StackPanel)(this.FindName("stkLeagueState")));
     this.lblLeagueState = ((System.Windows.Controls.TextBlock)(this.FindName("lblLeagueState")));
     this.cboLeagueState = ((System.Windows.Controls.ComboBox)(this.FindName("cboLeagueState")));
     this.txtLeagueScopeDetail = ((iStatsDev.ccTextBox)(this.FindName("txtLeagueScopeDetail")));
     this.stkLeagueSport = ((System.Windows.Controls.StackPanel)(this.FindName("stkLeagueSport")));
     this.lblLeagueSport = ((System.Windows.Controls.TextBlock)(this.FindName("lblLeagueSport")));
     this.cboLeagueSport = ((System.Windows.Controls.ComboBox)(this.FindName("cboLeagueSport")));
     this.stkLeagueYear = ((System.Windows.Controls.StackPanel)(this.FindName("stkLeagueYear")));
     this.lblLeagueYear = ((System.Windows.Controls.TextBlock)(this.FindName("lblLeagueYear")));
     this.cboLeagueYear = ((System.Windows.Controls.ComboBox)(this.FindName("cboLeagueYear")));
     this.brdBottom = ((System.Windows.Controls.Border)(this.FindName("brdBottom")));
     this.stkLeagueType = ((System.Windows.Controls.StackPanel)(this.FindName("stkLeagueType")));
     this.lblLeagueType = ((System.Windows.Controls.TextBlock)(this.FindName("lblLeagueType")));
     this.stkLeagueTypeRadio = ((System.Windows.Controls.StackPanel)(this.FindName("stkLeagueTypeRadio")));
     this.rdoYouth = ((System.Windows.Controls.RadioButton)(this.FindName("rdoYouth")));
     this.rdoHighSchool = ((System.Windows.Controls.RadioButton)(this.FindName("rdoHighSchool")));
     this.rdoCollege = ((System.Windows.Controls.RadioButton)(this.FindName("rdoCollege")));
     this.rdoAdult = ((System.Windows.Controls.RadioButton)(this.FindName("rdoAdult")));
     this.stkLeagueStructure = ((System.Windows.Controls.StackPanel)(this.FindName("stkLeagueStructure")));
     this.lblLeagueStructure = ((System.Windows.Controls.TextBlock)(this.FindName("lblLeagueStructure")));
     this.stkLeagueStructureRadio = ((System.Windows.Controls.StackPanel)(this.FindName("stkLeagueStructureRadio")));
     this.rdoSeason = ((System.Windows.Controls.RadioButton)(this.FindName("rdoSeason")));
     this.rdoTournament = ((System.Windows.Controls.RadioButton)(this.FindName("rdoTournament")));
     this.btnNext = ((System.Windows.Controls.Button)(this.FindName("btnNext")));
 }
Beispiel #2
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/iStatsDev;component/Views/register.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.grdRegister = ((System.Windows.Controls.Grid)(this.FindName("grdRegister")));
     this.grdOne = ((System.Windows.Controls.Grid)(this.FindName("grdOne")));
     this.txtBasicInfoHeader = ((System.Windows.Controls.TextBlock)(this.FindName("txtBasicInfoHeader")));
     this.lblMyName = ((System.Windows.Controls.TextBlock)(this.FindName("lblMyName")));
     this.lblPostalCode = ((System.Windows.Controls.TextBlock)(this.FindName("lblPostalCode")));
     this.lblBirthday = ((System.Windows.Controls.TextBlock)(this.FindName("lblBirthday")));
     this.cboMonth = ((System.Windows.Controls.ComboBox)(this.FindName("cboMonth")));
     this.txtBirthdayDay = ((iStatsDev.ccTextBox)(this.FindName("txtBirthdayDay")));
     this.txtBirthdayYear = ((iStatsDev.ccTextBox)(this.FindName("txtBirthdayYear")));
     this.lblGender = ((System.Windows.Controls.TextBlock)(this.FindName("lblGender")));
     this.lblStreet = ((System.Windows.Controls.TextBlock)(this.FindName("lblStreet")));
     this.txtStreet = ((iStatsDev.ccTextBox)(this.FindName("txtStreet")));
     this.cboGender = ((System.Windows.Controls.ComboBox)(this.FindName("cboGender")));
     this.txtPostalCode = ((iStatsDev.ccTextBox)(this.FindName("txtPostalCode")));
     this.lblCountry = ((System.Windows.Controls.TextBlock)(this.FindName("lblCountry")));
     this.cboCountry = ((System.Windows.Controls.ComboBox)(this.FindName("cboCountry")));
     this.txtFirstName = ((iStatsDev.ccTextBox)(this.FindName("txtFirstName")));
     this.txtLastName = ((iStatsDev.ccTextBox)(this.FindName("txtLastName")));
     this.imgnameCheck = ((System.Windows.Controls.Image)(this.FindName("imgnameCheck")));
     this.imgnameX = ((System.Windows.Controls.Image)(this.FindName("imgnameX")));
     this.imggenderCheck = ((System.Windows.Controls.Image)(this.FindName("imggenderCheck")));
     this.imggenderX = ((System.Windows.Controls.Image)(this.FindName("imggenderX")));
     this.imgbirthdayCheck = ((System.Windows.Controls.Image)(this.FindName("imgbirthdayCheck")));
     this.imgbirthdayX = ((System.Windows.Controls.Image)(this.FindName("imgbirthdayX")));
     this.imgstreetCheck = ((System.Windows.Controls.Image)(this.FindName("imgstreetCheck")));
     this.imgstreetX = ((System.Windows.Controls.Image)(this.FindName("imgstreetX")));
     this.imgcountryCheck = ((System.Windows.Controls.Image)(this.FindName("imgcountryCheck")));
     this.imgcountryX = ((System.Windows.Controls.Image)(this.FindName("imgcountryX")));
     this.imgpostalCheck = ((System.Windows.Controls.Image)(this.FindName("imgpostalCheck")));
     this.imgpostalX = ((System.Windows.Controls.Image)(this.FindName("imgpostalX")));
     this.grdTwo = ((System.Windows.Controls.Grid)(this.FindName("grdTwo")));
     this.txtIDHeader = ((System.Windows.Controls.TextBlock)(this.FindName("txtIDHeader")));
     this.lblUserID = ((System.Windows.Controls.TextBlock)(this.FindName("lblUserID")));
     this.txtUserID = ((iStatsDev.ccTextBox)(this.FindName("txtUserID")));
     this.lblPassword1 = ((System.Windows.Controls.TextBlock)(this.FindName("lblPassword1")));
     this.pwdPassword1 = ((System.Windows.Controls.PasswordBox)(this.FindName("pwdPassword1")));
     this.lblPassword2 = ((System.Windows.Controls.TextBlock)(this.FindName("lblPassword2")));
     this.pwdPassword2 = ((System.Windows.Controls.PasswordBox)(this.FindName("pwdPassword2")));
     this.lblEmail = ((System.Windows.Controls.TextBlock)(this.FindName("lblEmail")));
     this.txtEmail = ((iStatsDev.ccTextBox)(this.FindName("txtEmail")));
     this.imguseridCheck = ((System.Windows.Controls.Image)(this.FindName("imguseridCheck")));
     this.imguseridX = ((System.Windows.Controls.Image)(this.FindName("imguseridX")));
     this.imgemailCheck = ((System.Windows.Controls.Image)(this.FindName("imgemailCheck")));
     this.imgemailX = ((System.Windows.Controls.Image)(this.FindName("imgemailX")));
     this.imgpasswordCheck = ((System.Windows.Controls.Image)(this.FindName("imgpasswordCheck")));
     this.imgpasswordX = ((System.Windows.Controls.Image)(this.FindName("imgpasswordX")));
     this.imgpasswordConfirmCheck = ((System.Windows.Controls.Image)(this.FindName("imgpasswordConfirmCheck")));
     this.imgpasswordConfirmX = ((System.Windows.Controls.Image)(this.FindName("imgpasswordConfirmX")));
     this.grdThree = ((System.Windows.Controls.Grid)(this.FindName("grdThree")));
     this.txtCaptchaHeader = ((System.Windows.Controls.TextBlock)(this.FindName("txtCaptchaHeader")));
     this.recCaptcha = ((System.Windows.Shapes.Rectangle)(this.FindName("recCaptcha")));
     this.grdFour = ((System.Windows.Controls.Grid)(this.FindName("grdFour")));
     this.txtStep4Header = ((System.Windows.Controls.TextBlock)(this.FindName("txtStep4Header")));
     this.btnCreate = ((System.Windows.Controls.Button)(this.FindName("btnCreate")));
     this.btnCancel = ((System.Windows.Controls.Button)(this.FindName("btnCancel")));
     this.lineHoriz = ((System.Windows.Shapes.Path)(this.FindName("lineHoriz")));
     this.lineVert = ((System.Windows.Shapes.Path)(this.FindName("lineVert")));
     this.grdSignIn = ((System.Windows.Controls.Grid)(this.FindName("grdSignIn")));
 }