Inheritance: System.Windows.Controls.ItemsControl
Example #1
0
        public List<ListPicker> ConvertSelectFields(HtmlAgilityPack.HtmlNodeCollection nodes)
        {
            if (nodes == null)
                return null;
            var ret = new List<ListPicker>();
            foreach (var item in nodes)
            {
                ListPicker foo = new ListPicker();
                foo.Name = item.Attributes["Name"].Value;
                foo.HorizontalAlignment = HorizontalAlignment.Stretch;
                var options = item.SelectNodes(".//option");
                var listboxitems = new List<KeyValuePair<string, string>>();
                foreach (var option in options)
                {
                    var bar = new KeyValuePair<string, string>(HttpUtility.HtmlDecode(option.NextSibling.OuterHtml), option.Attributes["value"].Value);
                    listboxitems.Add(bar);
                }
                foo.ItemsSource = listboxitems;
                foo.FullModeItemTemplate = (DataTemplate)Application.Current.Resources["SearchListBoxItemTemplate"];
                foo.ItemTemplate = (DataTemplate)Application.Current.Resources["SearchListBoxItemTemplateSelected"];
                foo.BorderThickness = new Thickness(2.0);
                foo.SelectedIndex = 0;
                ret.Add(foo);

            }
            return ret;
        }
Example #2
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/YueFM%20for%20Windows%20Phone%208;component/SettingPage.xaml", System.UriKind.Relative));
     this.LayoutRoot        = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.Pivot             = ((Microsoft.Phone.Controls.Pivot)(this.FindName("Pivot")));
     this.AccountTextBlock  = ((System.Windows.Controls.TextBlock)(this.FindName("AccountTextBlock")));
     this.LogoutButton      = ((System.Windows.Controls.Button)(this.FindName("LogoutButton")));
     this.SkyDriveTextBlock = ((System.Windows.Controls.TextBlock)(this.FindName("SkyDriveTextBlock")));
     this.ButtonSignin      = ((Microsoft.Live.Controls.SignInButton)(this.FindName("ButtonSignin")));
     this.accountControl    = ((Alexis.WindowsPhone.Social.AccountControl)(this.FindName("accountControl")));
     this.FontListPicker    = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("FontListPicker")));
     this.SizeTextBlock     = ((System.Windows.Controls.TextBlock)(this.FindName("SizeTextBlock")));
     this.SliderFontSize    = ((System.Windows.Controls.Slider)(this.FindName("SliderFontSize")));
     this.ImageToggleSwitch = ((Microsoft.Phone.Controls.ToggleSwitch)(this.FindName("ImageToggleSwitch")));
     this.NightToggleSwitch = ((Microsoft.Phone.Controls.ToggleSwitch)(this.FindName("NightToggleSwitch")));
     this.NightStackPanel   = ((System.Windows.Controls.StackPanel)(this.FindName("NightStackPanel")));
     this.NightStackPanelFadeInStoryboard  = ((System.Windows.Media.Animation.Storyboard)(this.FindName("NightStackPanelFadeInStoryboard")));
     this.NightStackPanelFadeOutStoryboard = ((System.Windows.Media.Animation.Storyboard)(this.FindName("NightStackPanelFadeOutStoryboard")));
     this.NightStackPanelTransformGroup    = ((System.Windows.Media.TransformGroup)(this.FindName("NightStackPanelTransformGroup")));
     this.NightStackPanelScaleTransform    = ((System.Windows.Media.ScaleTransform)(this.FindName("NightStackPanelScaleTransform")));
     this.NightTextBlock    = ((System.Windows.Controls.TextBlock)(this.FindName("NightTextBlock")));
     this.SliderNight       = ((System.Windows.Controls.Slider)(this.FindName("SliderNight")));
     this.QuitToggleSwitch  = ((Microsoft.Phone.Controls.ToggleSwitch)(this.FindName("QuitToggleSwitch")));
     this.crashToggleSwitch = ((Microsoft.Phone.Controls.ToggleSwitch)(this.FindName("crashToggleSwitch")));
     this.marketButton      = ((System.Windows.Controls.Button)(this.FindName("marketButton")));
     this.mailButton        = ((System.Windows.Controls.Button)(this.FindName("mailButton")));
 }
