Public Member Functions | |
frmMain () | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Private Member Functions | |
void | fillFields () |
void | editSelectedUserComment () |
void | addUserComment () |
void | removeSelectedUserComment () |
void | InitializeComponent () |
void | frmMain_Load (object sender, System.EventArgs e) |
void | mnuFileOpen_Click (object sender, System.EventArgs e) |
void | cmdAdd_Click (object sender, System.EventArgs e) |
void | cmdEdit_Click (object sender, System.EventArgs e) |
void | cmdRemove_Click (object sender, System.EventArgs e) |
void | lsvUserComments_DoubleClick (object sender, System.EventArgs e) |
void | lsvUserComments_KeyDown (object sender, System.Windows.Forms.KeyEventArgs e) |
Static Private Member Functions | |
void | Main () |
Private Attributes | |
System.Windows.Forms.MainMenu | mnuMain |
System.Windows.Forms.MenuItem | mnuFile |
System.Windows.Forms.MenuItem | mnuFileOpen |
System.Windows.Forms.MenuItem | menuItem1 |
System.Windows.Forms.MenuItem | mnuFileExit |
System.Windows.Forms.Label | lblVendor |
System.Windows.Forms.GroupBox | groupBox1 |
System.Windows.Forms.TextBox | txtVendorString |
System.Windows.Forms.ColumnHeader | colKey |
System.Windows.Forms.ColumnHeader | colValue |
System.ComponentModel.Container | components = null |
System.Windows.Forms.OpenFileDialog | dlgOpenFile |
System.Windows.Forms.ListView | lsvUserComments |
System.Windows.Forms.Button | cmdAdd |
System.Windows.Forms.Button | cmdRemove |
System.Windows.Forms.Button | cmdEdit |
System.Windows.Forms.Button | cmdApply |
System.Windows.Forms.Button | cmdRevert |
illiminable.Ogg.libVorbisCommentDotNET.DNFileComments | mFileComments |
|
|
|
|
|
|
|
|
|
|
|
<summary> Clean up any resources being used. </summary> |
|
|
|
|
|
|
|
<summary> Required method for Designer support - do not modify the contents of this method with the code editor. </summary> |
|
|
|
|
|
<summary> The main entry point for the application. </summary> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<summary> Required designer variable. </summary> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|