source: trunk/Forms/UFormSettings.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: 1003 bytes
Line 
1object FormSettings: TFormSettings
2 Left = 342
3 Height = 497
4 Top = 145
5 Width = 686
6 Caption = 'Settings'
7 ClientHeight = 497
8 ClientWidth = 686
9 OnCreate = FormCreate
10 LCLVersion = '1.5'
11 object ButtonCancel: TButton
12 Left = 592
13 Height = 25
14 Top = 464
15 Width = 75
16 Caption = 'Cancel'
17 ModalResult = 2
18 TabOrder = 0
19 end
20 object ButtonOk: TButton
21 Left = 496
22 Height = 25
23 Top = 464
24 Width = 75
25 Caption = 'Ok'
26 ModalResult = 1
27 TabOrder = 1
28 end
29 object Label1: TLabel
30 Left = 16
31 Height = 25
32 Top = 16
33 Width = 107
34 Caption = 'User name:'
35 ParentColor = False
36 end
37 object Label2: TLabel
38 Left = 16
39 Height = 25
40 Top = 64
41 Width = 57
42 Caption = 'Email:'
43 ParentColor = False
44 end
45 object EditUserName: TEdit
46 Left = 152
47 Height = 35
48 Top = 8
49 Width = 264
50 TabOrder = 2
51 end
52 object EditEmail: TEdit
53 Left = 152
54 Height = 35
55 Top = 56
56 Width = 264
57 TabOrder = 3
58 end
59end
Note: See TracBrowser for help on using the repository browser.