Example #3
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/AppZipZop;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot               = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel               = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.ContentPanel             = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.listMsg                  = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("listMsg")));
     this.listaGruposAdministrados = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("listaGruposAdministrados")));
     this.txtTituloUsuario         = ((System.Windows.Controls.TextBox)(this.FindName("txtTituloUsuario")));
     this.txtMensagemUsuario       = ((System.Windows.Controls.TextBox)(this.FindName("txtMensagemUsuario")));
     this.ListaUsuario             = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("ListaUsuario")));
     this.btnEnviarUsuario         = ((System.Windows.Controls.Button)(this.FindName("btnEnviarUsuario")));
     this.txtTituloGrupo           = ((System.Windows.Controls.TextBox)(this.FindName("txtTituloGrupo")));
     this.txtMensagemGrupo         = ((System.Windows.Controls.TextBox)(this.FindName("txtMensagemGrupo")));
     this.ListaGrupos              = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("ListaGrupos")));
     this.btnEnviarGrupo           = ((System.Windows.Controls.Button)(this.FindName("btnEnviarGrupo")));
     this.txtNomeGrupo             = ((System.Windows.Controls.TextBox)(this.FindName("txtNomeGrupo")));
     this.ListaUsuariosAdm         = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("ListaUsuariosAdm")));
     this.btnCriarGrupo            = ((System.Windows.Controls.Button)(this.FindName("btnCriarGrupo")));
     this.txtNomeUsuario           = ((System.Windows.Controls.TextBox)(this.FindName("txtNomeUsuario")));
     this.btnEditarUsuário         = ((System.Windows.Controls.Button)(this.FindName("btnEditarUsuário")));
     this.btnDeletarUsuário        = ((System.Windows.Controls.Button)(this.FindName("btnDeletarUsuário")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/EnUcuzUrun;component/PivotPageEnUcuz.xaml", System.UriKind.Relative));
     this.LayoutRoot               = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.txtAd                    = ((System.Windows.Controls.TextBlock)(this.FindName("txtAd")));
     this.txtMahalle               = ((System.Windows.Controls.TextBlock)(this.FindName("txtMahalle")));
     this.lstKullanici             = ((System.Windows.Controls.ListBox)(this.FindName("lstKullanici")));
     this.lstMarketlerim           = ((System.Windows.Controls.ListBox)(this.FindName("lstMarketlerim")));
     this.ContentPanel             = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.lpkMahalle               = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("lpkMahalle")));
     this.lpkMarket                = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("lpkMarket")));
     this.lstSepetimUrunler        = ((System.Windows.Controls.ListBox)(this.FindName("lstSepetimUrunler")));
     this.lstSepetimUrunlerSecilen = ((System.Windows.Controls.ListBox)(this.FindName("lstSepetimUrunlerSecilen")));
     this.lstEnUcuz                = ((System.Windows.Controls.ListBox)(this.FindName("lstEnUcuz")));
     this.btnUcuzCikis             = ((System.Windows.Controls.Button)(this.FindName("btnUcuzCikis")));
     this.btnEnUcuzGor             = ((System.Windows.Controls.Button)(this.FindName("btnEnUcuzGor")));
     this.txbFiyatToplam           = ((System.Windows.Controls.TextBlock)(this.FindName("txbFiyatToplam")));
     this.txtYeniFiyat             = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("txtYeniFiyat")));
     this.btnGuncelleFiyat         = ((System.Windows.Controls.Button)(this.FindName("btnGuncelleFiyat")));
     this.lstUrunlerim             = ((System.Windows.Controls.ListBox)(this.FindName("lstUrunlerim")));
     this.lstMarketlerimProfil     = ((System.Windows.Controls.ListBox)(this.FindName("lstMarketlerimProfil")));
     this.btnSepeteEkle            = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("btnSepeteEkle")));
     this.btnSepettenÇıkar         = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("btnSepettenÇıkar")));
     this.btnPaylasimSil           = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("btnPaylasimSil")));
     this.btnPaylasimGuncel        = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("btnPaylasimGuncel")));
     this.btnPaylasimaGit          = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("btnPaylasimaGit")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/MultiTenant;component/Pages/AddProperty.xaml", System.UriKind.Relative));
     this.LayoutRoot     = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel   = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.propertyImage  = ((System.Windows.Controls.Image)(this.FindName("propertyImage")));
     this.takePhotoBtn   = ((System.Windows.Controls.Button)(this.FindName("takePhotoBtn")));
     this.choosePhotoBtn = ((System.Windows.Controls.Button)(this.FindName("choosePhotoBtn")));
     this.streetTxtBox   = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("streetTxtBox")));
     this.cityTxtBox     = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("cityTxtBox")));
     this.postcodeTxtBox = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("postcodeTxtBox")));
     this.TypeList       = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("TypeList")));
     this.houseOption    = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("houseOption")));
     this.BungelowOption = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("BungelowOption")));
     this.FlatOption     = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("FlatOption")));
     this.BedroomList    = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("BedroomList")));
     this.one            = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("one")));
     this.two            = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("two")));
     this.three          = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("three")));
     this.Parking1       = ((System.Windows.Controls.RadioButton)(this.FindName("Parking1")));
     this.Parking2       = ((System.Windows.Controls.RadioButton)(this.FindName("Parking2")));
     this.Pets1          = ((System.Windows.Controls.RadioButton)(this.FindName("Pets1")));
     this.Pets2          = ((System.Windows.Controls.RadioButton)(this.FindName("Pets2")));
     this.test1          = ((System.Windows.Controls.TextBlock)(this.FindName("test1")));
     this.test2          = ((System.Windows.Controls.TextBlock)(this.FindName("test2")));
     this.test3          = ((System.Windows.Controls.TextBlock)(this.FindName("test3")));
     this.test4          = ((System.Windows.Controls.TextBlock)(this.FindName("test4")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Cubbyhole.WP;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot                       = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel                       = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.folder_create_popup              = ((System.Windows.Controls.Primitives.Popup)(this.FindName("folder_create_popup")));
     this.folder_create_textbox            = ((System.Windows.Controls.TextBox)(this.FindName("folder_create_textbox")));
     this.entity_rename_popup              = ((System.Windows.Controls.Primitives.Popup)(this.FindName("entity_rename_popup")));
     this.entity_rename_textbox            = ((System.Windows.Controls.TextBox)(this.FindName("entity_rename_textbox")));
     this.localEntity_rename_popup         = ((System.Windows.Controls.Primitives.Popup)(this.FindName("localEntity_rename_popup")));
     this.LocalEntity_rename_textbox       = ((System.Windows.Controls.TextBox)(this.FindName("LocalEntity_rename_textbox")));
     this.entity_upload_popup              = ((System.Windows.Controls.Primitives.Popup)(this.FindName("entity_upload_popup")));
     this.entity_upload_textbox            = ((System.Windows.Controls.TextBox)(this.FindName("entity_upload_textbox")));
     this.entity_share_popup               = ((System.Windows.Controls.Primitives.Popup)(this.FindName("entity_share_popup")));
     this.entity_share_popup_anonymousLink = ((System.Windows.Controls.TextBox)(this.FindName("entity_share_popup_anonymousLink")));
     this.entity_share_textbox             = ((System.Windows.Controls.TextBox)(this.FindName("entity_share_textbox")));
     this.entity_share_permission          = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("entity_share_permission")));
     this.entity_sharedUsers_popup         = ((System.Windows.Controls.Primitives.Popup)(this.FindName("entity_sharedUsers_popup")));
     this.ContentPanel                     = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.ItemsListBox                     = ((System.Windows.Controls.ListBox)(this.FindName("ItemsListBox")));
     this.ItemsListBoxLocal                = ((System.Windows.Controls.ListBox)(this.FindName("ItemsListBoxLocal")));
     this.TransferListBox                  = ((System.Windows.Controls.ListBox)(this.FindName("TransferListBox")));
     this.Loading_Layer                    = ((System.Windows.Controls.StackPanel)(this.FindName("Loading_Layer")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/HuntersWP;component/Pages/ElementsPage.xaml", System.UriKind.Relative));
     this.page              = ((HuntersWP.Models.BasePage)(this.FindName("page")));
     this.LayoutRoot        = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.QATextBlock       = ((System.Windows.Controls.TextBlock)(this.FindName("QATextBlock")));
     this.ContentPanel      = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.qRefGrid          = ((System.Windows.Controls.Grid)(this.FindName("qRefGrid")));
     this.tbQuestionRef     = ((System.Windows.Controls.TextBlock)(this.FindName("tbQuestionRef")));
     this.tbImage           = ((System.Windows.Controls.TextBlock)(this.FindName("tbImage")));
     this.tbQuestionHeading = ((System.Windows.Controls.TextBlock)(this.FindName("tbQuestionHeading")));
     this.tbCurrentQNmber   = ((System.Windows.Controls.TextBlock)(this.FindName("tbCurrentQNmber")));
     this.tbQuestionCount   = ((System.Windows.Controls.TextBlock)(this.FindName("tbQuestionCount")));
     this.cmb1Panel         = ((System.Windows.Controls.StackPanel)(this.FindName("cmb1Panel")));
     this.cmb1              = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("cmb1")));
     this.tb1ForCmb1Panel   = ((System.Windows.Controls.StackPanel)(this.FindName("tb1ForCmb1Panel")));
     this.tb1ForCmb1        = ((System.Windows.Controls.TextBox)(this.FindName("tb1ForCmb1")));
     this.dt1ForCmb1        = ((Microsoft.Phone.Controls.DatePicker)(this.FindName("dt1ForCmb1")));
     this.panel2            = ((System.Windows.Controls.StackPanel)(this.FindName("panel2")));
     this.cmb2              = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("cmb2")));
     this.panelTextBoxes    = ((Microsoft.Phone.Controls.WrapPanel)(this.FindName("panelTextBoxes")));
     this.tbComment         = ((System.Windows.Controls.TextBox)(this.FindName("tbComment")));
     this.tbQuestionNum     = ((System.Windows.Controls.TextBlock)(this.FindName("tbQuestionNum")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/TipsCalculator;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot       = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel       = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.ApplicationTitle = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationTitle")));
     this.PageTitle        = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle")));
     this.ContentPanel     = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.textBlock1       = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.grid1            = ((System.Windows.Controls.Grid)(this.FindName("grid1")));
     this.button1          = ((System.Windows.Controls.Button)(this.FindName("button1")));
     this.button3          = ((System.Windows.Controls.Button)(this.FindName("button3")));
     this.button7          = ((System.Windows.Controls.Button)(this.FindName("button7")));
     this.button8          = ((System.Windows.Controls.Button)(this.FindName("button8")));
     this.button9          = ((System.Windows.Controls.Button)(this.FindName("button9")));
     this.button6          = ((System.Windows.Controls.Button)(this.FindName("button6")));
     this.button2          = ((System.Windows.Controls.Button)(this.FindName("button2")));
     this.button5          = ((System.Windows.Controls.Button)(this.FindName("button5")));
     this.button4          = ((System.Windows.Controls.Button)(this.FindName("button4")));
     this.button_coma      = ((System.Windows.Controls.Button)(this.FindName("button_coma")));
     this.button0          = ((System.Windows.Controls.Button)(this.FindName("button0")));
     this.button_delete    = ((System.Windows.Controls.Button)(this.FindName("button_delete")));
     this.peoplePicker     = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("peoplePicker")));
     this.percentPicker    = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("percentPicker")));
     this.individualCost   = ((System.Windows.Controls.TextBlock)(this.FindName("individualCost")));
     this.totalCost        = ((System.Windows.Controls.TextBlock)(this.FindName("totalCost")));
     this.individualTip    = ((System.Windows.Controls.TextBlock)(this.FindName("individualTip")));
     this.totalTip         = ((System.Windows.Controls.TextBlock)(this.FindName("totalTip")));
 }
Example #9
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Studentus;component/NewTask.xaml", System.UriKind.Relative));
     this.LayoutRoot            = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.settings              = ((Microsoft.Phone.Controls.Pivot)(this.FindName("settings")));
     this.svw                   = ((System.Windows.Controls.ScrollViewer)(this.FindName("svw")));
     this.ContentPanel          = ((System.Windows.Controls.StackPanel)(this.FindName("ContentPanel")));
     this.textBlock1            = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.taskName              = ((System.Windows.Controls.TextBox)(this.FindName("taskName")));
     this.textBlock2            = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.taskDescription       = ((System.Windows.Controls.TextBox)(this.FindName("taskDescription")));
     this.deadLine              = ((Microsoft.Phone.Controls.DatePicker)(this.FindName("deadLine")));
     this.subjectPick           = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("subjectPick")));
     this.scroll                = ((System.Windows.Controls.ScrollViewer)(this.FindName("scroll")));
     this.ContentPanel1         = ((System.Windows.Controls.StackPanel)(this.FindName("ContentPanel1")));
     this.startClasses          = ((Microsoft.Phone.Controls.DatePicker)(this.FindName("startClasses")));
     this.endClasses            = ((Microsoft.Phone.Controls.DatePicker)(this.FindName("endClasses")));
     this.textBlock_ponavljanje = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock_ponavljanje")));
     this.repetitionOptions     = ((System.Windows.Controls.Grid)(this.FindName("repetitionOptions")));
     this.numberOfUnits         = ((System.Windows.Controls.TextBox)(this.FindName("numberOfUnits")));
     this.alarm                 = ((System.Windows.Controls.CheckBox)(this.FindName("alarm")));
     this.teacherPick           = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("teacherPick")));
     this.rSubjectPick          = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("rSubjectPick")));
 }
Example #10
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Chameleon;component/View/SettingImagePage.xaml", System.UriKind.Relative));
     this.PickerItemTemplate         = ((System.Windows.DataTemplate)(this.FindName("PickerItemTemplate")));
     this.PickerFullModeItemTemplate = ((System.Windows.DataTemplate)(this.FindName("PickerFullModeItemTemplate")));
     this.LayoutRoot                 = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel               = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.LanguageMarketPicker       = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("LanguageMarketPicker")));
     this.BingSearchAspectPicker     = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("BingSearchAspectPicker")));
     this.BingSearchOptionsPicker    = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("BingSearchOptionsPicker")));
     this.BingSearchSizePicker       = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("BingSearchSizePicker")));
     this.BingSearchCustomSize       = ((System.Windows.Controls.Grid)(this.FindName("BingSearchCustomSize")));
     this.BingSearchSizeWidth        = ((System.Windows.Controls.TextBox)(this.FindName("BingSearchSizeWidth")));
     this.BingSearchSizeHeight       = ((System.Windows.Controls.TextBox)(this.FindName("BingSearchSizeHeight")));
     this.BingSearchColorPicker      = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("BingSearchColorPicker")));
     this.BingSearchStylePicker      = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("BingSearchStylePicker")));
     this.BingSearchFacePicker       = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("BingSearchFacePicker")));
     this.BingSearchQueryCountPicker = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("BingSearchQueryCountPicker")));
     this.BingSearchAdultPicker      = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("BingSearchAdultPicker")));
     this.DomainFilter               = ((System.Windows.Controls.TextBlock)(this.FindName("DomainFilter")));
 }
