C# Class TranslateTool.ResolvePoEntry

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: petergolde/PurplePen Class Usage Examples

Public Properties

Property Type Description
labelLanguageName System.Windows.Forms.Label
labelStringId System.Windows.Forms.Label
textBoxCurrentUnlocalized System.Windows.Forms.TextBox
textBoxLocalized System.Windows.Forms.TextBox
textBoxOldUnlocalized System.Windows.Forms.TextBox

Public Methods

Method Description
ResolvePoEntry ( ) : 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.

label1_Click ( object sender, EventArgs 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

ResolvePoEntry() public method

public ResolvePoEntry ( ) : System
return System

Property Details

labelLanguageName public_oe property

public System.Windows.Forms.Label labelLanguageName
return System.Windows.Forms.Label

labelStringId public_oe property

public System.Windows.Forms.Label labelStringId
return System.Windows.Forms.Label

textBoxCurrentUnlocalized public_oe property

public System.Windows.Forms.TextBox textBoxCurrentUnlocalized
return System.Windows.Forms.TextBox

textBoxLocalized public_oe property

public System.Windows.Forms.TextBox textBoxLocalized
return System.Windows.Forms.TextBox

textBoxOldUnlocalized public_oe property

public System.Windows.Forms.TextBox textBoxOldUnlocalized
return System.Windows.Forms.TextBox