摘要: unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons, DB, DBTables;type TForm1 = class(TForm) BitBtn1: TBitBtn; BitBtn2: TBitBtn; BitBtn3: TBitBtn; Label1: TLabel; Memo1: TMemo; Query1: TQuery; procedure BitBtn1Click(Sender: T 阅读全文
posted @ 2011-04-10 17:44 巅枫 阅读(529) 评论(0) 推荐(0) 编辑