摘要:
procedure TMainForm.openForm(Caption, FormClassName: string);var i: integer; sheet: TUniTabSheet;begin for i := 0 to page.PageCount - 1 do begin if pa 阅读全文
posted @ 2014-07-02 11:53
delphi中间件
阅读(4426)
评论(0)
推荐(0)
摘要:
unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, ... 阅读全文
posted @ 2014-07-02 10:38
delphi中间件
阅读(2598)
评论(0)
推荐(0)