C# Class KillPrice.FrmResInfo

Show file Open project: hanksoft/KillJD Class Usage Examples

Public Methods

Method Description
FrmResInfo ( ) : System
FrmResInfo ( ProductInfo pInfo ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

Private Methods

Method Description
ClearUIControls ( ) : void

清空界面元素值

EndMsgProcess ( int iCount ) : void

进度完成后处理流程

FrmResInfo_Load ( object sender, EventArgs e ) : void
GetBadMsgThread ( ) : void

获取商品评价数据流程1

GetPrice ( ) : void

获取当前商品价格

GetUiControlsText ( ) : void

获取界面元素值

InitComboBox ( ) : void

初始化类型下拉列表

InitGrid ( ) : void
InitMsgGrid ( ) : void

初始化评价列表

InitMsgProcess ( ) : void

初始化评价进度

InitUiControlsData ( ) : void

初始化界面控件值

InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

LoadImageByStream ( string imgPath ) : Image

通过内存流加载图片

RefreshMsgGrid ( ) : void

填充评价信息列表

RefreshMsgGrid ( List msgs ) : void

跨线程时处理评价列表

RefreshMsgGridThread ( ) : void

填充评价信息线程

RefreshPriceGrid ( ) : void

填充价格数据列表

SetUIControls ( ) : void

设置界面元素值

ShowMsgProcess ( string msg ) : void

在进度条上显示消息

ShowMyProduct ( int index ) : void

根据查询结果显示商品

btnAddCart_Click ( object sender, EventArgs e ) : void
btnClose_Click ( object sender, EventArgs e ) : void
btnEvaluation_Click ( object sender, EventArgs e ) : void
btnFlowPic_Click ( object sender, EventArgs e ) : void
btnGetCopon_Click ( object sender, EventArgs e ) : void
btnGetImg_Click ( object sender, EventArgs e ) : void
btnGet_Click ( object sender, EventArgs e ) : void
btnNext_Click ( object sender, EventArgs e ) : void

下一个商品

btnOpenUrl_Click ( object sender, EventArgs e ) : void
btnPriceAdd_Click ( object sender, EventArgs e ) : void
btnPriceGet_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
btnTop_Click ( object sender, EventArgs e ) : void

上一个商品

menuDelPrice_Click ( object sender, EventArgs e ) : void
txtPrice_ButtonClick ( object sender, DevExpress e ) : void
xtraTabControl1_SelectedPageChanged ( object sender, DevExpress e ) : void

Method Details

Dispose() protected method

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
return void

FrmResInfo() public method

public FrmResInfo ( ) : System
return System

FrmResInfo() public method

public FrmResInfo ( ProductInfo pInfo ) : System
pInfo ProductInfo
return System