Example #11
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Medibox;component/Pages/NewMedicinePage.xaml", System.UriKind.Relative));
     this.LayoutRoot                = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.txtHelpMedicinName        = ((System.Windows.Controls.TextBlock)(this.FindName("txtHelpMedicinName")));
     this.boxMedicinName            = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("boxMedicinName")));
     this.txtHelpDose               = ((System.Windows.Controls.TextBlock)(this.FindName("txtHelpDose")));
     this.boxDose                   = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("boxDose")));
     this.txtHelpNumberOfDosePerDay = ((System.Windows.Controls.TextBlock)(this.FindName("txtHelpNumberOfDosePerDay")));
     this.boxNumberOfDosePerDay     = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("boxNumberOfDosePerDay")));
     this.txtHelpStartDate          = ((System.Windows.Controls.TextBlock)(this.FindName("txtHelpStartDate")));
     this.boxStartDate              = ((Microsoft.Phone.Controls.DatePicker)(this.FindName("boxStartDate")));
     this.txtHelpStartTime          = ((System.Windows.Controls.TextBlock)(this.FindName("txtHelpStartTime")));
     this.boxStartTime              = ((Microsoft.Phone.Controls.TimePicker)(this.FindName("boxStartTime")));
     this.txtStopDate               = ((System.Windows.Controls.TextBlock)(this.FindName("txtStopDate")));
     this.boxStopDate               = ((Microsoft.Phone.Controls.DatePicker)(this.FindName("boxStopDate")));
     this.txtHelpReminder           = ((System.Windows.Controls.TextBlock)(this.FindName("txtHelpReminder")));
     this.btnReminder               = ((Microsoft.Phone.Controls.ToggleSwitch)(this.FindName("btnReminder")));
     this.txtHelpPriority           = ((System.Windows.Controls.TextBlock)(this.FindName("txtHelpPriority")));
     this.btnPriority               = ((Microsoft.Phone.Controls.ToggleSwitch)(this.FindName("btnPriority")));
     this.txtHelpNote               = ((System.Windows.Controls.TextBlock)(this.FindName("txtHelpNote")));
     this.boxNote                   = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("boxNote")));
 }
Example #12
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/WPDictionary;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot       = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel       = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.ApplicationTitle = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationTitle")));
     this.PageTitle        = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle")));
     this.meSpeak          = ((System.Windows.Controls.MediaElement)(this.FindName("meSpeak")));
     this.ContentPanel     = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.lPickerFrom      = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("lPickerFrom")));
     this.lPickerTo        = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("lPickerTo")));
     this.ImgNext          = ((System.Windows.Controls.Image)(this.FindName("ImgNext")));
     this.txtBoxFromMsg    = ((System.Windows.Controls.TextBox)(this.FindName("txtBoxFromMsg")));
     this.txtBoxToMsg      = ((System.Windows.Controls.TextBox)(this.FindName("txtBoxToMsg")));
     this.txtError         = ((System.Windows.Controls.TextBlock)(this.FindName("txtError")));
     this.adControl1       = ((Microsoft.Advertising.Mobile.UI.AdControl)(this.FindName("adControl1")));
     this.separator1       = ((Microsoft.Phone.Controls.Separator)(this.FindName("separator1")));
     this.Translate        = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("Translate")));
     this.Switch           = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("Switch")));
     this.Speak            = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("Speak")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/EnUcuzUrun;component/PivotPageAdminPaneli.xaml", System.UriKind.Relative));
     this.LayoutRoot        = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel      = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.lpkKullanici      = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("lpkKullanici")));
     this.txbMahalle        = ((System.Windows.Controls.TextBlock)(this.FindName("txbMahalle")));
     this.txbEmail          = ((System.Windows.Controls.TextBlock)(this.FindName("txbEmail")));
     this.btnEnUcuzGor      = ((System.Windows.Controls.Button)(this.FindName("btnEnUcuzGor")));
     this.txtOnay           = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("txtOnay")));
     this.ContentPanel2     = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel2")));
     this.lpkMahalle        = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("lpkMahalle")));
     this.lpkMarket         = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("lpkMarket")));
     this.txtMarketAd       = ((System.Windows.Controls.TextBox)(this.FindName("txtMarketAd")));
     this.btnMarketGuncelle = ((System.Windows.Controls.Button)(this.FindName("btnMarketGuncelle")));
     this.txtMarketAdres    = ((System.Windows.Controls.TextBox)(this.FindName("txtMarketAdres")));
     this.lpkUrunler        = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("lpkUrunler")));
     this.txtUrun           = ((System.Windows.Controls.TextBox)(this.FindName("txtUrun")));
     this.btnUrunGuncelle   = ((System.Windows.Controls.Button)(this.FindName("btnUrunGuncelle")));
     this.txbBarkod         = ((System.Windows.Controls.TextBlock)(this.FindName("txbBarkod")));
 }
Example #14
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/EZTVMetro;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot          = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.pivot               = ((Microsoft.Phone.Controls.Pivot)(this.FindName("pivot")));
     this.listings            = ((System.Windows.Controls.ListBox)(this.FindName("listings")));
     this.downloads           = ((System.Windows.Controls.ListBox)(this.FindName("downloads")));
     this.filter              = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("filter")));
     this.show_filter         = ((System.Windows.Controls.Button)(this.FindName("show_filter")));
     this.shows               = ((System.Windows.Controls.ListBox)(this.FindName("shows")));
     this.clients             = ((System.Windows.Controls.ListBox)(this.FindName("clients")));
     this.client_add_name     = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("client_add_name")));
     this.clientAddClientType = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("clientAddClientType")));
     this.ClientSelection     = ((System.Windows.Controls.TextBlock)(this.FindName("ClientSelection")));
     this.client_add_host     = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("client_add_host")));
     this.client_add_port     = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("client_add_port")));
     this.client_add_username = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("client_add_username")));
     this.client_add_password = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("client_add_password")));
     this.client_add_auth     = ((System.Windows.Controls.CheckBox)(this.FindName("client_add_auth")));
 }
Example #15
0
 /// <summary>
 /// 将ListPicker控件绑定到收支分类
 /// </summary>
 /// <param name="listPicker">需要绑定的ListPicker控件</param>
 /// <param name="type">收支类别</param>
 public static void BuildListPicker(ListPicker listPicker,int type)
 {
     listPicker.ItemsSource = from c in App.categoryHelper.data
                              where c.Type == type
                              select c.Name into c
                              select c;
 }
Example #16
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/MultiWallet;component/MainPage.xaml", System.UriKind.Relative));
     this.RootLayout         = ((System.Windows.Controls.Grid)(this.FindName("RootLayout")));
     this.loadingPage        = ((System.Windows.Controls.Grid)(this.FindName("loadingPage")));
     this.LoadingBar         = ((System.Windows.Controls.ProgressBar)(this.FindName("LoadingBar")));
     this.HomeLoaded         = ((System.Windows.Controls.Grid)(this.FindName("HomeLoaded")));
     this.LoadedContentPanel = ((System.Windows.Controls.Grid)(this.FindName("LoadedContentPanel")));
     this.CurrencyPickerHome = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("CurrencyPickerHome")));
     this.one                  = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("one")));
     this.two                  = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("two")));
     this.three                = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("three")));
     this.BalanceBlock         = ((System.Windows.Controls.TextBlock)(this.FindName("BalanceBlock")));
     this.QRImage              = ((System.Windows.Controls.Image)(this.FindName("QRImage")));
     this.TransactionBlock     = ((System.Windows.Controls.TextBlock)(this.FindName("TransactionBlock")));
     this.HomeLoadingBar       = ((System.Windows.Controls.ProgressBar)(this.FindName("HomeLoadingBar")));
     this.SettingsLoaded       = ((System.Windows.Controls.Grid)(this.FindName("SettingsLoaded")));
     this.SettingsContentPanel = ((System.Windows.Controls.Grid)(this.FindName("SettingsContentPanel")));
     this.BitcoinAPIBox        = ((System.Windows.Controls.TextBox)(this.FindName("BitcoinAPIBox")));
     this.LitecoinAPIBox       = ((System.Windows.Controls.TextBox)(this.FindName("LitecoinAPIBox")));
     this.DogecoinAPIBox       = ((System.Windows.Controls.TextBox)(this.FindName("DogecoinAPIBox")));
     this.SettingsListPicker   = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("SettingsListPicker")));
     this.Doge                 = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("Doge")));
     this.Bit                  = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("Bit")));
     this.Lite                 = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("Lite")));
     this.SaveButton           = ((System.Windows.Controls.Button)(this.FindName("SaveButton")));
 }
