source: tags/1.2.0/LocalPlayer/Diagram.lfm

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