没脾气2x · 2006-02-13 06:57:35 · 阅读: 541 骑车扎车带、坐车坐过站、打车丢手机求:这样的delphi程序在cb里如何表达? type TForm1 = class(TCustomForm) //... protected procedure WMWindowPosChanging(var Msg: TWMWindowPosChanging); message WM_WINDOWPOSCHANGING; public //... end;