www.pudn.com > TMS.Component.Pack.v5.0.rar > advexplorertreeviewstyles.pas, change:2009-01-24,size:1710b


{***********************************************************************} 
{ TAdvExplorerTreeViewStyles selector                                   } 
{ for Delphi & C++ Builder                                              } 
{                                                                       } 
{ written by :                                                          } 
{            TMS Software                                               } 
{            copyright © 1999-2008                                      } 
{            Email : info@tmssoftware.com                               } 
{            Website : http://www.tmssoftware.com                       } 
{                                                                       } 
{ The source code is given as is. The author is not responsible         } 
{ for any possible damage done due to the use of this code.             } 
{ The component can be freely used in any application. The source       } 
{ code remains property of the writer and may not be distributed        } 
{ freely as such.                                                       } 
{***********************************************************************} 
 
unit AdvExplorerTreeViewStyles; 
 
interface 
 
uses 
  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, 
  Dialogs, StdCtrls, ExtCtrls; 
 
type 
  TAdvExplorerTreeViewStyleForm = class(TForm) 
    RadioGroup1: TRadioGroup; 
    Button1: TButton; 
    Button2: TButton; 
  private 
    { Private declarations } 
  public 
    { Public declarations } 
  end; 
 
var 
  AdvExplorerTreeViewStyleForm: TAdvExplorerTreeViewStyleForm; 
 
implementation 
 
{$R *.dfm} 
 
{ TPlanStyleForm } 
 
end.