diff --git a/Information/Statistics.txt b/Information/Statistics.txt index 7d5d19a..2a4692e 100644 --- a/Information/Statistics.txt +++ b/Information/Statistics.txt @@ -1,4 +1,4 @@ These statistics cover the official repository of Lina Components. -Total lines of code (LoC): 4400+ +Total lines of code (LoC): 4500+ Total visual components (VC): 11 \ No newline at end of file diff --git a/Resource/Bitmap/TBattery.bmp b/Resource/Bitmap/TBattery.bmp new file mode 100644 index 0000000..3e1bb75 Binary files /dev/null and b/Resource/Bitmap/TBattery.bmp differ diff --git a/Resource/Bitmap/TCommandButton.bmp b/Resource/Bitmap/TCommandButton.bmp new file mode 100644 index 0000000..dcb4b94 Binary files /dev/null and b/Resource/Bitmap/TCommandButton.bmp differ diff --git a/Resource/Bitmap/TComponentManager.bmp b/Resource/Bitmap/TComponentManager.bmp new file mode 100644 index 0000000..aaa4f5d Binary files /dev/null and b/Resource/Bitmap/TComponentManager.bmp differ diff --git a/Resource/Bitmap/TCursorFix.bmp b/Resource/Bitmap/TCursorFix.bmp new file mode 100644 index 0000000..c820fa8 Binary files /dev/null and b/Resource/Bitmap/TCursorFix.bmp differ diff --git a/Resource/Bitmap/TDownload.bmp b/Resource/Bitmap/TDownload.bmp new file mode 100644 index 0000000..37efe36 Binary files /dev/null and b/Resource/Bitmap/TDownload.bmp differ diff --git a/Resource/Bitmap/TLocalizationManager.bmp b/Resource/Bitmap/TLocalizationManager.bmp new file mode 100644 index 0000000..1e03f08 Binary files /dev/null and b/Resource/Bitmap/TLocalizationManager.bmp differ diff --git a/Resource/Bitmap/TPaintMemo.bmp b/Resource/Bitmap/TPaintMemo.bmp new file mode 100644 index 0000000..8ea44f3 Binary files /dev/null and b/Resource/Bitmap/TPaintMemo.bmp differ diff --git a/Resource/Bitmap/TParamDefiner.bmp b/Resource/Bitmap/TParamDefiner.bmp new file mode 100644 index 0000000..7d12146 Binary files /dev/null and b/Resource/Bitmap/TParamDefiner.bmp differ diff --git a/Resource/Bitmap/TScriptManager.bmp b/Resource/Bitmap/TScriptManager.bmp new file mode 100644 index 0000000..436f6e8 Binary files /dev/null and b/Resource/Bitmap/TScriptManager.bmp differ diff --git a/Resource/Bitmap/TScrollListBox.bmp b/Resource/Bitmap/TScrollListBox.bmp new file mode 100644 index 0000000..4932ee6 Binary files /dev/null and b/Resource/Bitmap/TScrollListBox.bmp differ diff --git a/Resource/Bitmap/TSplashScreen.bmp b/Resource/Bitmap/TSplashScreen.bmp new file mode 100644 index 0000000..d0f3951 Binary files /dev/null and b/Resource/Bitmap/TSplashScreen.bmp differ diff --git a/Resource/Bitmap/TVirtualProgram.bmp b/Resource/Bitmap/TVirtualProgram.bmp new file mode 100644 index 0000000..e79d0c5 Binary files /dev/null and b/Resource/Bitmap/TVirtualProgram.bmp differ diff --git a/Resource/Compiled/uAdvCtrls.dcr b/Resource/Compiled/uAdvCtrls.dcr index f05cd26..3ca2eae 100644 Binary files a/Resource/Compiled/uAdvCtrls.dcr and b/Resource/Compiled/uAdvCtrls.dcr differ diff --git a/Resource/Compiled/uFrmCtrls.dcr b/Resource/Compiled/uFrmCtrls.dcr index 88f2bf6..392d0f5 100644 Binary files a/Resource/Compiled/uFrmCtrls.dcr and b/Resource/Compiled/uFrmCtrls.dcr differ diff --git a/Resource/Compiled/uLocalMgr.dcr b/Resource/Compiled/uLocalMgr.dcr index 1436db1..42eb116 100644 Binary files a/Resource/Compiled/uLocalMgr.dcr and b/Resource/Compiled/uLocalMgr.dcr differ diff --git a/Resource/Compiled/uScriptMgr.dcr b/Resource/Compiled/uScriptMgr.dcr index 7997cc1..69d3d4b 100644 Binary files a/Resource/Compiled/uScriptMgr.dcr and b/Resource/Compiled/uScriptMgr.dcr differ diff --git a/Resource/Compiled/uSysCtrls.dcr b/Resource/Compiled/uSysCtrls.dcr index b452cbe..603c361 100644 Binary files a/Resource/Compiled/uSysCtrls.dcr and b/Resource/Compiled/uSysCtrls.dcr differ diff --git a/Resource/Compiled/uVirtObj.dcr b/Resource/Compiled/uVirtObj.dcr index bf99241..fb04313 100644 Binary files a/Resource/Compiled/uVirtObj.dcr and b/Resource/Compiled/uVirtObj.dcr differ diff --git a/Resource/Compiled/uWebCtrls.dcr b/Resource/Compiled/uWebCtrls.dcr index 81aa67b..0b1c6c8 100644 Binary files a/Resource/Compiled/uWebCtrls.dcr and b/Resource/Compiled/uWebCtrls.dcr differ diff --git a/Resource/LINA.rc b/Resource/LINA.rc index 2ade41f..5335aeb 100644 --- a/Resource/LINA.rc +++ b/Resource/LINA.rc @@ -1,33 +1,33 @@ -//TBATTERY BITMAP "TBattery.bmp" +TBATTERY BITMAP "Bitmap\TBattery.bmp" TBATTERY16 BITMAP "Bitmap\Small\TBattery.bmp" TBATTERY32 BITMAP "Bitmap\Large\TBattery.bmp" -//TCOMMANDBUTTON BITMAP "TCommandButton.bmp" +TCOMMANDBUTTON BITMAP "Bitmap\TCommandButton.bmp" TCOMMANDBUTTON16 BITMAP "Bitmap\Small\TCommandButton.bmp" TCOMMANDBUTTON32 BITMAP "Bitmap\Large\TCommandButton.bmp" -//TCOMPONENTMANAGER BITMAP "TComponentManager.bmp" +TCOMPONENTMANAGER BITMAP "Bitmap\TComponentManager.bmp" TCOMPONENTMANAGER16 BITMAP "Bitmap\Small\TComponentManager.bmp" TCOMPONENTMANAGER32 BITMAP "Bitmap\Large\TComponentManager.bmp" -//TCURSORFIX BITMAP "TCursorFix.bmp" +TCURSORFIX BITMAP "Bitmap\TCursorFix.bmp" TCURSORFIX16 BITMAP "Bitmap\Small\TCursorFix.bmp" TCURSORFIX32 BITMAP "Bitmap\Large\TCursorFix.bmp" -//TDOWNLOAD BITMAP "TDownload.bmp" +TDOWNLOAD BITMAP "Bitmap\TDownload.bmp" TDOWNLOAD16 BITMAP "Bitmap\Small\TDownload.bmp" TDOWNLOAD32 BITMAP "Bitmap\Large\TDownload.bmp" -//TLOCALIZATIONMANAGER BITMAP "TLocalizationManager.bmp" +TLOCALIZATIONMANAGER BITMAP "Bitmap\TLocalizationManager.bmp" TLOCALIZATIONMANAGER16 BITMAP "Bitmap\Small\TLocalizationManager.bmp" TLOCALIZATIONMANAGER32 BITMAP "Bitmap\Large\TLocalizationManager.bmp" -//TPAINTMEMO BITMAP "TPaintMemo.bmp" +TPAINTMEMO BITMAP "Bitmap\TPaintMemo.bmp" TPAINTMEMO16 BITMAP "Bitmap\Small\TPaintMemo.bmp" TPAINTMEMO32 BITMAP "Bitmap\Large\TPaintMemo.bmp" -//TSCRIPTMANAGER BITMAP "TScriptManager.bmp" +TSCRIPTMANAGER BITMAP "Bitmap\TScriptManager.bmp" TSCRIPTMANAGER16 BITMAP "Bitmap\Small\TScriptManager.bmp" TSCRIPTMANAGER32 BITMAP "Bitmap\Large\TScriptManager.bmp" -//TSCROLLLISTBOX BITMAP "TScrollListBox.bmp" +TSCROLLLISTBOX BITMAP "Bitmap\TScrollListBox.bmp" TSCROLLLISTBOX16 BITMAP "Bitmap\Small\TScrollListBox.bmp" TSCROLLLISTBOX32 BITMAP "Bitmap\Large\TScrollListBox.bmp" -//TSPLASHSCREEN BITMAP "TSplashScreen.bmp" +TSPLASHSCREEN BITMAP "Bitmap\TSplashScreen.bmp" TSPLASHSCREEN16 BITMAP "Bitmap\Small\TSplashScreen.bmp" TSPLASHSCREEN32 BITMAP "Bitmap\Large\TSplashScreen.bmp" -//TVIRTUALPROGRAM BITMAP "TVirtualProgram.bmp" +TVIRTUALPROGRAM BITMAP "Bitmap\TVirtualProgram.bmp" TVIRTUALPROGRAM16 BITMAP "Bitmap\Small\TVirtualProgram.bmp" TVIRTUALPROGRAM32 BITMAP "Bitmap\Large\TVirtualProgram.bmp" \ No newline at end of file diff --git a/Source/Compiled/uAdvCtrls.dcu b/Source/Compiled/uAdvCtrls.dcu index f605757..e5b8ee8 100644 Binary files a/Source/Compiled/uAdvCtrls.dcu and b/Source/Compiled/uAdvCtrls.dcu differ diff --git a/Source/Compiled/uBase.dcu b/Source/Compiled/uBase.dcu index 02a92c2..147b96e 100644 Binary files a/Source/Compiled/uBase.dcu and b/Source/Compiled/uBase.dcu differ diff --git a/Source/Compiled/uCrypt.dcu b/Source/Compiled/uCrypt.dcu index d578d00..bc6f79d 100644 Binary files a/Source/Compiled/uCrypt.dcu and b/Source/Compiled/uCrypt.dcu differ diff --git a/Source/Compiled/uFileCtrls.dcu b/Source/Compiled/uFileCtrls.dcu index 9b4e569..7f69f03 100644 Binary files a/Source/Compiled/uFileCtrls.dcu and b/Source/Compiled/uFileCtrls.dcu differ diff --git a/Source/Compiled/uFileTools.dcu b/Source/Compiled/uFileTools.dcu index 5b8387b..8284b40 100644 Binary files a/Source/Compiled/uFileTools.dcu and b/Source/Compiled/uFileTools.dcu differ diff --git a/Source/Compiled/uFrmCtrls.dcu b/Source/Compiled/uFrmCtrls.dcu index 3b73ce5..d90b238 100644 Binary files a/Source/Compiled/uFrmCtrls.dcu and b/Source/Compiled/uFrmCtrls.dcu differ diff --git a/Source/Compiled/uLocalMgr.dcu b/Source/Compiled/uLocalMgr.dcu index 1c8739f..cfbb565 100644 Binary files a/Source/Compiled/uLocalMgr.dcu and b/Source/Compiled/uLocalMgr.dcu differ diff --git a/Source/Compiled/uScriptMgr.dcu b/Source/Compiled/uScriptMgr.dcu index 622a4b6..f3069a7 100644 Binary files a/Source/Compiled/uScriptMgr.dcu and b/Source/Compiled/uScriptMgr.dcu differ diff --git a/Source/Compiled/uSysCtrls.dcu b/Source/Compiled/uSysCtrls.dcu index e9ee9be..df51b33 100644 Binary files a/Source/Compiled/uSysCtrls.dcu and b/Source/Compiled/uSysCtrls.dcu differ diff --git a/Source/Compiled/uSysTools.dcu b/Source/Compiled/uSysTools.dcu index 9947ffd..a5fdc31 100644 Binary files a/Source/Compiled/uSysTools.dcu and b/Source/Compiled/uSysTools.dcu differ diff --git a/Source/Compiled/uVirtObj.dcu b/Source/Compiled/uVirtObj.dcu index d9c2a63..2e6179f 100644 Binary files a/Source/Compiled/uVirtObj.dcu and b/Source/Compiled/uVirtObj.dcu differ diff --git a/Source/Compiled/uWebCtrls.dcu b/Source/Compiled/uWebCtrls.dcu index 1aa31bf..33a3fc9 100644 Binary files a/Source/Compiled/uWebCtrls.dcu and b/Source/Compiled/uWebCtrls.dcu differ