frame_zsg.~pas
上传用户:szruida
上传日期:2007-06-01
资源大小:6518k
文件大小:0k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. unit frame_zsg;
  2. interface
  3. uses 
  4.   Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
  5.   ComCtrls, ToolWin;
  6. type
  7.   TFrame1 = class(TFrame)
  8.     CoolBar1: TCoolBar;
  9.     ToolBar1: TToolBar;
  10.     ToolButton1: TToolButton;
  11.     ToolButton2: TToolButton;
  12.     ToolButton3: TToolButton;
  13.     ToolButton4: TToolButton;
  14.     ToolButton5: TToolButton;
  15.   private
  16.     { Private declarations }
  17.   public
  18.     { Public declarations }
  19.   end;
  20. implementation
  21. {$R *.dfm}
  22. end.