1 unit LR_E_TXT_Params;
2 
3 {$mode objfpc}{$H+}
4 
5 interface
6 
7 uses
8   Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ButtonPanel,
9   ExtCtrls, StdCtrls;
10 
11 type
12 
13   { TlrExpTxtParamsForm }
14 
15   TlrExpTxtParamsForm = class(TForm)
16     ButtonPanel1: TButtonPanel;
17     CheckBox1: TCheckBox;
18     CheckBox2: TCheckBox;
19     Panel1: TPanel;
20     RadioGroup1: TRadioGroup;
21   private
22     { private declarations }
23   public
24     { public declarations }
25   end;
26 
27 implementation
28 
29 {$R *.lfm}
30 
31 end.
32 
33 unit LR_E_TXT_Params;
34 
35 {$mode objfpc}{$H+}
36 
37 interface
38 
39 uses
40   Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ButtonPanel,
41   ExtCtrls, StdCtrls;
42 
43 type
44 
45   { TlrExpTxtParamsForm }
46 
47   TlrExpTxtParamsForm = class(TForm)
48     ButtonPanel1: TButtonPanel;
49     CheckBox1: TCheckBox;
50     CheckBox2: TCheckBox;
51     Panel1: TPanel;
52     RadioGroup1: TRadioGroup;
53   private
54     { private declarations }
55   public
56     { public declarations }
57   end;
58 
59 implementation
60 
61 {$R *.lfm}
62 
63 end.
64 
65 unit LR_E_TXT_Params;
66 
67 {$mode objfpc}{$H+}
68 
69 interface
70 
71 uses
72   Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ButtonPanel,
73   ExtCtrls, StdCtrls;
74 
75 type
76 
77   { TlrExpTxtParamsForm }
78 
79   TlrExpTxtParamsForm = class(TForm)
80     ButtonPanel1: TButtonPanel;
81     CheckBox1: TCheckBox;
82     CheckBox2: TCheckBox;
83     Panel1: TPanel;
84     RadioGroup1: TRadioGroup;
85   private
86     { private declarations }
87   public
88     { public declarations }
89   end;
90 
91 implementation
92 
93 {$R *.lfm}
94 
95 end.
96 
97 unit LR_E_TXT_Params;
98 
99 {$mode objfpc}{$H+}
100 
101 interface
102 
103 uses
104   Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ButtonPanel,
105   ExtCtrls, StdCtrls;
106 
107 type
108 
109   { TlrExpTxtParamsForm }
110 
111   TlrExpTxtParamsForm = class(TForm)
112     ButtonPanel1: TButtonPanel;
113     CheckBox1: TCheckBox;
114     CheckBox2: TCheckBox;
115     Panel1: TPanel;
116     RadioGroup1: TRadioGroup;
117   private
118     { private declarations }
119   public
120     { public declarations }
121   end;
122 
123 implementation
124 
125 {$R *.lfm}
126 
127 end.
128 
129