-
Notifications
You must be signed in to change notification settings - Fork 4
/
UriEditForm.Designer.vb
299 lines (295 loc) · 14.7 KB
/
UriEditForm.Designer.vb
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
Namespace DevExpress.DashboardWin.CustomItemExtension.CustomItems.WebPageItem
Partial Public Class UriEditForm
''' <summary>
''' Required designer variable.
''' </summary>
Private components As System.ComponentModel.IContainer = Nothing
''' <summary>
''' Clean up any resources being used.
''' </summary>
''' <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso (components IsNot Nothing) Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
#Region "Windows Form Designer generated code"
''' <summary>
''' Required method for Designer support - do not modify
''' the contents of this method with the code editor.
''' </summary>
Private Sub InitializeComponent()
Me.layoutControl = New DevExpress.XtraLayout.LayoutControl()
Me.lblUriPattern = New DevExpress.XtraEditors.LabelControl()
Me.btnInsertPlaceholder = New DevExpress.XtraEditors.SimpleButton()
Me.teUriPattern = New DevExpress.XtraEditors.TextEdit()
Me.layoutControlGroup1 = New DevExpress.XtraLayout.LayoutControlGroup()
Me.lciUriPattern = New DevExpress.XtraLayout.LayoutControlItem()
Me.layoutControlItem4 = New DevExpress.XtraLayout.LayoutControlItem()
Me.emptySpaceItem2 = New DevExpress.XtraLayout.EmptySpaceItem()
Me.emptySpaceItem3 = New DevExpress.XtraLayout.EmptySpaceItem()
Me.emptySpaceItem4 = New DevExpress.XtraLayout.EmptySpaceItem()
Me.emptySpaceItem5 = New DevExpress.XtraLayout.EmptySpaceItem()
Me.emptySpaceItem6 = New DevExpress.XtraLayout.EmptySpaceItem()
Me.emptySpaceItem7 = New DevExpress.XtraLayout.EmptySpaceItem()
Me.layoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem()
Me.simpleButton1 = New DevExpress.XtraEditors.SimpleButton()
Me.layoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem()
Me.simpleButton2 = New DevExpress.XtraEditors.SimpleButton()
Me.layoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem()
Me.emptySpaceItem1 = New DevExpress.XtraLayout.EmptySpaceItem()
CType(Me.layoutControl, System.ComponentModel.ISupportInitialize).BeginInit()
Me.layoutControl.SuspendLayout()
CType(Me.teUriPattern.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.layoutControlGroup1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.lciUriPattern, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.layoutControlItem4, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.emptySpaceItem2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.emptySpaceItem3, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.emptySpaceItem4, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.emptySpaceItem5, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.emptySpaceItem6, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.emptySpaceItem7, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.layoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.layoutControlItem1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.layoutControlItem2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.emptySpaceItem1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
' layoutControl
'
Me.layoutControl.AllowCustomization = False
Me.layoutControl.Controls.Add(Me.simpleButton2)
Me.layoutControl.Controls.Add(Me.simpleButton1)
Me.layoutControl.Controls.Add(Me.lblUriPattern)
Me.layoutControl.Controls.Add(Me.btnInsertPlaceholder)
Me.layoutControl.Controls.Add(Me.teUriPattern)
Me.layoutControl.Dock = System.Windows.Forms.DockStyle.Fill
Me.layoutControl.Location = New System.Drawing.Point(0, 0)
Me.layoutControl.Name = "layoutControl"
Me.layoutControl.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = New System.Drawing.Rectangle(837, 120, 1067, 774)
Me.layoutControl.Root = Me.layoutControlGroup1
Me.layoutControl.Size = New System.Drawing.Size(427, 341)
Me.layoutControl.TabIndex = 0
'
' lblUriPattern
'
Me.lblUriPattern.Location = New System.Drawing.Point(29, 49)
Me.lblUriPattern.Name = "lblUriPattern"
Me.lblUriPattern.Size = New System.Drawing.Size(91, 24)
Me.lblUriPattern.StyleController = Me.layoutControl
Me.lblUriPattern.TabIndex = 4
Me.lblUriPattern.Text = "URI Pattern:"
'
' btnInsertPlaceholder
'
Me.btnInsertPlaceholder.Location = New System.Drawing.Point(123, 75)
Me.btnInsertPlaceholder.Name = "btnInsertPlaceholder"
Me.btnInsertPlaceholder.Size = New System.Drawing.Size(108, 22)
Me.btnInsertPlaceholder.StyleController = Me.layoutControl
Me.btnInsertPlaceholder.TabIndex = 5
Me.btnInsertPlaceholder.Text = "Insert Placeholder"
'
' teUriPattern
'
Me.teUriPattern.Location = New System.Drawing.Point(122, 51)
Me.teUriPattern.Name = "teUriPattern"
Me.teUriPattern.Size = New System.Drawing.Size(293, 20)
Me.teUriPattern.StyleController = Me.layoutControl
Me.teUriPattern.TabIndex = 6
'
' layoutControlGroup1
'
Me.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True
Me.layoutControlGroup1.GroupBordersVisible = False
Me.layoutControlGroup1.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() { Me.lciUriPattern, Me.layoutControlItem4, Me.emptySpaceItem2, Me.emptySpaceItem3, Me.emptySpaceItem4, Me.emptySpaceItem5, Me.emptySpaceItem6, Me.emptySpaceItem7, Me.layoutControlItem3, Me.layoutControlItem1, Me.layoutControlItem2, Me.emptySpaceItem1})
Me.layoutControlGroup1.Name = "Root"
Me.layoutControlGroup1.Size = New System.Drawing.Size(427, 341)
Me.layoutControlGroup1.TextVisible = False
'
' lciUriPattern
'
Me.lciUriPattern.Control = Me.teUriPattern
Me.lciUriPattern.ControlAlignment = System.Drawing.ContentAlignment.MiddleRight
Me.lciUriPattern.Location = New System.Drawing.Point(110, 39)
Me.lciUriPattern.Name = "lciUriPattern"
Me.lciUriPattern.Size = New System.Drawing.Size(297, 24)
Me.lciUriPattern.TextSize = New System.Drawing.Size(0, 0)
Me.lciUriPattern.TextVisible = False
'
' layoutControlItem4
'
Me.layoutControlItem4.Control = Me.btnInsertPlaceholder
Me.layoutControlItem4.Location = New System.Drawing.Point(111, 63)
Me.layoutControlItem4.Name = "layoutControlItem4"
Me.layoutControlItem4.Size = New System.Drawing.Size(112, 26)
Me.layoutControlItem4.TextSize = New System.Drawing.Size(0, 0)
Me.layoutControlItem4.TextVisible = False
'
' emptySpaceItem2
'
Me.emptySpaceItem2.AllowHotTrack = False
Me.emptySpaceItem2.Location = New System.Drawing.Point(5, 89)
Me.emptySpaceItem2.Name = "emptySpaceItem2"
Me.emptySpaceItem2.Size = New System.Drawing.Size(402, 206)
Me.emptySpaceItem2.TextSize = New System.Drawing.Size(0, 0)
'
' emptySpaceItem3
'
Me.emptySpaceItem3.AllowHotTrack = False
Me.emptySpaceItem3.Location = New System.Drawing.Point(5, 63)
Me.emptySpaceItem3.Name = "emptySpaceItem3"
Me.emptySpaceItem3.Size = New System.Drawing.Size(106, 26)
Me.emptySpaceItem3.TextSize = New System.Drawing.Size(0, 0)
'
' emptySpaceItem4
'
Me.emptySpaceItem4.AllowHotTrack = False
Me.emptySpaceItem4.Location = New System.Drawing.Point(223, 63)
Me.emptySpaceItem4.Name = "emptySpaceItem4"
Me.emptySpaceItem4.Size = New System.Drawing.Size(184, 26)
Me.emptySpaceItem4.TextSize = New System.Drawing.Size(0, 0)
'
' emptySpaceItem5
'
Me.emptySpaceItem5.AllowHotTrack = False
Me.emptySpaceItem5.Location = New System.Drawing.Point(5, 39)
Me.emptySpaceItem5.Name = "emptySpaceItem5"
Me.emptySpaceItem5.Size = New System.Drawing.Size(14, 24)
Me.emptySpaceItem5.TextSize = New System.Drawing.Size(0, 0)
'
' emptySpaceItem6
'
Me.emptySpaceItem6.AllowHotTrack = False
Me.emptySpaceItem6.Location = New System.Drawing.Point(5, 0)
Me.emptySpaceItem6.MinSize = New System.Drawing.Size(280, 22)
Me.emptySpaceItem6.Name = "emptySpaceItem6"
Me.emptySpaceItem6.Size = New System.Drawing.Size(402, 39)
Me.emptySpaceItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom
Me.emptySpaceItem6.TextSize = New System.Drawing.Size(0, 0)
'
' emptySpaceItem7
'
Me.emptySpaceItem7.AllowHotTrack = False
Me.emptySpaceItem7.Location = New System.Drawing.Point(0, 0)
Me.emptySpaceItem7.MinSize = New System.Drawing.Size(4, 180)
Me.emptySpaceItem7.Name = "emptySpaceItem7"
Me.emptySpaceItem7.Size = New System.Drawing.Size(5, 321)
Me.emptySpaceItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom
Me.emptySpaceItem7.TextSize = New System.Drawing.Size(0, 0)
'
' layoutControlItem3
'
Me.layoutControlItem3.Control = Me.lblUriPattern
Me.layoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.MiddleCenter
Me.layoutControlItem3.Location = New System.Drawing.Point(19, 39)
Me.layoutControlItem3.MinSize = New System.Drawing.Size(63, 13)
Me.layoutControlItem3.Name = "layoutControlItem3"
Me.layoutControlItem3.Padding = New DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0)
Me.layoutControlItem3.Size = New System.Drawing.Size(91, 24)
Me.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom
Me.layoutControlItem3.TextSize = New System.Drawing.Size(0, 0)
Me.layoutControlItem3.TextVisible = False
'
' simpleButton1
'
Me.simpleButton1.DialogResult = System.Windows.Forms.DialogResult.OK
Me.simpleButton1.Location = New System.Drawing.Point(339, 307)
Me.simpleButton1.Name = "simpleButton1"
Me.simpleButton1.Size = New System.Drawing.Size(76, 22)
Me.simpleButton1.StyleController = Me.layoutControl
Me.simpleButton1.TabIndex = 7
Me.simpleButton1.Text = "Ok"
'
' layoutControlItem1
'
Me.layoutControlItem1.Control = Me.simpleButton1
Me.layoutControlItem1.Location = New System.Drawing.Point(327, 295)
Me.layoutControlItem1.MaxSize = New System.Drawing.Size(80, 26)
Me.layoutControlItem1.MinSize = New System.Drawing.Size(80, 26)
Me.layoutControlItem1.Name = "layoutControlItem1"
Me.layoutControlItem1.Size = New System.Drawing.Size(80, 26)
Me.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom
Me.layoutControlItem1.TextSize = New System.Drawing.Size(0, 0)
Me.layoutControlItem1.TextVisible = False
'
' simpleButton2
'
Me.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.simpleButton2.Location = New System.Drawing.Point(259, 307)
Me.simpleButton2.Name = "simpleButton2"
Me.simpleButton2.Size = New System.Drawing.Size(76, 22)
Me.simpleButton2.StyleController = Me.layoutControl
Me.simpleButton2.TabIndex = 8
Me.simpleButton2.Text = "Cancel"
'
' layoutControlItem2
'
Me.layoutControlItem2.Control = Me.simpleButton2
Me.layoutControlItem2.Location = New System.Drawing.Point(247, 295)
Me.layoutControlItem2.MaxSize = New System.Drawing.Size(80, 26)
Me.layoutControlItem2.MinSize = New System.Drawing.Size(80, 26)
Me.layoutControlItem2.Name = "layoutControlItem2"
Me.layoutControlItem2.Size = New System.Drawing.Size(80, 26)
Me.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom
Me.layoutControlItem2.TextSize = New System.Drawing.Size(0, 0)
Me.layoutControlItem2.TextVisible = False
'
' emptySpaceItem1
'
Me.emptySpaceItem1.AllowHotTrack = False
Me.emptySpaceItem1.Location = New System.Drawing.Point(5, 295)
Me.emptySpaceItem1.Name = "emptySpaceItem1"
Me.emptySpaceItem1.Size = New System.Drawing.Size(242, 26)
Me.emptySpaceItem1.TextSize = New System.Drawing.Size(0, 0)
'
' UriEditForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6F, 13F)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(427, 341)
Me.Controls.Add(Me.layoutControl)
Me.MinimumSize = New System.Drawing.Size(300, 200)
Me.Name = "UriEditForm"
Me.Text = "Edit URI Settings"
CType(Me.layoutControl, System.ComponentModel.ISupportInitialize).EndInit()
Me.layoutControl.ResumeLayout(False)
CType(Me.teUriPattern.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.layoutControlGroup1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.lciUriPattern, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.layoutControlItem4, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.emptySpaceItem2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.emptySpaceItem3, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.emptySpaceItem4, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.emptySpaceItem5, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.emptySpaceItem6, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.emptySpaceItem7, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.layoutControlItem3, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.layoutControlItem1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.layoutControlItem2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.emptySpaceItem1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
#End Region
Private layoutControl As DevExpress.XtraLayout.LayoutControl
Private lblUriPattern As DevExpress.XtraEditors.LabelControl
Private WithEvents btnInsertPlaceholder As DevExpress.XtraEditors.SimpleButton
Private teUriPattern As DevExpress.XtraEditors.TextEdit
Private layoutControlGroup1 As DevExpress.XtraLayout.LayoutControlGroup
Private lciUriPattern As DevExpress.XtraLayout.LayoutControlItem
Private layoutControlItem4 As DevExpress.XtraLayout.LayoutControlItem
Private emptySpaceItem3 As DevExpress.XtraLayout.EmptySpaceItem
Private emptySpaceItem4 As DevExpress.XtraLayout.EmptySpaceItem
Private emptySpaceItem5 As DevExpress.XtraLayout.EmptySpaceItem
Private emptySpaceItem6 As DevExpress.XtraLayout.EmptySpaceItem
Private emptySpaceItem7 As DevExpress.XtraLayout.EmptySpaceItem
Private layoutControlItem3 As DevExpress.XtraLayout.LayoutControlItem
Private emptySpaceItem2 As DevExpress.XtraLayout.EmptySpaceItem
Private simpleButton2 As DevExpress.XtraEditors.SimpleButton
Private simpleButton1 As DevExpress.XtraEditors.SimpleButton
Private layoutControlItem1 As DevExpress.XtraLayout.LayoutControlItem
Private layoutControlItem2 As DevExpress.XtraLayout.LayoutControlItem
Private emptySpaceItem1 As DevExpress.XtraLayout.EmptySpaceItem
End Class
End Namespace