登录
首页 » C# » 142277346WPF_UI

142277346WPF_UI

于 2020-07-03 发布
0 181
下载积分: 1 下载次数: 11

代码说明:

说明:  精美的WPF界面示例,请大家积极下载,可以用(Beautiful example of WPF interface)

文件列表:

Bin\bkg.jpg, 54339 , 2011-09-13
Bin\Eniux.Wpf.Controls.Core.dll, 21504 , 2011-09-14
Bin\Eniux.Wpf.Controls.Core.pdb, 60928 , 2011-09-14
Bin\Eniux.Wpf.Controls.dll, 66048 , 2011-09-14
Bin\Eniux.Wpf.Controls.pdb, 105984 , 2011-09-14
Bin\Eniux.Wpf.Controls.Themes.dll, 432640 , 2011-09-14
Bin\Eniux.Wpf.Controls.Themes.LightBlueSkin.pdb, 13824 , 2011-09-11
Bin\Eniux.Wpf.Controls.Themes.LightGraySkin.pdb, 13824 , 2011-09-11
Bin\Eniux.Wpf.Controls.Themes.pdb, 13824 , 2011-09-14
Bin\Eniux.Wpf.Controls.Themes.SilverSkin.pdb, 13824 , 2011-09-11
Bin\Eniux.Wpf.Controls.Themes.SkinResource.dll, 33280 , 2011-09-14
Bin\Eniux.Wpf.Controls.Themes.SkinResource.pdb, 13824 , 2011-09-14
Bin\Eniux.Wpf.Controls.XML, 125420 , 2011-09-14
Bin\Eniux.Wpf.Modules.pdb, 22016 , 2011-09-10
Bin\theme\images\1.jpg, 353873 , 2010-09-13
Bin\theme\images\2.jpg, 322569 , 2010-09-13
Bin\theme\images\3.jpg, 369413 , 2010-09-13
Bin\theme\images\4.jpg, 221889 , 2010-05-22
Bin\theme\images\5.jpg, 429602 , 2010-09-13
Bin\theme\images\6.jpg, 1470303 , 2011-09-13
Bin\theme\images\7.jpg, 51516 , 2010-09-13
Bin\theme\images\8.jpg, 78075 , 2010-09-13
Bin\theme\themeconfig(配置文件破坏,请用此文件恢复).xml, 431 , 2011-09-14
Bin\theme\themeconfig.xml, 449 , 2011-09-14
Bin\ThemeManagementModule.dll, 29696 , 2011-09-14
Bin\ThemeManagementModule.pdb, 42496 , 2011-09-14
Bin\WpfTest.exe, 33280 , 2011-09-14
Bin\WpfTest.pdb, 32256 , 2011-09-14
Bin\WpfTest.vshost.exe, 11600 , 2011-09-14
WpfTest\1.png, 5014 , 2011-09-05
WpfTest\App.xaml, 4015 , 2011-09-14
WpfTest\App.xaml.cs, 309 , 2011-08-04
WpfTest\Properties\AssemblyInfo.cs, 2278 , 2011-08-04
WpfTest\Properties\Resources.Designer.cs, 2842 , 2011-08-04
WpfTest\Properties\Resources.resx, 5612 , 2011-08-04
WpfTest\Properties\Settings.Designer.cs, 1092 , 2011-08-04
WpfTest\Properties\Settings.settings, 201 , 2011-08-04
WpfTest\Window3.xaml, 12810 , 2011-09-14
WpfTest\Window3.xaml.cs, 9846 , 2011-09-14
WpfTest\WpfTest.csproj, 6334 , 2011-09-14
WpfTest\WpfTest.csproj.user, 227 , 2011-09-11
WpfTest\WpfTest.csproj.vspscc, 257 , 2011-08-04
Bin\theme\images, 0 , 2011-09-14
Bin\theme, 0 , 2011-09-14
WpfTest\Properties, 0 , 2011-08-04
Bin, 0 , 2011-09-14
WpfTest, 0 , 2011-09-14

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MODBUS-CSharp
    说明:  socket测试小程序。MODBUS协议。很简单的小例子,适合初学者。(socket test applet. MODBUS protocol. A very simple little example for beginners.)
    2011-03-17 16:31:47下载
    积分:1
  • DCC_V_33-master
    说明:  基于FPGA的自适应滤波实现,,,,,,,,,,,(Implementation of adaptive filtering based on FPGA)
    2020-06-17 21:00:07下载
    积分:1
  • 基于zynq平台实现AMP双核加载
    AMP模式下如何加载两个操作系统,Linux ,基于zynq平台 AMP双核 ├── ZYNQ实现AMP双系统.doc ├── bootgen │   ├── BOOT.BIN │   ├── amp_fsbl.elf │   ├── app_cpu1.elf │   ├── bootgen.exe │   ├── bootimage.bif │   ├── createBoot.bat │   ├── system.bit │   └── u-boot.elf ├── sdcard │   └── zedboard.zip ├── src │   ├── apps │   │   ├── app_cpu1.c │   │   ├── lscript.ld │   │   ├── rwmem.c │   │   └── softuart.c │   ├── bootgen │   │   ├── bootimage.bif │   │   └── createBoot.bat │   ├── my_ip │   │   └── irq_gen_v1_00_a │   │       ├── component.xml │   │       ├── hdl │   │       │   ├── verilog │   │       │   │   └── user_logic.v │   │       │   └── vhdl │   │       │       ├── address_decoder.vhd │   │       │       ├── axi_lite_ipif.vhd │   │       │       ├── family_support.vhd │   │       │       ├── ipif_pkg.vhd │   │       │       ├── irq_gen.vhd │   │       │       ├── proc_common_pkg.vhd │   │       │       ├── pselect_f.vhd │   │       │       ├── slave_attachment.vhd │   │       │       └── user_logic.vhd │   │       ├── irq_gen_0 │   │       │   ├── irq_gen_0.xci │   │       │   └── irq_gen_0.xml │   │       └── xgui │   │           └── irq_gen_v1_0.tcl │   ├── scripts │   │   ├── create_bd_702.tcl │   │   ├── create_bd_706.tcl │   │   ├── create_bd_zedBoard.tcl │   │   ├── create_proj_702.tcl │   │   ├── create_proj_706.tcl │   │   └── create_proj_zedBoard.tcl │   └── sdk_repo │       └── bsp │           └── standalone_amp_v4_299 │               ├── data │               │   ├── standalone_amp.mld │               │   ├── standalone_amp.mss │               │   └── standalone_amp.tcl │               ├── doc │               │   ├── html │               │   │   └── api │               │   │       ├── annotated.html │               │   │       ├── dir_U_3A_2Fdoxygen_5Fpublish_2Fsources_2Fbsp_2Fstandalone_5Fv4_5F0_2Fsrc_2Fcommon_2F.html │               │   │       ├── dir_U_3A_2Fdoxygen_5Fpublish_2Fsources_2Fbsp_2Fstandalone_5Fv4_5F0_2Fsrc_2Fcortexa9_2F.html │               │   │       ├── dir_U_3A_2Fdoxygen_5Fpublish_2Fsources_2Fbsp_2Fstandalone_5Fv4_5F0_2Fsrc_2Fcortexa9_2Farmcc_2F.html │               │   │       ├── dir_U_3A_2Fdoxygen_5Fpublish_2Fsources_2Fbsp_2Fstandalone_5Fv4_5F0_2Fsrc_2Fcortexa9_2Fgcc_2F.html │               │   │       ├── dir_U_3A_2Fdoxygen_5Fpublish_2Fsources_2Fbsp_2Fstandalone_5Fv4_5F0_2Fsrc_2Fmicroblaze_2F.html │               │   │       ├── dir_U_3A_2Fdoxygen_5Fpublish_2Fsources_2Fbsp_2Fstandalone_5Fv4_5F0_2Fsrc_2Fprofile_2F.html │               │   │       ├── dirs.html │               │   │       ├── doxygen.css │               │   │       ├── doxygen.png │               │   │       ├── files.html │               │   │       ├── globals.html │               │   │       ├── globals_defs.html │               │   │       ├── globals_func.html │               │   │       ├── globals_type.html │               │   │       ├── globals_vars.html │               │   │       ├── index.html │               │   │       ├── microblaze__exception__handler_8c.html │               │   │       ├── microblaze__exceptions__g_8h.html │               │   │       ├── microblaze__exceptions__i_8h.html │               │   │       ├── microblaze__interrupt__handler_8c.html │               │   │       ├── microblaze__interrupts__g_8c.html │               │   │       ├── microblaze__interrupts__i_8h.html │               │   │       ├── pvr_8c.html │               │   │       ├── pvr_8h.html │               │   │       ├── smc_8c.html │               │   │       ├── smc_8h.html │               │   │       ├── struct_m_b___exception_vector_table_entry.html │               │   │       ├── tab_b.gif │               │   │       ├── tab_l.gif │               │   │       ├── tab_r.gif │               │   │       ├── tabs.css │               │   │       ├── uart_8c.html │               │   │       ├── usleep_8c.html │               │   │       ├── vectors_8c.html │               │   │       ├── vectors_8h.html │               │   │       ├── xbasic__types_8h.html │               │   │       ├── xenv_8h.html │               │   │       ├── xenv__standalone_8h.html │               │   │       ├── xil__assert_8c.html │               │   │       ├── xil__assert_8h.html │               │   │       ├── xil__cache__l_8h.html │               │   │       ├── xil__cache__vxworks_8h.html │               │   │       ├── xil__errata_8h.html │               │   │       ├── xil__hal_8h.html │               │   │       ├── xil__macroback_8h.html │               │   │       ├── xil__mmu_8c.html │               │   │       ├── xil__mmu_8h.html │               │   │       ├── xil__testcache_8c.html │               │   │       ├── xil__testcache_8h.html │               │   │       ├── xil__testmem_8c.html │               │   │       ├── xil__testmem_8h.html │               │   │       ├── xil__types_8h.html │               │   │       ├── xl2cc_8h.html │               │   │       ├── xl2cc__counter_8c.html │               │   │       ├── xl2cc__counter_8h.html │               │   │       ├── xparameters__ps_8h.html │               │   │       ├── xpm__counter_8c.html │               │   │       ├── xpm__counter_8h.html │               │   │       ├── xpseudo__asm_8h.html │               │   │       ├── xpseudo__asm__gcc_8h.html │               │   │       ├── xpseudo__asm__rvct_8c.html │               │   │       ├── xpseudo__asm__rvct_8h.html │               │   │       ├── xreg__cortexa9_8h.html │               │   │       ├── xstatus_8h.html │               │   │       ├── xtime__l_8c.html │               │   │       └── xtime__l_8h.html │               │   └── standalone_v4_2.pdf │               └── src │                   ├── changelog.txt │                   ├── common │                   │   ├── xbasic_types.h │                   │   ├── xdebug.h │                   │   ├── xenv.h │                   │   ├── xenv_standalone.h │                   │   ├── xil_assert.c │                   │   ├── xil_assert.h │                   │   ├── xil_cache_vxworks.h │                   │   ├── xil_hal.h │                   │   ├── xil_macroback.h │                   │   ├── xil_testcache.c │                   │   ├── xil_testcache.h │                   │   ├── xil_testio.c │                   │   ├── xil_testio.h │                   │   ├── xil_testmem.c │                   │   ├── xil_testmem.h │                   │   ├── xil_types.h │                   │   └── xstatus.h │                   ├── cortexa9 │                   │   ├── armcc │                   │   │   ├── ARM_argv_veneer.c │                   │   │   ├── Makefile │                   │   │   ├── _sys_close.c │                   │   │   ├── _sys_exit.c │                   │   │   ├── _sys_iserror.c │                   │   │   ├── _sys_istty.c │                   │   │   ├── _sys_open.c │                   │   │   ├── _sys_read.c │                   │   │   ├── _sys_write.c │                   │   │   ├── asm_vectors.s │                   │   │   ├── boot.S │                   │   │   ├── translation_table.s │                   │   │   ├── xpseudo_asm_rvct.c │                   │   │   └── xpseudo_asm_rvct.h │                   │   ├── gcc │                   │   │   ├── Makefile │                   │   │   ├── _exit.c │                   │   │   ├── _open.c │                   │   │   ├── _sbrk.c │                   │   │   ├── abort.c │                   │   │   ├── asm_vectors.S │                   │   │   ├── boot.S │                   │   │   ├── close.c │                   │   │   ├── cpu_init.S │                   │   │   ├── errno.c │                   │   │   ├── fcntl.c │                   │   │   ├── fstat.c │                   │   │   ├── getpid.c │                   │   │   ├── isatty.c │                   │   │   ├── kill.c │                   │   │   ├── lseek.c │                   │   │   ├── open.c │                   │   │   ├── read.c │                   │   │   ├── sbrk.c │                   │   │   ├── translation_table.s │                   │   │   ├── unlink.c │                   │   │   ├── write.c │                   │   │   ├── xil-crt0.S │                   │   │   └── xpseudo_asm_gcc.h │                   │   ├── iccarm │                   │   │   ├── Makefile │                   │   │   ├── abort.c │                   │   │   ├── asm_vectors.s │                   │   │   ├── boot.s │                   │   │   ├── clock.c │                   │   │   ├── close.c │                   │   │   ├── exit.c │                   │   │   ├── low_level_init.c │                   │   │   ├── lseek.c │                   │   │   ├── open.c │                   │   │   ├── read.c │                   │   │   ├── remove.c │                   │   │   ├── translation_table.s │                   │   │   ├── write.c │                   │   │   ├── xpseudo_asm_iccarm.c │                   │   │   └── xpseudo_asm_iccarm.h │                   │   ├── print.c │                   │   ├── putnum.c │                   │   ├── sleep.c │                   │   ├── sleep.h │                   │   ├── smc.h │                   │   ├── usleep.c │                   │   ├── vectors.c │                   │   ├── vectors.h │                   │   ├── xil_cache.c │                   │   ├── xil_cache.h │                   │   ├── xil_cache_l.h │                   │   ├── xil_errata.h │                   │   ├── xil_exception.c │                   │   ├── xil_exception.h │                   │   ├── xil_io.c │                   │   ├── xil_io.h │                   │   ├── xil_misc_psreset_api.c │                   │   ├── xil_misc_psreset_api.h │                   │   ├── xil_mmu.c │                   │   ├── xil_mmu.h │                   │   ├── xil_printf.c │                   │   ├── xil_printf.h │                   │   ├── xl2cc.h │                   │   ├── xl2cc_counter.c │                   │   ├── xl2cc_counter.h │                   │   ├── xparameters_ps.h │                   │   ├── xpm_counter.c │                   │   ├── xpm_counter.h │                   │   ├── xpseudo_asm.h │                   │   ├── xreg_cortexa9.h │                   │   ├── xtime_l.c │                   │   └── xtime_l.h │                   ├── microblaze │                   │   ├── Makefile │                   │   ├── _exit.c │                   │   ├── errno.c │                   │   ├── fcntl.c │                   │   ├── fsl.h │                   │   ├── hw_exception_handler.S │                   │   ├── mb_interface.h │                   │   ├── microblaze_disable_dcache.S │                   │   ├── microblaze_disable_exceptions.S │                   │   ├── microblaze_disable_icache.S │                   │   ├── microblaze_disable_interrupts.S │                   │   ├── microblaze_enable_dcache.S │                   │   ├── microblaze_enable_exceptions.S │                   │   ├── microblaze_enable_icache.S │                   │   ├── microblaze_enable_interrupts.S │                   │   ├── microblaze_exception_handler.c │                   │   ├── microblaze_exceptions_g.h │                   │   ├── microblaze_exceptions_i.h │                   │   ├── microblaze_flush_cache_ext.S │                   │   ├── microblaze_flush_cache_ext_range.S │                   │   ├── microblaze_flush_dcache.S │                   │   ├── microblaze_flush_dcache_range.S │                   │   ├── microblaze_init_dcache_range.S │                   │   ├── microblaze_init_icache_range.S │                   │   ├── microblaze_interrupt_handler.c │                   │   ├── microblaze_interrupts_g.c │                   │   ├── microblaze_interrupts_i.h │                   │   ├── microblaze_invalidate_cache_ext.S │                   │   ├── microblaze_invalidate_cache_ext_range.S │                   │   ├── microblaze_invalidate_dcache.S │                   │   ├── microblaze_invalidate_dcache_range.S │                   │   ├── microblaze_invalidate_icache.S │                   │   ├── microblaze_invalidate_icache_range.S │                   │   ├── microblaze_scrub.S │                   │   ├── microblaze_sleep.c │                   │   ├── microblaze_sleep.h │                   │   ├── microblaze_update_dcache.S │                   │   ├── microblaze_update_icache.S │                   │   ├── pvr.c │                   │   ├── pvr.h │                   │   ├── xil_cache.c │                   │   ├── xil_cache.h │                   │   ├── xil_exception.c │                   │   ├── xil_exception.h │                   │   ├── xil_io.c │                   │   ├── xil_io.h │                   │   ├── xil_misc_psreset_api.c │                   │   ├── xil_misc_psreset_api.h │                   │   └── xil_printf.h │                   └── profile │                       ├── Makefile │                       ├── _profile_clean.c │                       ├── _profile_init.c │                       ├── _profile_timer_hw.c │                       ├── _profile_timer_hw.h │                       ├── dummy.S │                       ├── mblaze_nt_types.h │                       ├── profile.h │                       ├── profile_cg.c │                       ├── profile_config.h │                       ├── profile_hist.c │                       ├── profile_mcount_arm.S │                       ├── profile_mcount_mb.S │                       └── profile_mcount_ppc.S └── work     └── bootgen         ├── bootimage.bif         └── createBoot.bat 30 directories, 276 files
    2021-09-19 00:31:02下载
    积分:1
  • Game_Demo
    ogre的高级编程框架,适合对ogre深入学习者。(the ogre senior programming framework,suitable learners in depth ogre.)
    2013-04-02 13:22:26下载
    积分:1
  • CsLWS
    说明:  LWS地磅称重程序,带有LCD液晶显示屏控件 硬件基于RS232485,采用串口通讯的原理编写开发实现(LWS weighbridge weighing program, with LCD liquid crystal display control hardware based on RS232485, using the principle of serial communication development)
    2020-07-02 08:00:02下载
    积分:1
  • avwin0808Pavwin04043
    这是一个8x8的矩阵切换程序,可实现8个通道的音频高清视频切换。(This is a 8x8 matrix switcher can achieve 8-channel audio HD video switching.)
    2014-04-25 13:50:57下载
    积分:1
  • openGL
    OPenGL讲义,本人利用课余时间总结的的比较的好的讲义,打包下载,里面有三个哦(OPenGL handouts, I use their spare time to sum up the relatively good notes, download package, there are three oh)
    2014-01-03 10:42:05下载
    积分:1
  • K60MCU-USBDevice
    codewarrior环境下k60处理器的usb-otg作为usb设备的驱动(CodeWarrior environment k60 processor USB-OTG drive as a USB device)
    2013-04-18 17:27:05下载
    积分:1
  • 入门经典第5版中文高清版
    C#入门经典,非常好的学习C#的入门教材(C# Introduction classics, very good learning C# introductory textbooks)
    2020-06-21 14:40:01下载
    积分:1
  • C#免注册到系统调用大漠插件
    说明:  免注册C# 大漠注册 绝对可用 自己写的 资料难求 希望珍惜(Registration free C# desert registration can absolutely use the information written by yourself, which is hard to find. I hope to cherish)
    2021-02-24 20:09:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载