C# Класс ME3Explorer.SFARBasicEditor

Показать файл Открыть проект

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

Свойство Тип Описание
DialogOpenSfarFile System.Windows.Forms.OpenFileDialog
DialogSelectFileToReplace System.Windows.Forms.OpenFileDialog
addFileToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
backgroundWorkerEditFile System.ComponentModel.BackgroundWorker
backgroundWorkerExtractFile System.ComponentModel.BackgroundWorker
contextMenuStripEditor System.Windows.Forms.ContextMenuStrip
deleteToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
extractFileDialog System.Windows.Forms.SaveFileDialog
extractFolderDialog Microsoft.WindowsAPICodePack.Dialogs.CommonOpenFileDialog
extractToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
groupBoxFile System.Windows.Forms.GroupBox
groupBoxSfar System.Windows.Forms.GroupBox
helpToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
imageListIcons System.Windows.Forms.ImageList
labelBlockIndex System.Windows.Forms.Label
labelComprRatio System.Windows.Forms.Label
labelComprSize System.Windows.Forms.Label
labelComprSizeBytes System.Windows.Forms.Label
labelDataOffset System.Windows.Forms.Label
labelEntry System.Windows.Forms.Label
labelFileSize System.Windows.Forms.Label
labelFirstBlockOffset System.Windows.Forms.Label
labelFirstDataOffset System.Windows.Forms.Label
labelFirstEntryOffset System.Windows.Forms.Label
labelFullName System.Windows.Forms.Label
labelHash System.Windows.Forms.Label
labelNumOfFiles System.Windows.Forms.Label
labelTotalComprBytes System.Windows.Forms.Label
labelTotalComprSize System.Windows.Forms.Label
labelTotalUncBytes System.Windows.Forms.Label
labelTotalUncSize System.Windows.Forms.Label
labelUncSizeBytes System.Windows.Forms.Label
propertiesToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
replaceToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
statusStrip System.Windows.Forms.StatusStrip
textBoxBlockIndex System.Windows.Forms.TextBox
textBoxCRatio System.Windows.Forms.TextBox
textBoxComprSize System.Windows.Forms.TextBox
textBoxDataOffset System.Windows.Forms.TextBox
textBoxEntry System.Windows.Forms.TextBox
textBoxFirstBlockOffset System.Windows.Forms.TextBox
textBoxFirstDataOffset System.Windows.Forms.TextBox
textBoxFirstEntryOffset System.Windows.Forms.TextBox
textBoxFullName System.Windows.Forms.TextBox
textBoxHash System.Windows.Forms.TextBox
textBoxNumOfFiles System.Windows.Forms.TextBox
textBoxTotalComprSize System.Windows.Forms.TextBox
textBoxTotalUncSize System.Windows.Forms.TextBox
textBoxUncSize System.Windows.Forms.TextBox
toolStripAbout System.Windows.Forms.ToolStripButton
toolStripInfo System.Windows.Forms.ToolStripButton
toolStripMenu System.Windows.Forms.ToolStrip
toolStripOpenFile System.Windows.Forms.ToolStripButton
toolStripProgressBar System.Windows.Forms.ToolStripProgressBar
toolStripSaveFile System.Windows.Forms.ToolStripButton
toolStripSeparator System.Windows.Forms.ToolStripSeparator
toolStripStatusLabel System.Windows.Forms.ToolStripStatusLabel
treeViewSfar System.Windows.Forms.TreeView
undoToolStripMenuItem System.Windows.Forms.ToolStripMenuItem

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

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

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

SFARBasicEditor ( ) : System

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

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Метод Описание
AddNode ( TreeNode node, string key ) : TreeNode
MainForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
addFileToolStripMenuItem_Click ( object sender, EventArgs e ) : void
backgroundWorkerExtractFile_DoWork ( object sender, DoWorkEventArgs e ) : void
backgroundWorkerExtractFile_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
backgroundWorkerReplaceFile_DoWork ( object sender, DoWorkEventArgs e ) : void
backgroundWorkerReplaceFile_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
deleteToolStripMenuItem_Click ( object sender, EventArgs e ) : void
extractToolStripMenuItem_Click ( object sender, EventArgs e ) : void
getFolderPath ( TreeNode node ) : string
isFile ( TreeNode node ) : bool
isFolder ( TreeNode node ) : bool
isRoot ( TreeNode node ) : bool
openSfarFile ( string fileName ) : void
propertiesToolStripMenuItem_Click ( object sender, EventArgs e ) : void
replaceToolStripMenuItem_Click ( object sender, EventArgs e ) : void
setSize ( long byteVal, float &outVal, string &byteSize ) : void
toolStripAbout_Click ( object sender, EventArgs e ) : void
toolStripInfo_Click ( object sender, EventArgs e ) : void
toolStripOpenFile_Click ( object sender, EventArgs e ) : void
toolStripSaveFile_Click ( object sender, EventArgs e ) : void
treeViewSfar_AfterSelect ( object sender, TreeViewEventArgs e ) : void
treeViewSfar_NodeMouseClick ( object sender, TreeNodeMouseClickEventArgs e ) : void
undoToolStripMenuItem_Click ( object sender, EventArgs e ) : void

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

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

