Changeset 19
- Timestamp:
- Mar 22, 2018, 10:41:00 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 10 added
- 3 deleted
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 6 6 *.lrj 7 7 heaptrclog.trc 8 MyData.exe
-
- Property svn:ignore
-
trunk/Forms/UFormAbout.lfm
r16 r19 1 1 object FormAbout: TFormAbout 2 2 Left = 522 3 Height = 3 873 Height = 329 4 4 Top = 335 5 Width = 5 245 Width = 584 6 6 Caption = 'About' 7 ClientHeight = 3 878 ClientWidth = 5 249 DesignTimePPI = 1 207 ClientHeight = 329 8 ClientWidth = 584 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate 11 11 OnShow = FormShow 12 12 Position = poScreenCenter 13 LCLVersion = '1.8. 0.6'13 LCLVersion = '1.8.2.0' 14 14 object LabelDescription: TLabel 15 15 Left = 25 16 16 Height = 40 17 17 Top = 137 18 Width = 47418 Width = 534 19 19 Align = alTop 20 20 AutoSize = False … … 24 24 end 25 25 object ButtonClose: TButton 26 Left = 38326 Left = 443 27 27 Height = 31 28 Top = 33728 Top = 278 29 29 Width = 116 30 30 Anchors = [akRight, akBottom] … … 35 35 object LabelContent: TLabel 36 36 Left = 25 37 Height = 2 037 Height = 25 38 38 Top = 202 39 Width = 47439 Width = 534 40 40 Align = alTop 41 41 BorderSpacing.Around = 25 … … 46 46 Left = 20 47 47 Height = 31 48 Top = 33748 Top = 279 49 49 Width = 220 50 50 Anchors = [akLeft, akBottom] … … 57 57 Height = 112 58 58 Top = 0 59 Width = 5 2459 Width = 584 60 60 Align = alTop 61 61 BevelOuter = bvNone 62 62 ClientHeight = 112 63 ClientWidth = 5 2463 ClientWidth = 584 64 64 TabOrder = 2 65 65 object LabelAppName: TLabel … … 67 67 Height = 80 68 68 Top = 24 69 Width = 39469 Width = 454 70 70 Align = alCustom 71 71 Anchors = [akTop, akLeft, akRight, akBottom] -
trunk/Forms/UFormMain.lfm
r16 r19 5 5 Width = 1250 6 6 Caption = 'MyData' 7 ClientHeight = 81 57 ClientHeight = 819 8 8 ClientWidth = 1250 9 DesignTimePPI = 144 9 10 Menu = MainMenu1 10 11 OnActivate = FormActivate 11 12 OnClose = FormClose 12 13 OnShow = FormShow 13 LCLVersion = '1.8. 0.4'14 LCLVersion = '1.8.2.0' 14 15 WindowState = wsMaximized 15 16 object StatusBar1: TStatusBar 16 17 Left = 0 17 Height = 3 018 Top = 78 518 Height = 36 19 Top = 783 19 20 Width = 1250 20 21 Panels = <> -
trunk/Forms/UFormMain.pas
r17 r19 56 56 begin 57 57 Core.Done; 58 Core.PersistentForm1.Save(Self); 58 59 end; 59 60 60 61 procedure TFormMain.FormShow(Sender: TObject); 61 62 begin 63 Core.PersistentForm1.Load(Self, True); 62 64 DockInit; 63 65 end; -
trunk/Forms/UFormPreferences.lfm
r10 r19 7 7 ClientHeight = 422 8 8 ClientWidth = 577 9 LCLVersion = '1.5' 9 DesignTimePPI = 144 10 OnClose = FormClose 11 OnShow = FormShow 12 LCLVersion = '1.8.2.0' 10 13 object CheckBoxRememberDatabase: TCheckBox 11 14 Left = 18 12 Height = 2 715 Height = 29 13 16 Top = 20 14 Width = 21517 Width = 194 15 18 Caption = 'Remember database' 16 19 TabOrder = 0 … … 38 41 object ComboBoxLanguage: TComboBox 39 42 Left = 192 40 Height = 3 543 Height = 33 41 44 Top = 64 42 45 Width = 292 43 ItemHeight = 046 ItemHeight = 25 44 47 Style = csDropDownList 45 48 TabOrder = 3 … … 49 52 Height = 25 50 53 Top = 65 51 Width = 9554 Width = 81 52 55 Caption = 'Language:' 53 56 ParentColor = False -
trunk/Forms/UFormPreferences.pas
r10 r19 18 18 ComboBoxLanguage: TComboBox; 19 19 Label1: TLabel; 20 procedure FormClose(Sender: TObject; var CloseAction: TCloseAction); 21 procedure FormShow(Sender: TObject); 20 22 private 21 23 { private declarations } … … 37 39 { TFormPreferences } 38 40 41 procedure TFormPreferences.FormShow(Sender: TObject); 42 begin 43 Core.PersistentForm1.Load(Self); 44 end; 45 46 procedure TFormPreferences.FormClose(Sender: TObject; 47 var CloseAction: TCloseAction); 48 begin 49 Core.PersistentForm1.Save(Self) 50 end; 51 39 52 procedure TFormPreferences.Load(Preferences: TPreferences); 40 53 begin -
trunk/Forms/UFormRecord.lfm
r16 r19 4 4 Top = 223 5 5 Width = 858 6 Caption = ' FormRecord'6 Caption = 'Record' 7 7 ClientHeight = 649 8 8 ClientWidth = 858 9 DesignTimePPI = 144 9 10 OnCreate = FormCreate 10 11 OnDestroy = FormDestroy 11 12 OnShow = FormShow 12 13 Position = poMainFormCenter 13 LCLVersion = '1.8. 0.4'14 LCLVersion = '1.8.2.0' 14 15 object Panel1: TPanel 15 16 Left = 4 -
trunk/Languages/MyData.cs.po
r16 r19 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Transfer-Encoding: 8bit\n" 11 "X-Generator: Poedit 1.5.4\n" 11 "X-Generator: Poedit 2.0.6\n" 12 "Language: cs\n" 12 13 13 14 #: tcore.aabout.caption 15 msgctxt "tcore.aabout.caption" 14 16 msgid "About" 15 msgstr " "17 msgstr "O aplikaci" 16 18 17 19 #: tcore.adatabaseconnect.caption … … 32 34 msgstr "Předvolby" 33 35 36 #: tformabout.buttonclose.caption 37 msgid "Close" 38 msgstr "Zavřít" 39 40 #: tformabout.buttonhomepage.caption 41 msgid "Home page" 42 msgstr "Domovská stránka" 43 44 #: tformabout.caption 45 msgctxt "tformabout.caption" 46 msgid "About" 47 msgstr "O aplikaci" 48 49 #: tformabout.labelcontent.caption 50 msgid " " 51 msgstr " " 52 34 53 #: tformdatabases.aadd.caption 35 54 msgid "New" … … 193 212 #: tformmain.menuitem7.caption 194 213 msgid "Help" 195 msgstr " "214 msgstr "Nápověda" 196 215 197 216 #: tformmain.menuitempreferences.caption … … 243 262 244 263 #: tformrecord.caption 245 msgid " FormRecord"246 msgstr " "264 msgid "Record" 265 msgstr "Záznam" 247 266 248 267 #: tformrecords.aadd.caption … … 344 363 #: ucore.stypereference 345 364 msgid "Reference" 346 msgstr " "365 msgstr "Odkaz" 347 366 348 367 #: ucore.stypestring … … 360 379 #: uformabout.slicense 361 380 msgid "License" 362 msgstr " "381 msgstr "Licence" 363 382 364 383 #: uformabout.sreleasedate 365 384 msgid "Release date" 366 msgstr " "385 msgstr "Datum uvolnění" 367 386 368 387 #: uformabout.sversion 369 388 msgid "Version" 370 msgstr " "389 msgstr "Verze" 371 390 372 391 #: uformfields.sfieldsnotset … … 406 425 msgstr "Opravdu chcete odstranit tabulku '%s'?" 407 426 427 #: uhtmlclasses.sstringtoipconversionerror 428 msgid "String to IP address conversion error" 429 msgstr "Chyba převodu řetězce na IP adresu" 430 408 431 #: usqldatabase.sdatabasequeryerror 409 432 msgid "Database query error: \"%s\"" 410 433 msgstr "Chyba požadavku databáze: \"%s\"" 411 -
trunk/Languages/MyData.po
r16 r19 3 3 4 4 #: tcore.aabout.caption 5 msgctxt "tcore.aabout.caption" 5 6 msgid "About" 6 7 msgstr "" … … 23 24 msgstr "" 24 25 26 #: tformabout.buttonclose.caption 27 msgid "Close" 28 msgstr "" 29 30 #: tformabout.buttonhomepage.caption 31 msgid "Home page" 32 msgstr "" 33 34 #: tformabout.caption 35 msgctxt "tformabout.caption" 36 msgid "About" 37 msgstr "" 38 39 #: tformabout.labelcontent.caption 40 msgid " " 41 msgstr "" 42 25 43 #: tformdatabases.aadd.caption 26 44 msgid "New" … … 234 252 235 253 #: tformrecord.caption 236 msgid " FormRecord"254 msgid "Record" 237 255 msgstr "" 238 256 … … 397 415 msgstr "" 398 416 417 #: uhtmlclasses.sstringtoipconversionerror 418 msgid "String to IP address conversion error" 419 msgstr "" 420 399 421 #: usqldatabase.sdatabasequeryerror 400 422 msgid "Database query error: \"%s\"" -
trunk/MyData.lpi
r17 r19 28 28 <SearchPaths> 29 29 <IncludeFiles Value="$(ProjOutDir)"/> 30 <OtherUnitFiles Value="Forms;DbEngines;/usr/lib/mysql /;/usr/lib64/mysql/"/>30 <OtherUnitFiles Value="Forms;DbEngines;/usr/lib/mysql;/usr/lib64/mysql"/> 31 31 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/> 32 32 </SearchPaths> … … 72 72 </local> 73 73 </RunParams> 74 <RequiredPackages Count=" 8">74 <RequiredPackages Count="6"> 75 75 <Item1> 76 <PackageName Value=" synapse"/>77 <DefaultFilename Value="Packages/ synapse/synapse.lpk" Prefer="True"/>76 <PackageName Value="Database"/> 77 <DefaultFilename Value="Packages/Database/Database.lpk" Prefer="True"/> 78 78 </Item1> 79 79 <Item2> 80 <PackageName Value=" Network"/>81 <DefaultFilename Value="Packages/ Network/Network.lpk" Prefer="True"/>80 <PackageName Value="TemplateGenerics"/> 81 <DefaultFilename Value="Packages/TemplateGenerics/TemplateGenerics.lpk" Prefer="True"/> 82 82 </Item2> 83 83 <Item3> 84 <PackageName Value="Cool Web"/>85 <DefaultFilename Value="Packages/Cool Web/CoolWeb.lpk" Prefer="True"/>84 <PackageName Value="CoolTranslator"/> 85 <DefaultFilename Value="Packages/CoolTranslator/CoolTranslator.lpk" Prefer="True"/> 86 86 </Item3> 87 87 <Item4> 88 <PackageName Value="TemplateGenerics"/> 89 <DefaultFilename Value="Packages/TemplateGenerics/TemplateGenerics.lpk" Prefer="True"/> 88 <PackageName Value="FCL"/> 90 89 </Item4> 91 90 <Item5> 92 <PackageName Value="Co olTranslator"/>93 <DefaultFilename Value="Packages/Co olTranslator/CoolTranslator.lpk" Prefer="True"/>91 <PackageName Value="Common"/> 92 <DefaultFilename Value="Packages/Common/Common.lpk" Prefer="True"/> 94 93 </Item5> 95 94 <Item6> 96 <PackageName Value=" FCL"/>95 <PackageName Value="LCL"/> 97 96 </Item6> 98 <Item7>99 <PackageName Value="Common"/>100 <DefaultFilename Value="Packages/Common/Common.lpk" Prefer="True"/>101 </Item7>102 <Item8>103 <PackageName Value="LCL"/>104 </Item8>105 97 </RequiredPackages> 106 <Units Count=" 18">98 <Units Count="20"> 107 99 <Unit0> 108 100 <Filename Value="MyData.lpr"/> … … 209 201 <Filename Value="Forms/UFormAbout.pas"/> 210 202 <IsPartOfProject Value="True"/> 211 <HasResources Value="True"/> 203 <ComponentName Value="FormAbout"/> 204 <HasResources Value="True"/> 205 <ResourceBaseClass Value="Form"/> 212 206 </Unit17> 207 <Unit18> 208 <Filename Value="UHtmlClasses.pas"/> 209 <IsPartOfProject Value="True"/> 210 </Unit18> 211 <Unit19> 212 <Filename Value="UXmlClasses.pas"/> 213 <IsPartOfProject Value="True"/> 214 </Unit19> 213 215 </Units> 214 216 </ProjectOptions> … … 220 222 <SearchPaths> 221 223 <IncludeFiles Value="$(ProjOutDir)"/> 222 <OtherUnitFiles Value="Forms;DbEngines;/usr/lib/mysql /;/usr/lib64/mysql/"/>224 <OtherUnitFiles Value="Forms;DbEngines;/usr/lib/mysql;/usr/lib64/mysql"/> 223 225 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/> 224 226 </SearchPaths> -
trunk/MyData.lpr
r16 r19 10 10 Forms, UFormTables, UCore, Common, CoolTranslator, 11 11 UFormTable, UFormRecords, UFormRecord, UFormFields, UFormField, 12 TemplateGenerics, CoolWeb, synapse,UFormMain, SysUtils,12 TemplateGenerics, UFormMain, SysUtils, 13 13 UFormConnect, UFormDatabases, UFormPreferences; 14 14 -
trunk/UCore.lfm
r16 r19 3 3 OnDestroy = DataModuleDestroy 4 4 OldCreateOrder = False 5 Height = 462 6 HorizontalOffset = 758 7 VerticalOffset = 488 8 Width = 653 5 Height = 693 6 HorizontalOffset = 640 7 VerticalOffset = 275 8 Width = 980 9 PPI = 144 9 10 object ImageList1: TImageList 10 11 Height = 32 11 12 Width = 32 12 left = 29413 top = 13613 left = 441 14 top = 204 14 15 Bitmap = { 15 16 4C690C000000200000002000000061C66E0061C66E0061C66E0061C66E0061C6 … … 1556 1557 RootName = 'CONFIG' 1557 1558 ReadOnly = False 1558 left = 2941559 top = 2161559 left = 441 1560 top = 324 1560 1561 end 1561 1562 object ActionList1: TActionList 1562 1563 Images = ImageList1 1563 left = 2971564 top = 771564 left = 446 1565 top = 116 1565 1566 object AExit: TAction 1566 1567 Caption = 'Exit' … … 1592 1593 POFilesFolder = 'Languages' 1593 1594 OnTranslate = CoolTranslator1Translate 1594 left = 2881595 top = 3041595 left = 432 1596 top = 456 1596 1597 end 1597 1598 object ApplicationInfo1: TApplicationInfo … … 1610 1611 RegistryRoot = rrKeyCurrentUser 1611 1612 License = 'CC0' 1612 left = 80 1613 top = 88 1613 left = 120 1614 top = 132 1615 end 1616 object PersistentForm1: TPersistentForm 1617 MinVisiblePart = 50 1618 EntireVisible = False 1619 left = 121 1620 top = 214 1614 1621 end 1615 1622 end -
trunk/UCore.pas
r17 r19 7 7 uses 8 8 Classes, SysUtils, XMLConf, FileUtil, Controls, ActnList, UDatabase, 9 UCoolTranslator, UApplicationInfo, Forms;9 UCoolTranslator, UApplicationInfo, UPersistentForm, Forms; 10 10 11 11 type … … 22 22 CoolTranslator1: TCoolTranslator; 23 23 ImageList1: TImageList; 24 PersistentForm1: TPersistentForm; 24 25 XMLConfig1: TXMLConfig; 25 26 procedure AAboutExecute(Sender: TObject);
Note:
See TracChangeset
for help on using the changeset viewer.