-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathUFRepositories.dfm
More file actions
85 lines (85 loc) · 1.84 KB
/
Copy pathUFRepositories.dfm
File metadata and controls
85 lines (85 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
object FRepositories: TFRepositories
Left = 0
Top = 0
BorderStyle = bsToolWindow
Caption = 'Repositories'
ClientHeight = 269
ClientWidth = 626
Color = 3288877
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Position = poDesktopCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
TextHeight = 13
object Label1: TLabel
Left = 24
Top = 11
Width = 345
Height = 13
Caption =
'Enter Repositories (ivy or maven). See syntax in Gradle document' +
'ation.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object MRepositeries: TMemo
Left = 24
Top = 28
Width = 591
Height = 180
TabOrder = 0
WordWrap = False
end
object Panel1: TPanel
Left = 0
Top = 202
Width = 626
Height = 67
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
ExplicitTop = 190
ExplicitWidth = 618
object BCancel: TButton
Left = 198
Top = 9
Width = 117
Height = 49
Caption = 'Cancel'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 0
OnClick = BCancelClick
end
object BOK: TButton
Left = 319
Top = 9
Width = 117
Height = 49
Caption = 'OK'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 1
OnClick = BOKClick
end
end
end