在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#网络编程 → asp.net web 点胶系统

asp.net web 点胶系统

C#网络编程

下载此实例
  • 开发语言:C#
  • 实例大小:7.95M
  • 下载次数:43
  • 浏览次数:326
  • 发布时间:2022-04-02
  • 实例类别:C#网络编程
  • 发 布 人:1010214255
  • 文件格式:.rar
  • 所需积分:5
 相关标签: 系统

实例介绍

【实例简介】asp.net web 点胶系统

【实例截图】

from clipboard

【核心代码】

.
├── Admin
│   ├── AutoLine
│   │   ├── Add.aspx
│   │   ├── Add.aspx.cs
│   │   ├── Add.aspx.designer.cs
│   │   ├── Edit.aspx
│   │   ├── Edit.aspx.cs
│   │   ├── Edit.aspx.designer.cs
│   │   └── L_AutoLine.html
│   ├── Default.aspx
│   ├── Default.aspx.cs
│   ├── Default.aspx.designer.cs
│   ├── Images
│   │   ├── dd.png
│   │   ├── dh1.png
│   │   └── votes.gif
│   ├── JS
│   │   ├── CreateQrCode.js
│   │   ├── easyloader.js
│   │   ├── jquery-1.11.3.min.js
│   │   ├── jquery-1.7.2.min.js
│   │   ├── jquery-1.8.2.js
│   │   ├── jquery-2.1.4.min.js
│   │   ├── jquery.easyui.min.js
│   │   ├── layer311
│   │   │   ├── layer.js
│   │   │   ├── mobile
│   │   │   │   ├── layer.js
│   │   │   │   └── need
│   │   │   │       └── layer.css
│   │   │   └── theme
│   │   │       └── default
│   │   │           ├── icon-ext.png
│   │   │           ├── icon.png
│   │   │           ├── layer.css
│   │   │           ├── loading-0.gif
│   │   │           ├── loading-1.gif
│   │   │           └── loading-2.gif
│   │   └── qrcode.min.js
│   ├── MaterialTime
│   │   ├── Add.aspx
│   │   ├── Add.aspx.cs
│   │   ├── Add.aspx.designer.cs
│   │   ├── Edit.aspx
│   │   ├── Edit.aspx.cs
│   │   ├── Edit.aspx.designer.cs
│   │   └── L_MaterialTime.html
│   ├── ProLine
│   │   ├── Add.aspx
│   │   ├── Add.aspx.cs
│   │   ├── Add.aspx.designer.cs
│   │   ├── Edit.aspx
│   │   ├── Edit.aspx.cs
│   │   ├── Edit.aspx.designer.cs
│   │   └── L_ProLine.html
│   ├── Sys
│   │   ├── Company.htm
│   │   ├── Department.htm
│   │   ├── Edit
│   │   │   ├── AddCompany.aspx
│   │   │   ├── AddCompany.aspx.cs
│   │   │   ├── AddCompany.aspx.designer.cs
│   │   │   ├── AddDepartment.aspx
│   │   │   ├── AddDepartment.aspx.cs
│   │   │   ├── AddDepartment.aspx.designer.cs
│   │   │   ├── AddTitle.aspx
│   │   │   ├── AddTitle.aspx.cs
│   │   │   ├── AddTitle.aspx.designer.cs
│   │   │   ├── Add_UserAD.aspx
│   │   │   ├── Add_UserAD.aspx.cs
│   │   │   ├── Add_UserAD.aspx.designer.cs
│   │   │   ├── Add_UserJS.aspx
│   │   │   ├── Add_UserJS.aspx.cs
│   │   │   ├── Add_UserJS.aspx.designer.cs
│   │   │   ├── EditCompany.aspx
│   │   │   ├── EditCompany.aspx.cs
│   │   │   ├── EditCompany.aspx.designer.cs
│   │   │   ├── EditDepartment.aspx
│   │   │   ├── EditDepartment.aspx.cs
│   │   │   ├── EditDepartment.aspx.designer.cs
│   │   │   ├── EditTitle.aspx
│   │   │   ├── EditTitle.aspx.cs
│   │   │   ├── EditTitle.aspx.designer.cs
│   │   │   ├── EditUser.aspx
│   │   │   ├── EditUser.aspx.cs
│   │   │   ├── EditUser.aspx.designer.cs
│   │   │   ├── Edit_UserAD.aspx
│   │   │   ├── Edit_UserAD.aspx.cs
│   │   │   ├── Edit_UserAD.aspx.designer.cs
│   │   │   ├── Edit_UserJS.aspx
│   │   │   ├── Edit_UserJS.aspx.cs
│   │   │   └── Edit_UserJS.aspx.designer.cs
│   │   ├── Title.htm
│   │   ├── User.htm
│   │   ├── UserHTJS.htm
│   │   └── UserInfoAD.htm
│   ├── UpSetEdit.aspx
│   ├── UpSetEdit.aspx.cs
│   ├── UpSetEdit.aspx.designer.cs
│   ├── User
│   │   ├── Add.aspx
│   │   ├── Add.aspx.cs
│   │   ├── Add.aspx.designer.cs
│   │   ├── Edit.aspx
│   │   ├── Edit.aspx.cs
│   │   ├── Edit.aspx.designer.cs
│   │   └── L_User.html
│   ├── WorkShift
│   │   ├── Add.aspx
│   │   ├── Add.aspx.cs
│   │   ├── Add.aspx.designer.cs
│   │   ├── Edit.aspx
│   │   ├── Edit.aspx.cs
│   │   ├── Edit.aspx.designer.cs
│   │   └── L_WorkShift.html
│   ├── css
│   │   └── style.css
│   ├── plugins
│   │   ├── jquery.accordion.js
│   │   ├── jquery.calendar.js
│   │   ├── jquery.combo.js
│   │   ├── jquery.combobox.js
│   │   ├── jquery.combogrid.js
│   │   ├── jquery.combotree.js
│   │   ├── jquery.datagrid.js
│   │   ├── jquery.datebox.js
│   │   ├── jquery.datetimebox.js
│   │   ├── jquery.dialog.js
│   │   ├── jquery.draggable.js
│   │   ├── jquery.droppable.js
│   │   ├── jquery.form.js
│   │   ├── jquery.layout.js
│   │   ├── jquery.linkbutton.js
│   │   ├── jquery.menu.js
│   │   ├── jquery.menubutton.js
│   │   ├── jquery.messager.js
│   │   ├── jquery.numberbox.js
│   │   ├── jquery.numberspinner.js
│   │   ├── jquery.pagination.js
│   │   ├── jquery.panel.js
│   │   ├── jquery.parser.js
│   │   ├── jquery.progressbar.js
│   │   ├── jquery.propertygrid.js
│   │   ├── jquery.resizable.js
│   │   ├── jquery.searchbox.js
│   │   ├── jquery.slider.js
│   │   ├── jquery.spinner.js
│   │   ├── jquery.splitbutton.js
│   │   ├── jquery.tabs.js
│   │   ├── jquery.timespinner.js
│   │   ├── jquery.tree.js
│   │   ├── jquery.treegrid.js
│   │   ├── jquery.validatebox.js
│   │   └── jquery.window.js
│   └── themes
│       ├── cupertino
│       │   ├── accordion.css
│       │   ├── calendar.css
│       │   ├── combo.css
│       │   ├── combobox.css
│       │   ├── datagrid.css
│       │   ├── datebox.css
│       │   ├── dialog.css
│       │   ├── easyui.css
│       │   ├── images
│       │   │   ├── blank.gif
│       │   │   ├── calendar_nextmonth.gif
│       │   │   ├── calendar_nextyear.gif
│       │   │   ├── calendar_prevmonth.gif
│       │   │   ├── calendar_prevyear.gif
│       │   │   ├── datagrid_row_collapse.gif
│       │   │   ├── datagrid_row_expand.gif
│       │   │   ├── datebox_arrow.png
│       │   │   ├── menu.gif
│       │   │   ├── menu_downarrow.png
│       │   │   ├── menu_rightarrow.png
│       │   │   ├── menu_sep.png
│       │   │   ├── menu_split_downarrow.png
│       │   │   ├── messager_error.gif
│       │   │   ├── messager_info.gif
│       │   │   ├── messager_question.gif
│       │   │   ├── messager_warning.gif
│       │   │   ├── pagination_loading.gif
│       │   │   ├── panel_loading.gif
│       │   │   ├── slider_handle.png
│       │   │   ├── tabs_close.gif
│       │   │   ├── tree_arrows.gif
│       │   │   ├── tree_checkbox_0.gif
│       │   │   ├── tree_checkbox_1.gif
│       │   │   ├── tree_checkbox_2.gif
│       │   │   ├── tree_dnd_no.png
│       │   │   ├── tree_dnd_yes.png
│       │   │   ├── tree_elbow.png
│       │   │   ├── tree_file.gif
│       │   │   ├── tree_folder.gif
│       │   │   ├── tree_folder_open.gif
│       │   │   ├── tree_loading.gif
│       │   │   ├── ui-bg_diagonals-thick_90_eeeeee_40x40.png
│       │   │   ├── ui-bg_flat_15_cd0a0a_40x100.png
│       │   │   ├── ui-bg_glass_100_e4f1fb_1x400.png
│       │   │   ├── ui-bg_glass_50_3baae3_1x400.png
│       │   │   ├── ui-bg_glass_80_d7ebf9_1x400.png
│       │   │   ├── ui-bg_highlight-hard_100_f2f5f7_1x100.png
│       │   │   ├── ui-bg_highlight-hard_70_000000_1x100.png
│       │   │   ├── ui-bg_highlight-soft_100_deedf7_1x100.png
│       │   │   ├── ui-bg_highlight-soft_25_ffef8f_1x100.png
│       │   │   ├── ui-icons_2694e8_256x240.png
│       │   │   ├── ui-icons_2e83ff_256x240.png
│       │   │   ├── ui-icons_3d80b3_256x240.png
│       │   │   ├── ui-icons_72a7cf_256x240.png
│       │   │   ├── ui-icons_ffffff_256x240.png
│       │   │   ├── validatebox_pointer.gif
│       │   │   └── validatebox_warning.png
│       │   ├── layout.css
│       │   ├── linkbutton.css
│       │   ├── menu.css
│       │   ├── menubutton.css
│       │   ├── messager.css
│       │   ├── pagination.css
│       │   ├── panel.css
│       │   ├── progressbar.css
│       │   ├── propertygrid.css
│       │   ├── searchbox.css
│       │   ├── slider.css
│       │   ├── spinner.css
│       │   ├── splitbutton.css
│       │   ├── tabs.css
│       │   ├── tree.css
│       │   ├── validatebox.css
│       │   └── window.css
│       ├── dark-hive
│       │   ├── accordion.css
│       │   ├── calendar.css
│       │   ├── combo.css
│       │   ├── combobox.css
│       │   ├── datagrid.css
│       │   ├── datebox.css
│       │   ├── dialog.css
│       │   ├── easyui.css
│       │   ├── images
│       │   │   ├── blank.gif
│       │   │   ├── calendar_nextmonth.gif
│       │   │   ├── calendar_nextyear.gif
│       │   │   ├── calendar_prevmonth.gif
│       │   │   ├── calendar_prevyear.gif
│       │   │   ├── datagrid_row_collapse.gif
│       │   │   ├── datagrid_row_expand.gif
│       │   │   ├── datebox_arrow.png
│       │   │   ├── menu.gif
│       │   │   ├── menu_downarrow.png
│       │   │   ├── menu_rightarrow.png
│       │   │   ├── menu_sep.png
│       │   │   ├── menu_split_downarrow.png
│       │   │   ├── messager_error.gif
│       │   │   ├── messager_info.gif
│       │   │   ├── messager_question.gif
│       │   │   ├── messager_warning.gif
│       │   │   ├── pagination_loading.gif
│       │   │   ├── panel_loading.gif
│       │   │   ├── slider_handle.png
│       │   │   ├── tabs_close.gif
│       │   │   ├── tree_arrows.gif
│       │   │   ├── tree_checkbox_0.gif
│       │   │   ├── tree_checkbox_1.gif
│       │   │   ├── tree_checkbox_2.gif
│       │   │   ├── tree_dnd_no.png
│       │   │   ├── tree_dnd_yes.png
│       │   │   ├── tree_elbow.png
│       │   │   ├── tree_file.gif
│       │   │   ├── tree_folder.gif
│       │   │   ├── tree_folder_open.gif
│       │   │   ├── tree_loading.gif
│       │   │   ├── ui-bg_flat_30_cccccc_40x100.png
│       │   │   ├── ui-bg_flat_50_5c5c5c_40x100.png
│       │   │   ├── ui-bg_glass_40_ffc73d_1x400.png
│       │   │   ├── ui-bg_highlight-hard_20_0972a5_1x100.png
│       │   │   ├── ui-bg_highlight-soft_33_003147_1x100.png
│       │   │   ├── ui-bg_highlight-soft_35_222222_1x100.png
│       │   │   ├── ui-bg_highlight-soft_44_444444_1x100.png
│       │   │   ├── ui-bg_highlight-soft_80_eeeeee_1x100.png
│       │   │   ├── ui-bg_loop_25_000000_21x21.png
│       │   │   ├── ui-icons_222222_256x240.png
│       │   │   ├── ui-icons_4b8e0b_256x240.png
│       │   │   ├── ui-icons_a83300_256x240.png
│       │   │   ├── ui-icons_cccccc_256x240.png
│       │   │   ├── ui-icons_ffffff_256x240.png
│       │   │   ├── validatebox_pointer.gif
│       │   │   └── validatebox_warning.png
│       │   ├── layout.css
│       │   ├── linkbutton.css
│       │   ├── menu.css
│       │   ├── menubutton.css
│       │   ├── messager.css
│       │   ├── pagination.css
│       │   ├── panel.css
│       │   ├── progressbar.css
│       │   ├── propertygrid.css
│       │   ├── searchbox.css
│       │   ├── slider.css
│       │   ├── spinner.css
│       │   ├── splitbutton.css
│       │   ├── tabs.css
│       │   ├── tree.css
│       │   ├── validatebox.css
│       │   └── window.css
│       ├── default
│       │   ├── accordion.css
│       │   ├── calendar.css
│       │   ├── combo.css
│       │   ├── combobox.css
│       │   ├── datagrid.css
│       │   ├── datebox.css
│       │   ├── dialog.css
│       │   ├── easyui.css
│       │   ├── images
│       │   │   ├── accordion_collapse.png
│       │   │   ├── accordion_expand.png
│       │   │   ├── blank.gif
│       │   │   ├── button_a_bg.gif
│       │   │   ├── button_plain_hover.png
│       │   │   ├── button_span_bg.gif
│       │   │   ├── calendar_nextmonth.gif
│       │   │   ├── calendar_nextyear.gif
│       │   │   ├── calendar_prevmonth.gif
│       │   │   ├── calendar_prevyear.gif
│       │   │   ├── combo_arrow.gif
│       │   │   ├── datagrid_header_bg.gif
│       │   │   ├── datagrid_row_collapse.gif
│       │   │   ├── datagrid_row_expand.gif
│       │   │   ├── datagrid_sort_asc.gif
│       │   │   ├── datagrid_sort_desc.gif
│       │   │   ├── datagrid_title_bg.png
│       │   │   ├── datebox_arrow.png
│       │   │   ├── layout_arrows.png
│       │   │   ├── left_bg.gif
│       │   │   ├── menu.gif
│       │   │   ├── menu_downarrow.png
│       │   │   ├── menu_rightarrow.png
│       │   │   ├── menu_sep.png
│       │   │   ├── menu_split_downarrow.png
│       │   │   ├── messager_error.gif
│       │   │   ├── messager_info.gif
│       │   │   ├── messager_question.gif
│       │   │   ├── messager_warning.gif
│       │   │   ├── pagination_first.gif
│       │   │   ├── pagination_last.gif
│       │   │   ├── pagination_load.png
│       │   │   ├── pagination_loading.gif
│       │   │   ├── pagination_next.gif
│       │   │   ├── pagination_prev.gif
│       │   │   ├── panel_loading.gif
│       │   │   ├── panel_title.png
│       │   │   ├── panel_tool_collapse.gif
│       │   │   ├── panel_tool_expand.gif
│       │   │   ├── panel_tools.gif
│       │   │   ├── searchbox_button.png
│       │   │   ├── slider_handle.png
│       │   │   ├── spinner_arrow_down.gif
│       │   │   ├── spinner_arrow_up.gif
│       │   │   ├── tabs_active.png
│       │   │   ├── tabs_close.gif
│       │   │   ├── tabs_enabled.png
│       │   │   ├── tabs_leftarrow.png
│       │   │   ├── tabs_rightarrow.png
│       │   │   ├── tree_arrows.gif
│       │   │   ├── tree_checkbox_0.gif
│       │   │   ├── tree_checkbox_1.gif
│       │   │   ├── tree_checkbox_2.gif
│       │   │   ├── tree_dnd_no.png
│       │   │   ├── tree_dnd_yes.png
│       │   │   ├── tree_elbow.png
│       │   │   ├── tree_file.gif
│       │   │   ├── tree_folder.gif
│       │   │   ├── tree_folder_open.gif
│       │   │   ├── tree_loading.gif
│       │   │   ├── ui-bg_highlight-hard_100_f2f5f7_1x100.png
│       │   │   ├── validatebox_pointer.gif
│       │   │   └── validatebox_warning.png
│       │   ├── layout.css
│       │   ├── linkbutton.css
│       │   ├── menu.css
│       │   ├── menubutton.css
│       │   ├── messager.css
│       │   ├── pagination.css
│       │   ├── panel.css
│       │   ├── progressbar.css
│       │   ├── propertygrid.css
│       │   ├── searchbox.css
│       │   ├── slider.css
│       │   ├── spinner.css
│       │   ├── splitbutton.css
│       │   ├── tabs.css
│       │   ├── tree.css
│       │   ├── validatebox.css
│       │   └── window.css
│       ├── gray
│       │   ├── accordion.css
│       │   ├── calendar.css
│       │   ├── combo.css
│       │   ├── combobox.css
│       │   ├── datagrid.css
│       │   ├── datebox.css
│       │   ├── dialog.css
│       │   ├── easyui.css
│       │   ├── images
│       │   │   ├── accordion_collapse.png
│       │   │   ├── accordion_expand.png
│       │   │   ├── blank.gif
│       │   │   ├── button_a_bg.gif
│       │   │   ├── button_plain_hover.png
│       │   │   ├── button_span_bg.gif
│       │   │   ├── calendar_nextmonth.gif
│       │   │   ├── calendar_nextyear.gif
│       │   │   ├── calendar_prevmonth.gif
│       │   │   ├── calendar_prevyear.gif
│       │   │   ├── combo_arrow.gif
│       │   │   ├── datagrid_header_bg.gif
│       │   │   ├── datagrid_row_collapse.gif
│       │   │   ├── datagrid_row_expand.gif
│       │   │   ├── datagrid_sort_asc.gif
│       │   │   ├── datagrid_sort_desc.gif
│       │   │   ├── datagrid_title_bg.gif
│       │   │   ├── datebox_arrow.png
│       │   │   ├── header_bg.png
│       │   │   ├── layout_arrows.png
│       │   │   ├── menu.gif
│       │   │   ├── menu_downarrow.png
│       │   │   ├── menu_rightarrow.png
│       │   │   ├── menu_sep.png
│       │   │   ├── menu_split_downarrow.png
│       │   │   ├── messager_error.gif
│       │   │   ├── messager_info.gif
│       │   │   ├── messager_question.gif
│       │   │   ├── messager_warning.gif
│       │   │   ├── pagination_first.gif
│       │   │   ├── pagination_last.gif
│       │   │   ├── pagination_load.png
│       │   │   ├── pagination_loading.gif
│       │   │   ├── pagination_next.gif
│       │   │   ├── pagination_prev.gif
│       │   │   ├── panel_loading.gif
│       │   │   ├── panel_title.gif
│       │   │   ├── panel_tool_collapse.gif
│       │   │   ├── panel_tool_expand.gif
│       │   │   ├── panel_tools.gif
│       │   │   ├── searchbox_button.png
│       │   │   ├── slider_handle.png
│       │   │   ├── spinner_arrow_down.gif
│       │   │   ├── spinner_arrow_up.gif
│       │   │   ├── tabs_close.gif
│       │   │   ├── tabs_enabled.gif
│       │   │   ├── tabs_leftarrow.png
│       │   │   ├── tabs_rightarrow.png
│       │   │   ├── tree_arrows.gif
│       │   │   ├── tree_checkbox_0.gif
│       │   │   ├── tree_checkbox_1.gif
│       │   │   ├── tree_checkbox_2.gif
│       │   │   ├── tree_dnd_no.png
│       │   │   ├── tree_dnd_yes.png
│       │   │   ├── tree_elbow.png
│       │   │   ├── tree_file.gif
│       │   │   ├── tree_folder.gif
│       │   │   ├── tree_folder_open.gif
│       │   │   ├── tree_loading.gif
│       │   │   ├── validatebox_pointer.gif
│       │   │   └── validatebox_warning.png
│       │   ├── layout.css
│       │   ├── linkbutton.css
│       │   ├── menu.css
│       │   ├── menubutton.css
│       │   ├── messager.css
│       │   ├── pagination.css
│       │   ├── panel.css
│       │   ├── progressbar.css
│       │   ├── propertygrid.css
│       │   ├── searchbox.css
│       │   ├── slider.css
│       │   ├── spinner.css
│       │   ├── splitbutton.css
│       │   ├── tabs.css
│       │   ├── tree.css
│       │   ├── validatebox.css
│       │   └── window.css
│       ├── icon.css
│       ├── icons
│       │   ├── back.png
│       │   ├── blank.gif
│       │   ├── cancel.png
│       │   ├── cut.png
│       │   ├── edit_add.png
│       │   ├── edit_remove.png
│       │   ├── filesave.png
│       │   ├── help.png
│       │   ├── mini_add.png
│       │   ├── mini_edit.png
│       │   ├── mini_refresh.png
│       │   ├── no.png
│       │   ├── ok.png
│       │   ├── pencil.png
│       │   ├── print.png
│       │   ├── redo.png
│       │   ├── reload.png
│       │   ├── search.png
│       │   ├── sum.png
│       │   ├── tip.png
│       │   ├── undo.png
│       │   ├── word.png
│       │   └── xlt.gif
│       ├── pepper-grinder
│       │   ├── accordion.css
│       │   ├── calendar.css
│       │   ├── combo.css
│       │   ├── combobox.css
│       │   ├── datagrid.css
│       │   ├── datebox.css
│       │   ├── dialog.css
│       │   ├── easyui.css
│       │   ├── images
│       │   │   ├── blank.gif
│       │   │   ├── calendar_nextmonth.gif
│       │   │   ├── calendar_nextyear.gif
│       │   │   ├── calendar_prevmonth.gif
│       │   │   ├── calendar_prevyear.gif
│       │   │   ├── datagrid_row_collapse.gif
│       │   │   ├── datagrid_row_expand.gif
│       │   │   ├── datebox_arrow.png
│       │   │   ├── header_bg.png
│       │   │   ├── menu.gif
│       │   │   ├── menu_downarrow.png
│       │   │   ├── menu_rightarrow.png
│       │   │   ├── menu_sep.png
│       │   │   ├── menu_split_downarrow.png
│       │   │   ├── messager_error.gif
│       │   │   ├── messager_info.gif
│       │   │   ├── messager_question.gif
│       │   │   ├── messager_warning.gif
│       │   │   ├── pagination_loading.gif
│       │   │   ├── panel_loading.gif
│       │   │   ├── slider_handle.png
│       │   │   ├── tabs_close.gif
│       │   │   ├── tree_arrows.gif
│       │   │   ├── tree_checkbox_0.gif
│       │   │   ├── tree_checkbox_1.gif
│       │   │   ├── tree_checkbox_2.gif
│       │   │   ├── tree_dnd_no.png
│       │   │   ├── tree_dnd_yes.png
│       │   │   ├── tree_elbow.png
│       │   │   ├── tree_file.gif
│       │   │   ├── tree_folder.gif
│       │   │   ├── tree_folder_open.gif
│       │   │   ├── tree_loading.gif
│       │   │   ├── ui-bg_diagonal-maze_20_6e4f1c_10x10.png
│       │   │   ├── ui-bg_diagonal-maze_40_000000_10x10.png
│       │   │   ├── ui-bg_fine-grain_10_eceadf_60x60.png
│       │   │   ├── ui-bg_fine-grain_10_f8f7f6_60x60.png
│       │   │   ├── ui-bg_fine-grain_15_eceadf_60x60.png
│       │   │   ├── ui-bg_fine-grain_15_f7f3de_60x60.png
│       │   │   ├── ui-bg_fine-grain_15_ffffff_60x60.png
│       │   │   ├── ui-bg_fine-grain_65_654b24_60x60.png
│       │   │   ├── ui-bg_fine-grain_68_b83400_60x60.png
│       │   │   ├── ui-icons_222222_256x240.png
│       │   │   ├── ui-icons_3572ac_256x240.png
│       │   │   ├── ui-icons_8c291d_256x240.png
│       │   │   ├── ui-icons_b83400_256x240.png
│       │   │   ├── ui-icons_fbdb93_256x240.png
│       │   │   ├── ui-icons_ffffff_256x240.png
│       │   │   ├── validatebox_pointer.gif
│       │   │   └── validatebox_warning.png
│       │   ├── layout.css
│       │   ├── linkbutton.css
│       │   ├── menu.css
│       │   ├── menubutton.css
│       │   ├── messager.css
│       │   ├── pagination.css
│       │   ├── panel.css
│       │   ├── progressbar.css
│       │   ├── propertygrid.css
│       │   ├── searchbox.css
│       │   ├── slider.css
│       │   ├── spinner.css
│       │   ├── splitbutton.css
│       │   ├── tabs.css
│       │   ├── tree.css
│       │   ├── validatebox.css
│       │   └── window.css
│       └── sunny
│           ├── accordion.css
│           ├── calendar.css
│           ├── combo.css
│           ├── combobox.css
│           ├── datagrid.css
│           ├── datebox.css
│           ├── dialog.css
│           ├── easyui.css
│           ├── images
│           │   ├── blank.gif
│           │   ├── calendar_nextmonth.gif
│           │   ├── calendar_nextyear.gif
│           │   ├── calendar_prevmonth.gif
│           │   ├── calendar_prevyear.gif
│           │   ├── datagrid_row_collapse.gif
│           │   ├── datagrid_row_expand.gif
│           │   ├── datebox_arrow.png
│           │   ├── menu.gif
│           │   ├── menu_downarrow.png
│           │   ├── menu_rightarrow.png
│           │   ├── menu_sep.png
│           │   ├── menu_split_downarrow.png
│           │   ├── messager_error.gif
│           │   ├── messager_info.gif
│           │   ├── messager_question.gif
│           │   ├── messager_warning.gif
│           │   ├── pagination_loading.gif
│           │   ├── panel_loading.gif
│           │   ├── slider_handle.png
│           │   ├── tabs_close.gif
│           │   ├── tree_arrows.gif
│           │   ├── tree_checkbox_0.gif
│           │   ├── tree_checkbox_1.gif
│           │   ├── tree_checkbox_2.gif
│           │   ├── tree_dnd_no.png
│           │   ├── tree_dnd_yes.png
│           │   ├── tree_elbow.png
│           │   ├── tree_file.gif
│           │   ├── tree_folder.gif
│           │   ├── tree_folder_open.gif
│           │   ├── tree_loading.gif
│           │   ├── ui-bg_diagonals-medium_20_d34d17_40x40.png
│           │   ├── ui-bg_flat_30_cccccc_40x100.png
│           │   ├── ui-bg_flat_50_5c5c5c_40x100.png
│           │   ├── ui-bg_gloss-wave_45_817865_500x100.png
│           │   ├── ui-bg_gloss-wave_60_fece2f_500x100.png
│           │   ├── ui-bg_gloss-wave_70_ffdd57_500x100.png
│           │   ├── ui-bg_gloss-wave_90_fff9e5_500x100.png
│           │   ├── ui-bg_highlight-soft_100_feeebd_1x100.png
│           │   ├── ui-bg_inset-soft_30_ffffff_1x100.png
│           │   ├── ui-icons_3d3d3d_256x240.png
│           │   ├── ui-icons_bd7b00_256x240.png
│           │   ├── ui-icons_d19405_256x240.png
│           │   ├── ui-icons_eb990f_256x240.png
│           │   ├── ui-icons_ed9f26_256x240.png
│           │   ├── ui-icons_fadc7a_256x240.png
│           │   ├── ui-icons_ffe180_256x240.png
│           │   ├── validatebox_pointer.gif
│           │   └── validatebox_warning.png
│           ├── layout.css
│           ├── linkbutton.css
│           ├── menu.css
│           ├── menubutton.css
│           ├── messager.css
│           ├── pagination.css
│           ├── panel.css
│           ├── progressbar.css
│           ├── propertygrid.css
│           ├── searchbox.css
│           ├── slider.css
│           ├── spinner.css
│           ├── splitbutton.css
│           ├── tabs.css
│           ├── tree.css
│           ├── validatebox.css
│           └── window.css
├── Ajax
│   ├── AutoLine.ashx
│   ├── AutoLine.ashx.cs
│   ├── MaterialTimeSet.ashx
│   ├── MaterialTimeSet.ashx.cs
│   ├── OpScan.ashx
│   ├── OpScan.ashx.cs
│   ├── ProLine.ashx
│   ├── ProLine.ashx.cs
│   ├── ScanList.ashx
│   ├── ScanList.ashx.cs
│   ├── Sys.ashx
│   ├── Sys.ashx.cs
│   ├── User.ashx
│   ├── User.ashx.cs
│   ├── WorkShift.ashx
│   └── WorkShift.ashx.cs
├── AutoLine
│   ├── BarCodeBind.aspx
│   ├── BarCodeBind.aspx.cs
│   ├── BarCodeBind.aspx.designer.cs
│   ├── GlueScan.aspx
│   ├── GlueScan.aspx.cs
│   ├── GlueScan.aspx.designer.cs
│   ├── HotTemperature.aspx
│   ├── HotTemperature.aspx.cs
│   ├── HotTemperature.aspx.designer.cs
│   ├── RunSet.aspx
│   ├── RunSet.aspx.cs
│   └── RunSet.aspx.designer.cs
├── Bonding
├── Bonding.csproj
├── Bonding.csproj.user
├── Default.aspx
├── Default.aspx.cs
├── Default.aspx.designer.cs
├── Error.aspx
├── Error.aspx.cs
├── Error.aspx.designer.cs
├── Js
│   ├── AutoLineScan.js
│   ├── DecideExplore.js
│   ├── NumToBigChinese.js
│   ├── ProductScan.js
│   ├── SecondsTransfer.js
│   ├── Silverlight.js
│   ├── Tools.js
│   ├── ValidateSetUp.js
│   ├── codeScan.js
│   ├── common.js
│   ├── completeExist.wav
│   ├── easyloader.js
│   ├── glueError.wav
│   ├── glueOvertime.wav
│   ├── jquery-1.3.2.min.js
│   ├── jquery-1.4.1.min.js
│   ├── jquery-1.7.2.min.js
│   ├── jquery.KinSlideshow-1.1.js
│   ├── jquery.easyui.min.js
│   ├── jquery.min.js
│   ├── jquery.sgallery.js
│   ├── list.js
│   ├── menu.js
│   ├── noScanTimeSet.wav
│   ├── repeatOff.wav
│   ├── scanOvertime.wav
│   ├── scanWait.wav
│   ├── singleupload.js
│   ├── soundAlert.js
│   ├── stockScan.js
│   └── user.js
├── LeftNavigate.ascx
├── LeftNavigate.ascx.cs
├── LeftNavigate.ascx.designer.cs
├── OpCenter
│   ├── ProductScan.aspx
│   ├── ProductScan.aspx.cs
│   ├── ProductScan.aspx.designer.cs
│   ├── ScanSet.aspx
│   ├── ScanSet.aspx.cs
│   └── ScanSet.aspx.designer.cs
├── Properties
│   ├── AssemblyInfo.cs
│   └── PublishProfiles
│       ├── FolderProfile.pubxml
│       └── FolderProfile.pubxml.user
├── Reports
│   ├── DiscardList.aspx
│   ├── DiscardList.aspx.cs
│   ├── DiscardList.aspx.designer.cs
│   ├── ScanList.aspx
│   ├── ScanList.aspx.cs
│   ├── ScanList.aspx.designer.cs
│   ├── UniteAutoLine.aspx
│   ├── UniteAutoLine.aspx.cs
│   └── UniteAutoLine.aspx.designer.cs
├── Scripts
│   ├── jquery-1.4.1-vsdoc.js
│   ├── jquery-1.4.1.js
│   ├── jquery-1.4.1.min.js
│   ├── jquery-1.8.2.js
│   ├── jquery-1.9.1.min.js
│   ├── jquery.form.js
│   ├── layer
│   │   ├── IntroduceLink.txt
│   │   ├── layer.js
│   │   ├── layer.min.js
│   │   └── skin
│   │       ├── default
│   │       │   ├── popubtitle.jpg
│   │       │   ├── xubox_ico0.png
│   │       │   ├── xubox_ico20.png
│   │       │   ├── xubox_loading0.gif
│   │       │   ├── xubox_loading1.gif
│   │       │   ├── xubox_loading2.gif
│   │       │   ├── xubox_loading3.gif
│   │       │   └── xubox_title0.png
│   │       └── layer.css
│   └── slides.min.jquery.js
├── Test.aspx
├── Test.aspx.cs
├── Test.aspx.designer.cs
├── TopNavigate.ascx
├── TopNavigate.ascx.cs
├── TopNavigate.ascx.designer.cs
├── UploadFile
│   ├── 20191112
│   │   └── 201911121754087648.xlsx
│   └── 20191113
│       ├── 201911130847188176.xlsx
│       ├── 201911130850391119.xlsx
│       ├── 201911130852253763.xlsx
│       ├── 201911130916086503.xlsx
│       ├── 201911130930259478.xlsx
│       ├── 201911130930523619.xlsx
│       ├── 201911130934197477.xlsx
│       ├── 201911130934469831.xlsx
│       ├── 201911130939446256.xlsx
│       ├── 201911130940115773.xlsx
│       ├── 201911130943136320.xlsx
│       └── 201911130944499109.xlsx
├── Web.Debug.config
├── Web.Release.config
├── Web.config
├── bin
│   ├── AjaxControlToolkit.dll
│   ├── Bonding.dll
│   ├── Bonding.dll.config
│   ├── Bonding.pdb
│   ├── Common.dll
│   ├── Common.pdb
│   ├── CurrentClass.dll
│   ├── CurrentClass.pdb
│   ├── MySql.Data.dll
│   ├── NPOI.OOXML.dll
│   ├── NPOI.OpenXml4Net.dll
│   ├── NPOI.OpenXmlFormats.dll
│   ├── NPOI.dll
│   ├── System.Database.dll
│   ├── XeriumBLL.dll
│   └── XeriumBLL.pdb
├── css
│   ├── Dafult.css
│   ├── assets
│   │   ├── bootbox
│   │   │   └── bootbox.min.js
│   │   ├── css
│   │   │   ├── ace-ie.min.css
│   │   │   ├── ace-part2.min.css
│   │   │   ├── ace-rtl.min.css
│   │   │   ├── ace-skins.min.css
│   │   │   ├── ace.min.css
│   │   │   ├── bootstrap-colorpicker.min.css
│   │   │   ├── bootstrap-datepicker3.min.css
│   │   │   ├── bootstrap-datetimepicker.min.css
│   │   │   ├── bootstrap-duallistbox.min.css
│   │   │   ├── bootstrap-editable.min.css
│   │   │   ├── bootstrap-multiselect.min.css
│   │   │   ├── bootstrap-timepicker.min.css
│   │   │   ├── bootstrap.min.css
│   │   │   ├── bootstrapValidator.min.css
│   │   │   ├── chosen.min.css
│   │   │   ├── colorbox.min.css
│   │   │   ├── daterangepicker.min.css
│   │   │   ├── dropzone.min.css
│   │   │   ├── font-awesome.min.css
│   │   │   ├── fonts.googleapis.com.css
│   │   │   ├── fullcalendar.min.css
│   │   │   ├── images
│   │   │   │   ├── meteorshower2.jpg
│   │   │   │   └── pattern.jpg
│   │   │   ├── jquery-ui.custom.min.css
│   │   │   ├── jquery-ui.min.css
│   │   │   ├── jquery.gritter.min.css
│   │   │   ├── prettify.min.css
│   │   │   ├── select2.min.css
│   │   │   ├── taierSelf.css
│   │   │   └── ui.jqgrid.min.css
│   │   ├── elementui
│   │   │   ├── axios.min.js
│   │   │   ├── index.css
│   │   │   ├── index.js
│   │   │   ├── vue-router.js
│   │   │   └── vue.js
│   │   ├── font-awesome
│   │   │   └── 4.5.0
│   │   │       ├── css
│   │   │       │   └── font-awesome.min.css
│   │   │       └── fonts
│   │   │           ├── fontawesome-webfont.eot
│   │   │           ├── fontawesome-webfont.svg
│   │   │           ├── fontawesome-webfont.ttf
│   │   │           └── fontawesome-webfont.woff
│   │   ├── images
│   │   │   ├── avatars
│   │   │   │   ├── avatar.png
│   │   │   │   ├── avatar1.png
│   │   │   │   ├── avatar2.png
│   │   │   │   ├── avatar3.png
│   │   │   │   ├── avatar4.png
│   │   │   │   ├── avatar5.png
│   │   │   │   ├── profile-pic.jpg
│   │   │   │   └── user.jpg
│   │   │   ├── bootstrap-colorpicker
│   │   │   │   ├── alpha-horizontal.png
│   │   │   │   ├── alpha.png
│   │   │   │   ├── hue-horizontal.png
│   │   │   │   ├── hue.png
│   │   │   │   └── saturation.png
│   │   │   ├── email
│   │   │   │   ├── email1.png
│   │   │   │   ├── email2.png
│   │   │   │   ├── email3.png
│   │   │   │   └── email4.png
│   │   │   ├── gallery
│   │   │   │   ├── image-1.jpg
│   │   │   │   ├── image-2.jpg
│   │   │   │   ├── image-3.jpg
│   │   │   │   ├── image-4.jpg
│   │   │   │   ├── image-5.jpg
│   │   │   │   ├── image-6.jpg
│   │   │   │   ├── thumb-1.jpg
│   │   │   │   ├── thumb-2.jpg
│   │   │   │   ├── thumb-3.jpg
│   │   │   │   ├── thumb-4.jpg
│   │   │   │   ├── thumb-5.jpg
│   │   │   │   └── thumb-6.jpg
│   │   │   └── placeholder
│   │   │       ├── 165x90.png
│   │   │       ├── 255x150.png
│   │   │       ├── 530x270.png
│   │   │       └── 550x280.png
│   │   └── js
│   │       ├── ace-editable.min.js
│   │       ├── ace-elements.min.js
│   │       ├── ace-extra.min.js
│   │       ├── ace.min.js
│   │       ├── autosize.min.js
│   │       ├── bootbox.js
│   │       ├── bootstrap-colorpicker.min.js
│   │       ├── bootstrap-datepicker.min.js
│   │       ├── bootstrap-datepicker.zh-CH.min.js
│   │       ├── bootstrap-datetimepicker.min.js
│   │       ├── bootstrap-editable.min.js
│   │       ├── bootstrap-markdown.min.js
│   │       ├── bootstrap-multiselect.min.js
│   │       ├── bootstrap-tag.min.js
│   │       ├── bootstrap-timepicker.min.js
│   │       ├── bootstrap-wysiwyg.min.js
│   │       ├── bootstrap.min.js
│   │       ├── bootstrapValidator-zh_CN.min.js
│   │       ├── bootstrapValidator.min.js
│   │       ├── buttons.colVis.min.js
│   │       ├── buttons.flash.min.js
│   │       ├── buttons.html5.min.js
│   │       ├── buttons.print.min.js
│   │       ├── chosen.jquery.min.js
│   │       ├── dataTables.buttons.min.js
│   │       ├── dataTables.select.min.js
│   │       ├── daterangepicker.js
│   │       ├── daterangepicker.min.js
│   │       ├── dropzone.min.js
│   │       ├── excanvas.min.js
│   │       ├── fullcalendar.min.js
│   │       ├── grid.locale-en.js
│   │       ├── holder.min.js
│   │       ├── html5shiv.min.js
│   │       ├── jquery-1.11.3.min.js
│   │       ├── jquery-2.1.4.min.js
│   │       ├── jquery-additional-methods.min.js
│   │       ├── jquery-typeahead.js
│   │       ├── jquery-ui.custom.min.js
│   │       ├── jquery-ui.min.js
│   │       ├── jquery.bootstrap-duallistbox.min.js
│   │       ├── jquery.colorbox.min.js
│   │       ├── jquery.dataTables.bootstrap.min.js
│   │       ├── jquery.dataTables.min.js
│   │       ├── jquery.easypiechart.min.js
│   │       ├── jquery.flot.min.js
│   │       ├── jquery.flot.pie.min.js
│   │       ├── jquery.flot.resize.min.js
│   │       ├── jquery.gritter.min.js
│   │       ├── jquery.hotkeys.index.min.js
│   │       ├── jquery.inputlimiter.min.js
│   │       ├── jquery.jqGrid.min.js
│   │       ├── jquery.knob.min.js
│   │       ├── jquery.maskedinput.min.js
│   │       ├── jquery.mobile.custom.min.js
│   │       ├── jquery.nestable.min.js
│   │       ├── jquery.raty.min.js
│   │       ├── jquery.sparkline.index.min.js
│   │       ├── jquery.ui.touch-punch.min.js
│   │       ├── jquery.validate.min.js
│   │       ├── markdown.min.js
│   │       ├── moment.min.js
│   │       ├── prettify.min.js
│   │       ├── respond.min.js
│   │       ├── select2.min.js
│   │       ├── spin.js
│   │       ├── spinbox.min.js
│   │       ├── taier-table.js
│   │       ├── tree.min.js
│   │       └── wizard.min.js
│   ├── easyui.css
│   ├── indexcccc.css
│   ├── login
│   │   └── login.css
│   ├── logo_banner.jpg
│   ├── pages_fy.css
│   ├── pagination.css
│   └── style.css
├── dll
│   ├── MySql.Data.dll
│   └── System.Database.dll
├── images
│   ├── nav.png
│   └── workflow.png
├── login.aspx
├── login.aspx.cs
├── login.aspx.designer.cs
└── obj
    ├── Debug
    │   ├── Bonding.csproj.AssemblyReference.cache
    │   ├── Bonding.csproj.CopyComplete
    │   ├── Bonding.csproj.CoreCompileInputs.cache
    │   ├── Bonding.csproj.FileListAbsolute.txt
    │   ├── Bonding.dll
    │   ├── Bonding.pdb
    │   ├── DesignTimeResolveAssemblyReferences.cache
    │   ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   └── TempPE
    └── Release
        ├── Bonding.csproj.CopyComplete
        ├── Bonding.csproj.CoreCompileInputs.cache
        ├── Bonding.csproj.FileListAbsolute.txt
        ├── Bonding.csprojAssemblyReference.cache
        ├── DesignTimeResolveAssemblyReferencesInput.cache
        ├── ProfileTransformWebConfig
        │   └── transformed
        ├── TempPE
        ├── TransformWebConfig
        │   ├── assist
        │   │   └── Web.config
        │   ├── original
        │   │   └── Web.config
        │   └── transformed
        │       └── Web.config
        └── _WPPLastBuildInfo.txt

78 directories, 952 files


标签: 系统

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警