source: tags/1.2.0/Forms/UFormSettings.lfm

Last change on this file was 23, checked in by chronos, 4 years ago
  • Added: Snap package definition file.
  • Fixed: Selected theme in settings also changed language.
  • Modified: Load correctly language files if installed on Linux.
File size: 2.4 KB
Line 
1object FormSettings: TFormSettings
2 Left = 798
3 Height = 360
4 Top = 367
5 Width = 577
6 Caption = 'Settings'
7 ClientHeight = 360
8 ClientWidth = 577
9 Constraints.MinHeight = 360
10 Constraints.MinWidth = 480
11 DesignTimePPI = 144
12 OnClose = FormClose
13 OnCreate = FormCreate
14 OnShow = FormShow
15 Position = poScreenCenter
16 LCLVersion = '2.0.12.0'
17 object ComboBoxLanguage: TComboBox
18 Left = 192
19 Height = 41
20 Top = 36
21 Width = 312
22 ItemHeight = 0
23 ParentFont = False
24 Style = csDropDownList
25 TabOrder = 0
26 end
27 object Label1: TLabel
28 Left = 24
29 Height = 24
30 Top = 36
31 Width = 88
32 Caption = 'Language:'
33 ParentColor = False
34 ParentFont = False
35 end
36 object ButtonOk: TButton
37 Left = 451
38 Height = 37
39 Top = 307
40 Width = 113
41 Anchors = [akRight, akBottom]
42 Caption = 'Ok'
43 ModalResult = 1
44 OnClick = ButtonOkClick
45 ParentFont = False
46 TabOrder = 2
47 end
48 object ButtonCancel: TButton
49 Left = 307
50 Height = 37
51 Top = 307
52 Width = 113
53 Anchors = [akRight, akBottom]
54 Caption = 'Cancel'
55 ModalResult = 2
56 ParentFont = False
57 TabOrder = 1
58 end
59 object CheckBoxAutomaticDPI: TCheckBox
60 Left = 19
61 Height = 30
62 Top = 125
63 Width = 148
64 Caption = 'Automatic DPI'
65 OnChange = CheckBoxAutomaticDPIChange
66 ParentFont = False
67 TabOrder = 3
68 Visible = False
69 end
70 object SpinEditDPI: TSpinEdit
71 Left = 192
72 Height = 42
73 Top = 173
74 Width = 145
75 MaxValue = 300
76 MinValue = 96
77 ParentFont = False
78 TabOrder = 4
79 Value = 96
80 Visible = False
81 end
82 object LabelDPI: TLabel
83 Left = 96
84 Height = 24
85 Top = 182
86 Width = 35
87 Caption = 'DPI:'
88 ParentColor = False
89 ParentFont = False
90 Visible = False
91 end
92 object CheckBoxReopenLastFileOnStart: TCheckBox
93 Left = 19
94 Height = 30
95 Top = 86
96 Width = 226
97 Caption = 'Reopen last file on start'
98 ParentFont = False
99 TabOrder = 5
100 end
101 object Bevel1: TBevel
102 Left = 12
103 Height = 2
104 Top = 288
105 Width = 547
106 Anchors = [akLeft, akRight, akBottom]
107 end
108 object Label2: TLabel
109 Left = 24
110 Height = 24
111 Top = 221
112 Width = 63
113 Caption = 'Theme:'
114 ParentColor = False
115 ParentFont = False
116 end
117 object ComboBoxTheme: TComboBox
118 Left = 192
119 Height = 41
120 Top = 221
121 Width = 312
122 ItemHeight = 0
123 ParentFont = False
124 Style = csDropDownList
125 TabOrder = 6
126 end
127end
Note: See TracBrowser for help on using the repository browser.