Example #17
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/wallhaven;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot         = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.MainPivot          = ((Microsoft.Phone.Controls.Pivot)(this.FindName("MainPivot")));
     this.LatestImagesPivot  = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("LatestImagesPivot")));
     this.LatestWallpapers   = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("LatestWallpapers")));
     this.RandomImagesPivot  = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("RandomImagesPivot")));
     this.RandomWallpapers   = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("RandomWallpapers")));
     this.SearchPivot        = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("SearchPivot")));
     this.SearchResults      = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("SearchResults")));
     this.SearchTextBox      = ((System.Windows.Controls.TextBox)(this.FindName("SearchTextBox")));
     this.SettingsPivot      = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("SettingsPivot")));
     this.MainStackPanel     = ((System.Windows.Controls.StackPanel)(this.FindName("MainStackPanel")));
     this.CategoryFilterGrid = ((System.Windows.Controls.Grid)(this.FindName("CategoryFilterGrid")));
     this.GeneralFilter      = ((System.Windows.Controls.Primitives.ToggleButton)(this.FindName("GeneralFilter")));
     this.AnimeFilter        = ((System.Windows.Controls.Primitives.ToggleButton)(this.FindName("AnimeFilter")));
     this.PeopleFilter       = ((System.Windows.Controls.Primitives.ToggleButton)(this.FindName("PeopleFilter")));
     this.SFWFilter          = ((System.Windows.Controls.Primitives.ToggleButton)(this.FindName("SFWFilter")));
     this.SketchyFilter      = ((System.Windows.Controls.Primitives.ToggleButton)(this.FindName("SketchyFilter")));
     this.NSFWFilter         = ((System.Windows.Controls.Primitives.ToggleButton)(this.FindName("NSFWFilter")));
     this.SortBy             = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("SortBy")));
     this.Relevance          = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("Relevance")));
     this.DateAdded          = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("DateAdded")));
     this.Views      = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("Views")));
     this.Favorites  = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("Favorites")));
     this.OrderBy    = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("OrderBy")));
     this.Ascending  = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("Ascending")));
     this.Descending = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("Descending")));
 }
Example #18
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/TCCWP;component/Telas/Pedidos/Cadastro.xaml", System.UriKind.Relative));
     this.tbNumero              = ((System.Windows.Controls.TextBox)(this.FindName("tbNumero")));
     this.dpEmissao             = ((Microsoft.Phone.Controls.DatePicker)(this.FindName("dpEmissao")));
     this.btSelecionarCliente   = ((System.Windows.Controls.Button)(this.FindName("btSelecionarCliente")));
     this.listVendedores        = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("listVendedores")));
     this.btAnotacoes           = ((System.Windows.Controls.Button)(this.FindName("btAnotacoes")));
     this.btAdicionarProduto    = ((System.Windows.Controls.Button)(this.FindName("btAdicionarProduto")));
     this.btRemoverProduto      = ((System.Windows.Controls.Button)(this.FindName("btRemoverProduto")));
     this.listProdutos          = ((System.Windows.Controls.ListBox)(this.FindName("listProdutos")));
     this.tbTotalValor          = ((System.Windows.Controls.TextBlock)(this.FindName("tbTotalValor")));
     this.btAdicionarVencimento = ((System.Windows.Controls.Button)(this.FindName("btAdicionarVencimento")));
     this.btRemoverVencimento   = ((System.Windows.Controls.Button)(this.FindName("btRemoverVencimento")));
     this.listVencimentos       = ((System.Windows.Controls.ListBox)(this.FindName("listVencimentos")));
     this.tbTotalRestante       = ((System.Windows.Controls.TextBlock)(this.FindName("tbTotalRestante")));
     this.tbTotalReceber        = ((System.Windows.Controls.TextBlock)(this.FindName("tbTotalReceber")));
     this.tbObservacoes         = ((System.Windows.Controls.TextBox)(this.FindName("tbObservacoes")));
     this.btGravar              = ((System.Windows.Controls.Button)(this.FindName("btGravar")));
 }
Example #19
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/DwollaWP8SDKSamples;component/DwollaSDK/UcSendMoney.xaml", System.UriKind.Relative));
     this.TxtTitle                  = ((System.Windows.Controls.TextBlock)(this.FindName("TxtTitle")));
     this.GrdSendMoneyInputs        = ((System.Windows.Controls.Grid)(this.FindName("GrdSendMoneyInputs")));
     this.TxtAvailableDwollaBalance = ((System.Windows.Controls.TextBlock)(this.FindName("TxtAvailableDwollaBalance")));
     this.ImgMerchant               = ((System.Windows.Controls.Image)(this.FindName("ImgMerchant")));
     this.TxtMerchantName           = ((System.Windows.Controls.TextBlock)(this.FindName("TxtMerchantName")));
     this.TxtMerchantId             = ((System.Windows.Controls.TextBlock)(this.FindName("TxtMerchantId")));
     this.TxtAmount                 = ((System.Windows.Controls.TextBlock)(this.FindName("TxtAmount")));
     this.CboFundsSource            = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("CboFundsSource")));
     this.TxtPin                = ((System.Windows.Controls.PasswordBox)(this.FindName("TxtPin")));
     this.GrdReview             = ((System.Windows.Controls.Grid)(this.FindName("GrdReview")));
     this.ImgSender             = ((System.Windows.Controls.Image)(this.FindName("ImgSender")));
     this.TxtReviewAmount       = ((System.Windows.Controls.TextBlock)(this.FindName("TxtReviewAmount")));
     this.ImgDestination        = ((System.Windows.Controls.Image)(this.FindName("ImgDestination")));
     this.TxtReviewSend         = ((System.Windows.Controls.TextBlock)(this.FindName("TxtReviewSend")));
     this.TxtReviewSendTo       = ((System.Windows.Controls.TextBlock)(this.FindName("TxtReviewSendTo")));
     this.TxtReviewSource       = ((System.Windows.Controls.TextBlock)(this.FindName("TxtReviewSource")));
     this.TxtReviewAmount2      = ((System.Windows.Controls.TextBlock)(this.FindName("TxtReviewAmount2")));
     this.BtnSendMoney          = ((System.Windows.Controls.Button)(this.FindName("BtnSendMoney")));
     this.GrdConfirm            = ((System.Windows.Controls.Grid)(this.FindName("GrdConfirm")));
     this.ImgSenderConfirm      = ((System.Windows.Controls.Image)(this.FindName("ImgSenderConfirm")));
     this.TxtConfirmAmount      = ((System.Windows.Controls.TextBlock)(this.FindName("TxtConfirmAmount")));
     this.ImgDestinationConfirm = ((System.Windows.Controls.Image)(this.FindName("ImgDestinationConfirm")));
     this.TxtConfirmSend        = ((System.Windows.Controls.TextBlock)(this.FindName("TxtConfirmSend")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/LibraryManager;component/Views/SearchPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.StorageListPickerFullItemTemplate        = ((System.Windows.DataTemplate)(this.FindName("StorageListPickerFullItemTemplate")));
     this.RoomListPickerFullItemTemplate           = ((System.Windows.DataTemplate)(this.FindName("RoomListPickerFullItemTemplate")));
     this.RackShelfLabelListPickerFullItemTemplate = ((System.Windows.DataTemplate)(this.FindName("RackShelfLabelListPickerFullItemTemplate")));
     this.createnew             = ((System.Windows.Controls.Button)(this.FindName("createnew")));
     this.filterpagebtn         = ((System.Windows.Controls.Button)(this.FindName("filterpagebtn")));
     this.historybtn            = ((System.Windows.Controls.Button)(this.FindName("historybtn")));
     this.applyfilterbtn        = ((System.Windows.Controls.Button)(this.FindName("applyfilterbtn")));
     this.fieldlbl              = ((System.Windows.Controls.TextBlock)(this.FindName("fieldlbl")));
     this.fieldlistpicker       = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("fieldlistpicker")));
     this.keytext               = ((System.Windows.Controls.TextBox)(this.FindName("keytext")));
     this.filterresultlist      = ((System.Windows.Controls.ListBox)(this.FindName("filterresultlist")));
     this.locationmainlist      = ((System.Windows.Controls.ListBox)(this.FindName("locationmainlist")));
     this.storagelbl            = ((System.Windows.Controls.TextBlock)(this.FindName("storagelbl")));
     this.storagelistpicker     = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("storagelistpicker")));
     this.roomlbl               = ((System.Windows.Controls.TextBlock)(this.FindName("roomlbl")));
     this.roomlistpicker        = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("roomlistpicker")));
     this.racklbl               = ((System.Windows.Controls.TextBlock)(this.FindName("racklbl")));
     this.racklistpicker        = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("racklistpicker")));
     this.shelflbl              = ((System.Windows.Controls.TextBlock)(this.FindName("shelflbl")));
     this.shelflistpicker       = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("shelflistpicker")));
     this.displaytypetext       = ((System.Windows.Controls.TextBlock)(this.FindName("displaytypetext")));
     this.displaytypelistpicker = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("displaytypelistpicker")));
     this.historylbl            = ((System.Windows.Controls.TextBlock)(this.FindName("historylbl")));
     this.historysearchlist     = ((System.Windows.Controls.ListBox)(this.FindName("historysearchlist")));
 }
