C# Class QuestorManager.MainForm

Show file 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 property

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

RefineEfficiencyInput public property

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

cbxSell public property

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

cbxUndersell public property

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

chkBuyItems public property

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

chkUpdateMineral public property

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