我想要改变为灰色的文本我的TEdits。procedure TEdit.DoSetTextHint(const Value: string); Font: TFont; if CheckWin32Version(5, 1) and StyleServices.Enabled and HandleAllocated then Font := TFont.Create; Font.Assign(self.Font);
Font.Color :=
我正在尝试将win32com添加到Python2.7中。在查看之后,我添加了包含_init文件的目录(Python27libSite-packages\win32com),但我仍然可以使用它。EclipseWorkspace\PhotoScript\src\scriptLaunch.py", line 1, in <module> File "C:\Python27