source: trunk/Forms/UMainOptions.lfm

Last change on this file was 13, checked in by chronos, 6 years ago
  • Fixed: Build under Lazarus 1.8.0.
File size: 1.8 KB
Line 
1object MainOptionsForm: TMainOptionsForm
2 Left = 307
3 Height = 350
4 Top = 161
5 Width = 489
6 Caption = 'Options'
7 ClientHeight = 350
8 ClientWidth = 489
9 OnShow = FormShow
10 LCLVersion = '1.3'
11 object Button1: TButton
12 Left = 318
13 Height = 25
14 Top = 316
15 Width = 75
16 Anchors = [akRight, akBottom]
17 Caption = 'Cancel'
18 ModalResult = 2
19 OnClick = Button1Click
20 TabOrder = 0
21 end
22 object Button2: TButton
23 Left = 406
24 Height = 22
25 Top = 319
26 Width = 75
27 Anchors = [akRight, akBottom]
28 Caption = 'Save'
29 ModalResult = 1
30 OnClick = Button2Click
31 TabOrder = 1
32 end
33 object Label1: TLabel
34 Left = 8
35 Height = 25
36 Top = 8
37 Width = 153
38 Caption = 'Bit utils location:'
39 ParentColor = False
40 end
41 object Edit1: TEdit
42 Left = 9
43 Height = 35
44 Top = 32
45 Width = 473
46 Anchors = [akTop, akLeft, akRight]
47 TabOrder = 2
48 end
49 object Label2: TLabel
50 Left = 8
51 Height = 25
52 Top = 72
53 Width = 81
54 Caption = 'Platform'
55 ParentColor = False
56 end
57 object Edit2: TEdit
58 Left = 9
59 Height = 35
60 Top = 96
61 Width = 473
62 Anchors = [akTop, akLeft, akRight]
63 TabOrder = 3
64 end
65 object Label3: TLabel
66 Left = 9
67 Height = 25
68 Top = 136
69 Width = 257
70 Caption = 'Web source list file location:'
71 ParentColor = False
72 end
73 object Edit3: TEdit
74 Left = 9
75 Height = 35
76 Top = 168
77 Width = 475
78 Anchors = [akTop, akLeft, akRight]
79 TabOrder = 4
80 end
81 object Label4: TLabel
82 Left = 9
83 Height = 25
84 Top = 208
85 Width = 187
86 Caption = 'Subversion location:'
87 ParentColor = False
88 end
89 object Edit4: TEdit
90 Left = 9
91 Height = 35
92 Top = 240
93 Width = 475
94 Anchors = [akTop, akLeft, akRight]
95 TabOrder = 5
96 end
97end
Note: See TracBrowser for help on using the repository browser.