| 37 | | ProgaNamLab->Caption = VerInfo->ProductName; |
|---|
| 38 | | DescrLab->Caption = VerInfo->FileDescription; |
|---|
| 39 | | FileVerLab->Caption = VerInfo->FileVersion; |
|---|
| 40 | | CopyrightLab->Caption = VerInfo->LegalCopyright; |
|---|
| 41 | | CraftedByLab->Caption = VerInfo->CraftedBy; |
|---|
| 42 | | CommentLab->Caption = VerInfo->Comments; |
|---|
| | 37 | ProgaNamLab->Caption = MobSurgeon_AppName; |
|---|
| | 38 | DescrLab->Caption = MobSurgeon_AppDescription; |
|---|
| | 39 | FileVerLab->Caption = VitInfo->GenerateVersionString(); |
|---|
| | 40 | CopyrightLab->Caption = MobSurgeon_Copyright; |
|---|
| | 41 | CraftedByLab->Caption = MobSurgeon_CraftedBy; |
|---|
| | 42 | DevelsContactsLab->Caption = MobSurgeon_DevelsContacts; |
|---|