C# Класс BitOrchestra.MainForm

The main form for the application.
Наследование: System.Windows.Forms.Form, IDisposable
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
MessageBoxCaption string

Открытые методы

Метод Описание
MainForm ( ) : System

Защищенные методы

Метод Описание
OnClosing ( System e ) : void

Приватные методы

Метод Описание
IDisposable ( ) : void
_CheckSaved ( ) : void

Checks if the work is saved and prompts the user to save it if not.

_CopyClick ( object sender, EventArgs e ) : void
_CutClick ( object sender, EventArgs e ) : void
_Export ( ) : void

Opens a save file dialog for exporting as a wave file.

_ExportClick ( object sender, EventArgs e ) : void
_Load ( ) : void

Opens an open file dialog for loading text.

_LoadClick ( object sender, EventArgs e ) : void
_Parse ( Expression &Expression, SoundOptions &Options ) : bool

Tries parsing the contents of this form, displaying the appropriate messages on failure.

_ParseSelected ( Expression &Expression, SoundOptions &Options ) : bool

Tries parsing the selected contents of this form, displaying the appropriate messages on failure.

_PasteClick ( object sender, EventArgs e ) : void
_Play ( ) : void

Plays the current contents of the form.

_Play ( Expression Expression, SoundOptions Options ) : void

Plays the given expression with the given options.

_PlayStopClick ( object sender, EventArgs e ) : void
_PlayThisClick ( object sender, EventArgs e ) : void
_Save ( ) : void

Opens a save file dialog for saving the current text.

_SaveClick ( object sender, EventArgs e ) : void
_TextChanged ( object sender, EventArgs e ) : void

Описание методов

MainForm() публичный Метод

public MainForm ( ) : System
Результат System

OnClosing() защищенный Метод

protected OnClosing ( System e ) : void
e System
Результат void

Описание свойств

MessageBoxCaption публичное статическое свойство

The caption for message boxes created by this form.
public static string MessageBoxCaption
Результат string