Selaa lähdekoodia

Merged revisions 3035 via svnmerge from
svn+ssh://[email protected]/FPC/svn/fpc/trunk

........
r3035 | marco | 2006-03-25 17:07:36 +0100 (Sat, 25 Mar 2006) | 2 lines

* fix for 4643

........

git-svn-id: branches/fixes_2_0@3036 -

marco 19 vuotta sitten
vanhempi
commit
beb9a967e7
1 muutettua tiedostoa jossa 13 lisäystä ja 12 poistoa
  1. 13 12
      rtl/win32/wininc/messages.inc

+ 13 - 12
rtl/win32/wininc/messages.inc

@@ -507,23 +507,24 @@
      NM_SETFOCUS = -(7);
   { Power status  }
   { Progress bar control  }
-     PBM_DELTAPOS = 1027;
-     PBM_SETPOS = 1026;
-     PBM_SETRANGE = 1025;
-     PBM_SETSTEP = 1028;
-     PBM_STEPIT = 1029;
+     PBM_DELTAPOS   = 1027;
+     PBM_SETPOS     = 1026;
+     PBM_SETRANGE   = 1025;
+     PBM_SETRANGE32 = 1030;
+     PBM_SETSTEP    = 1028;
+     PBM_STEPIT     = 1029;
   { Property sheets  }
-     PSM_ADDPAGE = 1127;
-     PSM_APPLY = 1134;
+     PSM_ADDPAGE    = 1127;
+     PSM_APPLY      = 1134;
      PSM_CANCELTOCLOSE = 1131;
-     PSM_CHANGED = 1128;
+     PSM_CHANGED    = 1128;
      PSM_GETTABCONTROL = 1140;
      PSM_GETCURRENTPAGEHWND = 1142;
      PSM_ISDIALOGMESSAGE = 1141;
-     PSM_PRESSBUTTON = 1137;
-     PSM_QUERYSIBLINGS = 1132;
-     PSM_REBOOTSYSTEM = 1130;
-     PSM_REMOVEPAGE = 1126;
+     PSM_PRESSBUTTON    = 1137;
+     PSM_QUERYSIBLINGS  = 1132;
+     PSM_REBOOTSYSTEM   = 1130;
+     PSM_REMOVEPAGE     = 1126;
      PSM_RESTARTWINDOWS = 1129;
      PSM_SETCURSEL = 1125;
      PSM_SETCURSELID = 1138;