source: tags/1.2.0/Locale.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: 1.3 KB
Line 
1object LocaleDlg: TLocaleDlg
2 Left = 766
3 Height = 448
4 Top = 240
5 Width = 483
6 BorderStyle = bsNone
7 Caption = 'LocaleDlg'
8 ClientHeight = 448
9 ClientWidth = 483
10 DesignTimePPI = 144
11 FormStyle = fsStayOnTop
12 OnCreate = FormCreate
13 OnDestroy = FormDestroy
14 OnPaint = FormPaint
15 OnShow = FormShow
16 LCLVersion = '2.0.2.0'
17 PixelsPerInch = 96
18 Scaled = False
19 object List: TListBox
20 Tag = 15360
21 Left = 24
22 Height = 336
23 Top = 16
24 Width = 424
25 Anchors = [akTop, akLeft, akRight, akBottom]
26 BorderStyle = bsNone
27 Color = clBlack
28 ExtendedSelect = False
29 Font.Color = 4176863
30 Font.Height = -15
31 Font.Name = 'Times New Roman'
32 Font.Style = [fsBold]
33 IntegralHeight = True
34 ItemHeight = 0
35 ParentFont = False
36 ScrollWidth = 424
37 TabOrder = 0
38 TabStop = False
39 TopIndex = -1
40 end
41 object OKBtn: TButtonA
42 Left = 272
43 Height = 25
44 Top = 400
45 Width = 100
46 Down = False
47 Permanent = False
48 OnClick = OKBtnClick
49 end
50 object CancelBtn: TButtonA
51 Left = 96
52 Height = 25
53 Top = 400
54 Width = 100
55 Down = False
56 Permanent = False
57 OnClick = CancelBtnClick
58 end
59 object ButtonFullscreen: TButtonC
60 Left = 24
61 Height = 18
62 Top = 368
63 Width = 18
64 Down = False
65 Permanent = False
66 OnClick = ButtonFullscreenClick
67 ButtonIndex = 0
68 end
69end
Note: See TracBrowser for help on using the repository browser.