摘要: unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons, DB, DBTables;type TForm1 = class(TForm) Memo1: TMemo; Label1: TLabel; BitBtn1: TBitBtn; BitBtn2: TBitBtn; Query1: TQuery; procedure BitBtn1Click(Sender: TObject); private { 阅读全文
posted @ 2011-04-11 22:56 巅枫 阅读(636) 评论(0) 推荐(0) 编辑
摘要: unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons, DB, DBTables;type TForm1 = class(TForm) Memo1: TMemo; Label1: TLabel; BitBtn1: TBitBtn; BitBtn2: TBitBtn; Query1: TQuery; procedure BitBtn1Click(Sender: TObject); private { 阅读全文
posted @ 2011-04-11 22:10 巅枫 阅读(471) 评论(0) 推荐(0) 编辑
摘要: unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DB, DBTables, StdCtrls, Buttons, Grids, DBGrids;type TForm1 = class(TForm) DBGrid1: TDBGrid; BitBtn1: TBitBtn; BitBtn2: TBitBtn; Query1: TQuery; DataSource1: TDataSource; Label1: TLabel; Tabl 阅读全文
posted @ 2011-04-11 21:52 巅枫 阅读(319) 评论(0) 推荐(0) 编辑
摘要: unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DB, DBTables, StdCtrls, Buttons;type TForm1 = class(TForm) Memo1: TMemo; Memo2: TMemo; Label1: TLabel; BitBtn1: TBitBtn; BitBtn2: TBitBtn; DataSource1: TDataSource; Query1: TQuery; procedure 阅读全文
posted @ 2011-04-11 19:40 巅枫 阅读(500) 评论(0) 推荐(0) 编辑