source: trunk/IDE/Forms/FormExternalProducerOutput.pas

Last change on this file was 75, checked in by chronos, 6 months ago
  • Modified: Removed U prefix from unit names.
  • Modified: Updated Common package.
File size: 351 bytes
Line 
1unit FormExternalProducerOutput;
2
3interface
4
5uses
6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls;
7
8type
9
10 { TFormExternalProducerOutput }
11
12 TFormExternalProducerOutput = class(TForm)
13 Memo1: TMemo;
14 private
15 { private declarations }
16 public
17 { public declarations }
18 end;
19
20
21implementation
22
23{$R *.lfm}
24
25end.
26
Note: See TracBrowser for help on using the repository browser.