unit Unit1;
interface
  uses
    Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
    Dialogs, ExtCtrls, StdCtrls, Menus;
  type
    TForm1 = class(TForm)
      img1: TImage;                       //left
      img2: TImage;                       //Top
      img3: TImage;                       //Caption
      img4: TImage;                       //Right
      img5: TImage;                       //Time Control
      imgmin: TImage;                     //Minbutton
      ...[ 查看全文 ]