source: branches/AlphaChannel/Settings.lfm

Last change on this file was 259, checked in by chronos, 4 years ago
  • Modified: Locale dialog renamed to Settings as it contains and will contain more settings then just locale.
File size: 1.4 KB
Line 
1object SettingsDlg: TSettingsDlg
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 Position = poScreenCenter
18 PixelsPerInch = 96
19 Scaled = False
20 object List: TListBox
21 Tag = 15360
22 Left = 24
23 Height = 336
24 Top = 16
25 Width = 424
26 Anchors = [akTop, akLeft, akRight, akBottom]
27 BorderStyle = bsNone
28 Color = clBlack
29 ExtendedSelect = False
30 Font.Color = 4176863
31 Font.Height = -15
32 Font.Name = 'Times New Roman'
33 Font.Style = [fsBold]
34 IntegralHeight = True
35 ItemHeight = 0
36 ParentFont = False
37 ScrollWidth = 424
38 TabOrder = 0
39 TabStop = False
40 TopIndex = -1
41 end
42 object OKBtn: TButtonA
43 Left = 272
44 Height = 25
45 Top = 400
46 Width = 100
47 Down = False
48 Permanent = False
49 OnClick = OKBtnClick
50 end
51 object CancelBtn: TButtonA
52 Left = 96
53 Height = 25
54 Top = 400
55 Width = 100
56 Down = False
57 Permanent = False
58 OnClick = CancelBtnClick
59 end
60 object ButtonFullscreen: TButtonC
61 Left = 24
62 Height = 18
63 Top = 368
64 Width = 18
65 Down = False
66 Permanent = False
67 OnClick = ButtonFullscreenClick
68 ButtonIndex = 0
69 end
70end
Note: See TracBrowser for help on using the repository browser.