This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
SXS20240115/SRC/MESWin/shared file/arERF_General.vb
2024-01-15 10:57:41 +08:00

1314 lines
70 KiB
VB.net

Imports GrapeCity.ActiveReports.Document
Imports GrapeCity.ActiveReports.Document.Section
Imports GrapeCity.ActiveReports.SectionReportModel
Imports GrapeCity.ActiveReports.Controls
Imports GrapeCity.ActiveReports
Imports System
Public Class arERF_General
Inherits GrapeCity.ActiveReports.SectionReport
Public Sub New()
MyBase.New()
InitializeComponent()
End Sub
'//Public Variables
Public ERFNo, LotNo, CustomerNo, OPNo, ProductNo, RuleNo, MClassNo, HoldDescription, Creator As String
Public CreateDate As DateTime
#Region "ActiveReports Designer generated code"
Private WithEvents PageHeader As GrapeCity.ActiveReports.SectionReportModel.PageHeader = Nothing
Private WithEvents GroupHeader1 As GrapeCity.ActiveReports.SectionReportModel.GroupHeader = Nothing
Private WithEvents Detail As GrapeCity.ActiveReports.SectionReportModel.Detail = Nothing
Private WithEvents GroupFooter1 As GrapeCity.ActiveReports.SectionReportModel.GroupFooter = Nothing
Private WithEvents PageFooter As GrapeCity.ActiveReports.SectionReportModel.PageFooter = Nothing
Private Picture1 As GrapeCity.ActiveReports.SectionReportModel.Picture = Nothing
Private Shape1 As GrapeCity.ActiveReports.SectionReportModel.Shape = Nothing
Private lblERFReport As GrapeCity.ActiveReports.SectionReportModel.Label = Nothing
Private txtDate As GrapeCity.ActiveReports.SectionReportModel.TextBox = Nothing
Private lblPrintDate As GrapeCity.ActiveReports.SectionReportModel.Label = Nothing
Private lblERFNo As GrapeCity.ActiveReports.SectionReportModel.Label = Nothing
Private txtERFNo As GrapeCity.ActiveReports.SectionReportModel.Label = Nothing
Private Line2 As GrapeCity.ActiveReports.SectionReportModel.Line = Nothing
Private Line5 As GrapeCity.ActiveReports.SectionReportModel.Line = Nothing
Private lblCustomerNo As GrapeCity.ActiveReports.SectionReportModel.Label = Nothing
Private lblLotNo As GrapeCity.ActiveReports.SectionReportModel.Label = Nothing
Private lblProductNo As GrapeCity.ActiveReports.SectionReportModel.Label = Nothing
Private txtLotNo As GrapeCity.ActiveReports.SectionReportModel.Label = Nothing
Private txtCustomerNo As GrapeCity.ActiveReports.SectionReportModel.Label = Nothing
Private txtProductNo As GrapeCity.ActiveReports.SectionReportModel.Label = Nothing
Private Barcode1 As GrapeCity.ActiveReports.SectionReportModel.Barcode = Nothing
Private lblOPNo As GrapeCity.ActiveReports.SectionReportModel.Label = Nothing
Private txtOPNo As GrapeCity.ActiveReports.SectionReportModel.Label = Nothing
Private lblRuleNo As GrapeCity.ActiveReports.SectionReportModel.Label = Nothing
Private txtRuleNo As GrapeCity.ActiveReports.SectionReportModel.Label = Nothing
Private lblMClassNo As GrapeCity.ActiveReports.SectionReportModel.Label = Nothing
Private txtMClassNo As GrapeCity.ActiveReports.SectionReportModel.Label = Nothing
Private lblHoldDescription As GrapeCity.ActiveReports.SectionReportModel.Label = Nothing
Private lblCreator As GrapeCity.ActiveReports.SectionReportModel.Label = Nothing
Private txtCreator As GrapeCity.ActiveReports.SectionReportModel.Label = Nothing
Private lblCreateDate As GrapeCity.ActiveReports.SectionReportModel.Label = Nothing
Private Line27 As GrapeCity.ActiveReports.SectionReportModel.Line = Nothing
Private Line28 As GrapeCity.ActiveReports.SectionReportModel.Line = Nothing
Private Line29 As GrapeCity.ActiveReports.SectionReportModel.Line = Nothing
Private Line30 As GrapeCity.ActiveReports.SectionReportModel.Line = Nothing
Private Line31 As GrapeCity.ActiveReports.SectionReportModel.Line = Nothing
Private Line32 As GrapeCity.ActiveReports.SectionReportModel.Line = Nothing
Private txtCreateDate As GrapeCity.ActiveReports.SectionReportModel.TextBox = Nothing
Private txtHoldDescription As GrapeCity.ActiveReports.SectionReportModel.TextBox = Nothing
Private lblHoldItemNo As GrapeCity.ActiveReports.SectionReportModel.Label = Nothing
Private lblQty As GrapeCity.ActiveReports.SectionReportModel.Label = Nothing
Private lblHoldDisposition As GrapeCity.ActiveReports.SectionReportModel.Label = Nothing
Private Line33 As GrapeCity.ActiveReports.SectionReportModel.Line = Nothing
Private Line34 As GrapeCity.ActiveReports.SectionReportModel.Line = Nothing
Private Line35 As GrapeCity.ActiveReports.SectionReportModel.Line = Nothing
Private txtHoldItemNo As GrapeCity.ActiveReports.SectionReportModel.TextBox = Nothing
Private txtQty As GrapeCity.ActiveReports.SectionReportModel.TextBox = Nothing
Private txtHoldDisposition As GrapeCity.ActiveReports.SectionReportModel.TextBox = Nothing
Private Line36 As GrapeCity.ActiveReports.SectionReportModel.Line = Nothing
Friend WithEvents Line1 As GrapeCity.ActiveReports.SectionReportModel.Line
Friend WithEvents Label1 As GrapeCity.ActiveReports.SectionReportModel.Label
Friend WithEvents Label2 As GrapeCity.ActiveReports.SectionReportModel.Label
Friend WithEvents Label3 As GrapeCity.ActiveReports.SectionReportModel.Label
Friend WithEvents Label4 As GrapeCity.ActiveReports.SectionReportModel.Label
Friend WithEvents Label5 As GrapeCity.ActiveReports.SectionReportModel.Label
Private Line37 As GrapeCity.ActiveReports.SectionReportModel.Line = Nothing
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(arERF_General))
Me.Detail = New GrapeCity.ActiveReports.SectionReportModel.Detail
Me.txtHoldDisposition = New GrapeCity.ActiveReports.SectionReportModel.TextBox
Me.txtHoldItemNo = New GrapeCity.ActiveReports.SectionReportModel.TextBox
Me.txtQty = New GrapeCity.ActiveReports.SectionReportModel.TextBox
Me.Line36 = New GrapeCity.ActiveReports.SectionReportModel.Line
Me.Line37 = New GrapeCity.ActiveReports.SectionReportModel.Line
Me.Line1 = New GrapeCity.ActiveReports.SectionReportModel.Line
Me.PageHeader = New GrapeCity.ActiveReports.SectionReportModel.PageHeader
Me.Picture1 = New GrapeCity.ActiveReports.SectionReportModel.Picture
Me.Shape1 = New GrapeCity.ActiveReports.SectionReportModel.Shape
Me.Line29 = New GrapeCity.ActiveReports.SectionReportModel.Line
Me.txtCreateDate = New GrapeCity.ActiveReports.SectionReportModel.TextBox
Me.lblERFReport = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.txtDate = New GrapeCity.ActiveReports.SectionReportModel.TextBox
Me.lblPrintDate = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.lblERFNo = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.txtERFNo = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.Line2 = New GrapeCity.ActiveReports.SectionReportModel.Line
Me.Line5 = New GrapeCity.ActiveReports.SectionReportModel.Line
Me.lblCustomerNo = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.lblLotNo = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.lblProductNo = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.txtLotNo = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.txtCustomerNo = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.txtProductNo = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.Barcode1 = New GrapeCity.ActiveReports.SectionReportModel.Barcode
Me.lblOPNo = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.txtOPNo = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.lblRuleNo = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.txtRuleNo = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.lblMClassNo = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.txtMClassNo = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.lblHoldDescription = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.lblCreator = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.txtCreator = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.lblCreateDate = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.Line27 = New GrapeCity.ActiveReports.SectionReportModel.Line
Me.Line28 = New GrapeCity.ActiveReports.SectionReportModel.Line
Me.Line30 = New GrapeCity.ActiveReports.SectionReportModel.Line
Me.Line31 = New GrapeCity.ActiveReports.SectionReportModel.Line
Me.Line32 = New GrapeCity.ActiveReports.SectionReportModel.Line
Me.txtHoldDescription = New GrapeCity.ActiveReports.SectionReportModel.TextBox
Me.Label1 = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.Label2 = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.Label3 = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.Label4 = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.Label5 = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.PageFooter = New GrapeCity.ActiveReports.SectionReportModel.PageFooter
Me.GroupHeader1 = New GrapeCity.ActiveReports.SectionReportModel.GroupHeader
Me.lblHoldItemNo = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.lblQty = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.lblHoldDisposition = New GrapeCity.ActiveReports.SectionReportModel.Label
Me.Line33 = New GrapeCity.ActiveReports.SectionReportModel.Line
Me.Line34 = New GrapeCity.ActiveReports.SectionReportModel.Line
Me.Line35 = New GrapeCity.ActiveReports.SectionReportModel.Line
Me.GroupFooter1 = New GrapeCity.ActiveReports.SectionReportModel.GroupFooter
CType(Me.txtHoldDisposition, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.txtHoldItemNo, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.txtQty, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.Picture1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.txtCreateDate, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.lblERFReport, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.txtDate, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.lblPrintDate, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.lblERFNo, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.txtERFNo, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.lblCustomerNo, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.lblLotNo, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.lblProductNo, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.txtLotNo, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.txtCustomerNo, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.txtProductNo, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.lblOPNo, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.txtOPNo, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.lblRuleNo, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.txtRuleNo, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.lblMClassNo, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.txtMClassNo, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.lblHoldDescription, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.lblCreator, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.txtCreator, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.lblCreateDate, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.txtHoldDescription, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.Label1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.Label2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.Label3, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.Label4, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.Label5, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.lblHoldItemNo, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.lblQty, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.lblHoldDisposition, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me, System.ComponentModel.ISupportInitialize).BeginInit()
'
'Detail
'
Me.Detail.ColumnSpacing = 0.0!
Me.Detail.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.txtHoldDisposition, Me.txtHoldItemNo, Me.txtQty, Me.Line36, Me.Line37, Me.Line1})
Me.Detail.Height = 0.3333333!
Me.Detail.KeepTogether = True
Me.Detail.Name = "Detail"
'
'txtHoldDisposition
'
Me.txtHoldDisposition.Border.BottomColor = System.Drawing.Color.Black
Me.txtHoldDisposition.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtHoldDisposition.Border.LeftColor = System.Drawing.Color.Black
Me.txtHoldDisposition.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtHoldDisposition.Border.RightColor = System.Drawing.Color.Black
Me.txtHoldDisposition.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtHoldDisposition.Border.TopColor = System.Drawing.Color.Black
Me.txtHoldDisposition.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtHoldDisposition.DataField = "HoldDisposition"
Me.txtHoldDisposition.Height = 0.1968504!
Me.txtHoldDisposition.Left = 2.386811!
Me.txtHoldDisposition.Name = "txtHoldDisposition"
Me.txtHoldDisposition.Style = "ddo-char-set: 136; font-size: 9.75pt; font-family: 新細明體; "
Me.txtHoldDisposition.Text = Nothing
Me.txtHoldDisposition.Top = 0.0492126!
Me.txtHoldDisposition.Width = 5.364173!
'
'txtHoldItemNo
'
Me.txtHoldItemNo.Border.BottomColor = System.Drawing.Color.Black
Me.txtHoldItemNo.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtHoldItemNo.Border.LeftColor = System.Drawing.Color.Black
Me.txtHoldItemNo.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtHoldItemNo.Border.RightColor = System.Drawing.Color.Black
Me.txtHoldItemNo.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtHoldItemNo.Border.TopColor = System.Drawing.Color.Black
Me.txtHoldItemNo.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtHoldItemNo.DataField = "HoldItemNo"
Me.txtHoldItemNo.Height = 0.1968504!
Me.txtHoldItemNo.Left = 0.1476378!
Me.txtHoldItemNo.Name = "txtHoldItemNo"
Me.txtHoldItemNo.Style = "font-size: 9.75pt; font-family: 新細明體; "
Me.txtHoldItemNo.Text = Nothing
Me.txtHoldItemNo.Top = 0.0492126!
Me.txtHoldItemNo.Width = 1.353346!
'
'txtQty
'
Me.txtQty.Border.BottomColor = System.Drawing.Color.Black
Me.txtQty.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtQty.Border.LeftColor = System.Drawing.Color.Black
Me.txtQty.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtQty.Border.RightColor = System.Drawing.Color.Black
Me.txtQty.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtQty.Border.TopColor = System.Drawing.Color.Black
Me.txtQty.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtQty.DataField = "Qty"
Me.txtQty.Height = 0.2!
Me.txtQty.Left = 1.572917!
Me.txtQty.Name = "txtQty"
Me.txtQty.OutputFormat = resources.GetString("txtQty.OutputFormat")
Me.txtQty.Style = "font-size: 9.75pt; font-family: 新細明體; "
Me.txtQty.Text = Nothing
Me.txtQty.Top = 0.05298557!
Me.txtQty.Width = 0.75!
'
'Line36
'
Me.Line36.AnchorBottom = True
Me.Line36.Border.BottomColor = System.Drawing.Color.Black
Me.Line36.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line36.Border.LeftColor = System.Drawing.Color.Black
Me.Line36.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line36.Border.RightColor = System.Drawing.Color.Black
Me.Line36.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line36.Border.TopColor = System.Drawing.Color.Black
Me.Line36.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line36.Height = 0.31!
Me.Line36.Left = 0.0625!
Me.Line36.LineWeight = 1.0!
Me.Line36.Name = "Line36"
Me.Line36.Top = 0.0!
Me.Line36.Width = 0.0003187731!
Me.Line36.X1 = 0.0625!
Me.Line36.X2 = 0.06281877!
Me.Line36.Y1 = 0.0!
Me.Line36.Y2 = 0.31!
'
'Line37
'
Me.Line37.AnchorBottom = True
Me.Line37.Border.BottomColor = System.Drawing.Color.Black
Me.Line37.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line37.Border.LeftColor = System.Drawing.Color.Black
Me.Line37.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line37.Border.RightColor = System.Drawing.Color.Black
Me.Line37.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line37.Border.TopColor = System.Drawing.Color.Black
Me.Line37.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line37.Height = 0.31!
Me.Line37.Left = 7.8125!
Me.Line37.LineWeight = 1.0!
Me.Line37.Name = "Line37"
Me.Line37.Top = 0.0!
Me.Line37.Width = 0.0003190041!
Me.Line37.X1 = 7.8125!
Me.Line37.X2 = 7.812819!
Me.Line37.Y1 = 0.0!
Me.Line37.Y2 = 0.31!
'
'Line1
'
Me.Line1.Border.BottomColor = System.Drawing.Color.Black
Me.Line1.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line1.Border.LeftColor = System.Drawing.Color.Black
Me.Line1.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line1.Border.RightColor = System.Drawing.Color.Black
Me.Line1.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line1.Border.TopColor = System.Drawing.Color.Black
Me.Line1.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line1.Height = 0.0004101098!
Me.Line1.Left = 0.05856299!
Me.Line1.LineWeight = 1.0!
Me.Line1.Name = "Line1"
Me.Line1.Top = 0.3198819!
Me.Line1.Width = 7.756398!
Me.Line1.X1 = 0.05856299!
Me.Line1.X2 = 7.814961!
Me.Line1.Y1 = 0.3198819!
Me.Line1.Y2 = 0.320292!
'
'PageHeader
'
Me.PageHeader.CanShrink = True
Me.PageHeader.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.Picture1, Me.Shape1, Me.Line29, Me.txtCreateDate, Me.lblERFReport, Me.txtDate, Me.lblPrintDate, Me.lblERFNo, Me.txtERFNo, Me.Line2, Me.Line5, Me.lblCustomerNo, Me.lblLotNo, Me.lblProductNo, Me.txtLotNo, Me.txtCustomerNo, Me.txtProductNo, Me.Barcode1, Me.lblOPNo, Me.txtOPNo, Me.lblRuleNo, Me.txtRuleNo, Me.lblMClassNo, Me.txtMClassNo, Me.lblHoldDescription, Me.lblCreator, Me.txtCreator, Me.lblCreateDate, Me.Line27, Me.Line28, Me.Line30, Me.Line31, Me.Line32, Me.txtHoldDescription, Me.Label1, Me.Label2, Me.Label3, Me.Label4, Me.Label5})
Me.PageHeader.Height = 2.760417!
Me.PageHeader.Name = "PageHeader"
'
'Picture1
'
Me.Picture1.Border.BottomColor = System.Drawing.Color.Black
Me.Picture1.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Picture1.Border.LeftColor = System.Drawing.Color.Black
Me.Picture1.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Picture1.Border.RightColor = System.Drawing.Color.Black
Me.Picture1.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Picture1.Border.TopColor = System.Drawing.Color.Black
Me.Picture1.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Picture1.Height = 0.5!
Me.Picture1.Image = CType(resources.GetObject("Picture1.Image"), System.Drawing.Image)
Me.Picture1.ImageData = CType(resources.GetObject("Picture1.ImageData"), System.IO.Stream)
Me.Picture1.Left = 0.0!
Me.Picture1.LineColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
Me.Picture1.LineWeight = 0.0!
Me.Picture1.Name = "Picture1"
Me.Picture1.SizeMode = GrapeCity.ActiveReports.SectionReportModel.SizeModes.Zoom
Me.Picture1.Top = 0.0!
Me.Picture1.Width = 1.6875!
'
'Shape1
'
Me.Shape1.Border.BottomColor = System.Drawing.Color.Black
Me.Shape1.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Shape1.Border.LeftColor = System.Drawing.Color.Black
Me.Shape1.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Shape1.Border.RightColor = System.Drawing.Color.Black
Me.Shape1.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Shape1.Border.TopColor = System.Drawing.Color.Black
Me.Shape1.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Shape1.Height = 2.25!
Me.Shape1.Left = 0.0625!
Me.Shape1.Name = "Shape1"
Me.Shape1.RoundingRadius = New GrapeCity.ActiveReports.Controls.CornersRadius(9.999999!)
Me.Shape1.Top = 0.5!
Me.Shape1.Width = 7.75!
'
'Line29
'
Me.Line29.Border.BottomColor = System.Drawing.Color.Black
Me.Line29.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line29.Border.LeftColor = System.Drawing.Color.Black
Me.Line29.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line29.Border.RightColor = System.Drawing.Color.Black
Me.Line29.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line29.Border.TopColor = System.Drawing.Color.Black
Me.Line29.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line29.Height = 0.0001250505!
Me.Line29.Left = 0.0625!
Me.Line29.LineWeight = 1.0!
Me.Line29.Name = "Line29"
Me.Line29.Top = 1.6875!
Me.Line29.Width = 7.75!
Me.Line29.X1 = 7.8125!
Me.Line29.X2 = 0.0625!
Me.Line29.Y1 = 1.6875!
Me.Line29.Y2 = 1.687625!
'
'txtCreateDate
'
Me.txtCreateDate.Border.BottomColor = System.Drawing.Color.Black
Me.txtCreateDate.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtCreateDate.Border.LeftColor = System.Drawing.Color.Black
Me.txtCreateDate.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtCreateDate.Border.RightColor = System.Drawing.Color.Black
Me.txtCreateDate.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtCreateDate.Border.TopColor = System.Drawing.Color.Black
Me.txtCreateDate.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtCreateDate.Height = 0.2!
Me.txtCreateDate.Left = 6.484375!
Me.txtCreateDate.Name = "txtCreateDate"
Me.txtCreateDate.OutputFormat = resources.GetString("txtCreateDate.OutputFormat")
Me.txtCreateDate.Style = "ddo-char-set: 136; font-size: 9.75pt; font-family: 新細明體; "
Me.txtCreateDate.Text = Nothing
Me.txtCreateDate.Top = 1.453125!
Me.txtCreateDate.Width = 1.328125!
'
'lblERFReport
'
Me.lblERFReport.Border.BottomColor = System.Drawing.Color.Black
Me.lblERFReport.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblERFReport.Border.LeftColor = System.Drawing.Color.Black
Me.lblERFReport.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblERFReport.Border.RightColor = System.Drawing.Color.Black
Me.lblERFReport.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblERFReport.Border.TopColor = System.Drawing.Color.Black
Me.lblERFReport.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblERFReport.Height = 0.4429134!
Me.lblERFReport.HyperLink = ""
Me.lblERFReport.Left = 3.198819!
Me.lblERFReport.Name = "lblERFReport"
Me.lblERFReport.Style = "text-decoration: none; ddo-char-set: 0; font-weight: bold; font-style: normal; fo" & _
"nt-size: 24pt; font-family: Times New Roman; "
Me.lblERFReport.Text = "ERF Report"
Me.lblERFReport.Top = 0.0!
Me.lblERFReport.Width = 2.26378!
'
'txtDate
'
Me.txtDate.Border.BottomColor = System.Drawing.Color.Black
Me.txtDate.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtDate.Border.LeftColor = System.Drawing.Color.Black
Me.txtDate.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtDate.Border.RightColor = System.Drawing.Color.Black
Me.txtDate.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtDate.Border.TopColor = System.Drawing.Color.Black
Me.txtDate.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtDate.Height = 0.2!
Me.txtDate.Left = 6.5!
Me.txtDate.Name = "txtDate"
Me.txtDate.Style = "font-size: 9.75pt; font-family: Times New Roman; "
Me.txtDate.Text = Nothing
Me.txtDate.Top = 0.25!
Me.txtDate.Width = 1.25!
'
'lblPrintDate
'
Me.lblPrintDate.Border.BottomColor = System.Drawing.Color.Black
Me.lblPrintDate.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblPrintDate.Border.LeftColor = System.Drawing.Color.Black
Me.lblPrintDate.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblPrintDate.Border.RightColor = System.Drawing.Color.Black
Me.lblPrintDate.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblPrintDate.Border.TopColor = System.Drawing.Color.Black
Me.lblPrintDate.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblPrintDate.Height = 0.2!
Me.lblPrintDate.HyperLink = ""
Me.lblPrintDate.Left = 5.75!
Me.lblPrintDate.Name = "lblPrintDate"
Me.lblPrintDate.Style = "font-size: 9.75pt; font-family: Times New Roman; "
Me.lblPrintDate.Text = "Print Date"
Me.lblPrintDate.Top = 0.25!
Me.lblPrintDate.Width = 0.75!
'
'lblERFNo
'
Me.lblERFNo.Border.BottomColor = System.Drawing.Color.Black
Me.lblERFNo.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblERFNo.Border.LeftColor = System.Drawing.Color.Black
Me.lblERFNo.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblERFNo.Border.RightColor = System.Drawing.Color.Black
Me.lblERFNo.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblERFNo.Border.TopColor = System.Drawing.Color.Black
Me.lblERFNo.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblERFNo.Height = 0.2!
Me.lblERFNo.HyperLink = ""
Me.lblERFNo.Left = 0.125!
Me.lblERFNo.Name = "lblERFNo"
Me.lblERFNo.Style = "font-size: 9.75pt; font-family: Times New Roman; "
Me.lblERFNo.Text = "ERF No"
Me.lblERFNo.Top = 0.5625!
Me.lblERFNo.Width = 0.875!
'
'txtERFNo
'
Me.txtERFNo.Border.BottomColor = System.Drawing.Color.Black
Me.txtERFNo.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtERFNo.Border.LeftColor = System.Drawing.Color.Black
Me.txtERFNo.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtERFNo.Border.RightColor = System.Drawing.Color.Black
Me.txtERFNo.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtERFNo.Border.TopColor = System.Drawing.Color.Black
Me.txtERFNo.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtERFNo.Height = 0.2!
Me.txtERFNo.HyperLink = ""
Me.txtERFNo.Left = 1.0625!
Me.txtERFNo.Name = "txtERFNo"
Me.txtERFNo.Style = "ddo-char-set: 136; font-size: 9.75pt; font-family: 新細明體; "
Me.txtERFNo.Text = ""
Me.txtERFNo.Top = 0.5625!
Me.txtERFNo.Width = 1.6875!
'
'Line2
'
Me.Line2.Border.BottomColor = System.Drawing.Color.Black
Me.Line2.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line2.Border.LeftColor = System.Drawing.Color.Black
Me.Line2.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line2.Border.RightColor = System.Drawing.Color.Black
Me.Line2.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line2.Border.TopColor = System.Drawing.Color.Black
Me.Line2.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line2.Height = 0.91!
Me.Line2.Left = 2.866!
Me.Line2.LineWeight = 1.0!
Me.Line2.Name = "Line2"
Me.Line2.Top = 0.5!
Me.Line2.Width = 0.0003190041!
Me.Line2.X1 = 2.866319!
Me.Line2.X2 = 2.866!
Me.Line2.Y1 = 0.5!
Me.Line2.Y2 = 1.41!
'
'Line5
'
Me.Line5.Border.BottomColor = System.Drawing.Color.Black
Me.Line5.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line5.Border.LeftColor = System.Drawing.Color.Black
Me.Line5.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line5.Border.RightColor = System.Drawing.Color.Black
Me.Line5.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line5.Border.TopColor = System.Drawing.Color.Black
Me.Line5.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line5.Height = 0.0!
Me.Line5.Left = 0.0625!
Me.Line5.LineWeight = 1.0!
Me.Line5.Name = "Line5"
Me.Line5.Top = 0.8125!
Me.Line5.Width = 5.54!
Me.Line5.X1 = 5.6025!
Me.Line5.X2 = 0.0625!
Me.Line5.Y1 = 0.8125!
Me.Line5.Y2 = 0.8125!
'
'lblCustomerNo
'
Me.lblCustomerNo.Border.BottomColor = System.Drawing.Color.Black
Me.lblCustomerNo.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblCustomerNo.Border.LeftColor = System.Drawing.Color.Black
Me.lblCustomerNo.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblCustomerNo.Border.RightColor = System.Drawing.Color.Black
Me.lblCustomerNo.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblCustomerNo.Border.TopColor = System.Drawing.Color.Black
Me.lblCustomerNo.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblCustomerNo.Height = 0.2!
Me.lblCustomerNo.HyperLink = ""
Me.lblCustomerNo.Left = 0.125!
Me.lblCustomerNo.Name = "lblCustomerNo"
Me.lblCustomerNo.Style = "font-size: 9.75pt; font-family: Times New Roman; "
Me.lblCustomerNo.Text = "Customer No"
Me.lblCustomerNo.Top = 0.859375!
Me.lblCustomerNo.Width = 0.875!
'
'lblLotNo
'
Me.lblLotNo.Border.BottomColor = System.Drawing.Color.Black
Me.lblLotNo.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblLotNo.Border.LeftColor = System.Drawing.Color.Black
Me.lblLotNo.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblLotNo.Border.RightColor = System.Drawing.Color.Black
Me.lblLotNo.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblLotNo.Border.TopColor = System.Drawing.Color.Black
Me.lblLotNo.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblLotNo.Height = 0.2!
Me.lblLotNo.HyperLink = ""
Me.lblLotNo.Left = 2.9375!
Me.lblLotNo.Name = "lblLotNo"
Me.lblLotNo.Style = "font-size: 9.75pt; font-family: Times New Roman; "
Me.lblLotNo.Text = "Lot No"
Me.lblLotNo.Top = 0.5625!
Me.lblLotNo.Width = 0.75!
'
'lblProductNo
'
Me.lblProductNo.Border.BottomColor = System.Drawing.Color.Black
Me.lblProductNo.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblProductNo.Border.LeftColor = System.Drawing.Color.Black
Me.lblProductNo.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblProductNo.Border.RightColor = System.Drawing.Color.Black
Me.lblProductNo.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblProductNo.Border.TopColor = System.Drawing.Color.Black
Me.lblProductNo.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblProductNo.Height = 0.2!
Me.lblProductNo.HyperLink = ""
Me.lblProductNo.Left = 2.9375!
Me.lblProductNo.Name = "lblProductNo"
Me.lblProductNo.Style = "font-size: 9.75pt; font-family: Times New Roman; "
Me.lblProductNo.Text = "Product No"
Me.lblProductNo.Top = 0.859375!
Me.lblProductNo.Width = 0.75!
'
'txtLotNo
'
Me.txtLotNo.Border.BottomColor = System.Drawing.Color.Black
Me.txtLotNo.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtLotNo.Border.LeftColor = System.Drawing.Color.Black
Me.txtLotNo.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtLotNo.Border.RightColor = System.Drawing.Color.Black
Me.txtLotNo.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtLotNo.Border.TopColor = System.Drawing.Color.Black
Me.txtLotNo.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtLotNo.Height = 0.1875!
Me.txtLotNo.HyperLink = ""
Me.txtLotNo.Left = 3.75!
Me.txtLotNo.Name = "txtLotNo"
Me.txtLotNo.Style = "ddo-char-set: 136; font-size: 9.75pt; font-family: 新細明體; "
Me.txtLotNo.Text = ""
Me.txtLotNo.Top = 0.5625!
Me.txtLotNo.Width = 1.8125!
'
'txtCustomerNo
'
Me.txtCustomerNo.Border.BottomColor = System.Drawing.Color.Black
Me.txtCustomerNo.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtCustomerNo.Border.LeftColor = System.Drawing.Color.Black
Me.txtCustomerNo.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtCustomerNo.Border.RightColor = System.Drawing.Color.Black
Me.txtCustomerNo.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtCustomerNo.Border.TopColor = System.Drawing.Color.Black
Me.txtCustomerNo.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtCustomerNo.Height = 0.2!
Me.txtCustomerNo.HyperLink = ""
Me.txtCustomerNo.Left = 1.0625!
Me.txtCustomerNo.Name = "txtCustomerNo"
Me.txtCustomerNo.Style = "ddo-char-set: 136; font-size: 9.75pt; font-family: 新細明體; "
Me.txtCustomerNo.Text = ""
Me.txtCustomerNo.Top = 0.875!
Me.txtCustomerNo.Width = 1.6875!
'
'txtProductNo
'
Me.txtProductNo.Border.BottomColor = System.Drawing.Color.Black
Me.txtProductNo.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtProductNo.Border.LeftColor = System.Drawing.Color.Black
Me.txtProductNo.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtProductNo.Border.RightColor = System.Drawing.Color.Black
Me.txtProductNo.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtProductNo.Border.TopColor = System.Drawing.Color.Black
Me.txtProductNo.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtProductNo.Height = 0.1875!
Me.txtProductNo.HyperLink = ""
Me.txtProductNo.Left = 3.75!
Me.txtProductNo.Name = "txtProductNo"
Me.txtProductNo.Style = "ddo-char-set: 136; font-size: 9.75pt; font-family: 新細明體; "
Me.txtProductNo.Text = ""
Me.txtProductNo.Top = 0.859375!
Me.txtProductNo.Width = 1.8125!
'
'Barcode1
'
Me.Barcode1.Border.BottomColor = System.Drawing.Color.Black
Me.Barcode1.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Barcode1.Border.LeftColor = System.Drawing.Color.Black
Me.Barcode1.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Barcode1.Border.RightColor = System.Drawing.Color.Black
Me.Barcode1.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Barcode1.Border.TopColor = System.Drawing.Color.Black
Me.Barcode1.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Barcode1.CaptionPosition = GrapeCity.ActiveReports.SectionReportModel.BarCodeCaptionPosition.Below
Me.Barcode1.Font = New System.Drawing.Font("Courier New", 8.0!)
Me.Barcode1.Height = 0.4375!
Me.Barcode1.Left = 5.6875!
Me.Barcode1.Name = "Barcode1"
Me.Barcode1.Text = "Barcode1"
Me.Barcode1.Top = 0.59375!
Me.Barcode1.Width = 2.0625!
'
'lblOPNo
'
Me.lblOPNo.Border.BottomColor = System.Drawing.Color.Black
Me.lblOPNo.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblOPNo.Border.LeftColor = System.Drawing.Color.Black
Me.lblOPNo.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblOPNo.Border.RightColor = System.Drawing.Color.Black
Me.lblOPNo.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblOPNo.Border.TopColor = System.Drawing.Color.Black
Me.lblOPNo.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblOPNo.Height = 0.2!
Me.lblOPNo.HyperLink = ""
Me.lblOPNo.Left = 2.9375!
Me.lblOPNo.Name = "lblOPNo"
Me.lblOPNo.Style = "font-size: 9.75pt; font-family: Times New Roman; "
Me.lblOPNo.Text = "OP No"
Me.lblOPNo.Top = 1.1875!
Me.lblOPNo.Width = 0.75!
'
'txtOPNo
'
Me.txtOPNo.Border.BottomColor = System.Drawing.Color.Black
Me.txtOPNo.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtOPNo.Border.LeftColor = System.Drawing.Color.Black
Me.txtOPNo.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtOPNo.Border.RightColor = System.Drawing.Color.Black
Me.txtOPNo.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtOPNo.Border.TopColor = System.Drawing.Color.Black
Me.txtOPNo.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtOPNo.Height = 0.1875!
Me.txtOPNo.HyperLink = ""
Me.txtOPNo.Left = 3.75!
Me.txtOPNo.Name = "txtOPNo"
Me.txtOPNo.Style = "ddo-char-set: 136; font-size: 9.75pt; font-family: 新細明體; "
Me.txtOPNo.Text = ""
Me.txtOPNo.Top = 1.1875!
Me.txtOPNo.Width = 1.8125!
'
'lblRuleNo
'
Me.lblRuleNo.Border.BottomColor = System.Drawing.Color.Black
Me.lblRuleNo.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblRuleNo.Border.LeftColor = System.Drawing.Color.Black
Me.lblRuleNo.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblRuleNo.Border.RightColor = System.Drawing.Color.Black
Me.lblRuleNo.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblRuleNo.Border.TopColor = System.Drawing.Color.Black
Me.lblRuleNo.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblRuleNo.Height = 0.2!
Me.lblRuleNo.HyperLink = ""
Me.lblRuleNo.Left = 0.125!
Me.lblRuleNo.Name = "lblRuleNo"
Me.lblRuleNo.Style = "font-size: 9.75pt; font-family: Times New Roman; "
Me.lblRuleNo.Text = "Rule No"
Me.lblRuleNo.Top = 1.453125!
Me.lblRuleNo.Width = 0.75!
'
'txtRuleNo
'
Me.txtRuleNo.Border.BottomColor = System.Drawing.Color.Black
Me.txtRuleNo.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtRuleNo.Border.LeftColor = System.Drawing.Color.Black
Me.txtRuleNo.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtRuleNo.Border.RightColor = System.Drawing.Color.Black
Me.txtRuleNo.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtRuleNo.Border.TopColor = System.Drawing.Color.Black
Me.txtRuleNo.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtRuleNo.Height = 0.2!
Me.txtRuleNo.HyperLink = ""
Me.txtRuleNo.Left = 1.0625!
Me.txtRuleNo.Name = "txtRuleNo"
Me.txtRuleNo.Style = "ddo-char-set: 136; font-size: 9.75pt; font-family: 新細明體; "
Me.txtRuleNo.Text = ""
Me.txtRuleNo.Top = 1.453125!
Me.txtRuleNo.Width = 1.6875!
'
'lblMClassNo
'
Me.lblMClassNo.Border.BottomColor = System.Drawing.Color.Black
Me.lblMClassNo.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblMClassNo.Border.LeftColor = System.Drawing.Color.Black
Me.lblMClassNo.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblMClassNo.Border.RightColor = System.Drawing.Color.Black
Me.lblMClassNo.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblMClassNo.Border.TopColor = System.Drawing.Color.Black
Me.lblMClassNo.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblMClassNo.Height = 0.2!
Me.lblMClassNo.HyperLink = ""
Me.lblMClassNo.Left = 0.125!
Me.lblMClassNo.Name = "lblMClassNo"
Me.lblMClassNo.Style = "font-size: 9.75pt; font-family: Times New Roman; "
Me.lblMClassNo.Text = "MClass No"
Me.lblMClassNo.Top = 1.15625!
Me.lblMClassNo.Width = 0.75!
'
'txtMClassNo
'
Me.txtMClassNo.Border.BottomColor = System.Drawing.Color.Black
Me.txtMClassNo.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtMClassNo.Border.LeftColor = System.Drawing.Color.Black
Me.txtMClassNo.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtMClassNo.Border.RightColor = System.Drawing.Color.Black
Me.txtMClassNo.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtMClassNo.Border.TopColor = System.Drawing.Color.Black
Me.txtMClassNo.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtMClassNo.Height = 0.2!
Me.txtMClassNo.HyperLink = ""
Me.txtMClassNo.Left = 1.0625!
Me.txtMClassNo.Name = "txtMClassNo"
Me.txtMClassNo.Style = "ddo-char-set: 136; font-size: 9.75pt; font-family: 新細明體; "
Me.txtMClassNo.Text = ""
Me.txtMClassNo.Top = 1.15625!
Me.txtMClassNo.Width = 1.6875!
'
'lblHoldDescription
'
Me.lblHoldDescription.Border.BottomColor = System.Drawing.Color.Black
Me.lblHoldDescription.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblHoldDescription.Border.LeftColor = System.Drawing.Color.Black
Me.lblHoldDescription.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblHoldDescription.Border.RightColor = System.Drawing.Color.Black
Me.lblHoldDescription.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblHoldDescription.Border.TopColor = System.Drawing.Color.Black
Me.lblHoldDescription.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblHoldDescription.Height = 0.2!
Me.lblHoldDescription.HyperLink = ""
Me.lblHoldDescription.Left = 0.1230315!
Me.lblHoldDescription.Name = "lblHoldDescription"
Me.lblHoldDescription.Style = "font-size: 9.75pt; font-family: Times New Roman; "
Me.lblHoldDescription.Text = "Hold Description"
Me.lblHoldDescription.Top = 1.747047!
Me.lblHoldDescription.Width = 1.125!
'
'lblCreator
'
Me.lblCreator.Border.BottomColor = System.Drawing.Color.Black
Me.lblCreator.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblCreator.Border.LeftColor = System.Drawing.Color.Black
Me.lblCreator.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblCreator.Border.RightColor = System.Drawing.Color.Black
Me.lblCreator.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblCreator.Border.TopColor = System.Drawing.Color.Black
Me.lblCreator.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblCreator.Height = 0.2!
Me.lblCreator.HyperLink = ""
Me.lblCreator.Left = 5.65625!
Me.lblCreator.Name = "lblCreator"
Me.lblCreator.Style = "font-size: 9.75pt; font-family: Times New Roman; "
Me.lblCreator.Text = "Creator"
Me.lblCreator.Top = 1.1875!
Me.lblCreator.Width = 0.8125!
'
'txtCreator
'
Me.txtCreator.Border.BottomColor = System.Drawing.Color.Black
Me.txtCreator.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtCreator.Border.LeftColor = System.Drawing.Color.Black
Me.txtCreator.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtCreator.Border.RightColor = System.Drawing.Color.Black
Me.txtCreator.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtCreator.Border.TopColor = System.Drawing.Color.Black
Me.txtCreator.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtCreator.Height = 0.1875!
Me.txtCreator.HyperLink = ""
Me.txtCreator.Left = 6.484375!
Me.txtCreator.Name = "txtCreator"
Me.txtCreator.Style = "ddo-char-set: 136; font-size: 9.75pt; font-family: 新細明體; "
Me.txtCreator.Text = ""
Me.txtCreator.Top = 1.1875!
Me.txtCreator.Width = 1.3125!
'
'lblCreateDate
'
Me.lblCreateDate.Border.BottomColor = System.Drawing.Color.Black
Me.lblCreateDate.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblCreateDate.Border.LeftColor = System.Drawing.Color.Black
Me.lblCreateDate.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblCreateDate.Border.RightColor = System.Drawing.Color.Black
Me.lblCreateDate.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblCreateDate.Border.TopColor = System.Drawing.Color.Black
Me.lblCreateDate.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblCreateDate.Height = 0.2!
Me.lblCreateDate.HyperLink = ""
Me.lblCreateDate.Left = 5.65625!
Me.lblCreateDate.Name = "lblCreateDate"
Me.lblCreateDate.Style = "font-size: 9.75pt; font-family: Times New Roman; "
Me.lblCreateDate.Text = "Create Date"
Me.lblCreateDate.Top = 1.453125!
Me.lblCreateDate.Width = 0.8125!
'
'Line27
'
Me.Line27.Border.BottomColor = System.Drawing.Color.Black
Me.Line27.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line27.Border.LeftColor = System.Drawing.Color.Black
Me.Line27.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line27.Border.RightColor = System.Drawing.Color.Black
Me.Line27.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line27.Border.TopColor = System.Drawing.Color.Black
Me.Line27.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line27.Height = 0.0001250505!
Me.Line27.Left = 0.0625!
Me.Line27.LineWeight = 1.0!
Me.Line27.Name = "Line27"
Me.Line27.Top = 1.124875!
Me.Line27.Width = 7.75!
Me.Line27.X1 = 7.8125!
Me.Line27.X2 = 0.0625!
Me.Line27.Y1 = 1.125!
Me.Line27.Y2 = 1.124875!
'
'Line28
'
Me.Line28.Border.BottomColor = System.Drawing.Color.Black
Me.Line28.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line28.Border.LeftColor = System.Drawing.Color.Black
Me.Line28.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line28.Border.RightColor = System.Drawing.Color.Black
Me.Line28.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line28.Border.TopColor = System.Drawing.Color.Black
Me.Line28.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line28.Height = 0.0001250505!
Me.Line28.Left = 0.0625!
Me.Line28.LineWeight = 1.0!
Me.Line28.Name = "Line28"
Me.Line28.Top = 1.40625!
Me.Line28.Width = 7.75!
Me.Line28.X1 = 7.8125!
Me.Line28.X2 = 0.0625!
Me.Line28.Y1 = 1.40625!
Me.Line28.Y2 = 1.406375!
'
'Line30
'
Me.Line30.Border.BottomColor = System.Drawing.Color.Black
Me.Line30.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line30.Border.LeftColor = System.Drawing.Color.Black
Me.Line30.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line30.Border.RightColor = System.Drawing.Color.Black
Me.Line30.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line30.Border.TopColor = System.Drawing.Color.Black
Me.Line30.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line30.Height = 1.180556!
Me.Line30.Left = 5.600695!
Me.Line30.LineWeight = 1.0!
Me.Line30.Name = "Line30"
Me.Line30.Top = 0.5069444!
Me.Line30.Width = 0.0003180504!
Me.Line30.X1 = 5.600695!
Me.Line30.X2 = 5.601013!
Me.Line30.Y1 = 0.5069444!
Me.Line30.Y2 = 1.6875!
'
'Line31
'
Me.Line31.Border.BottomColor = System.Drawing.Color.Black
Me.Line31.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line31.Border.LeftColor = System.Drawing.Color.Black
Me.Line31.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line31.Border.RightColor = System.Drawing.Color.Black
Me.Line31.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line31.Border.TopColor = System.Drawing.Color.Black
Me.Line31.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line31.Height = 0.91!
Me.Line31.Left = 3.71875!
Me.Line31.LineWeight = 1.0!
Me.Line31.Name = "Line31"
Me.Line31.Top = 0.5!
Me.Line31.Width = 0.0003190041!
Me.Line31.X1 = 3.71875!
Me.Line31.X2 = 3.719069!
Me.Line31.Y1 = 0.5!
Me.Line31.Y2 = 1.41!
'
'Line32
'
Me.Line32.Border.BottomColor = System.Drawing.Color.Black
Me.Line32.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line32.Border.LeftColor = System.Drawing.Color.Black
Me.Line32.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line32.Border.RightColor = System.Drawing.Color.Black
Me.Line32.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line32.Border.TopColor = System.Drawing.Color.Black
Me.Line32.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line32.Height = 1.180556!
Me.Line32.Left = 1.03125!
Me.Line32.LineWeight = 1.0!
Me.Line32.Name = "Line32"
Me.Line32.Top = 0.5069444!
Me.Line32.Width = 0.0003190041!
Me.Line32.X1 = 1.03125!
Me.Line32.X2 = 1.031569!
Me.Line32.Y1 = 0.5069444!
Me.Line32.Y2 = 1.6875!
'
'txtHoldDescription
'
Me.txtHoldDescription.Border.BottomColor = System.Drawing.Color.Black
Me.txtHoldDescription.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtHoldDescription.Border.LeftColor = System.Drawing.Color.Black
Me.txtHoldDescription.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtHoldDescription.Border.RightColor = System.Drawing.Color.Black
Me.txtHoldDescription.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtHoldDescription.Border.TopColor = System.Drawing.Color.Black
Me.txtHoldDescription.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.txtHoldDescription.CanGrow = False
Me.txtHoldDescription.Height = 0.9375!
Me.txtHoldDescription.Left = 1.304134!
Me.txtHoldDescription.Name = "txtHoldDescription"
Me.txtHoldDescription.OutputFormat = resources.GetString("txtHoldDescription.OutputFormat")
Me.txtHoldDescription.Style = "ddo-char-set: 136; font-size: 9.75pt; font-family: 新細明體; "
Me.txtHoldDescription.Text = Nothing
Me.txtHoldDescription.Top = 1.747047!
Me.txtHoldDescription.Width = 6.4375!
'
'Label1
'
Me.Label1.Border.BottomColor = System.Drawing.Color.Black
Me.Label1.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Label1.Border.LeftColor = System.Drawing.Color.Black
Me.Label1.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Label1.Border.RightColor = System.Drawing.Color.Black
Me.Label1.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Label1.Border.TopColor = System.Drawing.Color.Black
Me.Label1.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Label1.Height = 0.2!
Me.Label1.HyperLink = ""
Me.Label1.Left = 1.058071!
Me.Label1.Name = "Label1"
Me.Label1.Style = "font-size: 9.75pt; font-family: 新細明體; "
Me.Label1.Text = ""
Me.Label1.Top = 0.5659449!
Me.Label1.Width = 1.6875!
'
'Label2
'
Me.Label2.Border.BottomColor = System.Drawing.Color.Black
Me.Label2.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Label2.Border.LeftColor = System.Drawing.Color.Black
Me.Label2.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Label2.Border.RightColor = System.Drawing.Color.Black
Me.Label2.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Label2.Border.TopColor = System.Drawing.Color.Black
Me.Label2.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Label2.Height = 0.2!
Me.Label2.HyperLink = ""
Me.Label2.Left = 1.058071!
Me.Label2.Name = "Label2"
Me.Label2.Style = "font-size: 9.75pt; font-family: Times New Roman; "
Me.Label2.Text = ""
Me.Label2.Top = 0.8858268!
Me.Label2.Width = 1.6875!
'
'Label3
'
Me.Label3.Border.BottomColor = System.Drawing.Color.Black
Me.Label3.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Label3.Border.LeftColor = System.Drawing.Color.Black
Me.Label3.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Label3.Border.RightColor = System.Drawing.Color.Black
Me.Label3.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Label3.Border.TopColor = System.Drawing.Color.Black
Me.Label3.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Label3.Height = 0.2!
Me.Label3.HyperLink = ""
Me.Label3.Left = 1.058071!
Me.Label3.Name = "Label3"
Me.Label3.Style = "font-size: 9.75pt; font-family: Times New Roman; "
Me.Label3.Text = ""
Me.Label3.Top = 1.156496!
Me.Label3.Width = 1.6875!
'
'Label4
'
Me.Label4.Border.BottomColor = System.Drawing.Color.Black
Me.Label4.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Label4.Border.LeftColor = System.Drawing.Color.Black
Me.Label4.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Label4.Border.RightColor = System.Drawing.Color.Black
Me.Label4.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Label4.Border.TopColor = System.Drawing.Color.Black
Me.Label4.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Label4.Height = 0.2!
Me.Label4.HyperLink = ""
Me.Label4.Left = 1.058071!
Me.Label4.Name = "Label4"
Me.Label4.Style = "font-size: 9.75pt; font-family: Times New Roman; "
Me.Label4.Text = ""
Me.Label4.Top = 1.451772!
Me.Label4.Width = 1.6875!
'
'Label5
'
Me.Label5.Border.BottomColor = System.Drawing.Color.Black
Me.Label5.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Label5.Border.LeftColor = System.Drawing.Color.Black
Me.Label5.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Label5.Border.RightColor = System.Drawing.Color.Black
Me.Label5.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Label5.Border.TopColor = System.Drawing.Color.Black
Me.Label5.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Label5.Height = 0.1875!
Me.Label5.HyperLink = ""
Me.Label5.Left = 3.740157!
Me.Label5.Name = "Label5"
Me.Label5.Style = "font-size: 9.75pt; font-family: Times New Roman; "
Me.Label5.Text = ""
Me.Label5.Top = 1.181102!
Me.Label5.Width = 1.8125!
'
'PageFooter
'
Me.PageFooter.Height = 0.1451389!
Me.PageFooter.Name = "PageFooter"
Me.PageFooter.Visible = False
'
'GroupHeader1
'
Me.GroupHeader1.Controls.AddRange(New GrapeCity.ActiveReports.SectionReportModel.ARControl() {Me.lblHoldItemNo, Me.lblQty, Me.lblHoldDisposition, Me.Line33, Me.Line34, Me.Line35})
Me.GroupHeader1.Height = 0.21875!
Me.GroupHeader1.Name = "GroupHeader1"
'
'lblHoldItemNo
'
Me.lblHoldItemNo.Border.BottomColor = System.Drawing.Color.Black
Me.lblHoldItemNo.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblHoldItemNo.Border.LeftColor = System.Drawing.Color.Black
Me.lblHoldItemNo.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblHoldItemNo.Border.RightColor = System.Drawing.Color.Black
Me.lblHoldItemNo.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblHoldItemNo.Border.TopColor = System.Drawing.Color.Black
Me.lblHoldItemNo.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblHoldItemNo.Height = 0.2!
Me.lblHoldItemNo.HyperLink = ""
Me.lblHoldItemNo.Left = 0.0625!
Me.lblHoldItemNo.Name = "lblHoldItemNo"
Me.lblHoldItemNo.Style = "color: White; text-align: center; background-color: Blue; "
Me.lblHoldItemNo.Text = "HoldItem No"
Me.lblHoldItemNo.Top = 0.0!
Me.lblHoldItemNo.Width = 1.5!
'
'lblQty
'
Me.lblQty.Border.BottomColor = System.Drawing.Color.Black
Me.lblQty.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblQty.Border.LeftColor = System.Drawing.Color.Black
Me.lblQty.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblQty.Border.RightColor = System.Drawing.Color.Black
Me.lblQty.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblQty.Border.TopColor = System.Drawing.Color.Black
Me.lblQty.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblQty.Height = 0.2!
Me.lblQty.HyperLink = ""
Me.lblQty.Left = 1.5625!
Me.lblQty.Name = "lblQty"
Me.lblQty.Style = "color: White; text-align: center; background-color: Blue; font-size: 9.75pt; "
Me.lblQty.Text = "Qty"
Me.lblQty.Top = 0.0!
Me.lblQty.Width = 0.75!
'
'lblHoldDisposition
'
Me.lblHoldDisposition.Border.BottomColor = System.Drawing.Color.Black
Me.lblHoldDisposition.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblHoldDisposition.Border.LeftColor = System.Drawing.Color.Black
Me.lblHoldDisposition.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblHoldDisposition.Border.RightColor = System.Drawing.Color.Black
Me.lblHoldDisposition.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblHoldDisposition.Border.TopColor = System.Drawing.Color.Black
Me.lblHoldDisposition.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.lblHoldDisposition.Height = 0.2!
Me.lblHoldDisposition.HyperLink = ""
Me.lblHoldDisposition.Left = 2.3125!
Me.lblHoldDisposition.Name = "lblHoldDisposition"
Me.lblHoldDisposition.Style = "color: White; text-align: center; background-color: Blue; font-size: 9.75pt; "
Me.lblHoldDisposition.Text = "Hold Disposition"
Me.lblHoldDisposition.Top = 0.0!
Me.lblHoldDisposition.Width = 5.5!
'
'Line33
'
Me.Line33.Border.BottomColor = System.Drawing.Color.Black
Me.Line33.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line33.Border.LeftColor = System.Drawing.Color.Black
Me.Line33.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line33.Border.RightColor = System.Drawing.Color.Black
Me.Line33.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line33.Border.TopColor = System.Drawing.Color.Black
Me.Line33.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line33.Height = 0.0!
Me.Line33.Left = 0.0625!
Me.Line33.LineWeight = 1.0!
Me.Line33.Name = "Line33"
Me.Line33.Top = 0.203125!
Me.Line33.Width = 7.75!
Me.Line33.X1 = 0.0625!
Me.Line33.X2 = 7.8125!
Me.Line33.Y1 = 0.203125!
Me.Line33.Y2 = 0.203125!
'
'Line34
'
Me.Line34.Border.BottomColor = System.Drawing.Color.Black
Me.Line34.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line34.Border.LeftColor = System.Drawing.Color.Black
Me.Line34.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line34.Border.RightColor = System.Drawing.Color.Black
Me.Line34.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line34.Border.TopColor = System.Drawing.Color.Black
Me.Line34.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line34.Height = 0.2!
Me.Line34.Left = 0.0625!
Me.Line34.LineWeight = 1.0!
Me.Line34.Name = "Line34"
Me.Line34.Top = 0.0!
Me.Line34.Width = 0.0003187731!
Me.Line34.X1 = 0.0625!
Me.Line34.X2 = 0.06281877!
Me.Line34.Y1 = 0.0!
Me.Line34.Y2 = 0.2!
'
'Line35
'
Me.Line35.Border.BottomColor = System.Drawing.Color.Black
Me.Line35.Border.BottomStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line35.Border.LeftColor = System.Drawing.Color.Black
Me.Line35.Border.LeftStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line35.Border.RightColor = System.Drawing.Color.Black
Me.Line35.Border.RightStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line35.Border.TopColor = System.Drawing.Color.Black
Me.Line35.Border.TopStyle = GrapeCity.ActiveReports.BorderLineStyle.None
Me.Line35.Height = 0.2!
Me.Line35.Left = 7.812181!
Me.Line35.LineWeight = 1.0!
Me.Line35.Name = "Line35"
Me.Line35.Top = 0.0!
Me.Line35.Width = 0.0003190041!
Me.Line35.X1 = 7.812181!
Me.Line35.X2 = 7.8125!
Me.Line35.Y1 = 0.0!
Me.Line35.Y2 = 0.2!
'
'GroupFooter1
'
Me.GroupFooter1.Height = 0.01041667!
Me.GroupFooter1.Name = "GroupFooter1"
'
'arERF_General
'
Me.MasterReport = False
Me.PageSettings.Margins.Left = 0.0!
Me.PageSettings.Margins.Right = 0.0!
Me.PageSettings.PaperHeight = 11.69!
Me.PageSettings.PaperWidth = 8.27!
Me.PrintWidth = 7.885417!
Me.Sections.Add(Me.PageHeader)
Me.Sections.Add(Me.GroupHeader1)
Me.Sections.Add(Me.Detail)
Me.Sections.Add(Me.GroupFooter1)
Me.Sections.Add(Me.PageFooter)
Me.StyleSheet.Add(New DDCssLib.StyleSheetRule(resources.GetString("$this.StyleSheet"), "Normal"))
Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: bo" & _
"ld; font-size: 16pt; font-size-adjust: inherit; font-stretch: inherit; ", "Heading1", "Normal"))
Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-family: Times New Roman; font-style: italic; font-variant: inherit; font-wei" & _
"ght: bold; font-size: 14pt; font-size-adjust: inherit; font-stretch: inherit; ", "Heading2", "Normal"))
Me.StyleSheet.Add(New DDCssLib.StyleSheetRule("font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: bo" & _
"ld; font-size: 13pt; font-size-adjust: inherit; font-stretch: inherit; ", "Heading3", "Normal"))
CType(Me.txtHoldDisposition, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.txtHoldItemNo, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.txtQty, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.Picture1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.txtCreateDate, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.lblERFReport, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.txtDate, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.lblPrintDate, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.lblERFNo, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.txtERFNo, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.lblCustomerNo, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.lblLotNo, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.lblProductNo, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.txtLotNo, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.txtCustomerNo, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.txtProductNo, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.lblOPNo, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.txtOPNo, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.lblRuleNo, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.txtRuleNo, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.lblMClassNo, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.txtMClassNo, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.lblHoldDescription, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.lblCreator, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.txtCreator, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.lblCreateDate, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.txtHoldDescription, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.Label1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.Label2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.Label3, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.Label4, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.Label5, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.lblHoldItemNo, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.lblQty, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.lblHoldDisposition, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me, System.ComponentModel.ISupportInitialize).EndInit()
End Sub
#End Region
Private Sub arERF_General_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart
'steve,100401,在end user電腦上沒設定任何一台印表機時,Active report預設page size設成A4會有錯誤,預設Page size改成default時,在條碼機的特殊格式大小也會有錯,故加入下列指令
Me.Document.Printer.PrinterName = ""
Me.txtDate.Text = Now.ToShortDateString
Me.txtERFNo.Text = ERFNo
Me.Barcode1.Text = ERFNo
Me.txtLotNo.Text = LotNo
Me.txtCustomerNo.Text = CustomerNo
Me.txtOPNo.Text = OPNo
Me.txtProductNo.Text = ProductNo
Me.txtRuleNo.Text = RuleNo
Me.txtMClassNo.Text = MClassNo
Me.txtHoldDescription.Text = HoldDescription
Me.txtCreator.Text = Creator
Me.txtCreateDate.Text = Format(CreateDate, "yyyy/MM/dd HH:mm")
Me.PageSettings.Margins.Left = 0.2
Me.PageSettings.Margins.Top = 0.3
Me.PageSettings.Margins.Bottom = 0.2
Me.PageSettings.Orientation = PageOrientation.Landscape
Me.PageSettings.Orientation = PageOrientation.Portrait
End Sub
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format
'If Me.intRow Mod 5 = 0 Then
' Me.Detail.BackColor = Color.LightGray
'Else
' Me.Detail.BackColor = Color.White
'End If
'Me.intRow = Me.intRow + 1
End Sub
Private Sub PageHeader_Format(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PageHeader.Format
End Sub
End Class