lazarus/components/lazreport/source/lr_e_txt_params.pas
jesus 44dfa5d07f lazreport, another couple of missing files
git-svn-id: trunk@46081 -
2014-08-28 15:27:44 +00:00

129 lines
1.9 KiB
ObjectPascal

unit LR_E_TXT_Params;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ButtonPanel,
ExtCtrls, StdCtrls;
type
{ TlrExpTxtParamsForm }
TlrExpTxtParamsForm = class(TForm)
ButtonPanel1: TButtonPanel;
CheckBox1: TCheckBox;
CheckBox2: TCheckBox;
Panel1: TPanel;
RadioGroup1: TRadioGroup;
private
{ private declarations }
public
{ public declarations }
end;
implementation
{$R *.lfm}
end.
unit LR_E_TXT_Params;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ButtonPanel,
ExtCtrls, StdCtrls;
type
{ TlrExpTxtParamsForm }
TlrExpTxtParamsForm = class(TForm)
ButtonPanel1: TButtonPanel;
CheckBox1: TCheckBox;
CheckBox2: TCheckBox;
Panel1: TPanel;
RadioGroup1: TRadioGroup;
private
{ private declarations }
public
{ public declarations }
end;
implementation
{$R *.lfm}
end.
unit LR_E_TXT_Params;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ButtonPanel,
ExtCtrls, StdCtrls;
type
{ TlrExpTxtParamsForm }
TlrExpTxtParamsForm = class(TForm)
ButtonPanel1: TButtonPanel;
CheckBox1: TCheckBox;
CheckBox2: TCheckBox;
Panel1: TPanel;
RadioGroup1: TRadioGroup;
private
{ private declarations }
public
{ public declarations }
end;
implementation
{$R *.lfm}
end.
unit LR_E_TXT_Params;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ButtonPanel,
ExtCtrls, StdCtrls;
type
{ TlrExpTxtParamsForm }
TlrExpTxtParamsForm = class(TForm)
ButtonPanel1: TButtonPanel;
CheckBox1: TCheckBox;
CheckBox2: TCheckBox;
Panel1: TPanel;
RadioGroup1: TRadioGroup;
private
{ private declarations }
public
{ public declarations }
end;
implementation
{$R *.lfm}
end.