_ Partial Public Class RptStampIcon Inherits DevExpress.XtraReports.UI.XtraReport 'XtraReport overrides dispose to clean up the component list. _ 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. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim CustomSqlQuery1 As DevExpress.DataAccess.Sql.CustomSqlQuery = New DevExpress.DataAccess.Sql.CustomSqlQuery() Dim QueryParameter1 As DevExpress.DataAccess.Sql.QueryParameter = New DevExpress.DataAccess.Sql.QueryParameter() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(RptStampIcon)) Me.TopMarginBand1 = New DevExpress.XtraReports.UI.TopMarginBand() Me.BottomMarginBand1 = New DevExpress.XtraReports.UI.BottomMarginBand() Me.ReportHeaderBand1 = New DevExpress.XtraReports.UI.ReportHeaderBand() Me.GroupHeaderBand1 = New DevExpress.XtraReports.UI.GroupHeaderBand() Me.GroupHeaderBand2 = New DevExpress.XtraReports.UI.GroupHeaderBand() Me.DetailBand1 = New DevExpress.XtraReports.UI.DetailBand() Me.ReportFooter = New DevExpress.XtraReports.UI.ReportFooterBand() Me.XrPanel2 = New DevExpress.XtraReports.UI.XRPanel() Me.XrTable1 = New DevExpress.XtraReports.UI.XRTable() Me.XrTableRow1 = New DevExpress.XtraReports.UI.XRTableRow() Me.XrTableCell2 = New DevExpress.XtraReports.UI.XRTableCell() Me.XrPanel1 = New DevExpress.XtraReports.UI.XRPanel() Me.XrTable2 = New DevExpress.XtraReports.UI.XRTable() Me.XrTableRow2 = New DevExpress.XtraReports.UI.XRTableRow() Me.XrTableCell3 = New DevExpress.XtraReports.UI.XRTableCell() Me.XrTableCell5 = New DevExpress.XtraReports.UI.XRTableCell() Me.XrPanel3 = New DevExpress.XtraReports.UI.XRPanel() Me.XrTable3 = New DevExpress.XtraReports.UI.XRTable() Me.XrTableRow3 = New DevExpress.XtraReports.UI.XRTableRow() Me.XrTableCell6 = New DevExpress.XtraReports.UI.XRTableCell() Me.XrTableCell7 = New DevExpress.XtraReports.UI.XRTableCell() Me.XrTableCell8 = New DevExpress.XtraReports.UI.XRTableCell() Me.XrPanel5 = New DevExpress.XtraReports.UI.XRPanel() Me.SqlDataSource1 = New DevExpress.DataAccess.Sql.SqlDataSource(Me.components) Me.Title = New DevExpress.XtraReports.UI.XRControlStyle() Me.GroupCaption3 = New DevExpress.XtraReports.UI.XRControlStyle() Me.GroupData3 = New DevExpress.XtraReports.UI.XRControlStyle() Me.DetailCaption3 = New DevExpress.XtraReports.UI.XRControlStyle() Me.DetailData3 = New DevExpress.XtraReports.UI.XRControlStyle() Me.DetailData3_Odd = New DevExpress.XtraReports.UI.XRControlStyle() Me.DetailCaptionBackground3 = New DevExpress.XtraReports.UI.XRControlStyle() Me.PageInfo = New DevExpress.XtraReports.UI.XRControlStyle() CType(Me.XrTable1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.XrTable2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.XrTable3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me, System.ComponentModel.ISupportInitialize).BeginInit() ' 'TopMarginBand1 ' Me.TopMarginBand1.HeightF = 0! Me.TopMarginBand1.Name = "TopMarginBand1" ' 'BottomMarginBand1 ' Me.BottomMarginBand1.HeightF = 1.0! Me.BottomMarginBand1.Name = "BottomMarginBand1" ' 'ReportHeaderBand1 ' Me.ReportHeaderBand1.HeightF = 0! Me.ReportHeaderBand1.Name = "ReportHeaderBand1" Me.ReportHeaderBand1.Visible = False ' 'GroupHeaderBand1 ' Me.GroupHeaderBand1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPanel2}) Me.GroupHeaderBand1.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupHeaderBand1.GroupFields.AddRange(New DevExpress.XtraReports.UI.GroupField() {New DevExpress.XtraReports.UI.GroupField("FG_TYP", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)}) Me.GroupHeaderBand1.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail Me.GroupHeaderBand1.HeightF = 25.0! Me.GroupHeaderBand1.Name = "GroupHeaderBand1" Me.GroupHeaderBand1.StylePriority.UseFont = False ' 'GroupHeaderBand2 ' Me.GroupHeaderBand2.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPanel1}) Me.GroupHeaderBand2.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail Me.GroupHeaderBand2.HeightF = 38.00001! Me.GroupHeaderBand2.Level = 1 Me.GroupHeaderBand2.Name = "GroupHeaderBand2" ' 'DetailBand1 ' Me.DetailBand1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPanel3}) Me.DetailBand1.HeightF = 21.875! Me.DetailBand1.Name = "DetailBand1" ' 'ReportFooter ' Me.ReportFooter.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrPanel5}) Me.ReportFooter.HeightF = 12.5! Me.ReportFooter.Name = "ReportFooter" ' 'XrPanel2 ' Me.XrPanel2.BackColor = System.Drawing.Color.White Me.XrPanel2.BorderColor = System.Drawing.Color.Red Me.XrPanel2.Borders = CType((DevExpress.XtraPrinting.BorderSide.Left Or DevExpress.XtraPrinting.BorderSide.Right), DevExpress.XtraPrinting.BorderSide) Me.XrPanel2.BorderWidth = 3.0! Me.XrPanel2.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable1}) Me.XrPanel2.LocationFloat = New DevExpress.Utils.PointFloat(9.999847!, 0!) Me.XrPanel2.Name = "XrPanel2" Me.XrPanel2.SizeF = New System.Drawing.SizeF(279.0001!, 25.0!) Me.XrPanel2.StylePriority.UseBackColor = False Me.XrPanel2.StylePriority.UseBorderColor = False Me.XrPanel2.StylePriority.UseBorders = False Me.XrPanel2.StylePriority.UseBorderWidth = False ' 'XrTable1 ' Me.XrTable1.LocationFloat = New DevExpress.Utils.PointFloat(12.08344!, 0!) Me.XrTable1.Name = "XrTable1" Me.XrTable1.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.XrTableRow1}) Me.XrTable1.SizeF = New System.Drawing.SizeF(256.9166!, 25.0!) ' 'XrTableRow1 ' Me.XrTableRow1.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.XrTableCell2}) Me.XrTableRow1.Name = "XrTableRow1" Me.XrTableRow1.Weight = 1.0R ' 'XrTableCell2 ' Me.XrTableCell2.BackColor = System.Drawing.Color.LightGray Me.XrTableCell2.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[FG_TYP]")}) Me.XrTableCell2.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.XrTableCell2.Multiline = True Me.XrTableCell2.Name = "XrTableCell2" Me.XrTableCell2.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) Me.XrTableCell2.StyleName = "GroupData3" Me.XrTableCell2.StylePriority.UseBackColor = False Me.XrTableCell2.StylePriority.UseFont = False Me.XrTableCell2.Text = "XrTableCell2" Me.XrTableCell2.Weight = 0.92685330904447116R ' 'XrPanel1 ' Me.XrPanel1.BackColor = System.Drawing.Color.White Me.XrPanel1.BorderColor = System.Drawing.Color.Red Me.XrPanel1.Borders = CType(((DevExpress.XtraPrinting.BorderSide.Left Or DevExpress.XtraPrinting.BorderSide.Top) _ Or DevExpress.XtraPrinting.BorderSide.Right), DevExpress.XtraPrinting.BorderSide) Me.XrPanel1.BorderWidth = 3.0! Me.XrPanel1.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable2}) Me.XrPanel1.LocationFloat = New DevExpress.Utils.PointFloat(9.999847!, 0!) Me.XrPanel1.Name = "XrPanel1" Me.XrPanel1.SizeF = New System.Drawing.SizeF(279.0001!, 38.00001!) Me.XrPanel1.StyleName = "DetailCaptionBackground3" Me.XrPanel1.StylePriority.UseBackColor = False Me.XrPanel1.StylePriority.UseBorderColor = False Me.XrPanel1.StylePriority.UseBorders = False Me.XrPanel1.StylePriority.UseBorderWidth = False ' 'XrTable2 ' Me.XrTable2.LocationFloat = New DevExpress.Utils.PointFloat(10.0001!, 10.00001!) Me.XrTable2.Name = "XrTable2" Me.XrTable2.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.XrTableRow2}) Me.XrTable2.SizeF = New System.Drawing.SizeF(258.9999!, 28.0!) ' 'XrTableRow2 ' Me.XrTableRow2.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.XrTableCell3, Me.XrTableCell5}) Me.XrTableRow2.Name = "XrTableRow2" Me.XrTableRow2.Weight = 1.0R ' 'XrTableCell3 ' Me.XrTableCell3.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.XrTableCell3.Multiline = True Me.XrTableCell3.Name = "XrTableCell3" Me.XrTableCell3.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) Me.XrTableCell3.StyleName = "DetailCaption3" Me.XrTableCell3.StylePriority.UseFont = False Me.XrTableCell3.Text = "Freigabe Wer" Me.XrTableCell3.Weight = 0.34481248786626795R ' 'XrTableCell5 ' Me.XrTableCell5.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.XrTableCell5.Multiline = True Me.XrTableCell5.Name = "XrTableCell5" Me.XrTableCell5.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) Me.XrTableCell5.StyleName = "DetailCaption3" Me.XrTableCell5.StylePriority.UseFont = False Me.XrTableCell5.Text = "Wann" Me.XrTableCell5.Weight = 0.22006990847061733R ' 'XrPanel3 ' Me.XrPanel3.BackColor = System.Drawing.Color.White Me.XrPanel3.BorderColor = System.Drawing.Color.Red Me.XrPanel3.Borders = CType((DevExpress.XtraPrinting.BorderSide.Left Or DevExpress.XtraPrinting.BorderSide.Right), DevExpress.XtraPrinting.BorderSide) Me.XrPanel3.BorderWidth = 3.0! Me.XrPanel3.Controls.AddRange(New DevExpress.XtraReports.UI.XRControl() {Me.XrTable3}) Me.XrPanel3.LocationFloat = New DevExpress.Utils.PointFloat(9.999847!, 0!) Me.XrPanel3.Name = "XrPanel3" Me.XrPanel3.SizeF = New System.Drawing.SizeF(279.0001!, 21.875!) Me.XrPanel3.StylePriority.UseBackColor = False Me.XrPanel3.StylePriority.UseBorderColor = False Me.XrPanel3.StylePriority.UseBorders = False Me.XrPanel3.StylePriority.UseBorderWidth = False ' 'XrTable3 ' Me.XrTable3.BorderColor = System.Drawing.Color.Transparent Me.XrTable3.LocationFloat = New DevExpress.Utils.PointFloat(12.08344!, 0!) Me.XrTable3.Name = "XrTable3" Me.XrTable3.OddStyleName = "DetailData3_Odd" Me.XrTable3.Rows.AddRange(New DevExpress.XtraReports.UI.XRTableRow() {Me.XrTableRow3}) Me.XrTable3.SizeF = New System.Drawing.SizeF(256.9166!, 14.99999!) Me.XrTable3.StylePriority.UseBorderColor = False ' 'XrTableRow3 ' Me.XrTableRow3.Cells.AddRange(New DevExpress.XtraReports.UI.XRTableCell() {Me.XrTableCell6, Me.XrTableCell7, Me.XrTableCell8}) Me.XrTableRow3.Name = "XrTableRow3" Me.XrTableRow3.Weight = 11.5R ' 'XrTableCell6 ' Me.XrTableCell6.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Email]")}) Me.XrTableCell6.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.XrTableCell6.Multiline = True Me.XrTableCell6.Name = "XrTableCell6" Me.XrTableCell6.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) Me.XrTableCell6.StyleName = "DetailData3" Me.XrTableCell6.StylePriority.UseFont = False Me.XrTableCell6.Text = "XrTableCell6" Me.XrTableCell6.Weight = 0.20052354564978331R ' 'XrTableCell7 ' Me.XrTableCell7.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Freigabe]")}) Me.XrTableCell7.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.XrTableCell7.Multiline = True Me.XrTableCell7.Name = "XrTableCell7" Me.XrTableCell7.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) Me.XrTableCell7.StyleName = "DetailData3" Me.XrTableCell7.StylePriority.UseFont = False Me.XrTableCell7.Text = "XrTableCell7" Me.XrTableCell7.Weight = 0.081193868433615618R ' 'XrTableCell8 ' Me.XrTableCell8.ExpressionBindings.AddRange(New DevExpress.XtraReports.UI.ExpressionBinding() {New DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Wann]")}) Me.XrTableCell8.Font = New System.Drawing.Font("Arial", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.XrTableCell8.Multiline = True Me.XrTableCell8.Name = "XrTableCell8" Me.XrTableCell8.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) Me.XrTableCell8.StyleName = "DetailData3" Me.XrTableCell8.StylePriority.UseFont = False Me.XrTableCell8.Text = "XrTableCell8" Me.XrTableCell8.TextFormatString = "{0:dd.MM.yyyy HH:mm}" Me.XrTableCell8.Weight = 0.1822016741454581R ' 'XrPanel5 ' Me.XrPanel5.BackColor = System.Drawing.Color.White Me.XrPanel5.BorderColor = System.Drawing.Color.Red Me.XrPanel5.Borders = DevExpress.XtraPrinting.BorderSide.Top Me.XrPanel5.BorderWidth = 3.0! Me.XrPanel5.LocationFloat = New DevExpress.Utils.PointFloat(9.999847!, 0!) Me.XrPanel5.Name = "XrPanel5" Me.XrPanel5.SizeF = New System.Drawing.SizeF(279.0001!, 12.5!) Me.XrPanel5.StylePriority.UseBackColor = False Me.XrPanel5.StylePriority.UseBorderColor = False Me.XrPanel5.StylePriority.UseBorders = False Me.XrPanel5.StylePriority.UseBorderWidth = False ' 'SqlDataSource1 ' Me.SqlDataSource1.ConnectionName = "DD_ECM_ReportConnection" Me.SqlDataSource1.Name = "SqlDataSource1" CustomSqlQuery1.Name = "VWCUST_STAMP" QueryParameter1.Name = "pDocID" QueryParameter1.Type = GetType(Long) QueryParameter1.ValueInfo = "4712" CustomSqlQuery1.Parameters.Add(QueryParameter1) CustomSqlQuery1.Sql = resources.GetString("CustomSqlQuery1.Sql") Me.SqlDataSource1.Queries.AddRange(New DevExpress.DataAccess.Sql.SqlQuery() {CustomSqlQuery1}) Me.SqlDataSource1.ResultSchemaSerializable = resources.GetString("SqlDataSource1.ResultSchemaSerializable") ' 'Title ' Me.Title.BackColor = System.Drawing.Color.Transparent Me.Title.BorderColor = System.Drawing.Color.Black Me.Title.Borders = DevExpress.XtraPrinting.BorderSide.None Me.Title.BorderWidth = 1.0! Me.Title.Font = New System.Drawing.Font("Tahoma", 14.0!) Me.Title.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer)) Me.Title.Name = "Title" ' 'GroupCaption3 ' Me.GroupCaption3.BackColor = System.Drawing.Color.FromArgb(CType(CType(137, Byte), Integer), CType(CType(137, Byte), Integer), CType(CType(137, Byte), Integer)) Me.GroupCaption3.BorderColor = System.Drawing.Color.White Me.GroupCaption3.Borders = DevExpress.XtraPrinting.BorderSide.Bottom Me.GroupCaption3.BorderWidth = 2.0! Me.GroupCaption3.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold) Me.GroupCaption3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(228, Byte), Integer), CType(CType(228, Byte), Integer), CType(CType(228, Byte), Integer)) Me.GroupCaption3.Name = "GroupCaption3" Me.GroupCaption3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 2, 0, 0, 100.0!) Me.GroupCaption3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft ' 'GroupData3 ' Me.GroupData3.BackColor = System.Drawing.Color.FromArgb(CType(CType(137, Byte), Integer), CType(CType(137, Byte), Integer), CType(CType(137, Byte), Integer)) Me.GroupData3.BorderColor = System.Drawing.Color.White Me.GroupData3.Borders = DevExpress.XtraPrinting.BorderSide.Bottom Me.GroupData3.BorderWidth = 2.0! Me.GroupData3.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold) Me.GroupData3.ForeColor = System.Drawing.Color.White Me.GroupData3.Name = "GroupData3" Me.GroupData3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 2, 0, 0, 100.0!) Me.GroupData3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft ' 'DetailCaption3 ' Me.DetailCaption3.BackColor = System.Drawing.Color.Transparent Me.DetailCaption3.BorderColor = System.Drawing.Color.Transparent Me.DetailCaption3.Borders = DevExpress.XtraPrinting.BorderSide.None Me.DetailCaption3.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold) Me.DetailCaption3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer)) Me.DetailCaption3.Name = "DetailCaption3" Me.DetailCaption3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100.0!) Me.DetailCaption3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft ' 'DetailData3 ' Me.DetailData3.Font = New System.Drawing.Font("Tahoma", 8.0!) Me.DetailData3.ForeColor = System.Drawing.Color.Black Me.DetailData3.Name = "DetailData3" Me.DetailData3.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100.0!) Me.DetailData3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft ' 'DetailData3_Odd ' Me.DetailData3_Odd.BackColor = System.Drawing.Color.FromArgb(CType(CType(231, Byte), Integer), CType(CType(231, Byte), Integer), CType(CType(231, Byte), Integer)) Me.DetailData3_Odd.BorderColor = System.Drawing.Color.Transparent Me.DetailData3_Odd.Borders = DevExpress.XtraPrinting.BorderSide.None Me.DetailData3_Odd.BorderWidth = 1.0! Me.DetailData3_Odd.Font = New System.Drawing.Font("Tahoma", 8.0!) Me.DetailData3_Odd.ForeColor = System.Drawing.Color.Black Me.DetailData3_Odd.Name = "DetailData3_Odd" Me.DetailData3_Odd.Padding = New DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100.0!) Me.DetailData3_Odd.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft ' 'DetailCaptionBackground3 ' Me.DetailCaptionBackground3.BackColor = System.Drawing.Color.Transparent Me.DetailCaptionBackground3.BorderColor = System.Drawing.Color.FromArgb(CType(CType(206, Byte), Integer), CType(CType(206, Byte), Integer), CType(CType(206, Byte), Integer)) Me.DetailCaptionBackground3.Borders = DevExpress.XtraPrinting.BorderSide.Top Me.DetailCaptionBackground3.BorderWidth = 2.0! Me.DetailCaptionBackground3.Name = "DetailCaptionBackground3" ' 'PageInfo ' Me.PageInfo.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold) Me.PageInfo.ForeColor = System.Drawing.Color.FromArgb(CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer), CType(CType(75, Byte), Integer)) Me.PageInfo.Name = "PageInfo" Me.PageInfo.Padding = New DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100.0!) ' 'XtraReport1 ' Me.Bands.AddRange(New DevExpress.XtraReports.UI.Band() {Me.TopMarginBand1, Me.BottomMarginBand1, Me.ReportHeaderBand1, Me.GroupHeaderBand1, Me.GroupHeaderBand2, Me.DetailBand1, Me.ReportFooter}) Me.ComponentStorage.AddRange(New System.ComponentModel.IComponent() {Me.SqlDataSource1}) Me.DataMember = "VWCUST_STAMP" Me.DataSource = Me.SqlDataSource1 Me.Margins = New System.Drawing.Printing.Margins(10, 104, 0, 1) Me.PageHeight = 583 Me.PageWidth = 413 Me.PaperKind = System.Drawing.Printing.PaperKind.A6 Me.StyleSheet.AddRange(New DevExpress.XtraReports.UI.XRControlStyle() {Me.Title, Me.GroupCaption3, Me.GroupData3, Me.DetailCaption3, Me.DetailData3, Me.DetailData3_Odd, Me.DetailCaptionBackground3, Me.PageInfo}) Me.StyleSheetPath = "" Me.Version = "19.2" CType(Me.XrTable1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.XrTable2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.XrTable3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me, System.ComponentModel.ISupportInitialize).EndInit() End Sub Friend WithEvents TopMarginBand1 As DevExpress.XtraReports.UI.TopMarginBand Friend WithEvents BottomMarginBand1 As DevExpress.XtraReports.UI.BottomMarginBand Friend WithEvents ReportHeaderBand1 As DevExpress.XtraReports.UI.ReportHeaderBand Friend WithEvents GroupHeaderBand1 As DevExpress.XtraReports.UI.GroupHeaderBand Friend WithEvents XrPanel2 As DevExpress.XtraReports.UI.XRPanel Friend WithEvents XrTable1 As DevExpress.XtraReports.UI.XRTable Friend WithEvents XrTableRow1 As DevExpress.XtraReports.UI.XRTableRow Friend WithEvents XrTableCell2 As DevExpress.XtraReports.UI.XRTableCell Friend WithEvents GroupHeaderBand2 As DevExpress.XtraReports.UI.GroupHeaderBand Friend WithEvents XrPanel1 As DevExpress.XtraReports.UI.XRPanel Friend WithEvents XrTable2 As DevExpress.XtraReports.UI.XRTable Friend WithEvents XrTableRow2 As DevExpress.XtraReports.UI.XRTableRow Friend WithEvents XrTableCell3 As DevExpress.XtraReports.UI.XRTableCell Friend WithEvents XrTableCell5 As DevExpress.XtraReports.UI.XRTableCell Friend WithEvents DetailBand1 As DevExpress.XtraReports.UI.DetailBand Friend WithEvents XrPanel3 As DevExpress.XtraReports.UI.XRPanel Friend WithEvents XrTable3 As DevExpress.XtraReports.UI.XRTable Friend WithEvents XrTableRow3 As DevExpress.XtraReports.UI.XRTableRow Friend WithEvents XrTableCell6 As DevExpress.XtraReports.UI.XRTableCell Friend WithEvents XrTableCell7 As DevExpress.XtraReports.UI.XRTableCell Friend WithEvents XrTableCell8 As DevExpress.XtraReports.UI.XRTableCell Friend WithEvents ReportFooter As DevExpress.XtraReports.UI.ReportFooterBand Friend WithEvents XrPanel5 As DevExpress.XtraReports.UI.XRPanel Friend WithEvents SqlDataSource1 As DevExpress.DataAccess.Sql.SqlDataSource Friend WithEvents Title As DevExpress.XtraReports.UI.XRControlStyle Friend WithEvents GroupCaption3 As DevExpress.XtraReports.UI.XRControlStyle Friend WithEvents GroupData3 As DevExpress.XtraReports.UI.XRControlStyle Friend WithEvents DetailCaption3 As DevExpress.XtraReports.UI.XRControlStyle Friend WithEvents DetailData3 As DevExpress.XtraReports.UI.XRControlStyle Friend WithEvents DetailData3_Odd As DevExpress.XtraReports.UI.XRControlStyle Friend WithEvents DetailCaptionBackground3 As DevExpress.XtraReports.UI.XRControlStyle Friend WithEvents PageInfo As DevExpress.XtraReports.UI.XRControlStyle End Class