<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.XtraGrid.v10.2</name>
</assembly>
<members>
<member name="T:DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler.Invoke(System.Object,DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventArgs)">
<summary>
<para>A method that will handle the <see cref="E:DevExpress.XtraGrid.Views.Grid.GridView.PopupMenuShowing"/> event.
</para>
</summary>
<param name="sender">
The event source. This parameter identifies the <see cref="T:DevExpress.XtraGrid.Views.Grid.GridView"/> which raised the event.
</param>
<param name="e">
A <see cref="T:DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventArgs"/> object which contains event data.
</param>
</member>
<member name="T:DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventArgs">
<summary>
<para> [To be supplied] </para>
</summary>
</member>
<member name="M:DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventArgs.#ctor(DevExpress.XtraGrid.Menu.GridViewMenu,DevExpress.XtraGrid.Views.Grid.ViewInfo.GridHitInfo)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="menu">
[To be supplied]
</param>
<param name="hitInfo">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventArgs.#ctor(DevExpress.XtraGrid.Views.Grid.GridMenuType,DevExpress.XtraGrid.Menu.GridViewMenu,DevExpress.XtraGrid.Views.Grid.ViewInfo.GridHitInfo,System.Boolean)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="menuType">
[To be supplied]
</param>
<param name="menu">
[To be supplied]
</param>
<param name="hitInfo">
[To be supplied]
</param>
<param name="allow">
[To be supplied]
</param>
</member>
<member name="M:DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventArgs.#ctor(DevExpress.XtraGrid.Views.Grid.GridMenuType,DevExpress.XtraGrid.Menu.GridViewMenu,System.Drawing.Point,System.Boolean)">
<summary>
<para> [To be supplied] </para>
</summary>
<param name="menuType">
[To be supplied]
</param>
<param name="menu">
[To be supplied]
</param>
<param name="point">
[To be supplied]
</param>
<param name="allow">
[To be supplied]
</param>
</member>
<member name="P:DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventArgs.Allow">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventArgs.HitInfo">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventArgs.Menu">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventArgs.MenuType">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="P:DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventArgs.Point">
<summary>
<para> [To be supplied] </para>
</summary>
<value> [To be supplied] </value>
</member>
<member name="T:DevExpress.XtraEditors.FindMode">
<summary>
<para>Contains values that specify how data searching is initiated within specific controls.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraEditors.FindMode.Always">
<summary>
<para>A control starts searching data automatically, after a small delay.
</para>
</summary>
</member>
<member name="F:DevExpress.XtraEditors.FindMode.Default">
<summary>
<para>A search for data is started automatically, or must be started manually, depending on the underlying data source.
<para>
Automatic searching is enabled in the following cases: 1) a control functions in regular binding mode and the number of data source records is less than 10,000; 2) a control functions in Instant Feedback mode.
</para>
<para>
Manual searching is enabled in the following cases: 1) a control functions in regular binding mode and the number of data source records is greater than 10,000; 2) a control functions in regular server mode.
</para>
</para>
</summary>
</member>
<member name="F:DevExpress.XtraEditors.FindMode.FindClick">
<summary>
<para>A control starts searching data on clicking the Find button or pressing ENTER.
</para>
</summary>
</member>
<member name="T:DevExpress.XtraGrid.Views.Base.ColumnViewOptionsFind">
<summary>
<para>Provides access to options controlling the view and behavior settings of the Find Panel.
</para>
</summary>
</member>
<member name="M:DevExpress.XtraGrid.Views.Base.ColumnViewOptionsFind.#ctor">
<summary>
<para>Initializes a new instance of the ColumnViewOptionsFind class.
</para>
</summary>
</member>
<member name="P:DevExpress.XtraGrid.Views.Base.ColumnViewOptionsFind.AllowFindPanel">
<summary>
<para>Gets or sets whether the Find Panel can be invoked by an end-user.
</para>
</summary>
<value><b>true</b> if the Find Panel can be invoked by an end-user; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraGrid.Views.Base.ColumnViewOptionsFind.AlwaysVisible">
<summary>
<para>Gets or sets whether the Find Panel is always visible.
</para>
</summary>
<value><b>true</b> if the Find Panel is always visible; otherwise, <b>false</b>.
</value>
</member>
<member name="M:DevExpress.XtraGrid.Views.Base.ColumnViewOptionsFind.Assign(DevExpress.Utils.Controls.BaseOptions)">
<summary>
<para>Copies all the settings of the options object passed as this method's parameter to the current object.
</para>
</summary>
<param name="options">
A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.
</param>
</member>
<member name="P:DevExpress.XtraGrid.Views.Base.ColumnViewOptionsFind.ClearFindOnClose">
<summary>
<para>Gets or sets whether the Find Panel's search (filter) string is cleared when the Find Panel is hidden.
</para>
</summary>
<value><b>true</b> if the Find Panel's search string is cleared on hiding the control; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.XtraGrid.Views.Base.ColumnViewOptionsFind.FindDelay">
<summary>
<para>Gets or sets the delay in milliseconds, after which a data search is initiated (if a
没有合适的资源?快使用搜索试试~ 我知道了~
西昌炼铁MES项目C#代码 DEVPRESS控件
共2000个文件
cs:700个
xml:524个
resx:282个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 118 浏览量
2024-08-27
20:19:45
上传
评论
收藏 75.76MB ZIP 举报
温馨提示
西昌炼铁MES项目C#代码 DEVPRESS控件using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using RV.CslaBase; using RV.Entity; using NPlot; using System.Collections; using RV.UI.Common; using RV.Common; namespace RV.UI.PM { public partial class FrmPM013 : Form { BackgroundWorker worker = new BackgroundWorker(); private ArrayList colorList = new ArrayList()
资源推荐
资源详情
资源评论
收起资源包目录
西昌炼铁MES项目C#代码 DEVPRESS控件 (2000个子文件)
干熄焦炉.bmp 27KB
焦炉.bmp 21KB
煤车.bmp 19KB
皮带竖.BMP 17KB
皮带.bmp 16KB
App.config 5KB
App.config 3KB
app.config 1KB
App.config 1KB
App.config 1KB
app.config 1KB
app.config 1KB
app.config 944B
app.config 827B
app.config 827B
app.config 827B
App.config 717B
App.config 593B
UcPP699.Designer.cs 318KB
FrmMx142.Designer.cs 269KB
FrmMx143.Designer.cs 266KB
FrmRPT002.Designer.cs 241KB
FrmMx141.Designer.cs 197KB
UcUploadTrain.designer.cs 196KB
UcUploadTrain_qc.designer.cs 188KB
FrmFrameManager.Designer.cs 187KB
UcPP710.designer.cs 177KB
UcPS891.Designer.cs 175KB
UcPS892.Designer.cs 173KB
UcPS890.Designer.cs 173KB
UcPC130.Designer.cs 165KB
UcPP831.Designer.cs 163KB
StockManageBaseFuction.cs 149KB
UCPO200.designer.cs 148KB
UcPP659.Designer.cs 139KB
UcPS620.designer.cs 138KB
UcPS621.designer.cs 136KB
UcPP658.Designer.cs 131KB
UCPO100.designer.cs 129KB
UcPP715.designer.cs 127KB
UcPS200.designer.cs 125KB
SJL2.Designer.cs 117KB
SJL2.Designer.cs 117KB
FrmPP850.Designer.cs 114KB
UcPC100.Designer.cs 114KB
UcPS500.designer.cs 111KB
BLL_PSStockSvr.cs 110KB
UcPS400.designer.cs 109KB
FrmPP830_tsm14.designer.cs 107KB
FrmMx140.Designer.cs 107KB
UcStockRequisitionTrain.Designer.cs 104KB
FrmJH100.Designer.cs 102KB
UcPP100.Designer.cs 99KB
FrmJH210.Designer.cs 96KB
UcPS031.designer.cs 93KB
UcTmMeasuremain.Designer.cs 91KB
UcPS501.designer.cs 91KB
BLL_UcPP700.cs 85KB
FrmPG103.Designer.cs 85KB
JHL2.Designer.cs 85KB
UcPS042.Designer.cs 84KB
FrmPP702.Designer.cs 83KB
UcPP840.Designer.cs 83KB
FrmPG101.designer.cs 82KB
JHL22.Designer.cs 81KB
UcPS633.designer.cs 80KB
UcSaleOrder.Designer.cs 76KB
FrmMx101.Designer.cs 76KB
FrmQM01.Designer.cs 75KB
UcPP880.Designer.cs 74KB
test.Designer.cs 72KB
FrmPG103.Designer.cs 71KB
UcPS630.designer.cs 70KB
UcUploadTrain_qc.cs 69KB
UcPS810.Designer.cs 68KB
FrmPS402.Designer.cs 68KB
UcPS030.designer.cs 68KB
UCAllPro.Designer.cs 67KB
副本 FrmPG101.Designer.cs 66KB
FrmPG101.Designer.cs 66KB
UcPS040.designer.cs 66KB
UcPS631.designer.cs 65KB
FrmPG100.Designer.cs 65KB
UcStockRequisition.Designer.cs 65KB
UserControl1.Designer.cs 64KB
UcPS600.designer.cs 64KB
UcSaleOrderQuery.Designer.cs 64KB
FrmSJ004.Designer.cs 64KB
FrmPP867.Designer.cs 62KB
DBClass.cs 61KB
FrmMx200.Designer.cs 60KB
UcUploadTrain.cs 60KB
UcPP694.designer.cs 60KB
UcPS632.designer.cs 59KB
UcPS510.designer.cs 59KB
UcPP300.Designer.cs 59KB
FrmRPT001.Designer.cs 58KB
Ucleave.Designer.cs 57KB
FrmPS002.Designer.cs 57KB
UcPS041.Designer.cs 57KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
!chen
- 粉丝: 2463
- 资源: 1304
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功