C# Class GlobeCntrlAnimation.Form1

Inheritance: System.Windows.Forms.Form
显示文件 Open project: Esri/arcobjects-sdk-community-samples

Public Properties

Property Type Description
CmdLoad System.Windows.Forms.Button
CmdPlay System.Windows.Forms.Button
FrmAnim System.Windows.Forms.GroupBox
Label1 System.Windows.Forms.Label
OptDuration System.Windows.Forms.RadioButton
OptIteration System.Windows.Forms.RadioButton
TxtFrequency System.Windows.Forms.TextBox
lblStatus System.Windows.Forms.Label
txtDuration System.Windows.Forms.TextBox

Public Methods

Method Description
Form1 ( ) : ESRI.ArcGIS.esriSystem

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CmdLoad_Click ( object sender, System e ) : void
CmdPlay_Click ( object sender, System e ) : void
Form1_Load ( object sender, System e ) : void
Greatest ( int &array ) : int
InitializeComponent ( ) : void

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

Main ( ) : void
OptDuration_CheckedChanged ( object sender, System e ) : void
OptIteration_CheckedChanged ( object sender, System e ) : void
PlayAnimation ( double duration, int numCycles ) : void
PlayAnimationFast ( int cycles, int iteration ) : void
axToolbarControl1_OnItemClick ( object sender, ESRI e ) : void
routin_ReadRegistry ( string sKey ) : string

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Form1() public method

public Form1 ( ) : ESRI.ArcGIS.esriSystem
return ESRI.ArcGIS.esriSystem

Property Details

CmdLoad public_oe property

public Button,System.Windows.Forms CmdLoad
return System.Windows.Forms.Button

CmdPlay public_oe property

public Button,System.Windows.Forms CmdPlay
return System.Windows.Forms.Button

FrmAnim public_oe property

public GroupBox,System.Windows.Forms FrmAnim
return System.Windows.Forms.GroupBox

Label1 public_oe property

public Label,System.Windows.Forms Label1
return System.Windows.Forms.Label

OptDuration public_oe property

public RadioButton,System.Windows.Forms OptDuration
return System.Windows.Forms.RadioButton

OptIteration public_oe property

public RadioButton,System.Windows.Forms OptIteration
return System.Windows.Forms.RadioButton

TxtFrequency public_oe property

public TextBox,System.Windows.Forms TxtFrequency
return System.Windows.Forms.TextBox

lblStatus public_oe property

public Label,System.Windows.Forms lblStatus
return System.Windows.Forms.Label

txtDuration public_oe property

public TextBox,System.Windows.Forms txtDuration
return System.Windows.Forms.TextBox