紅字部份為手動加入程式,建立個按鈕,按鈕程序如下:
unit Unit1;
interface
uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, IdMessage, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient, IdMessageClient, IdSMTP;
type TForm1 = class(TForm) Button1: TButton; […]
近期留言