Updated to last BGRABitmap. Fixed converter. Small fixes.

This commit is contained in:
meffi@lab313.ru
2014-04-27 23:00:00 +00:00
parent 8fe0f047c9
commit 911e5cb01a
10 changed files with 142 additions and 104 deletions

View File

@@ -1,7 +1,7 @@
object frmMain: TfrmMain
Left = 807
Left = 919
Height = 590
Top = 193
Top = 209
Width = 780
HorzScrollBar.Page = 780
HorzScrollBar.Range = 489
@@ -954,12 +954,12 @@ object frmMain: TfrmMain
object actScanFile: TAction
Caption = 'Scan &File...'
OnExecute = actScanFileExecute
ShortCut = 116
ShortCut = 117
end
object actScanDir: TAction
Caption = 'Scan &Directory...'
OnExecute = actScanDirExecute
ShortCut = 117
ShortCut = 118
end
object actCloseFile: TAction
Caption = 'Close &this File'
@@ -981,20 +981,21 @@ object frmMain: TfrmMain
OnExecute = actExtractTimExecute
ShortCut = 113
end
object actPngExport: TAction
Caption = 'Export &PNG...'
OnExecute = actPngExportExecute
ShortCut = 115
end
object actPngImport: TAction
Caption = '&Import PNG...'
OnExecute = actPngImportExecute
ShortCut = 116
end
object actReplaceTim: TAction
Caption = '&Replace TIM...'
OnExecute = actReplaceTimExecute
ShortCut = 114
end
object actPngExport: TAction
Caption = 'Export &PNG...'
OnExecute = actPngExportExecute
ShortCut = 115
end
object actOpenRepo: TAction
Caption = 'Tim2Vew &SVN Repo'
OnExecute = actOpenRepoExecute