First create solution
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class DashboardViewerUserControl
|
||||
Inherits DevExpress.XtraEditors.XtraUserControl
|
||||
|
||||
'UserControl overrides dispose to clean up the component list.
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
If disposing AndAlso components IsNot Nothing Then
|
||||
components.Dispose()
|
||||
End If
|
||||
MyBase.Dispose(disposing)
|
||||
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.DashboardViewer1 = New DevExpress.DashboardWin.DashboardViewer(Me.components)
|
||||
CType(Me.DashboardViewer1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'DashboardViewer1
|
||||
'
|
||||
Me.DashboardViewer1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.DashboardViewer1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.DashboardViewer1.Name = "DashboardViewer1"
|
||||
Me.DashboardViewer1.Size = New System.Drawing.Size(543, 586)
|
||||
Me.DashboardViewer1.TabIndex = 0
|
||||
'
|
||||
'DashboardViewerUserControl
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.Controls.Add(Me.DashboardViewer1)
|
||||
Me.Name = "DashboardViewerUserControl"
|
||||
Me.Size = New System.Drawing.Size(543, 586)
|
||||
CType(Me.DashboardViewer1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
Friend WithEvents DashboardViewer1 As DevExpress.DashboardWin.DashboardViewer
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user