C# Class KillPrice.UiImportWare

Show file Open project: hanksoft/KillJD Class Usage Examples

Public Methods

Method Description
UiImportWare ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
EndGetProcess ( bool bRtn ) : void

结束进度显示

EndImportProcess ( bool bRtn ) : void
EndTypesProgress ( bool bRtn ) : void
GetIEWebsite ( ) : void
GetJDTypes ( ) : void

填充京东商品类别数据

GetJDTypesData ( ) : void

获取京东首页所有商品分类数据

GetJDWatchWare ( ) : void

获取京东关注商品

GetMyTypes ( ) : void

填充杀京东分类数据

GetWatchWares ( ) : void

获取关注商品线程

IEPageProcess ( ) : void
ImportProcess4AllTypes ( List sites ) : void

获取列表中商品数据并入库

InitProcess ( int iMax ) : void

初始化进度条

InitProcess2 ( int iMax ) : void

初始化关注导入进度条

InitTypesProgress ( int iMax ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

JDTypesProcess ( ) : void
LoginAndGetWatch ( string authcode ) : void

登录京东并获取关注数据

Read ( string path ) : void

读取导入列表文件

SetPagesState ( ) : void

设置各操作页状态

ShowGetStep ( int iStep ) : void

显示进度

ShowImportMsg ( string msg ) : void
ShowImportStep ( int iStep ) : void
ShowMessage ( string msg ) : void

控制获取关注消息框输出

ShowTypeMessage ( string msg ) : void
ShowTypesStep ( int iStep ) : void
ShwoAuthCodeBox ( Image authcodeimg ) : void

显示验证码

TextPagesProcess ( ) : void
UiImportWare_Load ( object sender, EventArgs e ) : void
UpdateWareChkBox ( List websites ) : void

更新多选列表数据

WatchPageProcess ( ) : void
btnGetWare_Click ( object sender, EventArgs e ) : void
btnLogin_Click ( object sender, EventArgs e ) : void
btnOpenFile_ButtonClick ( object sender, DevExpress e ) : void
cmbMainType_EditValueChanged ( object sender, EventArgs e ) : void
cmbSubType_EditValueChanged ( object sender, EventArgs e ) : void
picAuthcode_DoubleClick ( object sender, EventArgs e ) : void

重载验证码图片

timer1_Tick ( object sender, EventArgs e ) : void
wartImportProcess ( ) : void

商品导入主线程

wizardControl1_CancelClick ( object sender, CancelEventArgs e ) : void
wizardControl1_NextClick ( object sender, DevExpress e ) : void
wizardControl1_SelectedPageChanged ( object sender, DevExpress e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

UiImportWare() public method

public UiImportWare ( ) : System
return System