Example #21
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/RipTrail;component/AppSettings.xaml", System.UriKind.Relative));
     this.LayoutRoot             = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.pivAppSettings         = ((Microsoft.Phone.Controls.Pivot)(this.FindName("pivAppSettings")));
     this.ContentGridMapSettings = ((System.Windows.Controls.Grid)(this.FindName("ContentGridMapSettings")));
     this.lstMapTypes            = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("lstMapTypes")));
     this.lstMapColors           = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("lstMapColors")));
     this.togCourse = ((Microsoft.Phone.Controls.ToggleSwitch)(this.FindName("togCourse")));
     this.ContentPanelAppSettings     = ((System.Windows.Controls.Grid)(this.FindName("ContentPanelAppSettings")));
     this.togMyLocation               = ((Microsoft.Phone.Controls.ToggleSwitch)(this.FindName("togMyLocation")));
     this.lstMapUnits                 = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("lstMapUnits")));
     this.togScreenSleep              = ((Microsoft.Phone.Controls.ToggleSwitch)(this.FindName("togScreenSleep")));
     this.btnResetOdo                 = ((System.Windows.Controls.Button)(this.FindName("btnResetOdo")));
     this.pivCompassOptions           = ((Microsoft.Phone.Controls.PivotItem)(this.FindName("pivCompassOptions")));
     this.ContentPanelCompassSettings = ((System.Windows.Controls.Grid)(this.FindName("ContentPanelCompassSettings")));
     this.calibrationStackPanel       = ((System.Windows.Controls.StackPanel)(this.FindName("calibrationStackPanel")));
     this.calibrationTextBlock        = ((System.Windows.Controls.TextBlock)(this.FindName("calibrationTextBlock")));
     this.calibrationButton           = ((System.Windows.Controls.Button)(this.FindName("calibrationButton")));
     this.grdCalibrationPanel         = ((System.Windows.Controls.Grid)(this.FindName("grdCalibrationPanel")));
     this.btnCalibrateCompass         = ((System.Windows.Controls.Button)(this.FindName("btnCalibrateCompass")));
     this.togHideCompassRose          = ((Microsoft.Phone.Controls.ToggleSwitch)(this.FindName("togHideCompassRose")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/GPS;component/New.xaml", System.UriKind.Relative));
     this.LayoutRoot     = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel     = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.Title_New      = ((System.Windows.Controls.TextBlock)(this.FindName("Title_New")));
     this.Title_Edit     = ((System.Windows.Controls.TextBlock)(this.FindName("Title_Edit")));
     this.ContentPanel   = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.textBlock1     = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.Title          = ((System.Windows.Controls.TextBox)(this.FindName("Title")));
     this.Location_Text  = ((System.Windows.Controls.TextBlock)(this.FindName("Location_Text")));
     this.Location       = ((System.Windows.Controls.TextBox)(this.FindName("Location")));
     this.useMyLocation  = ((System.Windows.Controls.TextBlock)(this.FindName("useMyLocation")));
     this.Radius_Text    = ((System.Windows.Controls.TextBlock)(this.FindName("Radius_Text")));
     this.Radius         = ((System.Windows.Controls.TextBox)(this.FindName("Radius")));
     this.textBlock3     = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock3")));
     this.Type           = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("Type")));
     this.RingTones_Text = ((System.Windows.Controls.TextBlock)(this.FindName("RingTones_Text")));
     this.Ring_Tones     = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("Ring_Tones")));
     this.Note_Text      = ((System.Windows.Controls.TextBlock)(this.FindName("Note_Text")));
     this.Note           = ((System.Windows.Controls.TextBox)(this.FindName("Note")));
     this.lb_personal    = ((System.Windows.Controls.ListBox)(this.FindName("lb_personal")));
     this.Save           = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("Save")));
     this.Cancel         = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("Cancel")));
     this.Delete         = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("Delete")));
 }
Example #23
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/BookMemory;component/DetailPage.xaml", System.UriKind.Relative));
     this.LayoutRoot                = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.Panorama                  = ((Microsoft.Phone.Controls.Panorama)(this.FindName("Panorama")));
     this.Image_BookImage           = ((System.Windows.Controls.Image)(this.FindName("Image_BookImage")));
     this.transform                 = ((System.Windows.Media.CompositeTransform)(this.FindName("transform")));
     this.TextBox_Title             = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("TextBox_Title")));
     this.TextBox_EAN               = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("TextBox_EAN")));
     this.TextBox_Authors           = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("TextBox_Authors")));
     this.TextBox_Publisher         = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("TextBox_Publisher")));
     this.DatePicker_Publish        = ((Microsoft.Phone.Controls.DatePicker)(this.FindName("DatePicker_Publish")));
     this.TextBox_Price             = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("TextBox_Price")));
     this.TextBox_Currency          = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("TextBox_Currency")));
     this.TextBox_Language          = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("TextBox_Language")));
     this.TextBox_Type              = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("TextBox_Type")));
     this.Grid_Notice               = ((System.Windows.Controls.Grid)(this.FindName("Grid_Notice")));
     this.TextBlock_Notice          = ((System.Windows.Controls.TextBlock)(this.FindName("TextBlock_Notice")));
     this.ListPicker_Status         = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("ListPicker_Status")));
     this.Rating_Rate               = ((Microsoft.Phone.Controls.Rating)(this.FindName("Rating_Rate")));
     this.DatePicker_Purchase       = ((Microsoft.Phone.Controls.DatePicker)(this.FindName("DatePicker_Purchase")));
     this.DatePicker_StartRead      = ((Microsoft.Phone.Controls.DatePicker)(this.FindName("DatePicker_StartRead")));
     this.DatePicker_FinishRead     = ((Microsoft.Phone.Controls.DatePicker)(this.FindName("DatePicker_FinishRead")));
     this.TextBlock_CreateDate      = ((System.Windows.Controls.TextBlock)(this.FindName("TextBlock_CreateDate")));
     this.TextBlock_CreateDayOfWeek = ((System.Windows.Controls.TextBlock)(this.FindName("TextBlock_CreateDayOfWeek")));
     this.ScrollViewer_Note         = ((System.Windows.Controls.ScrollViewer)(this.FindName("ScrollViewer_Note")));
     this.TextBox_Note              = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("TextBox_Note")));
     this.SaveButton                = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("SaveButton")));
     this.DownloadButton            = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("DownloadButton")));
 }
Example #24
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/HFR7;component/Settings.xaml", System.UriKind.Relative));
     this.SettingsPA               = ((Microsoft.Phone.Controls.PhoneApplicationPage)(this.FindName("SettingsPA")));
     this.LayoutRoot               = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.backgroundImageBrush     = ((System.Windows.Media.ImageBrush)(this.FindName("backgroundImageBrush")));
     this.TitlePanel               = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.ApplicationTitle         = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationTitle")));
     this.PageTitle                = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle")));
     this.ContentPanel             = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.fontSizeListPicker       = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("fontSizeListPicker")));
     this.favorisListPicker        = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("favorisListPicker")));
     this.displayAvatarsListPicker = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("displayAvatarsListPicker")));
     this.displayImagesListPicker  = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("displayImagesListPicker")));
     this.disableLandscape         = ((Microsoft.Phone.Controls.ToggleSwitch)(this.FindName("disableLandscape")));
     this.pinchToZoom              = ((Microsoft.Phone.Controls.ToggleSwitch)(this.FindName("pinchToZoom")));
     this.activateFavAgent         = ((Microsoft.Phone.Controls.ToggleSwitch)(this.FindName("activateFavAgent")));
     this.activateMpNotif          = ((Microsoft.Phone.Controls.ToggleSwitch)(this.FindName("activateMpNotif")));
     this.activateCache            = ((Microsoft.Phone.Controls.ToggleSwitch)(this.FindName("activateCache")));
     this.runUnderLockScreen       = ((Microsoft.Phone.Controls.ToggleSwitch)(this.FindName("runUnderLockScreen")));
     this.refreshFavWP             = ((Microsoft.Phone.Controls.ToggleSwitch)(this.FindName("refreshFavWP")));
     this.vibrateLoad              = ((Microsoft.Phone.Controls.ToggleSwitch)(this.FindName("vibrateLoad")));
 }
        private void AdvancedMessageBox_Click(object sender, RoutedEventArgs e)
        {
            HyperlinkButton hyperlinkButton = new HyperlinkButton()
            {
                Content = "Más información.",
                HorizontalAlignment = HorizontalAlignment.Left,
                NavigateUri = new Uri("http://javiersuarezruiz.wordpress.com/", UriKind.Absolute)
            };

            TiltEffect.SetIsTiltEnabled(hyperlinkButton, true);

            ListPicker listPicker = new ListPicker()
            {
                Header = "Recordar en:",
                ItemsSource = new string[] { "5 minutos", "10 minutos", "15 minutos" }
            };

            StackPanel stackPanel = new StackPanel();
            stackPanel.Children.Add(hyperlinkButton);
            stackPanel.Children.Add(listPicker);

            CustomMessageBox messageBox = new CustomMessageBox()
            {
                Title = "Recordatorio",
                Caption = "Programar Windows Phone",
                Message = "Realizar ejemplo del control CustomMessageBox",
                Content = stackPanel,
                LeftButtonContent = "Aceptar",
                RightButtonContent = "Cancelar",
                IsFullScreen = (bool)FullScreenCheckBox.IsChecked
            };

            messageBox.Dismissing += (s1, e1) =>
            {
                if (listPicker.ListPickerMode == ListPickerMode.Expanded)
                {
                    e1.Cancel = true;
                }
            };

            messageBox.Dismissed += (s2, e2) =>
            {
                switch (e2.Result)
                {
                    case CustomMessageBoxResult.LeftButton:
                        // Acción.
                        break;
                    case CustomMessageBoxResult.RightButton:
                    case CustomMessageBoxResult.None:
                        // Acción.
                        break;
                    default:
                        break;
                }
            };

            messageBox.Show();
        }
