C# Class KillPrice.UiSysParams

Inheritance: DevExpress.XtraEditors.XtraUserControl
Mostrar archivo Open project: hanksoft/KillJD Class Usage Examples

Public Methods

Method Description
UiSysParams ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ChangeGatherState ( bool state ) : void
ChangeGetCheckState ( bool state ) : void
ChangeWareState ( bool state ) : void
InitCombox ( ) : void
InitCombox2 ( int id ) : void
InitCombox3 ( int id ) : void
InitUiData ( ) : void

初始化界面元素值

InitializeComponent ( ) : void

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

ShowParams ( ) : void
UiSysParams_Load ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
cmb1_EditValueChanged ( object sender, EventArgs e ) : void
cmb2_EditValueChanged ( object sender, EventArgs e ) : void
layGroupCJ1_DoubleClick ( object sender, EventArgs e ) : void
layGroupCJ2_DoubleClick ( object sender, EventArgs e ) : void
layGroupMonitor_DoubleClick ( object sender, EventArgs 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

UiSysParams() public method

public UiSysParams ( ) : System
return System