source: tags/1.4.0/Forms/UFormSettings.lfm

Last change on this file was 101, checked in by chronos, 3 years ago
  • Added: Buttons to show contact home and work addresses on online map. Predefined map uses openstreetmap.org.
File size: 2.8 KB
Line 
1object FormSettings: TFormSettings
2 Left = 798
3 Height = 421
4 Top = 321
5 Width = 548
6 Caption = 'Settings'
7 ClientHeight = 421
8 ClientWidth = 548
9 Constraints.MinHeight = 421
10 Constraints.MinWidth = 548
11 DesignTimePPI = 150
12 OnClose = FormClose
13 OnCreate = FormCreate
14 OnShow = FormShow
15 Position = poScreenCenter
16 LCLVersion = '2.2.0.4'
17 object ComboBoxLanguage: TComboBox
18 Left = 250
19 Height = 42
20 Top = 17
21 Width = 275
22 ItemHeight = 0
23 ParentFont = False
24 Style = csDropDownList
25 TabOrder = 0
26 end
27 object Label1: TLabel
28 Left = 25
29 Height = 27
30 Top = 25
31 Width = 96
32 Caption = 'Language:'
33 ParentFont = False
34 end
35 object ButtonOk: TButton
36 Left = 416
37 Height = 39
38 Top = 365
39 Width = 118
40 Anchors = [akRight, akBottom]
41 Caption = 'Ok'
42 ModalResult = 1
43 OnClick = ButtonOkClick
44 ParentFont = False
45 TabOrder = 7
46 end
47 object ButtonCancel: TButton
48 Left = 266
49 Height = 39
50 Top = 365
51 Width = 118
52 Anchors = [akRight, akBottom]
53 Caption = 'Cancel'
54 ModalResult = 2
55 ParentFont = False
56 TabOrder = 6
57 end
58 object CheckBoxAutomaticDPI: TCheckBox
59 Left = 24
60 Height = 31
61 Top = 257
62 Width = 154
63 Caption = 'Automatic DPI'
64 OnChange = CheckBoxAutomaticDPIChange
65 ParentFont = False
66 TabOrder = 4
67 Visible = False
68 end
69 object SpinEditDPI: TSpinEdit
70 Left = 249
71 Height = 43
72 Top = 291
73 Width = 151
74 MaxValue = 300
75 MinValue = 96
76 ParentFont = False
77 TabOrder = 5
78 Value = 96
79 Visible = False
80 end
81 object LabelDPI: TLabel
82 Left = 57
83 Height = 27
84 Top = 299
85 Width = 36
86 Caption = 'DPI:'
87 ParentFont = False
88 Visible = False
89 end
90 object CheckBoxReopenLastFileOnStart: TCheckBox
91 Left = 24
92 Height = 31
93 Top = 216
94 Width = 239
95 Caption = 'Reopen last file on start'
96 ParentFont = False
97 TabOrder = 3
98 end
99 object Bevel1: TBevel
100 Left = 12
101 Height = 2
102 Top = 346
103 Width = 517
104 Anchors = [akLeft, akRight, akBottom]
105 end
106 object Label2: TLabel
107 Left = 25
108 Height = 27
109 Top = 75
110 Width = 67
111 Caption = 'Theme:'
112 ParentFont = False
113 end
114 object ComboBoxTheme: TComboBox
115 Left = 250
116 Height = 42
117 Top = 67
118 Width = 275
119 ItemHeight = 0
120 ParentFont = False
121 Style = csDropDownList
122 TabOrder = 1
123 end
124 object Label3: TLabel
125 Left = 25
126 Height = 27
127 Top = 125
128 Width = 199
129 Caption = 'Default vCard version:'
130 end
131 object EditDefaultVcardVersion: TEdit
132 Left = 250
133 Height = 43
134 Top = 117
135 Width = 150
136 TabOrder = 2
137 end
138 object Label4: TLabel
139 Left = 25
140 Height = 27
141 Top = 172
142 Width = 144
143 Caption = 'Map query URL:'
144 end
145 object EditMapUrl: TEdit
146 Left = 250
147 Height = 43
148 Top = 168
149 Width = 278
150 Anchors = [akTop, akLeft, akRight]
151 TabOrder = 8
152 end
153end
Note: See TracBrowser for help on using the repository browser.