Example #26
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/batteryBetter;component/MainPage.xaml", System.UriKind.Relative));
     this.showDetailed             = ((System.Windows.Media.Animation.Storyboard)(this.FindName("showDetailed")));
     this.hideDetailed             = ((System.Windows.Media.Animation.Storyboard)(this.FindName("hideDetailed")));
     this.LayoutRoot               = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel               = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.PowerOffTitle            = ((System.Windows.Controls.TextBlock)(this.FindName("PowerOffTitle")));
     this.DischarginRateTitle      = ((System.Windows.Controls.TextBlock)(this.FindName("DischarginRateTitle")));
     this.PowerOffAtTitle          = ((System.Windows.Controls.TextBlock)(this.FindName("PowerOffAtTitle")));
     this.DischargeRateInput       = ((System.Windows.Controls.TextBlock)(this.FindName("DischargeRateInput")));
     this.powerOffInInput          = ((System.Windows.Controls.TextBlock)(this.FindName("powerOffInInput")));
     this.powerOffAtInput          = ((System.Windows.Controls.TextBlock)(this.FindName("powerOffAtInput")));
     this.LastChargeTitle          = ((System.Windows.Controls.TextBlock)(this.FindName("LastChargeTitle")));
     this.timeSinceLastChargeInput = ((System.Windows.Controls.TextBlock)(this.FindName("timeSinceLastChargeInput")));
     this.detailedList             = ((System.Windows.Controls.ListBox)(this.FindName("detailedList")));
     this.DetailedSort             = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("DetailedSort")));
     this.detailedMinutely         = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("detailedMinutely")));
     this.detailedHourly           = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("detailedHourly")));
     this.areachart         = ((batteryBetter.BatteryChart)(this.FindName("areachart")));
     this.GraphSort         = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("GraphSort")));
     this.graphHourly       = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("graphHourly")));
     this.graphdaily        = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("graphdaily")));
     this.graphweekly       = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("graphweekly")));
     this.graphlastcharge   = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("graphlastcharge")));
     this.graphalltime      = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("graphalltime")));
     this.sortText          = ((System.Windows.Controls.TextBlock)(this.FindName("sortText")));
     this.usageList         = ((System.Windows.Controls.ListBox)(this.FindName("usageList")));
     this.UsageSort         = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("UsageSort")));
     this.usageCharge       = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("usageCharge")));
     this.usageHundred      = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("usageHundred")));
     this.usageAlltime      = ((Microsoft.Phone.Controls.ListPickerItem)(this.FindName("usageAlltime")));
     this.ContentGrid       = ((System.Windows.Controls.ScrollViewer)(this.FindName("ContentGrid")));
     this.rateMe            = ((System.Windows.Controls.TextBlock)(this.FindName("rateMe")));
     this.goProButton       = ((System.Windows.Controls.TextBlock)(this.FindName("goProButton")));
     this.notifSetting      = ((System.Windows.Controls.TextBlock)(this.FindName("notifSetting")));
     this.liveTileSetting   = ((System.Windows.Controls.TextBlock)(this.FindName("liveTileSetting")));
     this.enablelockScreen  = ((System.Windows.Controls.TextBlock)(this.FindName("enablelockScreen")));
     this.resetData         = ((System.Windows.Controls.TextBlock)(this.FindName("resetData")));
     this.notUpdating       = ((System.Windows.Controls.TextBlock)(this.FindName("notUpdating")));
     this.grid              = ((System.Windows.Controls.Grid)(this.FindName("grid")));
     this.detailedTime      = ((System.Windows.Controls.TextBlock)(this.FindName("detailedTime")));
     this.detailedbattery   = ((System.Windows.Controls.TextBlock)(this.FindName("detailedbattery")));
     this.detailedChange    = ((System.Windows.Controls.TextBlock)(this.FindName("detailedChange")));
     this.onBattery         = ((System.Windows.Controls.StackPanel)(this.FindName("onBattery")));
     this.onPluggedIn       = ((System.Windows.Controls.StackPanel)(this.FindName("onPluggedIn")));
     this.onWifiOn          = ((System.Windows.Controls.StackPanel)(this.FindName("onWifiOn")));
     this.onOffline         = ((System.Windows.Controls.StackPanel)(this.FindName("onOffline")));
     this.onDataLimit       = ((System.Windows.Controls.StackPanel)(this.FindName("onDataLimit")));
     this.onInternet        = ((System.Windows.Controls.StackPanel)(this.FindName("onInternet")));
     this.ChargingStatusBar = ((System.Windows.Controls.ProgressBar)(this.FindName("ChargingStatusBar")));
     this.ChargeStatus      = ((System.Windows.Controls.TextBlock)(this.FindName("ChargeStatus")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/NotEdible;component/SettingsPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.InterfaceLanguage = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("InterfaceLanguage")));
 }
Example #28
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Success;component/List.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.Summ = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("Summ")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/CustomToolkit;component/PhoneToolkitSample/Samples/ListPickerSample.xaml", System.UriKind.Relative));
     this.PrintInColors = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("PrintInColors")));
     this.RegionList = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("RegionList")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/PhoneToolkitSample;component/Samples/TransitionsSample.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.Family = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("Family")));
     this.Mode = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("Mode")));
 }
		public ThingPage()
		{
			InitializeComponent();

			// Fields.
			_CommandTargetListPicker = (ListPicker)this.FindName("CommandTargetListPicker");

			// Event handlers.
			ViewModel.CommandTargetRequested += new EventHandler<ThingViewModel.CommandTargetRequestedEventArgs>(ViewModel_CommandTargetRequested);
		}
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/My_Note;component/Setting/ThemeChange.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.SelectThemeList = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("SelectThemeList")));
 }
Example #33
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/GiveMeSomething;component/Settings.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.RatingControl = ((Microsoft.Phone.Controls.Rating)(this.FindName("RatingControl")));
     this.ListOfCounts = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("ListOfCounts")));
 }
Example #34
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/AnyPlace;component/MainPage.xaml", System.UriKind.Relative));
     this.canvas               = ((System.Windows.Controls.Canvas)(this.FindName("canvas")));
     this.moveAnimation        = ((System.Windows.Media.Animation.Storyboard)(this.FindName("moveAnimation")));
     this.CanvasMenu           = ((System.Windows.Controls.Canvas)(this.FindName("CanvasMenu")));
     this.gd_result            = ((System.Windows.Controls.Grid)(this.FindName("gd_result")));
     this.pb_result            = ((System.Windows.Controls.ProgressBar)(this.FindName("pb_result")));
     this.txt_term             = ((System.Windows.Controls.TextBlock)(this.FindName("txt_term")));
     this.txt_result           = ((System.Windows.Controls.TextBlock)(this.FindName("txt_result")));
     this.ls_search            = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("ls_search")));
     this.directions_grid      = ((System.Windows.Controls.Grid)(this.FindName("directions_grid")));
     this.calcProgrBar         = ((System.Windows.Controls.ProgressBar)(this.FindName("calcProgrBar")));
     this.calcroutestext       = ((System.Windows.Controls.TextBlock)(this.FindName("calcroutestext")));
     this.time                 = ((System.Windows.Controls.TextBlock)(this.FindName("time")));
     this.distance             = ((System.Windows.Controls.TextBlock)(this.FindName("distance")));
     this.dire                 = ((System.Windows.Controls.TextBlock)(this.FindName("dire")));
     this.RouteLLS             = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("RouteLLS")));
     this.grdCommands          = ((System.Windows.Controls.Grid)(this.FindName("grdCommands")));
     this.Mymap                = ((Microsoft.Phone.Maps.Controls.Map)(this.FindName("Mymap")));
     this.floorpicker          = ((System.Windows.Controls.Grid)(this.FindName("floorpicker")));
     this.autoCompleteBuilding = ((Microsoft.Phone.Controls.AutoCompleteBox)(this.FindName("autoCompleteBuilding")));
     this.txt_selectedfloor    = ((System.Windows.Controls.TextBlock)(this.FindName("txt_selectedfloor")));
     this.Picker               = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("Picker")));
     this.btn_builddown        = ((System.Windows.Controls.Button)(this.FindName("btn_builddown")));
     this.btn_floordown        = ((System.Windows.Controls.Button)(this.FindName("btn_floordown")));
     this.buildingsButton      = ((System.Windows.Controls.Grid)(this.FindName("buildingsButton")));
     this.optionsbtn           = ((System.Windows.Controls.Grid)(this.FindName("optionsbtn")));
     this.lpicker              = ((System.Windows.Controls.Grid)(this.FindName("lpicker")));
     this.BPicker              = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("BPicker")));
     this.downloading          = ((System.Windows.Controls.Grid)(this.FindName("downloading")));
     this.txt_download         = ((System.Windows.Controls.TextBlock)(this.FindName("txt_download")));
     this.trackmebtn           = ((System.Windows.Controls.Grid)(this.FindName("trackmebtn")));
     this.floorButton          = ((System.Windows.Controls.Grid)(this.FindName("floorButton")));
     this.stack                = ((System.Windows.Controls.StackPanel)(this.FindName("stack")));
     this.loading              = ((System.Windows.Controls.ProgressBar)(this.FindName("loading")));
     this.closeGrid            = ((System.Windows.Controls.Grid)(this.FindName("closeGrid")));
     this.txt_msg              = ((System.Windows.Controls.TextBlock)(this.FindName("txt_msg")));
     this.zoompanel            = ((System.Windows.Controls.Grid)(this.FindName("zoompanel")));
     this.floorPanel           = ((System.Windows.Controls.Grid)(this.FindName("floorPanel")));
     this.txt_cur              = ((System.Windows.Controls.TextBlock)(this.FindName("txt_cur")));
     this.ContentPanel         = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.grid_search          = ((System.Windows.Controls.Grid)(this.FindName("grid_search")));
     this.txt_msg1             = ((System.Windows.Controls.TextBlock)(this.FindName("txt_msg1")));
     this.all_builds           = ((System.Windows.Controls.Button)(this.FindName("all_builds")));
     this.autoCompleteBox      = ((Microsoft.Phone.Controls.AutoCompleteBox)(this.FindName("autoCompleteBox")));
     this.MapOptions           = ((System.Windows.Controls.Grid)(this.FindName("MapOptions")));
     this.appBar               = ((Microsoft.Phone.Shell.ApplicationBar)(this.FindName("appBar")));
     this.sbutton              = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("sbutton")));
 }
