64 lines
2.6 KiB
VB.net
64 lines
2.6 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Public Class OrderReport
|
|
Inherits DevExpress.XtraReports.UI.XtraReport
|
|
|
|
'XtraReport 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 Designer
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'NOTE: The following procedure is required by the Designer
|
|
'It can be modified using the Designer.
|
|
'Do not modify it using the code editor.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Me.ObjectDataSource1 = New DevExpress.DataAccess.ObjectBinding.ObjectDataSource(Me.components)
|
|
Me.TopMargin = New DevExpress.XtraReports.UI.TopMarginBand()
|
|
Me.BottomMargin = New DevExpress.XtraReports.UI.BottomMarginBand()
|
|
Me.Detail = New DevExpress.XtraReports.UI.DetailBand()
|
|
CType(Me.ObjectDataSource1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
'
|
|
'ObjectDataSource1
|
|
'
|
|
Me.ObjectDataSource1.DataSource = GetType(MultiTool.[Shared].ReportSource)
|
|
Me.ObjectDataSource1.Name = "ObjectDataSource1"
|
|
'
|
|
'TopMargin
|
|
'
|
|
Me.TopMargin.Name = "TopMargin"
|
|
'
|
|
'BottomMargin
|
|
'
|
|
Me.BottomMargin.Name = "BottomMargin"
|
|
'
|
|
'Detail
|
|
'
|
|
Me.Detail.Name = "Detail"
|
|
'
|
|
'OrderReport
|
|
'
|
|
Me.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.TopMargin, Me.BottomMargin, Me.Detail})
|
|
Me.ComponentStorage.AddRange(New System.ComponentModel.IComponent() {Me.ObjectDataSource1})
|
|
Me.DataSource = Me.ObjectDataSource1
|
|
Me.Font = New System.Drawing.Font("Arial", 9.75!)
|
|
Me.Version = "19.2"
|
|
CType(Me.ObjectDataSource1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents ObjectDataSource1 As DevExpress.DataAccess.ObjectBinding.ObjectDataSource
|
|
Friend WithEvents TopMargin As DevExpress.XtraReports.UI.TopMarginBand
|
|
Friend WithEvents BottomMargin As DevExpress.XtraReports.UI.BottomMarginBand
|
|
Friend WithEvents Detail As DevExpress.XtraReports.UI.DetailBand
|
|
End Class
|