├── .vs └── OA.UI │ ├── v16 │ ├── Server │ │ └── sqlite3 │ │ │ ├── db.lock │ │ │ └── storage.ide │ └── .suo │ └── v14 │ └── .suo ├── OA.UI ├── obj │ └── Debug │ │ ├── OA.UI.csproj.CopyComplete │ │ ├── App.baml │ │ ├── OA.UI.csproj.CoreCompileInputs.cache │ │ ├── OA.UI.exe │ │ ├── OA.UI.pdb │ │ ├── MainWindow.baml │ │ ├── OA.UI.g.resources │ │ ├── Views │ │ ├── HRPage.baml │ │ ├── LoginWindow.baml │ │ ├── AyExportWindow.baml │ │ ├── EmployeeInfoPage.baml │ │ ├── EditEmployeeWindow.baml │ │ ├── EmployeeBaseInfoPage.baml │ │ ├── ForeignLanguagePage.baml │ │ ├── EmployeeEducationPage.baml │ │ ├── ForeignLanguagePage.g.cs │ │ ├── ForeignLanguagePage.g.i.cs │ │ ├── EmployeeEducationPage.g.cs │ │ ├── EmployeeEducationPage.g.i.cs │ │ ├── HRPage.g.cs │ │ ├── HRPage.g.i.cs │ │ ├── AyExportWindow.g.cs │ │ ├── AyExportWindow.g.i.cs │ │ ├── EditEmployeeWindow.g.cs │ │ ├── EditEmployeeWindow.g.i.cs │ │ ├── LoginWindow.g.cs │ │ └── LoginWindow.g.i.cs │ │ ├── Controls │ │ ├── AyDataPager.baml │ │ ├── ImageButton.g.i.cs │ │ ├── DataPager.g.i.cs │ │ ├── AyDataPager.g.cs │ │ └── AyDataPager.g.i.cs │ │ ├── SystemResources │ │ ├── MainColors.baml │ │ └── MainThemes.baml │ │ ├── OA.UI.Properties.Resources.resources │ │ ├── OA.UI.csproj.GenerateResource.cache │ │ ├── OA.UI.csprojAssemblyReference.cache │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── OA.UI.csprojResolveAssemblyReference.cache │ │ ├── TempPE │ │ └── Properties.Resources.Designer.cs.dll │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── OA.UI_Content.g.i.cs │ │ ├── OA.UI_MarkupCompile.cache │ │ ├── OA.UI_MarkupCompile.i.cache │ │ ├── OA.UI_MarkupCompile.lref │ │ ├── App.g.cs │ │ ├── App.g.i.cs │ │ ├── GeneratedInternalTypeHelper.g.cs │ │ ├── GeneratedInternalTypeHelper.g.i.cs │ │ └── Page1.g.i.cs ├── bin │ └── Debug │ │ ├── OA.UI.exe │ │ ├── OA.UI.pdb │ │ ├── OA.UI.vshost.exe │ │ ├── Microsoft.Expression.Controls.dll │ │ ├── Microsoft.Expression.Drawing.dll │ │ ├── System.Windows.Interactivity.dll │ │ ├── Microsoft.Expression.Interactions.dll │ │ ├── de │ │ ├── System.Windows.Interactivity.resources.dll │ │ └── Microsoft.Expression.Interactions.resources.dll │ │ ├── en │ │ ├── System.Windows.Interactivity.resources.dll │ │ └── Microsoft.Expression.Interactions.resources.dll │ │ ├── es │ │ ├── System.Windows.Interactivity.resources.dll │ │ └── Microsoft.Expression.Interactions.resources.dll │ │ ├── fr │ │ ├── System.Windows.Interactivity.resources.dll │ │ └── Microsoft.Expression.Interactions.resources.dll │ │ ├── it │ │ ├── System.Windows.Interactivity.resources.dll │ │ └── Microsoft.Expression.Interactions.resources.dll │ │ ├── ja │ │ ├── System.Windows.Interactivity.resources.dll │ │ └── Microsoft.Expression.Interactions.resources.dll │ │ ├── ko │ │ ├── System.Windows.Interactivity.resources.dll │ │ └── Microsoft.Expression.Interactions.resources.dll │ │ ├── zh-Hans │ │ ├── System.Windows.Interactivity.resources.dll │ │ └── Microsoft.Expression.Interactions.resources.dll │ │ ├── zh-Hant │ │ ├── System.Windows.Interactivity.resources.dll │ │ └── Microsoft.Expression.Interactions.resources.dll │ │ └── OA.UI.vshost.exe.manifest ├── SystemResources │ ├── Images │ │ ├── minW.png │ │ ├── u0.png │ │ ├── u21.png │ │ ├── u4.png │ │ ├── exits.png │ │ ├── Image 1.png │ │ ├── icon │ │ │ ├── 11_b.png │ │ │ ├── 12_b.png │ │ │ ├── 13_b.png │ │ │ ├── edit.png │ │ │ ├── flow.png │ │ │ ├── view.png │ │ │ ├── clock.png │ │ │ ├── 21602_b.png │ │ │ ├── 21604_b.png │ │ │ ├── 21605_b.png │ │ │ ├── 21606_b.png │ │ │ ├── 21607_b.png │ │ │ ├── 22001_b.png │ │ │ ├── 22002_b.png │ │ │ ├── 22110_s.png │ │ │ ├── 22111_s.png │ │ │ ├── 22112_s.png │ │ │ ├── 22113_s.png │ │ │ ├── 22114_s.png │ │ │ ├── 22115_s.png │ │ │ ├── 22401_s.png │ │ │ ├── 22403_s.png │ │ │ ├── 22404_s.png │ │ │ ├── 22405_s.png │ │ │ ├── 24001_s.png │ │ │ ├── 24002_s.png │ │ │ ├── 24005_s.png │ │ │ ├── 24406_b.png │ │ │ ├── 25103_s.png │ │ │ ├── Schedule.png │ │ │ ├── mail_new.png │ │ │ └── 408004339_b.png │ │ ├── companyLogo.png │ │ ├── tree │ │ │ ├── folder_01.png │ │ │ ├── folder_02.png │ │ │ └── folder_03.png │ │ └── dgPager │ │ │ ├── pagination_first.png │ │ │ ├── pagination_last.png │ │ │ ├── pagination_load.png │ │ │ ├── pagination_next.png │ │ │ ├── pagination_prev.png │ │ │ ├── pagination_loading.png │ │ │ ├── pagination_first_gray.png │ │ │ ├── pagination_last_gray.png │ │ │ ├── pagination_next_gray.png │ │ │ └── pagination_prev_gray.png │ └── MainColors.xaml ├── Properties │ ├── Settings.settings │ ├── Settings.Designer.cs │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ └── Resources.resx ├── OA.UI.csproj.user ├── App.xaml.cs ├── Views │ ├── ForeignLanguagePage.xaml │ ├── EmployeeEducationPage.xaml │ ├── HRPage.xaml.cs │ ├── AyExportWindow.xaml.cs │ ├── ForeignLanguagePage.xaml.cs │ ├── HRPage.xaml │ ├── EmployeeEducationPage.xaml.cs │ ├── EmployeeBaseInfoPage.xaml.cs │ ├── LoginWindow.xaml.cs │ ├── AyExportWindow.xaml │ ├── EditEmployeeWindow.xaml.cs │ └── EmployeeInfoPage.xaml.cs ├── Entities │ ├── AyUIEntity.cs │ └── EmployeeInfo.cs ├── App.xaml ├── Controls │ ├── AyPagingDto.cs │ ├── PasswordBoxMonitor.cs │ ├── AyPropertyChanged.cs │ ├── AyImageButton.cs │ ├── AyTextBox.cs │ ├── AyDataPager.xaml │ └── AyComboBox.cs └── MainWindow.xaml.cs ├── 上一个.psd ├── 下一个.psd ├── 刷新.psd ├── 右.psd ├── 左.psd └── OA.UI.sln /.vs/OA.UI/v16/Server/sqlite3/db.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /OA.UI/obj/Debug/OA.UI.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /上一个.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/上一个.psd -------------------------------------------------------------------------------- /下一个.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/下一个.psd -------------------------------------------------------------------------------- /刷新.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/刷新.psd -------------------------------------------------------------------------------- /右.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/右.psd -------------------------------------------------------------------------------- /左.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/左.psd -------------------------------------------------------------------------------- /.vs/OA.UI/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/.vs/OA.UI/v14/.suo -------------------------------------------------------------------------------- /.vs/OA.UI/v16/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/.vs/OA.UI/v16/.suo -------------------------------------------------------------------------------- /OA.UI/obj/Debug/App.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/obj/Debug/App.baml -------------------------------------------------------------------------------- /OA.UI/obj/Debug/OA.UI.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | f510497f2e2fc0983fc342816fb16783ecc24fdd 2 | -------------------------------------------------------------------------------- /OA.UI/bin/Debug/OA.UI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/OA.UI.exe -------------------------------------------------------------------------------- /OA.UI/bin/Debug/OA.UI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/OA.UI.pdb -------------------------------------------------------------------------------- /OA.UI/obj/Debug/OA.UI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/obj/Debug/OA.UI.exe -------------------------------------------------------------------------------- /OA.UI/obj/Debug/OA.UI.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/obj/Debug/OA.UI.pdb -------------------------------------------------------------------------------- /OA.UI/bin/Debug/OA.UI.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/OA.UI.vshost.exe -------------------------------------------------------------------------------- /OA.UI/obj/Debug/MainWindow.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/obj/Debug/MainWindow.baml -------------------------------------------------------------------------------- /OA.UI/obj/Debug/OA.UI.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/obj/Debug/OA.UI.g.resources -------------------------------------------------------------------------------- /OA.UI/obj/Debug/Views/HRPage.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/obj/Debug/Views/HRPage.baml -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/minW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/minW.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/u0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/u0.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/u21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/u21.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/u4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/u4.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/exits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/exits.png -------------------------------------------------------------------------------- /OA.UI/obj/Debug/Views/LoginWindow.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/obj/Debug/Views/LoginWindow.baml -------------------------------------------------------------------------------- /.vs/OA.UI/v16/Server/sqlite3/storage.ide: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/.vs/OA.UI/v16/Server/sqlite3/storage.ide -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/Image 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/Image 1.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/11_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/11_b.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/12_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/12_b.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/13_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/13_b.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/edit.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/flow.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/view.png -------------------------------------------------------------------------------- /OA.UI/obj/Debug/Controls/AyDataPager.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/obj/Debug/Controls/AyDataPager.baml -------------------------------------------------------------------------------- /OA.UI/obj/Debug/Views/AyExportWindow.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/obj/Debug/Views/AyExportWindow.baml -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/companyLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/companyLogo.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/clock.png -------------------------------------------------------------------------------- /OA.UI/obj/Debug/Views/EmployeeInfoPage.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/obj/Debug/Views/EmployeeInfoPage.baml -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/21602_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/21602_b.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/21604_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/21604_b.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/21605_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/21605_b.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/21606_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/21606_b.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/21607_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/21607_b.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/22001_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/22001_b.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/22002_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/22002_b.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/22110_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/22110_s.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/22111_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/22111_s.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/22112_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/22112_s.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/22113_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/22113_s.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/22114_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/22114_s.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/22115_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/22115_s.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/22401_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/22401_s.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/22403_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/22403_s.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/22404_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/22404_s.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/22405_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/22405_s.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/24001_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/24001_s.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/24002_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/24002_s.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/24005_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/24005_s.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/24406_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/24406_b.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/25103_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/25103_s.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/Schedule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/Schedule.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/mail_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/mail_new.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/tree/folder_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/tree/folder_01.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/tree/folder_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/tree/folder_02.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/tree/folder_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/tree/folder_03.png -------------------------------------------------------------------------------- /OA.UI/obj/Debug/SystemResources/MainColors.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/obj/Debug/SystemResources/MainColors.baml -------------------------------------------------------------------------------- /OA.UI/obj/Debug/SystemResources/MainThemes.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/obj/Debug/SystemResources/MainThemes.baml -------------------------------------------------------------------------------- /OA.UI/obj/Debug/Views/EditEmployeeWindow.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/obj/Debug/Views/EditEmployeeWindow.baml -------------------------------------------------------------------------------- /OA.UI/obj/Debug/Views/EmployeeBaseInfoPage.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/obj/Debug/Views/EmployeeBaseInfoPage.baml -------------------------------------------------------------------------------- /OA.UI/obj/Debug/Views/ForeignLanguagePage.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/obj/Debug/Views/ForeignLanguagePage.baml -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/icon/408004339_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/icon/408004339_b.png -------------------------------------------------------------------------------- /OA.UI/bin/Debug/Microsoft.Expression.Controls.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/Microsoft.Expression.Controls.dll -------------------------------------------------------------------------------- /OA.UI/bin/Debug/Microsoft.Expression.Drawing.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/Microsoft.Expression.Drawing.dll -------------------------------------------------------------------------------- /OA.UI/bin/Debug/System.Windows.Interactivity.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/System.Windows.Interactivity.dll -------------------------------------------------------------------------------- /OA.UI/obj/Debug/Views/EmployeeEducationPage.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/obj/Debug/Views/EmployeeEducationPage.baml -------------------------------------------------------------------------------- /OA.UI/obj/Debug/OA.UI.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/obj/Debug/OA.UI.Properties.Resources.resources -------------------------------------------------------------------------------- /OA.UI/obj/Debug/OA.UI.csproj.GenerateResource.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/obj/Debug/OA.UI.csproj.GenerateResource.cache -------------------------------------------------------------------------------- /OA.UI/obj/Debug/OA.UI.csprojAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/obj/Debug/OA.UI.csprojAssemblyReference.cache -------------------------------------------------------------------------------- /OA.UI/bin/Debug/Microsoft.Expression.Interactions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/Microsoft.Expression.Interactions.dll -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/dgPager/pagination_first.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/dgPager/pagination_first.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/dgPager/pagination_last.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/dgPager/pagination_last.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/dgPager/pagination_load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/dgPager/pagination_load.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/dgPager/pagination_next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/dgPager/pagination_next.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/dgPager/pagination_prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/dgPager/pagination_prev.png -------------------------------------------------------------------------------- /OA.UI/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/dgPager/pagination_loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/dgPager/pagination_loading.png -------------------------------------------------------------------------------- /OA.UI/obj/Debug/OA.UI.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/obj/Debug/OA.UI.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /OA.UI/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/dgPager/pagination_first_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/dgPager/pagination_first_gray.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/dgPager/pagination_last_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/dgPager/pagination_last_gray.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/dgPager/pagination_next_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/dgPager/pagination_next_gray.png -------------------------------------------------------------------------------- /OA.UI/SystemResources/Images/dgPager/pagination_prev_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/SystemResources/Images/dgPager/pagination_prev_gray.png -------------------------------------------------------------------------------- /OA.UI/bin/Debug/de/System.Windows.Interactivity.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/de/System.Windows.Interactivity.resources.dll -------------------------------------------------------------------------------- /OA.UI/bin/Debug/en/System.Windows.Interactivity.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/en/System.Windows.Interactivity.resources.dll -------------------------------------------------------------------------------- /OA.UI/bin/Debug/es/System.Windows.Interactivity.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/es/System.Windows.Interactivity.resources.dll -------------------------------------------------------------------------------- /OA.UI/bin/Debug/fr/System.Windows.Interactivity.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/fr/System.Windows.Interactivity.resources.dll -------------------------------------------------------------------------------- /OA.UI/bin/Debug/it/System.Windows.Interactivity.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/it/System.Windows.Interactivity.resources.dll -------------------------------------------------------------------------------- /OA.UI/bin/Debug/ja/System.Windows.Interactivity.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/ja/System.Windows.Interactivity.resources.dll -------------------------------------------------------------------------------- /OA.UI/bin/Debug/ko/System.Windows.Interactivity.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/ko/System.Windows.Interactivity.resources.dll -------------------------------------------------------------------------------- /OA.UI/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /OA.UI/bin/Debug/de/Microsoft.Expression.Interactions.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/de/Microsoft.Expression.Interactions.resources.dll -------------------------------------------------------------------------------- /OA.UI/bin/Debug/en/Microsoft.Expression.Interactions.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/en/Microsoft.Expression.Interactions.resources.dll -------------------------------------------------------------------------------- /OA.UI/bin/Debug/es/Microsoft.Expression.Interactions.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/es/Microsoft.Expression.Interactions.resources.dll -------------------------------------------------------------------------------- /OA.UI/bin/Debug/fr/Microsoft.Expression.Interactions.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/fr/Microsoft.Expression.Interactions.resources.dll -------------------------------------------------------------------------------- /OA.UI/bin/Debug/it/Microsoft.Expression.Interactions.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/it/Microsoft.Expression.Interactions.resources.dll -------------------------------------------------------------------------------- /OA.UI/bin/Debug/ja/Microsoft.Expression.Interactions.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/ja/Microsoft.Expression.Interactions.resources.dll -------------------------------------------------------------------------------- /OA.UI/bin/Debug/ko/Microsoft.Expression.Interactions.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/ko/Microsoft.Expression.Interactions.resources.dll -------------------------------------------------------------------------------- /OA.UI/bin/Debug/zh-Hans/System.Windows.Interactivity.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/zh-Hans/System.Windows.Interactivity.resources.dll -------------------------------------------------------------------------------- /OA.UI/bin/Debug/zh-Hant/System.Windows.Interactivity.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/zh-Hant/System.Windows.Interactivity.resources.dll -------------------------------------------------------------------------------- /OA.UI/bin/Debug/zh-Hans/Microsoft.Expression.Interactions.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/zh-Hans/Microsoft.Expression.Interactions.resources.dll -------------------------------------------------------------------------------- /OA.UI/bin/Debug/zh-Hant/Microsoft.Expression.Interactions.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ay2015/AYOAUI/HEAD/OA.UI/bin/Debug/zh-Hant/Microsoft.Expression.Interactions.resources.dll -------------------------------------------------------------------------------- /OA.UI/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /OA.UI/OA.UI.csproj.user: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | ShowAllFiles 5 | 6 | -------------------------------------------------------------------------------- /OA.UI/App.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Configuration; 4 | using System.Data; 5 | using System.Linq; 6 | using System.Windows; 7 | 8 | namespace OA.UI 9 | { 10 | /// 11 | /// App.xaml 的交互逻辑 12 | /// 13 | public partial class App : Application 14 | { 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /OA.UI/obj/Debug/OA.UI_Content.g.i.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // 此代码由工具生成。 4 | // 运行时版本:4.0.30319.42000 5 | // 6 | // 对此文件的更改可能会导致不正确的行为,并且如果 7 | // 重新生成代码,这些更改将会丢失。 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("systemresources/images/u4.png")] 12 | 13 | 14 | -------------------------------------------------------------------------------- /OA.UI/bin/Debug/OA.UI.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /OA.UI/Views/ForeignLanguagePage.xaml: -------------------------------------------------------------------------------- 1 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /OA.UI/Views/EmployeeEducationPage.xaml: -------------------------------------------------------------------------------- 1 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /OA.UI/Entities/AyUIEntity.cs: -------------------------------------------------------------------------------- 1 | using Ay.Framework.WPF; 2 | using System; 3 | using System.Collections.Generic; 4 | using System.Linq; 5 | using System.Text; 6 | 7 | 8 | public abstract class AyUIEntity : AyPropertyChanged 9 | { 10 | private bool selected = false; 11 | /// 12 | /// 是否选中 13 | /// 14 | public bool Selected 15 | { 16 | get { return selected; } 17 | set 18 | { 19 | selected = value; 20 | //this.OnPropertyChanged(() => this.Selected); 21 | OnPropertyChanged("Selected"); 22 | } 23 | } 24 | } 25 | 26 | -------------------------------------------------------------------------------- /OA.UI/obj/Debug/OA.UI_MarkupCompile.cache: -------------------------------------------------------------------------------- 1 | OA.UI 2 | 3 | 4 | winexe 5 | C# 6 | .cs 7 | E:\sanxing\01AYAYUI\★产品源码\OAUI\OA.UI\obj\Debug\ 8 | OA.UI 9 | none 10 | false 11 | DEBUG;TRACE 12 | E:\sanxing\01AYAYUI\★产品源码\OAUI\OA.UI\App.xaml 13 | 12429957801 14 | 15 | 2884200856 16 | 14-1134526746 17 | Controls\AyDataPager.xaml;MainWindow.xaml;SystemResources\MainColors.xaml;SystemResources\MainThemes.xaml;Views\AyExportWindow.xaml;Views\EditEmployeeWindow.xaml;Views\EmployeeBaseInfoPage.xaml;Views\EmployeeEducationPage.xaml;Views\EmployeeInfoPage.xaml;Views\ForeignLanguagePage.xaml;Views\HRPage.xaml;Views\LoginWindow.xaml; 18 | 19 | False 20 | 21 | -------------------------------------------------------------------------------- /OA.UI/obj/Debug/OA.UI_MarkupCompile.i.cache: -------------------------------------------------------------------------------- 1 | OA.UI 2 | 3 | 4 | winexe 5 | C# 6 | .cs 7 | I:\sanxing\AY AYUI世界\★产品源码\OAUI\OA.UI\obj\Debug\ 8 | OA.UI 9 | none 10 | false 11 | DEBUG;TRACE 12 | I:\sanxing\AY AYUI世界\★产品源码\OAUI\OA.UI\App.xaml 13 | 12429957801 14 | 15 | 29-1643480881 16 | 1475493531 17 | Controls\AyDataPager.xaml;MainWindow.xaml;SystemResources\MainColors.xaml;SystemResources\MainThemes.xaml;Views\AyExportWindow.xaml;Views\EditEmployeeWindow.xaml;Views\EmployeeBaseInfoPage.xaml;Views\EmployeeEducationPage.xaml;Views\EmployeeInfoPage.xaml;Views\ForeignLanguagePage.xaml;Views\HRPage.xaml;Views\LoginWindow.xaml; 18 | 19 | False 20 | 21 | -------------------------------------------------------------------------------- /OA.UI/App.xaml: -------------------------------------------------------------------------------- 1 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /OA.UI/Views/HRPage.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Data; 8 | using System.Windows.Documents; 9 | using System.Windows.Input; 10 | using System.Windows.Media; 11 | using System.Windows.Media.Imaging; 12 | using System.Windows.Navigation; 13 | using System.Windows.Shapes; 14 | 15 | namespace OA.UI.Views 16 | { 17 | /// 18 | /// HRPage.xaml 的交互逻辑 19 | /// 20 | public partial class HRPage : Page 21 | { 22 | public HRPage() 23 | { 24 | InitializeComponent(); 25 | } 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /OA.UI/Views/AyExportWindow.xaml.cs: -------------------------------------------------------------------------------- 1 | using Ay.Framework.WPF.Controls; 2 | using System; 3 | using System.Collections.Generic; 4 | using System.Linq; 5 | using System.Text; 6 | using System.Windows; 7 | using System.Windows.Controls; 8 | using System.Windows.Data; 9 | using System.Windows.Documents; 10 | using System.Windows.Input; 11 | using System.Windows.Media; 12 | using System.Windows.Media.Imaging; 13 | using System.Windows.Shapes; 14 | 15 | namespace OA.UI.Views 16 | { 17 | /// 18 | /// AyExportWindow.xaml 的交互逻辑 19 | /// 20 | public partial class AyExportWindow : AyWindow 21 | { 22 | public AyExportWindow() 23 | { 24 | InitializeComponent(); 25 | } 26 | 27 | 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /OA.UI/Views/ForeignLanguagePage.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Data; 8 | using System.Windows.Documents; 9 | using System.Windows.Input; 10 | using System.Windows.Media; 11 | using System.Windows.Media.Imaging; 12 | using System.Windows.Navigation; 13 | using System.Windows.Shapes; 14 | 15 | namespace OA.UI.Views 16 | { 17 | /// 18 | /// ForeignLanguagePage.xaml 的交互逻辑 19 | /// 20 | public partial class ForeignLanguagePage : Page 21 | { 22 | public ForeignLanguagePage() 23 | { 24 | InitializeComponent(); 25 | } 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /OA.UI/Views/HRPage.xaml: -------------------------------------------------------------------------------- 1 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /OA.UI/Views/EmployeeEducationPage.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Data; 8 | using System.Windows.Documents; 9 | using System.Windows.Input; 10 | using System.Windows.Media; 11 | using System.Windows.Media.Imaging; 12 | using System.Windows.Navigation; 13 | using System.Windows.Shapes; 14 | 15 | namespace OA.UI.Views 16 | { 17 | /// 18 | /// EmployeeEducationPage.xaml 的交互逻辑 19 | /// 20 | public partial class EmployeeEducationPage : Page 21 | { 22 | public EmployeeEducationPage() 23 | { 24 | InitializeComponent(); 25 | } 26 | } 27 | } 28 | -------------------------------------------------------------------------------- /OA.UI/obj/Debug/OA.UI_MarkupCompile.lref: -------------------------------------------------------------------------------- 1 | 2 | FE:\sanxing\01AYAYUI\★产品源码\OAUI\OA.UI\App.xaml;; 3 | FE:\sanxing\01AYAYUI\★产品源码\OAUI\OA.UI\Controls\AyDataPager.xaml;; 4 | FE:\sanxing\01AYAYUI\★产品源码\OAUI\OA.UI\MainWindow.xaml;; 5 | FE:\sanxing\01AYAYUI\★产品源码\OAUI\OA.UI\SystemResources\MainThemes.xaml;; 6 | FE:\sanxing\01AYAYUI\★产品源码\OAUI\OA.UI\Views\AyExportWindow.xaml;; 7 | FE:\sanxing\01AYAYUI\★产品源码\OAUI\OA.UI\Views\EditEmployeeWindow.xaml;; 8 | FE:\sanxing\01AYAYUI\★产品源码\OAUI\OA.UI\Views\EmployeeBaseInfoPage.xaml;; 9 | FE:\sanxing\01AYAYUI\★产品源码\OAUI\OA.UI\Views\EmployeeEducationPage.xaml;; 10 | FE:\sanxing\01AYAYUI\★产品源码\OAUI\OA.UI\Views\EmployeeInfoPage.xaml;; 11 | FE:\sanxing\01AYAYUI\★产品源码\OAUI\OA.UI\Views\ForeignLanguagePage.xaml;; 12 | FE:\sanxing\01AYAYUI\★产品源码\OAUI\OA.UI\Views\HRPage.xaml;; 13 | FE:\sanxing\01AYAYUI\★产品源码\OAUI\OA.UI\Views\LoginWindow.xaml;; 14 | 15 | -------------------------------------------------------------------------------- /OA.UI.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Blend for Visual Studio 14 4 | VisualStudioVersion = 14.0.23107.0 5 | MinimumVisualStudioVersion = 10.0.40219.1 6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OA.UI", "OA.UI\OA.UI.csproj", "{1F2D5C9C-9F44-4F16-B399-3AAA711D1C8F}" 7 | EndProject 8 | Global 9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 10 | Debug|Any CPU = Debug|Any CPU 11 | Release|Any CPU = Release|Any CPU 12 | EndGlobalSection 13 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 14 | {1F2D5C9C-9F44-4F16-B399-3AAA711D1C8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 15 | {1F2D5C9C-9F44-4F16-B399-3AAA711D1C8F}.Debug|Any CPU.Build.0 = Debug|Any CPU 16 | {1F2D5C9C-9F44-4F16-B399-3AAA711D1C8F}.Release|Any CPU.ActiveCfg = Release|Any CPU 17 | {1F2D5C9C-9F44-4F16-B399-3AAA711D1C8F}.Release|Any CPU.Build.0 = Release|Any CPU 18 | EndGlobalSection 19 | GlobalSection(SolutionProperties) = preSolution 20 | HideSolutionNode = FALSE 21 | EndGlobalSection 22 | EndGlobal 23 | -------------------------------------------------------------------------------- /OA.UI/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.42000 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace OA.UI.Properties 12 | { 13 | 14 | 15 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 16 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] 17 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase 18 | { 19 | 20 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 21 | 22 | public static Settings Default 23 | { 24 | get 25 | { 26 | return defaultInstance; 27 | } 28 | } 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /OA.UI/Controls/AyPagingDto.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Collections.ObjectModel; 4 | using System.Linq; 5 | using System.Text; 6 | 7 | namespace Ay.Framework.WPF 8 | { 9 | public class AyPagingDto : AyPropertyChanged 10 | { 11 | public AyPagingDto() 12 | { 13 | Data = new ObservableCollection(); 14 | } 15 | 16 | private ObservableCollection _data; 17 | public ObservableCollection Data 18 | { 19 | get 20 | { 21 | return _data; 22 | } 23 | 24 | set 25 | { 26 | _data = value; 27 | OnPropertyChanged("Data"); 28 | } 29 | } 30 | 31 | public int _total; 32 | public int Total 33 | { 34 | get 35 | { 36 | return _total; 37 | } 38 | set 39 | { 40 | if (_total != value) 41 | { 42 | _total = value; 43 | OnPropertyChanged("Total"); 44 | } 45 | } 46 | } 47 | 48 | } 49 | } 50 | -------------------------------------------------------------------------------- /OA.UI/Views/EmployeeBaseInfoPage.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | using System.Windows.Data; 8 | using System.Windows.Documents; 9 | using System.Windows.Input; 10 | using System.Windows.Media; 11 | using System.Windows.Media.Imaging; 12 | using System.Windows.Navigation; 13 | using System.Windows.Shapes; 14 | 15 | namespace OA.UI.Views 16 | { 17 | /// 18 | /// EmployeeBaseInfoPage.xaml 的交互逻辑 19 | /// 20 | public partial class EmployeeBaseInfoPage : Page 21 | { 22 | EmployeeInfo info = new EmployeeInfo(); 23 | public EmployeeBaseInfoPage() 24 | { 25 | InitializeComponent(); 26 | 27 | } 28 | 29 | private string _empNo; 30 | 31 | public string EmpNo 32 | { 33 | get { return _empNo; } 34 | set { _empNo = value; } 35 | } 36 | 37 | private void export_Click(object sender, RoutedEventArgs e) 38 | { 39 | AyExportWindow exp = new AyExportWindow(); 40 | exp.ShowDialog(); 41 | } 42 | } 43 | } 44 | -------------------------------------------------------------------------------- /OA.UI/Views/LoginWindow.xaml.cs: -------------------------------------------------------------------------------- 1 | using Ay.Framework.WPF.Controls; 2 | using System; 3 | using System.Collections.Generic; 4 | using System.Linq; 5 | using System.Text; 6 | using System.Windows; 7 | using System.Windows.Controls; 8 | using System.Windows.Data; 9 | using System.Windows.Documents; 10 | using System.Windows.Input; 11 | using System.Windows.Media; 12 | using System.Windows.Media.Imaging; 13 | using System.Windows.Shapes; 14 | 15 | namespace OA.UI.Views 16 | { 17 | /// 18 | /// LoginWindow.xaml 的交互逻辑 19 | /// 20 | public partial class LoginWindow : AyWindow 21 | { 22 | public LoginWindow() 23 | { 24 | InitializeComponent(); 25 | } 26 | 27 | private void btnMinWindow_Click(object sender, RoutedEventArgs e) 28 | { 29 | base.MinWindowOperation(); 30 | } 31 | 32 | private void btnCloseWindow_Click(object sender, RoutedEventArgs e) 33 | { 34 | base.CloseWindowOperate(); 35 | } 36 | 37 | private void btnLogin_Click(object sender, RoutedEventArgs e) 38 | { 39 | MainWindow m = new MainWindow(); 40 | 41 | m.Show(); 42 | this.Close(); 43 | } 44 | } 45 | } 46 | -------------------------------------------------------------------------------- /OA.UI/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Resources; 3 | using System.Runtime.CompilerServices; 4 | using System.Runtime.InteropServices; 5 | using System.Windows; 6 | 7 | // 有关程序集的一般信息由以下 8 | // 控制。更改这些特性值可修改 9 | // 与程序集关联的信息。 10 | [assembly: AssemblyTitle("OA.UI")] 11 | [assembly: AssemblyDescription("")] 12 | [assembly: AssemblyConfiguration("")] 13 | [assembly: AssemblyCompany("")] 14 | [assembly: AssemblyProduct("OA.UI")] 15 | [assembly: AssemblyCopyright("Copyright © 2015")] 16 | [assembly: AssemblyTrademark("")] 17 | [assembly: AssemblyCulture("")] 18 | 19 | //将 ComVisible 设置为 false 将使此程序集中的类型 20 | //对 COM 组件不可见。 如果需要从 COM 访问此程序集中的类型, 21 | //请将此类型的 ComVisible 特性设置为 true。 22 | [assembly: ComVisible(false)] 23 | 24 | //若要开始生成可本地化的应用程序,请 25 | // 中的 .csproj 文件中 26 | //例如,如果您在源文件中使用的是美国英语, 27 | //使用的是美国英语,请将 设置为 en-US。 然后取消 28 | //对以下 NeutralResourceLanguage 特性的注释。 更新 29 | //以下行中的“en-US”以匹配项目文件中的 UICulture 设置。 30 | 31 | //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)] 32 | 33 | 34 | [assembly: ThemeInfo( 35 | ResourceDictionaryLocation.None, //主题特定资源词典所处位置 36 | //(当资源未在页面 37 | //或应用程序资源字典中找到时使用) 38 | ResourceDictionaryLocation.SourceAssembly //常规资源词典所处位置 39 | //(当资源未在页面 40 | //、应用程序或任何主题专用资源字典中找到时使用) 41 | )] 42 | 43 | 44 | // 程序集的版本信息由下列四个值组成: 45 | // 46 | // 主版本 47 | // 次版本 48 | // 生成号 49 | // 修订号 50 | // 51 | //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值, 52 | // 方法是按如下所示使用“*”: : 53 | // [assembly: AssemblyVersion("1.0.*")] 54 | [assembly: AssemblyVersion("1.0.0.0")] 55 | [assembly: AssemblyFileVersion("1.0.0.0")] 56 | -------------------------------------------------------------------------------- /OA.UI/Controls/PasswordBoxMonitor.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Windows; 6 | using System.Windows.Controls; 7 | 8 | namespace Ay.Framework.WPF.Controls 9 | { 10 | public class PasswordBoxMonitor : DependencyObject 11 | { 12 | public static bool GetIsMonitoring(DependencyObject obj) 13 | { 14 | return (bool)obj.GetValue(IsMonitoringProperty); 15 | } 16 | 17 | public static void SetIsMonitoring(DependencyObject obj, bool value) 18 | { 19 | obj.SetValue(IsMonitoringProperty, value); 20 | } 21 | 22 | public static readonly DependencyProperty IsMonitoringProperty = 23 | DependencyProperty.RegisterAttached("IsMonitoring", typeof(bool), typeof(PasswordBoxMonitor), new UIPropertyMetadata(false, OnIsMonitoringChanged)); 24 | 25 | 26 | 27 | public static int GetPasswordLength(DependencyObject obj) 28 | { 29 | return (int)obj.GetValue(PasswordLengthProperty); 30 | } 31 | 32 | public static void SetPasswordLength(DependencyObject obj, int value) 33 | { 34 | obj.SetValue(PasswordLengthProperty, value); 35 | } 36 | 37 | public static readonly DependencyProperty PasswordLengthProperty = 38 | DependencyProperty.RegisterAttached("PasswordLength", typeof(int), typeof(PasswordBoxMonitor), new UIPropertyMetadata(0)); 39 | 40 | private static void OnIsMonitoringChanged(DependencyObject d, DependencyPropertyChangedEventArgs e) 41 | { 42 | var pb = d as PasswordBox; 43 | if (pb == null) 44 | { 45 | return; 46 | } 47 | if ((bool)e.NewValue) 48 | { 49 | pb.PasswordChanged += PasswordChanged; 50 | } 51 | else 52 | { 53 | pb.PasswordChanged -= PasswordChanged; 54 | } 55 | } 56 | 57 | static void PasswordChanged(object sender, RoutedEventArgs e) 58 | { 59 | var pb = sender as PasswordBox; 60 | if (pb == null) 61 | { 62 | return; 63 | } 64 | SetPasswordLength(pb, pb.Password.Length); 65 | } 66 | } 67 | } 68 | -------------------------------------------------------------------------------- /OA.UI/Entities/EmployeeInfo.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | 4 | /// 5 | /// 实体,可以有数据库生成 6 | /// 7 | public class EmployeeInfo : AyUIEntity 8 | { 9 | 10 | private int id; 11 | 12 | public int Id 13 | { 14 | get { return id; } 15 | set 16 | { 17 | id = value; 18 | OnPropertyChanged("Id"); 19 | } 20 | } 21 | 22 | 23 | private string employeeNo; 24 | 25 | public string EmployeeNo 26 | { 27 | get { return employeeNo; } 28 | set 29 | { 30 | employeeNo = value; 31 | OnPropertyChanged("EmployeeNo"); 32 | } 33 | } 34 | 35 | private string sex; 36 | 37 | public string Sex 38 | { 39 | get { return sex; } 40 | set 41 | { 42 | sex = value; 43 | OnPropertyChanged("Sex"); 44 | } 45 | } 46 | 47 | private string name; 48 | 49 | public string Name 50 | { 51 | get { return name; } 52 | set 53 | { 54 | name = value; 55 | OnPropertyChanged("Name"); 56 | } 57 | } 58 | 59 | private DateTime? workDate; 60 | 61 | public DateTime? WorkDate 62 | { 63 | get { return workDate; } 64 | set 65 | { 66 | workDate = value; 67 | OnPropertyChanged("WorkDate"); 68 | } 69 | } 70 | 71 | 72 | 73 | private string degree; 74 | 75 | public string Degree 76 | { 77 | get { return degree; } 78 | set 79 | { 80 | degree = value; 81 | OnPropertyChanged("Degree"); 82 | } 83 | 84 | } 85 | 86 | 87 | 88 | private DateTime? firstWorkDate; 89 | /// 90 | /// 第一次参加工作时间 91 | /// 92 | public DateTime? FirstWorkDate 93 | { 94 | get { return firstWorkDate; } 95 | set 96 | { 97 | firstWorkDate = value; 98 | OnPropertyChanged("FirstWorkDate"); 99 | } 100 | } 101 | 102 | 103 | 104 | 105 | private int workMonth; 106 | /// 107 | /// 工龄 108 | /// 109 | public int WorkMonth 110 | { 111 | get { return workMonth; } 112 | set 113 | { 114 | workMonth = value; 115 | OnPropertyChanged("WorkMonth"); 116 | } 117 | } 118 | 119 | 120 | 121 | } 122 | 123 | 124 | 125 | -------------------------------------------------------------------------------- /OA.UI/Controls/AyPropertyChanged.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.ComponentModel; 6 | using System.Linq.Expressions; 7 | using System.Reflection; 8 | using System.Windows; 9 | using System.Windows.Media; 10 | 11 | namespace Ay.Framework.WPF 12 | { 13 | public class AyPropertyChanged : INotifyPropertyChanged 14 | { 15 | public event PropertyChangedEventHandler PropertyChanged; 16 | 17 | protected virtual void OnPropertyChanged(string propertyName) 18 | { 19 | PropertyChangedEventHandler handler = this.PropertyChanged; 20 | if (handler != null) 21 | { 22 | handler(this, new PropertyChangedEventArgs(propertyName)); 23 | } 24 | 25 | } 26 | 27 | protected void OnPropertyChanged(params string[] propertyNames) 28 | { 29 | if (propertyNames == null) throw new ArgumentNullException("propertyNames"); 30 | 31 | foreach (var name in propertyNames) 32 | { 33 | this.OnPropertyChanged(name); 34 | } 35 | } 36 | 37 | protected void OnPropertyChanged(Expression> propertyExpression) 38 | { 39 | var propertyName = ExtractPropertyName(propertyExpression); 40 | this.OnPropertyChanged(propertyName); 41 | } 42 | 43 | public static string ExtractPropertyName(Expression> propertyExpression) 44 | { 45 | if (propertyExpression == null) 46 | { 47 | throw new ArgumentNullException("propertyExpression"); 48 | } 49 | 50 | var memberExpression = propertyExpression.Body as MemberExpression; 51 | if (memberExpression == null) 52 | { 53 | throw new ArgumentException("PropertySupport_NotMemberAccessExpression_Exception", "propertyExpression"); 54 | } 55 | 56 | var property = memberExpression.Member as PropertyInfo; 57 | if (property == null) 58 | { 59 | throw new ArgumentException("PropertySupport_ExpressionNotProperty_Exception", "propertyExpression"); 60 | } 61 | 62 | var getMethod = property.GetGetMethod(true); 63 | if (getMethod.IsStatic) 64 | { 65 | throw new ArgumentException("PropertySupport_StaticExpression_Exception", "propertyExpression"); 66 | } 67 | 68 | return memberExpression.Member.Name; 69 | } 70 | 71 | } 72 | } 73 | -------------------------------------------------------------------------------- /OA.UI/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // 此代码由工具生成。 4 | // 运行时版本: 4.0.30319.42000 5 | // 6 | // 对此文件的更改可能导致不正确的行为,如果 7 | // 重新生成代码,则所做更改将丢失。 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace OA.UI.Properties 12 | { 13 | 14 | 15 | /// 16 | /// 强类型资源类,用于查找本地化字符串等。 17 | /// 18 | // 此类是由 StronglyTypedResourceBuilder 19 | // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 20 | // 若要添加或删除成员,请编辑 .ResX 文件,然后重新运行 ResGen 21 | // (以 /str 作为命令选项),或重新生成 VS 项目。 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 | internal class Resources 26 | { 27 | 28 | private static global::System.Resources.ResourceManager resourceMan; 29 | 30 | private static global::System.Globalization.CultureInfo resourceCulture; 31 | 32 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 33 | internal Resources() 34 | { 35 | } 36 | 37 | /// 38 | /// 返回此类使用的缓存 ResourceManager 实例。 39 | /// 40 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 41 | internal static global::System.Resources.ResourceManager ResourceManager 42 | { 43 | get 44 | { 45 | if ((resourceMan == null)) 46 | { 47 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("OA.UI.Properties.Resources", typeof(Resources).Assembly); 48 | resourceMan = temp; 49 | } 50 | return resourceMan; 51 | } 52 | } 53 | 54 | /// 55 | /// 覆盖当前线程的 CurrentUICulture 属性 56 | /// 使用此强类型的资源类的资源查找。 57 | /// 58 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 59 | internal static global::System.Globalization.CultureInfo Culture 60 | { 61 | get 62 | { 63 | return resourceCulture; 64 | } 65 | set 66 | { 67 | resourceCulture = value; 68 | } 69 | } 70 | } 71 | } 72 | -------------------------------------------------------------------------------- /OA.UI/obj/Debug/App.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B6C34FD330FF790D91FDB243C2697858BA1B10B4AE5BC632A2D7E91FCBC1D362" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // 此代码由工具生成。 5 | // 运行时版本:4.0.30319.42000 6 | // 7 | // 对此文件的更改可能会导致不正确的行为,并且如果 8 | // 重新生成代码,这些更改将会丢失。 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using OA.UI; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace OA.UI { 36 | 37 | 38 | /// 39 | /// App 40 | /// 41 | public partial class App : System.Windows.Application { 42 | 43 | private bool _contentLoaded; 44 | 45 | /// 46 | /// InitializeComponent 47 | /// 48 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 49 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 50 | public void InitializeComponent() { 51 | if (_contentLoaded) { 52 | return; 53 | } 54 | _contentLoaded = true; 55 | 56 | #line 5 "..\..\App.xaml" 57 | this.StartupUri = new System.Uri("/Views/LoginWindow.xaml", System.UriKind.Relative); 58 | 59 | #line default 60 | #line hidden 61 | System.Uri resourceLocater = new System.Uri("/OA.UI;component/app.xaml", System.UriKind.Relative); 62 | 63 | #line 1 "..\..\App.xaml" 64 | System.Windows.Application.LoadComponent(this, resourceLocater); 65 | 66 | #line default 67 | #line hidden 68 | } 69 | 70 | /// 71 | /// Application Entry Point. 72 | /// 73 | [System.STAThreadAttribute()] 74 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 75 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 76 | public static void Main() { 77 | OA.UI.App app = new OA.UI.App(); 78 | app.InitializeComponent(); 79 | app.Run(); 80 | } 81 | } 82 | } 83 | 84 | -------------------------------------------------------------------------------- /OA.UI/obj/Debug/App.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B6C34FD330FF790D91FDB243C2697858BA1B10B4AE5BC632A2D7E91FCBC1D362" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // 此代码由工具生成。 5 | // 运行时版本:4.0.30319.42000 6 | // 7 | // 对此文件的更改可能会导致不正确的行为,并且如果 8 | // 重新生成代码,这些更改将会丢失。 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using OA.UI; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace OA.UI { 36 | 37 | 38 | /// 39 | /// App 40 | /// 41 | public partial class App : System.Windows.Application { 42 | 43 | private bool _contentLoaded; 44 | 45 | /// 46 | /// InitializeComponent 47 | /// 48 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 49 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 50 | public void InitializeComponent() { 51 | if (_contentLoaded) { 52 | return; 53 | } 54 | _contentLoaded = true; 55 | 56 | #line 5 "..\..\App.xaml" 57 | this.StartupUri = new System.Uri("/Views/LoginWindow.xaml", System.UriKind.Relative); 58 | 59 | #line default 60 | #line hidden 61 | System.Uri resourceLocater = new System.Uri("/OA.UI;component/app.xaml", System.UriKind.Relative); 62 | 63 | #line 1 "..\..\App.xaml" 64 | System.Windows.Application.LoadComponent(this, resourceLocater); 65 | 66 | #line default 67 | #line hidden 68 | } 69 | 70 | /// 71 | /// Application Entry Point. 72 | /// 73 | [System.STAThreadAttribute()] 74 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 75 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 76 | public static void Main() { 77 | OA.UI.App app = new OA.UI.App(); 78 | app.InitializeComponent(); 79 | app.Run(); 80 | } 81 | } 82 | } 83 | 84 | -------------------------------------------------------------------------------- /OA.UI/obj/Debug/GeneratedInternalTypeHelper.g.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // 此代码由工具生成。 4 | // 运行时版本:4.0.30319.42000 5 | // 6 | // 对此文件的更改可能会导致不正确的行为,并且如果 7 | // 重新生成代码,这些更改将会丢失。 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace XamlGeneratedNamespace { 12 | 13 | 14 | /// 15 | /// GeneratedInternalTypeHelper 16 | /// 17 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 18 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 19 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 20 | public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper { 21 | 22 | /// 23 | /// CreateInstance 24 | /// 25 | protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) { 26 | return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic) 27 | | (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture); 28 | } 29 | 30 | /// 31 | /// GetPropertyValue 32 | /// 33 | protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) { 34 | return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture); 35 | } 36 | 37 | /// 38 | /// SetPropertyValue 39 | /// 40 | protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) { 41 | propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture); 42 | } 43 | 44 | /// 45 | /// CreateDelegate 46 | /// 47 | protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) { 48 | return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod 49 | | (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] { 50 | delegateType, 51 | handler}, null))); 52 | } 53 | 54 | /// 55 | /// AddEventHandler 56 | /// 57 | protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) { 58 | eventInfo.AddEventHandler(target, handler); 59 | } 60 | } 61 | } 62 | 63 | -------------------------------------------------------------------------------- /OA.UI/obj/Debug/GeneratedInternalTypeHelper.g.i.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // 此代码由工具生成。 4 | // 运行时版本:4.0.30319.42000 5 | // 6 | // 对此文件的更改可能会导致不正确的行为,并且如果 7 | // 重新生成代码,这些更改将会丢失。 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace XamlGeneratedNamespace { 12 | 13 | 14 | /// 15 | /// GeneratedInternalTypeHelper 16 | /// 17 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 18 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 19 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 20 | public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper { 21 | 22 | /// 23 | /// CreateInstance 24 | /// 25 | protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) { 26 | return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic) 27 | | (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture); 28 | } 29 | 30 | /// 31 | /// GetPropertyValue 32 | /// 33 | protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) { 34 | return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture); 35 | } 36 | 37 | /// 38 | /// SetPropertyValue 39 | /// 40 | protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) { 41 | propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture); 42 | } 43 | 44 | /// 45 | /// CreateDelegate 46 | /// 47 | protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) { 48 | return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod 49 | | (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] { 50 | delegateType, 51 | handler}, null))); 52 | } 53 | 54 | /// 55 | /// AddEventHandler 56 | /// 57 | protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) { 58 | eventInfo.AddEventHandler(target, handler); 59 | } 60 | } 61 | } 62 | 63 | -------------------------------------------------------------------------------- /OA.UI/obj/Debug/Page1.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\Page1.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "1D1D4D5C060AC28AE79ADB0E4701F0F3" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // 此代码由工具生成。 5 | // 运行时版本:4.0.30319.42000 6 | // 7 | // 对此文件的更改可能会导致不正确的行为,并且如果 8 | // 重新生成代码,这些更改将会丢失。 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Ay.Framework.WPF.Controls; 13 | using OA.UI; 14 | using OA.UI.Resources; 15 | using OA.UI.SystemResources; 16 | using System; 17 | using System.Diagnostics; 18 | using System.Windows; 19 | using System.Windows.Automation; 20 | using System.Windows.Controls; 21 | using System.Windows.Controls.Primitives; 22 | using System.Windows.Data; 23 | using System.Windows.Documents; 24 | using System.Windows.Ink; 25 | using System.Windows.Input; 26 | using System.Windows.Markup; 27 | using System.Windows.Media; 28 | using System.Windows.Media.Animation; 29 | using System.Windows.Media.Effects; 30 | using System.Windows.Media.Imaging; 31 | using System.Windows.Media.Media3D; 32 | using System.Windows.Media.TextFormatting; 33 | using System.Windows.Navigation; 34 | using System.Windows.Shapes; 35 | using System.Windows.Shell; 36 | 37 | 38 | namespace OA.UI { 39 | 40 | 41 | /// 42 | /// Page1 43 | /// 44 | public partial class Page1 : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { 45 | 46 | private bool _contentLoaded; 47 | 48 | /// 49 | /// InitializeComponent 50 | /// 51 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 52 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 53 | public void InitializeComponent() { 54 | if (_contentLoaded) { 55 | return; 56 | } 57 | _contentLoaded = true; 58 | System.Uri resourceLocater = new System.Uri("/OA.UI;component/page1.xaml", System.UriKind.Relative); 59 | 60 | #line 1 "..\..\Page1.xaml" 61 | System.Windows.Application.LoadComponent(this, resourceLocater); 62 | 63 | #line default 64 | #line hidden 65 | } 66 | 67 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 68 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 69 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 70 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] 71 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] 72 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] 73 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { 74 | this._contentLoaded = true; 75 | } 76 | } 77 | } 78 | 79 | -------------------------------------------------------------------------------- /OA.UI/obj/Debug/Views/ForeignLanguagePage.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\..\Views\ForeignLanguagePage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "E3F29CF4240E6FB787F0CDCEF0AD01E29C4454B50A95397D4E41DA8FCB13882A" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // 此代码由工具生成。 5 | // 运行时版本:4.0.30319.42000 6 | // 7 | // 对此文件的更改可能会导致不正确的行为,并且如果 8 | // 重新生成代码,这些更改将会丢失。 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using OA.UI.Views; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace OA.UI.Views { 36 | 37 | 38 | /// 39 | /// ForeignLanguagePage 40 | /// 41 | public partial class ForeignLanguagePage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { 42 | 43 | private bool _contentLoaded; 44 | 45 | /// 46 | /// InitializeComponent 47 | /// 48 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 49 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 50 | public void InitializeComponent() { 51 | if (_contentLoaded) { 52 | return; 53 | } 54 | _contentLoaded = true; 55 | System.Uri resourceLocater = new System.Uri("/OA.UI;component/views/foreignlanguagepage.xaml", System.UriKind.Relative); 56 | 57 | #line 1 "..\..\..\Views\ForeignLanguagePage.xaml" 58 | System.Windows.Application.LoadComponent(this, resourceLocater); 59 | 60 | #line default 61 | #line hidden 62 | } 63 | 64 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 65 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 66 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 67 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] 68 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] 69 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] 70 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { 71 | this._contentLoaded = true; 72 | } 73 | } 74 | } 75 | 76 | -------------------------------------------------------------------------------- /OA.UI/obj/Debug/Views/ForeignLanguagePage.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\..\Views\ForeignLanguagePage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "E3F29CF4240E6FB787F0CDCEF0AD01E29C4454B50A95397D4E41DA8FCB13882A" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // 此代码由工具生成。 5 | // 运行时版本:4.0.30319.42000 6 | // 7 | // 对此文件的更改可能会导致不正确的行为,并且如果 8 | // 重新生成代码,这些更改将会丢失。 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using OA.UI.Views; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace OA.UI.Views { 36 | 37 | 38 | /// 39 | /// ForeignLanguagePage 40 | /// 41 | public partial class ForeignLanguagePage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { 42 | 43 | private bool _contentLoaded; 44 | 45 | /// 46 | /// InitializeComponent 47 | /// 48 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 49 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 50 | public void InitializeComponent() { 51 | if (_contentLoaded) { 52 | return; 53 | } 54 | _contentLoaded = true; 55 | System.Uri resourceLocater = new System.Uri("/OA.UI;component/views/foreignlanguagepage.xaml", System.UriKind.Relative); 56 | 57 | #line 1 "..\..\..\Views\ForeignLanguagePage.xaml" 58 | System.Windows.Application.LoadComponent(this, resourceLocater); 59 | 60 | #line default 61 | #line hidden 62 | } 63 | 64 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 65 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 66 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 67 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] 68 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] 69 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] 70 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { 71 | this._contentLoaded = true; 72 | } 73 | } 74 | } 75 | 76 | -------------------------------------------------------------------------------- /OA.UI/obj/Debug/Views/EmployeeEducationPage.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\..\Views\EmployeeEducationPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F542E29626F4793DC296FE9FC0B74F2A8FF901BB8C7EEF317F5A8020587E79E9" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // 此代码由工具生成。 5 | // 运行时版本:4.0.30319.42000 6 | // 7 | // 对此文件的更改可能会导致不正确的行为,并且如果 8 | // 重新生成代码,这些更改将会丢失。 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using OA.UI.Views; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace OA.UI.Views { 36 | 37 | 38 | /// 39 | /// EmployeeEducationPage 40 | /// 41 | public partial class EmployeeEducationPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { 42 | 43 | private bool _contentLoaded; 44 | 45 | /// 46 | /// InitializeComponent 47 | /// 48 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 49 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 50 | public void InitializeComponent() { 51 | if (_contentLoaded) { 52 | return; 53 | } 54 | _contentLoaded = true; 55 | System.Uri resourceLocater = new System.Uri("/OA.UI;component/views/employeeeducationpage.xaml", System.UriKind.Relative); 56 | 57 | #line 1 "..\..\..\Views\EmployeeEducationPage.xaml" 58 | System.Windows.Application.LoadComponent(this, resourceLocater); 59 | 60 | #line default 61 | #line hidden 62 | } 63 | 64 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 65 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 66 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 67 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] 68 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] 69 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] 70 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { 71 | this._contentLoaded = true; 72 | } 73 | } 74 | } 75 | 76 | -------------------------------------------------------------------------------- /OA.UI/obj/Debug/Views/EmployeeEducationPage.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\..\Views\EmployeeEducationPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F542E29626F4793DC296FE9FC0B74F2A8FF901BB8C7EEF317F5A8020587E79E9" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // 此代码由工具生成。 5 | // 运行时版本:4.0.30319.42000 6 | // 7 | // 对此文件的更改可能会导致不正确的行为,并且如果 8 | // 重新生成代码,这些更改将会丢失。 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using OA.UI.Views; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace OA.UI.Views { 36 | 37 | 38 | /// 39 | /// EmployeeEducationPage 40 | /// 41 | public partial class EmployeeEducationPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector { 42 | 43 | private bool _contentLoaded; 44 | 45 | /// 46 | /// InitializeComponent 47 | /// 48 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 49 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 50 | public void InitializeComponent() { 51 | if (_contentLoaded) { 52 | return; 53 | } 54 | _contentLoaded = true; 55 | System.Uri resourceLocater = new System.Uri("/OA.UI;component/views/employeeeducationpage.xaml", System.UriKind.Relative); 56 | 57 | #line 1 "..\..\..\Views\EmployeeEducationPage.xaml" 58 | System.Windows.Application.LoadComponent(this, resourceLocater); 59 | 60 | #line default 61 | #line hidden 62 | } 63 | 64 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 65 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 66 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 67 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] 68 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] 69 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] 70 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { 71 | this._contentLoaded = true; 72 | } 73 | } 74 | } 75 | 76 | -------------------------------------------------------------------------------- /OA.UI/Views/AyExportWindow.xaml: -------------------------------------------------------------------------------- 1 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 |