Example #35
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/My_Note;component/Setting.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ShowFontSize = ((System.Windows.Controls.TextBlock)(this.FindName("ShowFontSize")));
     this.TextFontSizeSlider = ((System.Windows.Controls.Slider)(this.FindName("TextFontSizeSlider")));
     this.FontFamilyListBox = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("FontFamilyListBox")));
 }
Example #36
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/StarckBuks;component/Buscar.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.listaNombresVista = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("listaNombresVista")));
     this.listaLugarVista = ((Microsoft.Phone.Controls.AutoCompleteBox)(this.FindName("listaLugarVista")));
 }
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/ForcaVenda;component/views/HistoricoCliente.xaml", System.UriKind.Relative));
     this.listaClientes       = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("listaClientes")));
     this.listaPedidosCliente = ((System.Windows.Controls.ListBox)(this.FindName("listaPedidosCliente")));
 }
Example #38
0
 private ListPicker CreateThemeColorListPicker()
 {
     ListPicker p = new ListPicker();
     p.Header = "Select document editor background color";
     p.Margin = new Thickness(12, 35, 12, 30);
     p.Items.Add(ThemeColor.dark);
     p.Items.Add(ThemeColor.light);
     p.Items.Add(ThemeColor.phone);
     p.SetBinding(ListPicker.SelectedItemProperty, GetBinding("NoteEditorThemeColor"));
     return p;
 }
Example #39
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Chicago%20Code%20Camp;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.progMain = ((System.Windows.Controls.ProgressBar)(this.FindName("progMain")));
     this.lpEvents = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("lpEvents")));
     this.MainListBox = ((System.Windows.Controls.ListBox)(this.FindName("MainListBox")));
 }
Example #40
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/gTask;component/Settings.xaml", System.UriKind.Relative));
     this.LayoutRoot           = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.SettingsPivot        = ((Microsoft.Phone.Controls.Pivot)(this.FindName("SettingsPivot")));
     this.TaskListSettings     = ((System.Windows.Controls.Grid)(this.FindName("TaskListSettings")));
     this.TaskListItemTemplate = ((System.Windows.DataTemplate)(this.FindName("TaskListItemTemplate")));
     this.TaskListScrollViewer = ((System.Windows.Controls.ScrollViewer)(this.FindName("TaskListScrollViewer")));
     this.ddlTaskListSort      = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("ddlTaskListSort")));
     this.ddlLiveTileCount     = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("ddlLiveTileCount")));
     this.chkIncludeNoDueDate  = ((System.Windows.Controls.CheckBox)(this.FindName("chkIncludeNoDueDate")));
     this.chkAutoRefreshList   = ((System.Windows.Controls.CheckBox)(this.FindName("chkAutoRefreshList")));
     this.TaskView             = ((System.Windows.Controls.Grid)(this.FindName("TaskView")));
     this.TaskViewItemTemplate = ((System.Windows.DataTemplate)(this.FindName("TaskViewItemTemplate")));
     this.TaskViewScrollViewer = ((System.Windows.Controls.ScrollViewer)(this.FindName("TaskViewScrollViewer")));
     this.ddlTaskSort          = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("ddlTaskSort")));
     this.chkNoDueDateAtTop    = ((System.Windows.Controls.CheckBox)(this.FindName("chkNoDueDateAtTop")));
     this.chkDisableDragDrop   = ((System.Windows.Controls.CheckBox)(this.FindName("chkDisableDragDrop")));
     this.chkHideNotes         = ((System.Windows.Controls.CheckBox)(this.FindName("chkHideNotes")));
     this.chkHideDueDate       = ((System.Windows.Controls.CheckBox)(this.FindName("chkHideDueDate")));
     this.chkAutoClear         = ((System.Windows.Controls.CheckBox)(this.FindName("chkAutoClear")));
     this.chkAutoRefreshTasks  = ((System.Windows.Controls.CheckBox)(this.FindName("chkAutoRefreshTasks")));
     this.TaskEdit             = ((System.Windows.Controls.Grid)(this.FindName("TaskEdit")));
     this.TaskEditItemTemplate = ((System.Windows.DataTemplate)(this.FindName("TaskEditItemTemplate")));
     this.TaskEditScrollViewer = ((System.Windows.Controls.ScrollViewer)(this.FindName("TaskEditScrollViewer")));
     this.ddlDefaultReminder   = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("ddlDefaultReminder")));
     this.chkTomorrowIf        = ((System.Windows.Controls.CheckBox)(this.FindName("chkTomorrowIf")));
     this.lstTime                  = ((Microsoft.Phone.Controls.TimePicker)(this.FindName("lstTime")));
     this.ddlTaskEditTextSize      = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("ddlTaskEditTextSize")));
     this.Notifications            = ((System.Windows.Controls.Grid)(this.FindName("Notifications")));
     this.NotificationItemTemplate = ((System.Windows.DataTemplate)(this.FindName("NotificationItemTemplate")));
     this.NotificationScrollViewer = ((System.Windows.Controls.ScrollViewer)(this.FindName("NotificationScrollViewer")));
     this.lblNotifications         = ((System.Windows.Controls.TextBlock)(this.FindName("lblNotifications")));
     this.chkCreateTaskList        = ((System.Windows.Controls.CheckBox)(this.FindName("chkCreateTaskList")));
     this.chkUpdateTaskList        = ((System.Windows.Controls.CheckBox)(this.FindName("chkUpdateTaskList")));
     this.chkCreateTask            = ((System.Windows.Controls.CheckBox)(this.FindName("chkCreateTask")));
     this.chkUpdateTask            = ((System.Windows.Controls.CheckBox)(this.FindName("chkUpdateTask")));
     this.chkSavedSettings         = ((System.Windows.Controls.CheckBox)(this.FindName("chkSavedSettings")));
     this.About       = ((System.Windows.Controls.Grid)(this.FindName("About")));
     this.lblVersion  = ((System.Windows.Controls.TextBlock)(this.FindName("lblVersion")));
     this.lblAppTitle = ((System.Windows.Controls.TextBlock)(this.FindName("lblAppTitle")));
     this.txtAbout    = ((System.Windows.Controls.TextBlock)(this.FindName("txtAbout")));
     this.btnBuy      = ((System.Windows.Controls.Button)(this.FindName("btnBuy")));
     this.Feedback    = ((System.Windows.Controls.Grid)(this.FindName("Feedback")));
     this.txtFeedback = ((System.Windows.Controls.TextBlock)(this.FindName("txtFeedback")));
     this.btnTweet    = ((System.Windows.Controls.Button)(this.FindName("btnTweet")));
     this.btnEmail    = ((System.Windows.Controls.Button)(this.FindName("btnEmail")));
     this.btnRate     = ((System.Windows.Controls.Button)(this.FindName("btnRate")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/DnD35.SRD.Navigator8;component/BrowseListPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.HeaderStackPanel = ((System.Windows.Controls.StackPanel)(this.FindName("HeaderStackPanel")));
     this.SortTypeListPicker = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("SortTypeListPicker")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.EntryLongListSelector = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("EntryLongListSelector")));
 }
Example #42
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/PsychicTest;component/View/Settings.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.StackPanel)(this.FindName("ContentPanel")));
     this.SoundSwitch = ((Microsoft.Phone.Controls.ToggleSwitch)(this.FindName("SoundSwitch")));
     this.LspNumberGuesses = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("LspNumberGuesses")));
     this.PickerFullModeItemTemplate = ((System.Windows.DataTemplate)(this.FindName("PickerFullModeItemTemplate")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/BantuAnakAsuh;component/Views/PageRekomendasi.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.buttonMenu = ((System.Windows.Controls.Image)(this.FindName("buttonMenu")));
     this.TglLahirPick = ((Microsoft.Phone.Controls.DatePicker)(this.FindName("TglLahirPick")));
     this.listGender = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("listGender")));
     this.apbarKonfirmasi = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("apbarKonfirmasi")));
 }
Example #44
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/TS;component/ovideo.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.title = ((System.Windows.Controls.TextBlock)(this.FindName("title")));
     this.ContentPanel = ((System.Windows.Controls.ListBox)(this.FindName("ContentPanel")));
     this.Img = ((System.Windows.Controls.Image)(this.FindName("Img")));
     this.quality = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("quality")));
 }
