07 2010 档案
摘要:1. 使控件产生圆角的方法(包括Tform)procedure TfrmMessageDlg.SetBorder(AControl: TWinControl);const ConRound = 5;var LHrgn: HRGN;begin LHrgn := 0; GetWindowRgn(AControl.Handle, LHrgn); DeleteObject(LHrgn); LHrgn :=...
阅读全文
摘要:TProxySettingCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->unituProxySetting;interfaceusesClasses,SysUtils;typeTProxySetting=classprivateFIsApplyProxySettingsToIE:Boolean;FIsEnableProxy:Boolean;FProxyType:Byte;FProxyHost:String;FProxyDomain:Stri
阅读全文
摘要:FTP传输Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--unitTransferThread;//////////////////////////////////////////////////////////////////////////////...
阅读全文