Required method for Designer support - do not modify the contents of this method with the code editor.
public InitializeComponent ( ) : void
Результат void

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

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

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

DialogOpenSfarFile публичное свойство

public System.Windows.Forms.OpenFileDialog DialogOpenSfarFile
Результат System.Windows.Forms.OpenFileDialog

DialogSelectFileToReplace публичное свойство

public System.Windows.Forms.OpenFileDialog DialogSelectFileToReplace
Результат System.Windows.Forms.OpenFileDialog

addFileToolStripMenuItem публичное свойство

public System.Windows.Forms.ToolStripMenuItem addFileToolStripMenuItem
Результат System.Windows.Forms.ToolStripMenuItem

backgroundWorkerEditFile публичное свойство

public System.ComponentModel.BackgroundWorker backgroundWorkerEditFile
Результат System.ComponentModel.BackgroundWorker

backgroundWorkerExtractFile публичное свойство

public System.ComponentModel.BackgroundWorker backgroundWorkerExtractFile
Результат System.ComponentModel.BackgroundWorker

contextMenuStripEditor публичное свойство

public System.Windows.Forms.ContextMenuStrip contextMenuStripEditor
Результат System.Windows.Forms.ContextMenuStrip

deleteToolStripMenuItem публичное свойство

public System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem
Результат System.Windows.Forms.ToolStripMenuItem

extractFileDialog публичное свойство

public System.Windows.Forms.SaveFileDialog extractFileDialog
Результат System.Windows.Forms.SaveFileDialog

extractFolderDialog публичное свойство

public Microsoft.WindowsAPICodePack.Dialogs.CommonOpenFileDialog extractFolderDialog
Результат Microsoft.WindowsAPICodePack.Dialogs.CommonOpenFileDialog

extractToolStripMenuItem публичное свойство

public System.Windows.Forms.ToolStripMenuItem extractToolStripMenuItem
Результат System.Windows.Forms.ToolStripMenuItem

groupBoxFile публичное свойство

public System.Windows.Forms.GroupBox groupBoxFile
Результат System.Windows.Forms.GroupBox

groupBoxSfar публичное свойство

public System.Windows.Forms.GroupBox groupBoxSfar
Результат System.Windows.Forms.GroupBox

helpToolStripMenuItem публичное свойство

public System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem
Результат System.Windows.Forms.ToolStripMenuItem

imageListIcons публичное свойство

public System.Windows.Forms.ImageList imageListIcons
Результат System.Windows.Forms.ImageList

labelBlockIndex публичное свойство

public System.Windows.Forms.Label labelBlockIndex
Результат System.Windows.Forms.Label

labelComprRatio публичное свойство

public System.Windows.Forms.Label labelComprRatio
Результат System.Windows.Forms.Label

labelComprSize публичное свойство

public System.Windows.Forms.Label labelComprSize
Результат System.Windows.Forms.Label

labelComprSizeBytes публичное свойство

public System.Windows.Forms.Label labelComprSizeBytes
Результат System.Windows.Forms.Label

labelDataOffset публичное свойство

public System.Windows.Forms.Label labelDataOffset
Результат System.Windows.Forms.Label

labelEntry публичное свойство

public System.Windows.Forms.Label labelEntry
Результат System.Windows.Forms.Label

labelFileSize публичное свойство

public System.Windows.Forms.Label labelFileSize
Результат System.Windows.Forms.Label

labelFirstBlockOffset публичное свойство

public System.Windows.Forms.Label labelFirstBlockOffset
Результат System.Windows.Forms.Label

labelFirstDataOffset публичное свойство

public System.Windows.Forms.Label labelFirstDataOffset
Результат System.Windows.Forms.Label

labelFirstEntryOffset публичное свойство

public System.Windows.Forms.Label labelFirstEntryOffset
Результат System.Windows.Forms.Label

labelFullName публичное свойство

public System.Windows.Forms.Label labelFullName
Результат System.Windows.Forms.Label

labelHash публичное свойство

public System.Windows.Forms.Label labelHash
Результат System.Windows.Forms.Label

labelNumOfFiles публичное свойство

public System.Windows.Forms.Label labelNumOfFiles
Результат System.Windows.Forms.Label

labelTotalComprBytes публичное свойство

public System.Windows.Forms.Label labelTotalComprBytes
Результат System.Windows.Forms.Label

