C# Class QuestorManager.MainForm

Exibir arquivo Open project: rixim/Questor

Public Properties

Property Type Description
RefineCheckBox System.Windows.Forms.CheckBox
RefineEfficiencyInput System.Windows.Forms.NumericUpDown
cbxSell System.Windows.Forms.CheckBox
cbxUndersell System.Windows.Forms.CheckBox
chkBuyItems System.Windows.Forms.CheckBox
chkUpdateMineral System.Windows.Forms.CheckBox

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

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

Property Details

RefineCheckBox public_oe property

public System.Windows.Forms.CheckBox RefineCheckBox
return System.Windows.Forms.CheckBox

RefineEfficiencyInput public_oe property

public System.Windows.Forms.NumericUpDown RefineEfficiencyInput
return System.Windows.Forms.NumericUpDown

cbxSell public_oe property

public System.Windows.Forms.CheckBox cbxSell
return System.Windows.Forms.CheckBox

cbxUndersell public_oe property

public System.Windows.Forms.CheckBox cbxUndersell
return System.Windows.Forms.CheckBox

chkBuyItems public_oe property

public System.Windows.Forms.CheckBox chkBuyItems
return System.Windows.Forms.CheckBox

chkUpdateMineral public_oe property

public System.Windows.Forms.CheckBox chkUpdateMineral
return System.Windows.Forms.CheckBox