source: trunk/Forms/UFormTest.lfm

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: 1.1 KB
Line 
1object FormTest: TFormTest
2 Left = 477
3 Height = 587
4 Top = 365
5 Width = 878
6 Caption = 'Test'
7 ClientHeight = 587
8 ClientWidth = 878
9 OnShow = FormShow
10 LCLVersion = '1.5'
11 object ListView1: TListView
12 Left = 16
13 Height = 512
14 Top = 64
15 Width = 856
16 Anchors = [akTop, akLeft, akRight, akBottom]
17 Columns = <
18 item
19 Caption = 'Action'
20 Width = 250
21 end
22 item
23 Caption = 'Duration'
24 Width = 100
25 end
26 item
27 Caption = 'Result'
28 Width = 489
29 end>
30 ReadOnly = True
31 RowSelect = True
32 TabOrder = 0
33 ViewStyle = vsReport
34 end
35 object ButtonStart: TButton
36 Left = 776
37 Height = 25
38 Top = 24
39 Width = 75
40 Caption = 'Start'
41 OnClick = ButtonStartClick
42 TabOrder = 1
43 end
44 object ComboBox1: TComboBox
45 Left = 136
46 Height = 37
47 Top = 19
48 Width = 324
49 ItemHeight = 0
50 Style = csDropDownList
51 TabOrder = 2
52 end
53 object Label1: TLabel
54 Left = 14
55 Height = 25
56 Top = 19
57 Width = 85
58 Caption = 'Backend:'
59 ParentColor = False
60 end
61end
Note: See TracBrowser for help on using the repository browser.