Files
SISBusiness/SISBusiness.Module.Win/Editor/IEUserControl.Designer.vb
T
2017-03-26 20:00:03 +02:00

55 lines
2.1 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class IEUserControl
Inherits System.Windows.Forms.UserControl
'UserControl overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Me.StyleController1 = New DevExpress.XtraEditors.StyleController(Me.components)
Me.WB = New System.Windows.Forms.WebBrowser()
CType(Me.StyleController1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'WB
'
Me.WB.Dock = System.Windows.Forms.DockStyle.Fill
Me.WB.Location = New System.Drawing.Point(0, 0)
Me.WB.MinimumSize = New System.Drawing.Size(20, 20)
Me.WB.Name = "WB"
Me.WB.Size = New System.Drawing.Size(444, 226)
Me.WB.TabIndex = 0
'
'IEUserControl
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.WB)
Me.Name = "IEUserControl"
Me.Size = New System.Drawing.Size(444, 226)
CType(Me.StyleController1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents StyleController1 As DevExpress.XtraEditors.StyleController
Friend WithEvents WB As System.Windows.Forms.WebBrowser
End Class