source: trunk/Forms/UFormCheckout.lfm

Last change on this file was 9, checked in by chronos, 10 years ago
  • Added: Simple Bazaar backend.\n* Added: Support for backends dynamic registration.\n* Added: Backend selection in checkout form.
File size: 2.3 KB
Line 
1object FormCheckout: TFormCheckout
2 Left = 833
3 Height = 417
4 Top = 345
5 Width = 834
6 Caption = 'Checkout'
7 ClientHeight = 417
8 ClientWidth = 834
9 OnShow = FormShow
10 LCLVersion = '1.5'
11 object GroupBox1: TGroupBox
12 Left = 8
13 Height = 232
14 Top = 8
15 Width = 818
16 Align = alTop
17 BorderSpacing.Around = 8
18 Caption = 'Repository'
19 ClientHeight = 205
20 ClientWidth = 814
21 TabOrder = 0
22 object Label1: TLabel
23 Left = 8
24 Height = 25
25 Top = 64
26 Width = 166
27 Caption = 'URL of repository:'
28 ParentColor = False
29 end
30 object EditURL: TEdit
31 Left = 8
32 Height = 35
33 Top = 96
34 Width = 795
35 Anchors = [akTop, akLeft, akRight]
36 TabOrder = 0
37 end
38 object Label2: TLabel
39 Left = 8
40 Height = 25
41 Top = 136
42 Width = 181
43 Caption = 'Checkout directory:'
44 ParentColor = False
45 end
46 object EditDir: TEdit
47 Left = 8
48 Height = 35
49 Top = 168
50 Width = 739
51 Anchors = [akTop, akLeft, akRight]
52 TabOrder = 1
53 end
54 object Button1: TButton
55 Left = 763
56 Height = 25
57 Top = 176
58 Width = 40
59 Anchors = [akTop, akRight]
60 Caption = '...'
61 OnClick = Button1Click
62 TabOrder = 2
63 end
64 object ComboBox1: TComboBox
65 Left = 152
66 Height = 35
67 Top = 16
68 Width = 352
69 ItemHeight = 0
70 Style = csDropDownList
71 TabOrder = 3
72 end
73 object Label3: TLabel
74 Left = 8
75 Height = 25
76 Top = 21
77 Width = 49
78 Caption = 'Type:'
79 ParentColor = False
80 end
81 end
82 object GroupBox2: TGroupBox
83 Left = 8
84 Height = 105
85 Top = 248
86 Width = 818
87 Align = alTop
88 BorderSpacing.Around = 8
89 Caption = 'Revision'
90 TabOrder = 1
91 end
92 object Panel1: TPanel
93 Left = 0
94 Height = 50
95 Top = 367
96 Width = 834
97 Align = alBottom
98 BevelOuter = bvNone
99 ClientHeight = 50
100 ClientWidth = 834
101 TabOrder = 2
102 object ButtonOk: TButton
103 Left = 624
104 Height = 25
105 Top = 16
106 Width = 75
107 Anchors = [akTop, akRight]
108 Caption = 'Ok'
109 ModalResult = 1
110 TabOrder = 0
111 end
112 object ButtonCancel: TButton
113 Left = 736
114 Height = 25
115 Top = 16
116 Width = 75
117 Anchors = [akTop, akRight]
118 Caption = 'Cancel'
119 ModalResult = 2
120 TabOrder = 1
121 end
122 end
123end
Note: See TracBrowser for help on using the repository browser.