C# Class Atmo.UI.DevEx.SettingsForm

Inheritance: XtraForm
Mostrar archivo Open project: wind101net/atmo Class Usage Examples

Public Properties

Property Type Description
time_correction double

Public Methods

Method Description
GetNetworkTime ( string ntpServer ) : System.DateTime
SetGraphRangeValues ( ) : void
SetPwsFormValues ( ) : void
SetStateFromForm ( ) : void
SetStateGraphRangeValues ( ) : void
SetStatePws ( ) : void
SetStateUnits ( ) : void
SetStateUserGraphType ( ) : void
SetUnitsFormValue ( ) : void
SetUserGraphFormValue ( ) : void
SetValuesFromState ( ) : void
SettingsForm ( PersistentState state, InternetStreamingStatistics _internetStreamingStatistics ) : System

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.

SettingsForm_Load ( object sender, EventArgs e ) : void
SwapEndianness ( ulong x ) : uint
button1_Click ( object sender, EventArgs e ) : void
checkBoxShowPasswordAwekas_CheckedChanged ( object sender, EventArgs e ) : void
checkBoxShowPasswordWeather_CheckedChanged ( object sender, EventArgs e ) : void
checkBoxShowPasswordWind_CheckedChanged ( object sender, EventArgs e ) : void
checkButtonPwsEnabled_CheckedChanged ( object sender, EventArgs e ) : void
checkEditWF_CheckedChanged ( object sender, EventArgs e ) : void
label14_Click ( object sender, EventArgs e ) : void
labelControl16_Click ( object sender, EventArgs e ) : void
simpleButtonApply_Click ( object sender, EventArgs e ) : void
simpleButtonCancel_Click ( object sender, EventArgs e ) : void
simpleButtonOk_Click ( object sender, EventArgs e ) : void
xtraTabPageStatistic_Paint ( object sender, PaintEventArgs 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

GetNetworkTime() public method

public GetNetworkTime ( string ntpServer ) : System.DateTime
ntpServer string
return System.DateTime

SetGraphRangeValues() public method

public SetGraphRangeValues ( ) : void
return void

SetPwsFormValues() public method

public SetPwsFormValues ( ) : void
return void

SetStateFromForm() public method

public SetStateFromForm ( ) : void
return void

SetStateGraphRangeValues() public method

public SetStateGraphRangeValues ( ) : void
return void

SetStatePws() public method

public SetStatePws ( ) : void
return void

SetStateUnits() public method

public SetStateUnits ( ) : void
return void

SetStateUserGraphType() public method

public SetStateUserGraphType ( ) : void
return void

SetUnitsFormValue() public method

public SetUnitsFormValue ( ) : void
return void

SetUserGraphFormValue() public method

public SetUserGraphFormValue ( ) : void
return void

SetValuesFromState() public method

public SetValuesFromState ( ) : void
return void

SettingsForm() public method

public SettingsForm ( PersistentState state, InternetStreamingStatistics _internetStreamingStatistics ) : System
state Atmo.Data.PersistentState
_internetStreamingStatistics InternetStreamingStatistics
return System

Property Details

time_correction public_oe property

public double time_correction
return double