Révision 5 UnitIngredientsList.pas

Voir les différences:

UnitIngredientsList.pas
559 559
      MineralsUnit := Format('%s %s', [ComboBoxMinerals.Items[Minerals], _('DM')]);
560 560
    end;
561 561
  with FormOptions do
562
    TabSheetMS.Caption := TabSheetMS.Caption + Format(' (%s)', [ComboBoxProximal.Items[Proximal]]);
563
  TabSheetProximal.Caption := TabSheetProximal.Caption + Format(' (%s)', [ProximalUnit]);
564
  TabSheetEnergy.Caption := TabSheetEnergy.Caption + Format(' (%s)', [EnergyUnit]);
565
  TabSheetEnergyUtilization.Caption := TabSheetEnergyUtilization.Caption + ' (%)';
566
  TabSheetAATot.Caption := TabSheetAATot.Caption + Format(' (%s)', [AAUnit]);
567
  TabSheetAA_MAT.Caption := TabSheetAA_MAT.Caption + ' (%)';
568
  TabSheetdAA.Caption := TabSheetdAA.Caption + ' (%)';
569
  TabSheetAADig.Caption := TabSheetAADig.Caption + Format(' (%s)', [AAUnit]);
570
  TabSheetMinerals.Caption := TabSheetMinerals.Caption + Format(' (%s)', [MineralsUnit]);
571
  TabSheetdP.Caption := TabSheetdP.Caption + ' (%)';
562
    TabSheetMS.Caption := Format('%s (%s)', [TabSheetMS.Caption, ComboBoxProximal.Items[Proximal]]);
563
  TabSheetProximal.Caption := Format('%s (%s)', [TabSheetProximal.Caption, ProximalUnit]);
564
  TabSheetEnergy.Caption := Format('%s (%s)', [TabSheetEnergy.Caption, EnergyUnit]);
565
  TabSheetEnergyUtilization.Caption := Format('%s (%%)', [TabSheetEnergyUtilization.Caption]);
566
  TabSheetAATot.Caption := Format('%s (%s)', [TabSheetAATot.Caption, AAUnit]);
567
  TabSheetAA_MAT.Caption := Format('%s (%%)', [TabSheetAA_MAT.Caption]);
568
  TabSheetdAA.Caption := Format('%s (%%)', [TabSheetdAA.Caption]);
569
  TabSheetAADig.Caption := Format('%s (%s)', [TabSheetAADig.Caption, AAUnit]);
570
  TabSheetMinerals.Caption := Format('%s (%s)', [TabSheetMinerals.Caption, MineralsUnit]);
571
  TabSheetdP.Caption := Format('%s (%%)', [TabSheetdP.Caption]);
572 572
  with DataModuleDeclaration do
573 573
  begin
574 574
    // Classes

Formats disponibles : Unified diff