source: trunk/IDE/Forms/FormExternalProducerOutput.lfm

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: 437 bytes
Line 
1object FormExternalProducerOutput: TFormExternalProducerOutput
2 Left = 419
3 Height = 240
4 Top = 241
5 Width = 320
6 Caption = 'External producer'
7 ClientHeight = 240
8 ClientWidth = 320
9 LCLVersion = '1.1'
10 object Memo1: TMemo
11 Left = 2
12 Height = 236
13 Top = 2
14 Width = 316
15 Align = alClient
16 BorderSpacing.Around = 2
17 ReadOnly = True
18 ScrollBars = ssAutoBoth
19 TabOrder = 0
20 end
21end
Note: See TracBrowser for help on using the repository browser.