source: trunk/Forms/UFormSettings.lfm

Last change on this file was 50, checked in by chronos, 4 years ago
  • Added: Support for dark theme.
File size: 1.6 KB
Line 
1object FormSettings: TFormSettings
2 Left = 979
3 Height = 360
4 Top = 385
5 Width = 480
6 Caption = 'Settings'
7 ClientHeight = 360
8 ClientWidth = 480
9 DesignTimePPI = 144
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnShow = FormShow
13 LCLVersion = '2.0.4.0'
14 object Label1: TLabel
15 Left = 19
16 Height = 25
17 Top = 24
18 Width = 158
19 Caption = 'Animation duration:'
20 ParentColor = False
21 end
22 object TrackBar1: TTrackBar
23 Left = 208
24 Height = 58
25 Top = 16
26 Width = 240
27 Max = 1000
28 Position = 0
29 Anchors = [akTop, akLeft, akRight]
30 TabOrder = 0
31 end
32 object ButtonOk: TButton
33 Left = 112
34 Height = 38
35 Top = 291
36 Width = 113
37 Anchors = [akLeft, akBottom]
38 Caption = 'OK'
39 OnClick = ButtonOkClick
40 TabOrder = 1
41 end
42 object ButtonCancel: TButton
43 Left = 256
44 Height = 38
45 Top = 288
46 Width = 113
47 Anchors = [akLeft, akBottom]
48 Caption = 'Cancel'
49 OnClick = ButtonCancelClick
50 TabOrder = 2
51 end
52 object ComboBoxLanguage: TComboBox
53 Left = 208
54 Height = 33
55 Top = 86
56 Width = 230
57 ItemHeight = 25
58 Style = csDropDownList
59 TabOrder = 3
60 end
61 object Label2: TLabel
62 Left = 19
63 Height = 25
64 Top = 94
65 Width = 81
66 Caption = 'Language:'
67 ParentColor = False
68 end
69 object ComboBoxTheme: TComboBox
70 Left = 208
71 Height = 33
72 Top = 136
73 Width = 230
74 ItemHeight = 25
75 Style = csDropDownList
76 TabOrder = 4
77 end
78 object Label3: TLabel
79 Left = 19
80 Height = 25
81 Top = 144
82 Width = 57
83 Caption = 'Theme:'
84 ParentColor = False
85 end
86end
Note: See TracBrowser for help on using the repository browser.