unit rzpanelEX;
interface
uses
SysUtils, Classes, Controls, ExtCtrls, RzPanel,RzLabel,Graphics,RzCommon;
type
trzpanelEX = class(TRzPanel)
private
label_top :TRzLabel;
label_bg :TRzLabel;
label_wd :TRzLabel;
label_sd :TRzLabel;
label_wdfh,label_sdfh:TRzLabel;
label_tip1,label_tip2:TRzLabel;
procedure SetTopText(const value :string);
function ReadTopText():string;
function SetDevStatus(value :Boolean):Boolean;
procedure SetWD(const value:string);
procedure SetSD(const value:string);
function ReadWD():string;
function ReadSD():string;
function ReadTip1: string;
function ReadTip2: string;
procedure SetTip1(const Value: string);
procedure SetTip2(const Value: string);
protected
{ Protected declarations }
public
{ Public declarations }
constructor Create(AOwner: TComponent); override;
destructor Destroy; override;
published
{ Published declarations }