C# Class MobilePhone.MainForm

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: kennykhek/smart_clips

Public Methods

Method Description
InitDataGrid ( ) : void
InitPlanDataGrid ( ) : void
LoadPhaseDetailsDropdown ( ) : void
LoadPhasePlanDropdown ( ) : void
LowerCaseFirstChar ( String sConvert ) : String
MainForm ( ) : System
OnChange ( object sender, EventArgs e ) : void
OnChangePlan ( object sender, EventArgs e ) : void
ProcessPersonality ( ) : void
ProcessPhasePreferences ( ) : void
ResetDropDownDef ( ) : void
UpdatePhoneGrid ( String attribute ) : void
UpdatePlanGrid ( String attribute ) : void
UpperCaseFirstChar ( String sConvert ) : String
testDataGrid ( ) : void

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.

OnClickButton ( object sender, EventArgs e ) : void
ProcessPhase ( int iPhase ) : void
ResetPhase ( int iPhase ) : void
SetRange ( List list ) : List
SetUIState ( int iPhase ) : void
UpdatePhoneList ( List PhoneList ) : 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

InitDataGrid() public method

public InitDataGrid ( ) : void
return void

InitPlanDataGrid() public method

public InitPlanDataGrid ( ) : void
return void

LoadPhaseDetailsDropdown() public method

public LoadPhaseDetailsDropdown ( ) : void
return void

LoadPhasePlanDropdown() public method

public LoadPhasePlanDropdown ( ) : void
return void

LowerCaseFirstChar() public method

public LowerCaseFirstChar ( String sConvert ) : String
sConvert String
return String

MainForm() public method

public MainForm ( ) : System
return System

OnChange() public method

public OnChange ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

OnChangePlan() public method

public OnChangePlan ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

ProcessPersonality() public method

public ProcessPersonality ( ) : void
return void

ProcessPhasePreferences() public method

public ProcessPhasePreferences ( ) : void
return void

ResetDropDownDef() public method

public ResetDropDownDef ( ) : void
return void

UpdatePhoneGrid() public method

public UpdatePhoneGrid ( String attribute ) : void
attribute String
return void

UpdatePlanGrid() public method

public UpdatePlanGrid ( String attribute ) : void
attribute String
return void

UpperCaseFirstChar() public method

public UpperCaseFirstChar ( String sConvert ) : String
sConvert String
return String

testDataGrid() public method

public testDataGrid ( ) : void
return void