-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrmVirtualHost.dfm
143 lines (143 loc) · 3.04 KB
/
frmVirtualHost.dfm
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
object frmVirtualHost1: TfrmVirtualHost1
Left = 0
Top = 0
BorderIcons = [biMinimize, biMaximize]
BorderStyle = bsDialog
Caption = 'Virtual Host'
ClientHeight = 194
ClientWidth = 277
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
StyleElements = [seFont, seClient]
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
TextHeight = 13
object lblVirtualHost: TLabel
Left = 8
Top = 8
Width = 90
Height = 13
Caption = 'Virtual Host para : '
end
object Label2: TLabel
Left = 8
Top = 27
Width = 175
Height = 13
Caption = 'Dominio: ejem. miaplicacion.com.php'
end
object Label3: TLabel
Left = 8
Top = 73
Width = 260
Height = 13
Caption = 'IP (opcional) desde 127.0.0.1 hasta 127.255.255.255'
end
object Label4: TLabel
Left = 8
Top = 113
Width = 256
Height = 13
Caption = 'Path: (ejem. /web/) puede apuntar a una subcarpeta'
end
object lblProject: TLabel
Left = 104
Top = 8
Width = 54
Height = 13
Caption = 'lblProject'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object btnSave: TButton
Left = 112
Top = 159
Width = 75
Height = 25
Caption = 'Guardar'
ElevationRequired = True
TabOrder = 0
OnClick = btnSaveClick
end
object btnCancel: TButton
Left = 193
Top = 159
Width = 75
Height = 25
Caption = '&Cancelar'
TabOrder = 1
OnClick = btnCancelClick
end
object editDominio: TEdit
Left = 8
Top = 46
Width = 260
Height = 21
TabOrder = 2
Text = 'localhost'
end
object editIP: TEdit
Left = 8
Top = 92
Width = 260
Height = 21
TabOrder = 3
Text = '127.0.0.1'
end
object editPath: TEdit
Left = 8
Top = 132
Width = 233
Height = 21
TabOrder = 4
Text = '/'
OnChange = editPathChange
end
object btnPath: TButton
Left = 247
Top = 132
Width = 21
Height = 21
Caption = '...'
TabOrder = 6
OnClick = btnPathClick
end
object rkSmartPath1: TrkSmartPath
Left = 8
Top = 132
Width = 233
Height = 21
AllowEdit = False
BtnGreyGrad1 = 15921906
BtnGreyGrad2 = 14935011
BtnNormGrad1 = 16643818
BtnNormGrad2 = 16046502
BtnHotGrad1 = 16643818
BtnHotGrad2 = 16441260
BtnPenGray = 9408399
BtnPenNorm = 11632444
BtnPenShade1 = 9598820
BtnPenShade2 = 15388572
BtnPenArrow = clBlack
ComputerAsDefault = True
DirMustExist = True
EmptyPathIcon = -1
EmptyPathText = 'Este equipo'
HideFirstLevel = True
NewFolderName = 'New Folder'
ParentColor = False
ParentBackground = False
Path = 'C:\Users\vhanl\Documents\'
SpecialFolders = []
TabOrder = 5
end
end