Example #45
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/wp7ShareWords;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
     this.ListaCategorias = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("ListaCategorias")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.MainListBox = ((System.Windows.Controls.ListBox)(this.FindName("MainListBox")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/test;component/Sittisi_MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.Listpickername = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("Listpickername")));
     this.Listpicker2 = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("Listpicker2")));
     this.OK_Button = ((System.Windows.Controls.Button)(this.FindName("OK_Button")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/KNU%20Schedule;component/Pages/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.GroupPicker = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("GroupPicker")));
     this.coursePicker = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("coursePicker")));
     this.FacultyPicker = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("FacultyPicker")));
     this.LoginBtn = ((System.Windows.Controls.Button)(this.FindName("LoginBtn")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Appa;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.Mobile_No = ((System.Windows.Controls.TextBox)(this.FindName("Mobile_No")));
     this.Name = ((System.Windows.Controls.TextBox)(this.FindName("Name")));
     this.list = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("list")));
     this.Date_Picker = ((Microsoft.Phone.Controls.DatePicker)(this.FindName("Date_Picker")));
 }
Example #49
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/aegeanapp;component/MapsPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.Listpicker = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("Listpicker")));
     this.maploc = ((Microsoft.Phone.Maps.Controls.Map)(this.FindName("maploc")));
     this.Locate_Btn = ((System.Windows.Controls.Button)(this.FindName("Locate_Btn")));
 }
Example #50
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Map%20Application%20With%20Google%20API;component/HomePage1.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.Buses = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("Buses")));
     this.SourceBusStop = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("SourceBusStop")));
     this.DestinationBusStop = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("DestinationBusStop")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/DnD35.SRD.Navigator8;component/SearchPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.SearchPivot = ((Microsoft.Phone.Controls.Pivot)(this.FindName("SearchPivot")));
     this.SearchTypeListPicker = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("SearchTypeListPicker")));
     this.SearchPhoneTextBox = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("SearchPhoneTextBox")));
     this.SearchResultsLongListSelector = ((Microsoft.Phone.Controls.LongListSelector)(this.FindName("SearchResultsLongListSelector")));
 }
Example #52
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Prototype;component/Login.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.user = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("user")));
     this.usertxt = ((System.Windows.Controls.WatermarkTextBox)(this.FindName("usertxt")));
     this.Password1 = ((System.Windows.Controls.PasswordBox)(this.FindName("Password1")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/PCWINDOWS;component/ComponentProperties/HeatofFormation.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.Dhf = ((System.Windows.Controls.TextBlock)(this.FindName("Dhf")));
     this.Display = ((System.Windows.Controls.TextBlock)(this.FindName("Display")));
     this.comppicker = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("comppicker")));
     this.dh = ((System.Windows.Controls.TextBlock)(this.FindName("dh")));
 }
Example #54
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/MyLocalPharmacy;component/View/YourDetailsLogin.xaml", System.UriKind.Relative));
     this.LayoutRoot              = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.popup                   = ((System.Windows.Controls.Primitives.Popup)(this.FindName("popup")));
     this.btnOk                   = ((System.Windows.Controls.Button)(this.FindName("btnOk")));
     this.popupSuccess            = ((System.Windows.Controls.Primitives.Popup)(this.FindName("popupSuccess")));
     this.btnSuccess              = ((System.Windows.Controls.Button)(this.FindName("btnSuccess")));
     this.scrollVw                = ((System.Windows.Controls.ScrollViewer)(this.FindName("scrollVw")));
     this.ContentPanel            = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.tbkHeader               = ((System.Windows.Controls.TextBlock)(this.FindName("tbkHeader")));
     this.tbkMandatoryFields      = ((System.Windows.Controls.TextBlock)(this.FindName("tbkMandatoryFields")));
     this.tbxFirstName            = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("tbxFirstName")));
     this.tbkValidateFirstName    = ((System.Windows.Controls.TextBlock)(this.FindName("tbkValidateFirstName")));
     this.tbxLastName             = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("tbxLastName")));
     this.tbkValidateLastName     = ((System.Windows.Controls.TextBlock)(this.FindName("tbkValidateLastName")));
     this.tbxAdd1                 = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("tbxAdd1")));
     this.tbkValidateAddressLine1 = ((System.Windows.Controls.TextBlock)(this.FindName("tbkValidateAddressLine1")));
     this.tbxAdd2                 = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("tbxAdd2")));
     this.tbkValidateAddressLine2 = ((System.Windows.Controls.TextBlock)(this.FindName("tbkValidateAddressLine2")));
     this.Country                 = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("Country")));
     this.tbkValidateAddressLine3 = ((System.Windows.Controls.TextBlock)(this.FindName("tbkValidateAddressLine3")));
     this.tbxPinCode              = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("tbxPinCode")));
     this.tbkValidatePostCode     = ((System.Windows.Controls.TextBlock)(this.FindName("tbkValidatePostCode")));
     this.tbkDOBHeader            = ((System.Windows.Controls.TextBlock)(this.FindName("tbkDOBHeader")));
     this.tbxDOB                  = ((Microsoft.Phone.Controls.DatePicker)(this.FindName("tbxDOB")));
     this.tbkValidateDOB          = ((System.Windows.Controls.TextBlock)(this.FindName("tbkValidateDOB")));
     this.tbxNHS                  = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("tbxNHS")));
     this.tbkNHS                  = ((System.Windows.Controls.TextBlock)(this.FindName("tbkNHS")));
     this.female                  = ((System.Windows.Controls.RadioButton)(this.FindName("female")));
     this.male    = ((System.Windows.Controls.RadioButton)(this.FindName("male")));
     this.tbxPhNo = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("tbxPhNo")));
     this.tbkValidateMobilePhone = ((System.Windows.Controls.TextBlock)(this.FindName("tbkValidateMobilePhone")));
     this.tbxEmail                = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("tbxEmail")));
     this.tbkValidateEmail        = ((System.Windows.Controls.TextBlock)(this.FindName("tbkValidateEmail")));
     this.tbxConfirmEmail         = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("tbxConfirmEmail")));
     this.tbkValidateEmailConfirm = ((System.Windows.Controls.TextBlock)(this.FindName("tbkValidateEmailConfirm")));
     this.btnSurgeonLogin         = ((System.Windows.Controls.Button)(this.FindName("btnSurgeonLogin")));
     this.tbklabel                = ((System.Windows.Controls.TextBlock)(this.FindName("tbklabel")));
     this.mail             = ((System.Windows.Controls.RadioButton)(this.FindName("mail")));
     this.sms              = ((System.Windows.Controls.RadioButton)(this.FindName("sms")));
     this.chkbxTC          = ((System.Windows.Controls.CheckBox)(this.FindName("chkbxTC")));
     this.hyprlnkTermsCond = ((System.Windows.Documents.Hyperlink)(this.FindName("hyprlnkTermsCond")));
     this.tbkValidateTC    = ((System.Windows.Controls.TextBlock)(this.FindName("tbkValidateTC")));
     this.progress         = ((System.Windows.Controls.ProgressBar)(this.FindName("progress")));
     this.btnSend          = ((System.Windows.Controls.Button)(this.FindName("btnSend")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/PCWINDOWS;component/UConverter/ConcentrationUnits.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.Header = ((System.Windows.Controls.TextBlock)(this.FindName("Header")));
     this.area = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("area")));
     this.areapicker = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("areapicker")));
     this.acre = ((System.Windows.Controls.TextBlock)(this.FindName("acre")));
     this.insq = ((System.Windows.Controls.TextBlock)(this.FindName("insq")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/PCWINDOWS;component/ComponentProperties/LiquidSpecificHeat.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.Vapspheat = ((System.Windows.Controls.TextBlock)(this.FindName("Vapspheat")));
     this.Display = ((System.Windows.Controls.TextBlock)(this.FindName("Display")));
     this.comppicker = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("comppicker")));
     this.temp = ((System.Windows.Controls.TextBox)(this.FindName("temp")));
     this.lsh = ((System.Windows.Controls.TextBlock)(this.FindName("lsh")));
 }
Example #57
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/HuntersWP;component/Pages/CheckAddressTypePage.xaml", System.UriKind.Relative));
     this.LayoutRoot    = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel  = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.tbCurrentType = ((System.Windows.Controls.TextBlock)(this.FindName("tbCurrentType")));
     this.cmbType       = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("cmbType")));
 }
Example #58
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/PhoneApp2;component/Page3.xaml", System.UriKind.Relative));
     this.LayoutRoot   = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
     this.Category     = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("Category")));
     this.Sub          = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("Sub")));
 }
Example #59
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Chicago%20Code%20Camp;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot  = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.progMain    = ((System.Windows.Controls.ProgressBar)(this.FindName("progMain")));
     this.lpEvents    = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("lpEvents")));
     this.MainListBox = ((System.Windows.Controls.ListBox)(this.FindName("MainListBox")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/BantuAnakAsuh;component/Views/PageFilter.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.buttonMenu = ((System.Windows.Controls.Image)(this.FindName("buttonMenu")));
     this.listStatus = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("listStatus")));
     this.listJenisKelamin = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("listJenisKelamin")));
     this.listPendidikan = ((Microsoft.Phone.Controls.ListPicker)(this.FindName("listPendidikan")));
     this.apbarFilter = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("apbarFilter")));
 }