📄 culturedemowindow.g.cs
字号:
#pragma checksum "..\..\CultureDemoWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "905DE2B4F5C8ED2BD016D742DC0E48C3"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.1378
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
namespace Wrox.ProCSharp.Localization {
/// <summary>
/// CultureDemoWindow
/// </summary>
public partial class CultureDemoWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
internal System.Windows.Controls.GridSplitter gridSplitter1;
internal System.Windows.Controls.TreeView treeCultures;
internal System.Windows.Controls.TextBlock textCultureName;
internal System.Windows.Controls.CheckBox chkIsNeutral;
internal System.Windows.Controls.TextBlock textEnglishname;
internal System.Windows.Controls.TextBlock textNativeName;
internal System.Windows.Controls.TextBlock textCalendar;
internal System.Windows.Controls.ListBox listCalendars;
internal System.Windows.Controls.GroupBox groupSamples;
internal System.Windows.Controls.TextBox textNumber;
internal System.Windows.Controls.TextBlock textDate;
internal System.Windows.Controls.TextBlock textTime;
internal System.Windows.Controls.GroupBox groupRegion;
internal System.Windows.Controls.TextBlock textRegion;
internal System.Windows.Controls.TextBlock textCurrency;
internal System.Windows.Controls.TextBlock textCurrencyISO;
internal System.Windows.Controls.CheckBox checkIsMetric;
private bool _contentLoaded;
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/CultureDemo;component/culturedemowindow.xaml", System.UriKind.Relative);
#line 1 "..\..\CultureDemoWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);
#line default
#line hidden
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:
this.gridSplitter1 = ((System.Windows.Controls.GridSplitter)(target));
return;
case 2:
this.treeCultures = ((System.Windows.Controls.TreeView)(target));
#line 22 "..\..\CultureDemoWindow.xaml"
this.treeCultures.SelectedItemChanged += new System.Windows.RoutedPropertyChangedEventHandler<object>(this.treeCultures_SelectedItemChanged);
#line default
#line hidden
return;
case 3:
this.textCultureName = ((System.Windows.Controls.TextBlock)(target));
return;
case 4:
this.chkIsNeutral = ((System.Windows.Controls.CheckBox)(target));
return;
case 5:
this.textEnglishname = ((System.Windows.Controls.TextBlock)(target));
return;
case 6:
this.textNativeName = ((System.Windows.Controls.TextBlock)(target));
return;
case 7:
this.textCalendar = ((System.Windows.Controls.TextBlock)(target));
return;
case 8:
this.listCalendars = ((System.Windows.Controls.ListBox)(target));
return;
case 9:
this.groupSamples = ((System.Windows.Controls.GroupBox)(target));
return;
case 10:
this.textNumber = ((System.Windows.Controls.TextBox)(target));
return;
case 11:
this.textDate = ((System.Windows.Controls.TextBlock)(target));
return;
case 12:
this.textTime = ((System.Windows.Controls.TextBlock)(target));
return;
case 13:
this.groupRegion = ((System.Windows.Controls.GroupBox)(target));
return;
case 14:
this.textRegion = ((System.Windows.Controls.TextBlock)(target));
return;
case 15:
this.textCurrency = ((System.Windows.Controls.TextBlock)(target));
return;
case 16:
this.textCurrencyISO = ((System.Windows.Controls.TextBlock)(target));
return;
case 17:
this.checkIsMetric = ((System.Windows.Controls.CheckBox)(target));
return;
}
this._contentLoaded = true;
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -