source: trunk/Forms/UFormSettings.lfm

Last change on this file was 184, checked in by chronos, 6 years ago
  • Added: New menu action Tools - Document check which shows a form for checking acronyms in text documents.
  • Added: Remember dimensions of Import, Export and Settings forms.
File size: 2.8 KB
Line 
1object FormSettings: TFormSettings
2 Left = 798
3 Height = 371
4 Top = 367
5 Width = 590
6 Caption = 'Settings'
7 ClientHeight = 371
8 ClientWidth = 590
9 Constraints.MinHeight = 328
10 Constraints.MinWidth = 389
11 DesignTimePPI = 120
12 OnClose = FormClose
13 OnCreate = FormCreate
14 OnShow = FormShow
15 Position = poScreenCenter
16 LCLVersion = '1.8.2.0'
17 object ComboBoxLanguage: TComboBox
18 Left = 152
19 Height = 28
20 Top = 24
21 Width = 208
22 ItemHeight = 20
23 Style = csDropDownList
24 TabOrder = 0
25 end
26 object Label1: TLabel
27 Left = 16
28 Height = 20
29 Top = 24
30 Width = 68
31 Caption = 'Language:'
32 ParentColor = False
33 end
34 object ButtonOk: TButton
35 Left = 506
36 Height = 25
37 Top = 326
38 Width = 75
39 Anchors = [akRight, akBottom]
40 Caption = 'Ok'
41 ModalResult = 1
42 OnClick = ButtonOkClick
43 TabOrder = 3
44 end
45 object ButtonCancel: TButton
46 Left = 410
47 Height = 25
48 Top = 326
49 Width = 75
50 Anchors = [akRight, akBottom]
51 Caption = 'Cancel'
52 ModalResult = 2
53 TabOrder = 2
54 end
55 object CheckBoxAlwaysOnTop: TCheckBox
56 Left = 16
57 Height = 24
58 Top = 64
59 Width = 118
60 Caption = 'Always on top'
61 TabOrder = 1
62 end
63 object CheckBoxStartOnLogon: TCheckBox
64 Left = 16
65 Height = 24
66 Top = 96
67 Width = 150
68 Caption = 'Start on user logon'
69 Color = clDefault
70 OnChange = CheckBoxStartOnLogonChange
71 ParentColor = False
72 ParentFont = False
73 TabOrder = 4
74 end
75 object CheckBoxStartMinimizedToTray: TCheckBox
76 Left = 48
77 Height = 24
78 Top = 128
79 Width = 176
80 Caption = 'Start minimized to tray'
81 TabOrder = 5
82 end
83 object CheckBoxAutomaticDPI: TCheckBox
84 Left = 16
85 Height = 24
86 Top = 192
87 Width = 120
88 Caption = 'Automatic DPI'
89 OnChange = CheckBoxAutomaticDPIChange
90 TabOrder = 6
91 Visible = False
92 end
93 object SpinEditDPI: TSpinEdit
94 Left = 94
95 Height = 28
96 Top = 222
97 Width = 97
98 MaxValue = 300
99 MinValue = 96
100 TabOrder = 7
101 Value = 96
102 Visible = False
103 end
104 object Label2: TLabel
105 Left = 46
106 Height = 20
107 Top = 222
108 Width = 26
109 Caption = 'DPI:'
110 ParentColor = False
111 Visible = False
112 end
113 object CheckBoxReopenLastFileOnStart: TCheckBox
114 Left = 16
115 Height = 24
116 Top = 160
117 Width = 181
118 Caption = 'Reopen last file on start'
119 TabOrder = 8
120 end
121 object Bevel1: TBevel
122 Left = 8
123 Height = 2
124 Top = 309
125 Width = 570
126 Anchors = [akLeft, akRight, akBottom]
127 end
128 object Label3: TLabel
129 Left = 16
130 Height = 20
131 Top = 264
132 Width = 48
133 Caption = 'Theme:'
134 ParentColor = False
135 end
136 object ComboBoxTheme: TComboBox
137 Left = 152
138 Height = 28
139 Top = 264
140 Width = 208
141 ItemHeight = 20
142 Style = csDropDownList
143 TabOrder = 9
144 end
145end
Note: See TracBrowser for help on using the repository browser.