Last change
on this file was 13, checked in by chronos, 9 years ago |
- Added: New test form where general functionality of selected backend can be tested.
- Added: Basic git backend implementation.
- Added: Project group form and ability to open/save group of projects as configuration to XML file.
|
File size:
1004 bytes
|
Line | |
---|
1 | object FormProjectGroup: TFormProjectGroup
|
---|
2 | Left = 608
|
---|
3 | Height = 533
|
---|
4 | Top = 453
|
---|
5 | Width = 610
|
---|
6 | Caption = 'Project group'
|
---|
7 | ClientHeight = 533
|
---|
8 | ClientWidth = 610
|
---|
9 | OnShow = FormShow
|
---|
10 | LCLVersion = '1.5'
|
---|
11 | object TreeView1: TTreeView
|
---|
12 | Left = 4
|
---|
13 | Height = 525
|
---|
14 | Top = 4
|
---|
15 | Width = 602
|
---|
16 | Align = alClient
|
---|
17 | BorderSpacing.Around = 4
|
---|
18 | DefaultItemHeight = 28
|
---|
19 | PopupMenu = PopupMenu1
|
---|
20 | TabOrder = 0
|
---|
21 | end
|
---|
22 | object PopupMenu1: TPopupMenu
|
---|
23 | Images = Core.ImageList1
|
---|
24 | left = 223
|
---|
25 | top = 141
|
---|
26 | object MenuItem1: TMenuItem
|
---|
27 | Action = AModify
|
---|
28 | Default = True
|
---|
29 | end
|
---|
30 | object MenuItem2: TMenuItem
|
---|
31 | Action = AAdd
|
---|
32 | end
|
---|
33 | object MenuItem3: TMenuItem
|
---|
34 | Action = ARemove
|
---|
35 | end
|
---|
36 | end
|
---|
37 | object ActionList1: TActionList
|
---|
38 | Images = Core.ImageList1
|
---|
39 | left = 224
|
---|
40 | top = 208
|
---|
41 | object AAdd: TAction
|
---|
42 | Caption = 'Add'
|
---|
43 | end
|
---|
44 | object ARemove: TAction
|
---|
45 | Caption = 'Remove'
|
---|
46 | end
|
---|
47 | object AModify: TAction
|
---|
48 | Caption = 'Modify'
|
---|
49 | end
|
---|
50 | end
|
---|
51 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.