labelTotalComprSize публичное свойство

public System.Windows.Forms.Label labelTotalComprSize
Результат System.Windows.Forms.Label

labelTotalUncBytes публичное свойство

public System.Windows.Forms.Label labelTotalUncBytes
Результат System.Windows.Forms.Label

labelTotalUncSize публичное свойство

public System.Windows.Forms.Label labelTotalUncSize
Результат System.Windows.Forms.Label

labelUncSizeBytes публичное свойство

public System.Windows.Forms.Label labelUncSizeBytes
Результат System.Windows.Forms.Label

propertiesToolStripMenuItem публичное свойство

public System.Windows.Forms.ToolStripMenuItem propertiesToolStripMenuItem
Результат System.Windows.Forms.ToolStripMenuItem

replaceToolStripMenuItem публичное свойство

public System.Windows.Forms.ToolStripMenuItem replaceToolStripMenuItem
Результат System.Windows.Forms.ToolStripMenuItem

statusStrip публичное свойство

public System.Windows.Forms.StatusStrip statusStrip
Результат System.Windows.Forms.StatusStrip

textBoxBlockIndex публичное свойство

public System.Windows.Forms.TextBox textBoxBlockIndex
Результат System.Windows.Forms.TextBox

textBoxCRatio публичное свойство

public System.Windows.Forms.TextBox textBoxCRatio
Результат System.Windows.Forms.TextBox

textBoxComprSize публичное свойство

public System.Windows.Forms.TextBox textBoxComprSize
Результат System.Windows.Forms.TextBox

textBoxDataOffset публичное свойство

public System.Windows.Forms.TextBox textBoxDataOffset
Результат System.Windows.Forms.TextBox

textBoxEntry публичное свойство

public System.Windows.Forms.TextBox textBoxEntry
Результат System.Windows.Forms.TextBox

textBoxFirstBlockOffset публичное свойство

public System.Windows.Forms.TextBox textBoxFirstBlockOffset
Результат System.Windows.Forms.TextBox

textBoxFirstDataOffset публичное свойство

public System.Windows.Forms.TextBox textBoxFirstDataOffset
Результат System.Windows.Forms.TextBox

textBoxFirstEntryOffset публичное свойство

public System.Windows.Forms.TextBox textBoxFirstEntryOffset
Результат System.Windows.Forms.TextBox

textBoxFullName публичное свойство

public System.Windows.Forms.TextBox textBoxFullName
Результат System.Windows.Forms.TextBox

textBoxHash публичное свойство

public System.Windows.Forms.TextBox textBoxHash
Результат System.Windows.Forms.TextBox

textBoxNumOfFiles публичное свойство

public System.Windows.Forms.TextBox textBoxNumOfFiles
Результат System.Windows.Forms.TextBox

textBoxTotalComprSize публичное свойство

public System.Windows.Forms.TextBox textBoxTotalComprSize
Результат System.Windows.Forms.TextBox

textBoxTotalUncSize публичное свойство

public System.Windows.Forms.TextBox textBoxTotalUncSize
Результат System.Windows.Forms.TextBox

textBoxUncSize публичное свойство

public System.Windows.Forms.TextBox textBoxUncSize
Результат System.Windows.Forms.TextBox

toolStripAbout публичное свойство

public System.Windows.Forms.ToolStripButton toolStripAbout
Результат System.Windows.Forms.ToolStripButton

toolStripInfo публичное свойство

public System.Windows.Forms.ToolStripButton toolStripInfo
Результат System.Windows.Forms.ToolStripButton

toolStripMenu публичное свойство

public System.Windows.Forms.ToolStrip toolStripMenu
Результат System.Windows.Forms.ToolStrip

toolStripOpenFile публичное свойство

public System.Windows.Forms.ToolStripButton toolStripOpenFile
Результат System.Windows.Forms.ToolStripButton

toolStripProgressBar публичное свойство

public System.Windows.Forms.ToolStripProgressBar toolStripProgressBar
Результат System.Windows.Forms.ToolStripProgressBar

toolStripSaveFile публичное свойство

public System.Windows.Forms.ToolStripButton toolStripSaveFile
Результат System.Windows.Forms.ToolStripButton

toolStripSeparator публичное свойство

public System.Windows.Forms.ToolStripSeparator toolStripSeparator
Результат System.Windows.Forms.ToolStripSeparator

toolStripStatusLabel публичное свойство

public System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel
Результат System.Windows.Forms.ToolStripStatusLabel

treeViewSfar публичное свойство

public System.Windows.Forms.TreeView treeViewSfar
Результат System.Windows.Forms.TreeView

undoToolStripMenuItem публичное свойство

public System.Windows.Forms.ToolStripMenuItem undoToolStripMenuItem
Результат System.Windows.Forms.ToolStripMenuItem