source: trunk/FormMain.lfm

Last change on this file was 2, checked in by chronos, 5 months ago
  • Modified: Code cleanup.
File size: 421 bytes
Line 
1object FormMain: TFormMain
2 Left = 907
3 Height = 360
4 Top = 741
5 Width = 480
6 Caption = 'ImageFile'
7 ClientHeight = 360
8 ClientWidth = 480
9 DesignTimePPI = 144
10 OnShow = FormShow
11 LCLVersion = '3.4.0.0'
12 object MemoLog: TMemo
13 Left = 15
14 Height = 329
15 Top = 15
16 Width = 449
17 Anchors = [akTop, akLeft, akRight, akBottom]
18 ReadOnly = True
19 ScrollBars = ssAutoBoth
20 TabOrder = 0
21 end
22end
Note: See TracBrowser for help on using the repository browser.