本文整理汇总了C#中Microsoft.Phone.Controls.PhoneTextBox类的典型用法代码示例。如果您正苦于以下问题:C# PhoneTextBox类的具体用法?C# PhoneTextBox怎么用?C# PhoneTextBox使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
PhoneTextBox类属于Microsoft.Phone.Controls命名空间,在下文中一共展示了PhoneTextBox类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/DesiSongs;component/Mix.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
this.MixTextBox = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("MixTextBox")));
}
示例2: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/MyLocalPharmacy;component/View/VerifyBySmsTemp.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
this.tbxID = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("tbxID")));
}
示例3: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/EnUcuzUrun;component/SifremiUnuttum.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
this.txtEmail = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("txtEmail")));
}
示例4: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/Dieta;component/View/AdicionarAlimento.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.ContentPanel = ((System.Windows.Controls.StackPanel)(this.FindName("ContentPanel")));
this.txtSearch = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("txtSearch")));
this.ListaDeAlimentos = ((System.Windows.Controls.ListBox)(this.FindName("ListaDeAlimentos")));
}
示例5: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/Movie;component/Sign_in.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
this.uname = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("uname")));
this.pname = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("pname")));
this.signb = ((System.Windows.Controls.Button)(this.FindName("signb")));
}
示例6: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/My_Note;component/Add.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.NoteTitle = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("NoteTitle")));
this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
this.EditTextBox = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("EditTextBox")));
this.ShowImage = ((System.Windows.Controls.Image)(this.FindName("ShowImage")));
}
示例7: InitializeComponent
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")));
}
示例8: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/LeanCloud.LeanMeaasge.Demo;component/SignUp.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
this.txb_username = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("txb_username")));
this.txb_password = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("txb_password")));
this.txb_password_verify = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("txb_password_verify")));
this.btn_stepIn = ((System.Windows.Controls.Button)(this.FindName("btn_stepIn")));
}
示例9: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/EnUcuzUrun;component/UrunSayfasi.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
this.lstUrunBilgi = ((System.Windows.Controls.ListBox)(this.FindName("lstUrunBilgi")));
this.lstYorumlar = ((System.Windows.Controls.ListBox)(this.FindName("lstYorumlar")));
this.txtYorum = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("txtYorum")));
this.appBtnPaylas = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("appBtnPaylas")));
}
示例10: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/MyLocalPharmacy;component/View/ConditionSearch.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.progress = ((System.Windows.Controls.ProgressBar)(this.FindName("progress")));
this.tbxSearch = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("tbxSearch")));
this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
this.tbknoLeaflet = ((System.Windows.Controls.TextBlock)(this.FindName("tbknoLeaflet")));
this.LbxLeaflets = ((System.Windows.Controls.ListBox)(this.FindName("LbxLeaflets")));
}
示例11: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/PCWINDOWS;component/UConverter/VolumeRateToMassRate.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.Header = ((System.Windows.Controls.TextBlock)(this.FindName("Header")));
this.bpd = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("bpd")));
this.den = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("den")));
this.Calculate = ((System.Windows.Controls.Button)(this.FindName("Calculate")));
this.tpd = ((System.Windows.Controls.TextBlock)(this.FindName("tpd")));
}
示例12: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/DnD35.SRD.Navigator8.Donate;component/EditPlaylistPage.xaml", System.UriKind.Relative));
this.OKAppBarButton = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("OKAppBarButton")));
this.CancelAppBarButton = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("CancelAppBarButton")));
this.SelectionAppBarButton = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("SelectionAppBarButton")));
this.DeleteSelectedPlaylistItemsButton = ((Microsoft.Phone.Shell.ApplicationBarIconButton)(this.FindName("DeleteSelectedPlaylistItemsButton")));
this.PlaylistNamePhoneTextBox = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("PlaylistNamePhoneTextBox")));
this.PlaylistItemsList = ((Microsoft.Phone.Controls.LongListMultiSelector)(this.FindName("PlaylistItemsList")));
}
示例13: InitializeComponent
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")));
}
示例14: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/311NYC;component/ComplaintNotePage.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
this.PageTitle = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle")));
this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
this.what = ((System.Windows.Controls.StackPanel)(this.FindName("what")));
this.ComplaintTextBox = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("ComplaintTextBox")));
}
示例15: InitializeComponent
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Windows.Application.LoadComponent(this, new System.Uri("/MHXY;component/Character/Judging.xaml", System.UriKind.Relative));
this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
this.textBox_release_grade = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("textBox_release_grade")));
this.textBox_catch_grade = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("textBox_catch_grade")));
this.textBox_judging = ((Microsoft.Phone.Controls.PhoneTextBox)(this.FindName("textBox_judging")));
this.button_calculate = ((System.Windows.Controls.Button)(this.FindName("button_calculate")));
this.button_empty = ((System.Windows.Controls.Button)(this.FindName("button_empty")));
}