source: os/trunk/UFormMain.dfm

Last change on this file was 6, checked in by chronos, 12 years ago
File size: 559 bytes
Line 
1object FormScreen: TFormScreen
2 Left = 0
3 Top = 0
4 Caption = 'LDOS screen'
5 ClientHeight = 407
6 ClientWidth = 602
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'Tahoma'
12 Font.Style = []
13 OldCreateOrder = False
14 PixelsPerInch = 96
15 TextHeight = 13
16 object Image1: TImage
17 Left = 0
18 Top = 0
19 Width = 602
20 Height = 407
21 Align = alClient
22 ExplicitLeft = 256
23 ExplicitTop = 112
24 ExplicitWidth = 105
25 ExplicitHeight = 105
26 end
27end
Note: See TracBrowser for help on using the repository browser.