source:
trunk/FormMain.lfm
Last change on this file was 2, checked in by , 5 months ago | |
---|---|
File size: 421 bytes |
Line | |
---|---|
1 | object 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 |
22 | end |
Note:
See TracBrowser
for help on using the repository browser.