Jelajahi Sumber

Remove outdated comments.

Martijn Laan 4 tahun lalu
induk
melakukan
d33d7436ce
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      Examples/CodeClasses.iss

+ 0 - 2
Examples/CodeClasses.iss

@@ -249,7 +249,6 @@ begin
   ProgressBar2.Anchors := [akLeft, akRight, akBottom];
   ProgressBar2.Anchors := [akLeft, akRight, akBottom];
   ProgressBar2.Parent := Page.Surface;
   ProgressBar2.Parent := Page.Surface;
   ProgressBar2.Position := 50;
   ProgressBar2.Position := 50;
-  { Note: TNewProgressBar.State property only has an effect on Windows Vista and newer }
   ProgressBar2.State := npbsError;
   ProgressBar2.State := npbsError;
 
 
   ProgressBar3 := TNewProgressBar.Create(Page);
   ProgressBar3 := TNewProgressBar.Create(Page);
@@ -259,7 +258,6 @@ begin
   ProgressBar3.Height := ProgressBarLabel.Height + ScaleY(8);
   ProgressBar3.Height := ProgressBarLabel.Height + ScaleY(8);
   ProgressBar3.Anchors := [akLeft, akRight, akBottom];
   ProgressBar3.Anchors := [akLeft, akRight, akBottom];
   ProgressBar3.Parent := Page.Surface;
   ProgressBar3.Parent := Page.Surface;
-  { Note: TNewProgressBar.Style property only has an effect on Windows XP and newer }
   ProgressBar3.Style := npbstMarquee;
   ProgressBar3.Style := npbstMarquee;
   
   
   { TNewCheckListBox }
   { TNewCheckListBox }