source: trunk/IDE/Forms/FormOptions.lfm

Last change on this file was 75, checked in by chronos, 6 months ago
  • Modified: Removed U prefix from unit names.
  • Modified: Updated Common package.
File size: 1.1 KB
Line 
1object FormOptions: TFormOptions
2 Left = 321
3 Height = 262
4 Top = 242
5 Width = 471
6 Caption = 'Options'
7 ClientHeight = 262
8 ClientWidth = 471
9 OnShow = FormShow
10 LCLVersion = '0.9.31'
11 object ButtonOk: TButton
12 Left = 389
13 Height = 25
14 Top = 232
15 Width = 75
16 Anchors = [akRight, akBottom]
17 Caption = 'Ok'
18 Default = True
19 ModalResult = 1
20 OnClick = ButtonOkClick
21 TabOrder = 0
22 end
23 object ButtonCancel: TButton
24 Left = 304
25 Height = 25
26 Top = 232
27 Width = 75
28 Anchors = [akRight, akBottom]
29 Caption = 'Cancel'
30 ModalResult = 2
31 TabOrder = 1
32 end
33 object ComboBoxLanguage: TComboBox
34 Left = 162
35 Height = 21
36 Top = 8
37 Width = 188
38 ItemHeight = 13
39 Style = csDropDownList
40 TabOrder = 2
41 end
42 object CheckBoxReopenProject: TCheckBox
43 Left = 8
44 Height = 17
45 Top = 42
46 Width = 153
47 Caption = 'Reopen last opened project'
48 TabOrder = 3
49 end
50 object Label3: TLabel
51 Left = 8
52 Height = 14
53 Top = 11
54 Width = 97
55 Caption = 'Interface language:'
56 ParentColor = False
57 end
58end
Note: See TracBrowser for help on using the repository browser.