C# Class Nanook.TheGhost.MainForm

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: Nanook/TheGHOST

Public Methods

Method Description
MainForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ChangePartTitle ( [ isoFileName, int partNo, string title ) : bool
DirectDiscWrite ( [ isoFileName, int offset, string data, int size ) : bool
EditorForm_Resize_Move ( object sender, EventArgs e ) : void
ExtractFiles ( [ isoFileName, string files, string dests, int fileCount, bool caseSensitive, int partNo, IntPtr hwnd ) : void
ExtractPartition ( [ isoFileName, int partNo, string outputFolder ) : bool
FileExists ( [ isoFileName, string findFileName, int partNo, bool caseSensitive ) : bool
InitializeComponent ( ) : void

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

LoadPartition ( [ isoFileName, string imageFileName, int partNo ) : bool
MainForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
MainForm_Load ( object sender, EventArgs e ) : void
MaxPartition ( [ isoFileName, int partNo ) : bool
ReplaceFiles ( [ isoFileName, string files, string paths, int fileCount, bool caseSensitive, bool appendDiffSizeFiles, int partNo, IntPtr hwnd ) : void
ShrinkPartition ( [ isoFileName, int partNo ) : bool
ShufflePartitions ( [ isoFileName ) : bool
addScreenToMenu ( ContextMenuStrip mnuStrip, ScreenBase screen, string title ) : void
addSongToMenu ( ToolStripMenuItem mi, ProjectTierSong pts ) : void
btnAbout_Click ( object sender, EventArgs e ) : void
btnDiscIdGet_Click ( object sender, EventArgs e ) : void
btnDiscIdSet_Click ( object sender, EventArgs e ) : void
btnExit_Click ( object sender, EventArgs e ) : void
btnHelp_Click ( object sender, EventArgs e ) : void
btnMoveBack_Click ( object sender, EventArgs e ) : void
btnMoveNext_Click ( object sender, EventArgs e ) : void
btnMove_Click ( object sender, EventArgs e ) : void
btnPrepIso_Click ( object sender, EventArgs e ) : void
btnPreset_Click ( object sender, EventArgs e ) : void
btnTitleRead_Click ( object sender, EventArgs e ) : void
btnTitleWrite_Click ( object sender, EventArgs e ) : void
fileCopyProgress ( string gameFilename, string diskFilename, int fileNo, int fileCount, float percentage, bool success ) : void
findMainPartition ( ) : void
flipUnicode ( byte b ) : void
loadConfiguration ( ProjectDefaults defaults ) : void
loadSetting ( Configuration c, string item ) : string
loadSetting ( Configuration c, string item, string defaultItem ) : string
loadWindowInfo ( Form win, string settings ) : void
mnuMoveItemScreen_Click ( object sender, EventArgs e ) : void
mnuMoveItemSong_Click ( object sender, EventArgs e ) : void
prepMovies ( DirectoryInfo dir ) : void
prepRemoveFiles ( DirectoryInfo dir ) : void
prgInc ( int value ) : void
rdbGameGh3_CheckedChanged ( object sender, EventArgs e ) : void
rdbGameGhA_CheckedChanged ( object sender, EventArgs e ) : void
readDiscTitle ( ) : void

Call this when before the ISO is openend with WiiScrubber as it locks the DLL

readUnicode ( FileStream fs, long pos ) : string
removeEventHandlers ( ToolStripItem item ) : void
replaceAudio ( ) : void
replaceDataPartition ( int songsToAdd, bool addNonCareerToBonus, bool removeBossBattles, int bonusSongs, int tierSongs ) : void
replaceUpdatePartition ( bool compactOnly ) : void
saveConfiguration ( ProjectDefaults defaults ) : void
saveProject ( ) : void
saveProjectPrompt ( ) : DialogResult

saveSetting ( Configuration c, string name, string value ) : void
saveWindowInfo ( Form win ) : void
screen_ScreenBusy ( object source, ScreenBusyEventArgs e ) : void
setEditSong ( ProjectTierSong pts ) : void
setSaveTitleOffsets ( Stream fs ) : bool
setTitleInterface ( string title ) : void
showScreen ( ScreenBase screen ) : void
songExistsInEditSongs ( uint crc ) : ProjectSong
textbox_DragDrop ( object sender, DragEventArgs e ) : void
textbox_DragEnter ( object sender, DragEventArgs e ) : void
writeUnicode ( FileStream fs, long pos, string text, int pad ) : 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

MainForm() public method

public MainForm ( ) : System
return System