mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-25 06:42:43 +02:00
129 lines
1.9 KiB
ObjectPascal
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.
|
|
|