source: trunk/LocalPlayer/Diagram.lfm

Last change on this file was 470, checked in by chronos, 5 months ago
  • Fixed: Windows .lfm files corrected for width and height information.
File size: 936 bytes
Line 
1object DiaDlg: TDiaDlg
2 Left = 649
3 Width = 418
4 Top = 187
5 Height = 387
6 BorderIcons = []
7 BorderStyle = bsNone
8 ClientHeight = 387
9 ClientWidth = 418
10 Color = clBtnFace
11 Font.Charset = DEFAULT_CHARSET
12 Font.Color = clWindowText
13 Font.Height = -13
14 Font.Name = 'MS Sans Serif'
15 Font.Style = []
16 FormStyle = fsStayOnTop
17 OnCreate = FormCreate
18 OnKeyDown = FormKeyDown
19 OnPaint = FormPaint
20 OnShow = FormShow
21 PixelsPerInch = 96
22 Scaled = False
23 object CloseBtn: TButtonB
24 Left = 380
25 Top = 6
26 Width = 25
27 Height = 25
28 Down = False
29 Permanent = False
30 OnClick = CloseBtnClick
31 ButtonIndex = 0
32 end
33 object ToggleBtn: TButtonB
34 Left = 13
35 Top = 6
36 Width = 25
37 Height = 25
38 Down = False
39 Permanent = False
40 OnClick = ToggleBtnClick
41 ButtonIndex = 15
42 end
43 object Popup: TPopupMenu
44 Left = 16
45 Top = 48
46 end
47end
Note: See TracBrowser for help on using the repository browser.