/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPictureBox1, this.xrLabel1}); this.Detail.Name = "Detail"; // // PageHeader // this.PageHeader.Height = 30; this.PageHeader.Name = "PageHeader"; // // PageFooter // this.PageFooter.Height = 30; this.PageFooter.Name = "PageFooter"; // // xrLabel1 // this.xrLabel1.Location = new System.Drawing.Point(92, 8); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Size = new System.Drawing.Size(100, 25); this.xrLabel1.Text = "xrLabel1"; // // xrPictureBox1 // this.xrPictureBox1.Location = new System.Drawing.Point(92, 42); this.xrPictureBox1.Name = "xrPictureBox1"; this.xrPictureBox1.Size = new System.Drawing.Size(100, 25); // // DetailReport // this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail1}); this.DetailReport.Name = "DetailReport"; // // Detail1 // this.Detail1.Name = "Detail1"; // // XtraReport1 // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter, this.DetailReport}); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel1}); this.Detail.Name = "Detail"; // // xrLabel1 // this.xrLabel1.Location = new System.Drawing.Point(17, 17); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.Size = new System.Drawing.Size(125, 25); this.xrLabel1.Text = "xrLabel1"; // // PageHeader // this.PageHeader.Height = 30; this.PageHeader.Name = "PageHeader"; // // PageFooter // this.PageFooter.Height = 30; this.PageFooter.Name = "PageFooter"; // // XtraReport1 // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter}); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
public void InitializeDefaultReport() { DevExpress.XtraReports.UI.PageHeaderBand pageHeaderBand = new DevExpress.XtraReports.UI.PageHeaderBand(); DevExpress.XtraReports.UI.PageFooterBand pageFooterBand = new DevExpress.XtraReports.UI.PageFooterBand(); DevExpress.XtraReports.UI.DetailBand detailBand = new DevExpress.XtraReports.UI.DetailBand(); pageHeaderBand.Height = 130; pageFooterBand.Height = 50; detailBand.Height = 600; pageHeaderBand.Name = "Page_Header"; pageFooterBand.Name = "Page_Footer"; detailBand.Name = "Report_Details"; this.Bands.Add(pageHeaderBand); this.Bands.Add(pageFooterBand); this.Bands.Add(detailBand); this.Margins.Top = 35; this.Margins.Bottom = 35; this.Margins.Left = 35; this.Margins.Right = 35; this.Watermark.ImageTransparency = 140; this.Font = new Font(DevExpress.Utils.AppearanceObject.DefaultFont.FontFamily, 9f); this.Name = "WebbReports"; }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.ThuETime = new DevExpress.XtraReports.UI.XRLabel(); this.SunETime = new DevExpress.XtraReports.UI.XRLabel(); this.TueETime = new DevExpress.XtraReports.UI.XRLabel(); this.SatETime = new DevExpress.XtraReports.UI.XRLabel(); this.FriETime = new DevExpress.XtraReports.UI.XRLabel(); this.WedETime = new DevExpress.XtraReports.UI.XRLabel(); this.MonETime = new DevExpress.XtraReports.UI.XRLabel(); this.lblEmpDept = new DevExpress.XtraReports.UI.XRLabel(); this.lblEmpName = new DevExpress.XtraReports.UI.XRLabel(); this.lblEmpID = new DevExpress.XtraReports.UI.XRLabel(); this.SunSTime = new DevExpress.XtraReports.UI.XRLabel(); this.ThuSTime = new DevExpress.XtraReports.UI.XRLabel(); this.TotalHourWrk = new DevExpress.XtraReports.UI.XRLabel(); this.WedSTime = new DevExpress.XtraReports.UI.XRLabel(); this.FriSTime = new DevExpress.XtraReports.UI.XRLabel(); this.SatSTime = new DevExpress.XtraReports.UI.XRLabel(); this.TueSTime = new DevExpress.XtraReports.UI.XRLabel(); this.MonSTime = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.txtSunDate = new DevExpress.XtraReports.UI.XRLabel(); this.txtSatDate = new DevExpress.XtraReports.UI.XRLabel(); this.txtFriDate = new DevExpress.XtraReports.UI.XRLabel(); this.txtThuDate = new DevExpress.XtraReports.UI.XRLabel(); this.txtWedDate = new DevExpress.XtraReports.UI.XRLabel(); this.txtTueDate = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.txtMonDate = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.WedETime, this.ThuETime, this.SunETime, this.TueETime, this.SatETime, this.FriETime, this.MonETime, this.lblEmpDept, this.lblEmpName, this.lblEmpID, this.SunSTime, this.ThuSTime, this.TotalHourWrk, this.WedSTime, this.FriSTime, this.SatSTime, this.TueSTime, this.MonSTime}); this.Detail.Height = 50; this.Detail.Name = "Detail"; this.Detail.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.Detail_BeforePrint); // // ThuETime // this.ThuETime.BackColor = System.Drawing.Color.WhiteSmoke; this.ThuETime.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.ThuETime.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.ThuETime.Location = new System.Drawing.Point(371, 25); this.ThuETime.Name = "ThuETime"; this.ThuETime.ParentStyleUsing.UseBackColor = false; this.ThuETime.ParentStyleUsing.UseBorders = false; this.ThuETime.ParentStyleUsing.UseFont = false; this.ThuETime.Size = new System.Drawing.Size(72, 25); this.ThuETime.Text = "THUR"; this.ThuETime.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // SunETime // this.SunETime.BackColor = System.Drawing.Color.WhiteSmoke; this.SunETime.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.SunETime.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.SunETime.Location = new System.Drawing.Point(583, 25); this.SunETime.Name = "SunETime"; this.SunETime.ParentStyleUsing.UseBackColor = false; this.SunETime.ParentStyleUsing.UseBorders = false; this.SunETime.ParentStyleUsing.UseFont = false; this.SunETime.Size = new System.Drawing.Size(72, 25); this.SunETime.Text = "SUN"; this.SunETime.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // TueETime // this.TueETime.BackColor = System.Drawing.Color.WhiteSmoke; this.TueETime.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.TueETime.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.TueETime.Location = new System.Drawing.Point(230, 25); this.TueETime.Name = "TueETime"; this.TueETime.ParentStyleUsing.UseBackColor = false; this.TueETime.ParentStyleUsing.UseBorders = false; this.TueETime.ParentStyleUsing.UseFont = false; this.TueETime.Size = new System.Drawing.Size(72, 25); this.TueETime.Text = "22-02-2006"; this.TueETime.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // SatETime // this.SatETime.BackColor = System.Drawing.Color.WhiteSmoke; this.SatETime.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.SatETime.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.SatETime.Location = new System.Drawing.Point(514, 25); this.SatETime.Name = "SatETime"; this.SatETime.ParentStyleUsing.UseBackColor = false; this.SatETime.ParentStyleUsing.UseBorders = false; this.SatETime.ParentStyleUsing.UseFont = false; this.SatETime.Size = new System.Drawing.Size(72, 25); this.SatETime.Text = "SAT"; this.SatETime.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // FriETime // this.FriETime.BackColor = System.Drawing.Color.WhiteSmoke; this.FriETime.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.FriETime.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.FriETime.Location = new System.Drawing.Point(442, 25); this.FriETime.Name = "FriETime"; this.FriETime.ParentStyleUsing.UseBackColor = false; this.FriETime.ParentStyleUsing.UseBorders = false; this.FriETime.ParentStyleUsing.UseFont = false; this.FriETime.Size = new System.Drawing.Size(72, 25); this.FriETime.Text = "FRI"; this.FriETime.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // WedETime // this.WedETime.BackColor = System.Drawing.Color.WhiteSmoke; this.WedETime.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.WedETime.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.WedETime.Location = new System.Drawing.Point(300, 25); this.WedETime.Name = "WedETime"; this.WedETime.ParentStyleUsing.UseBackColor = false; this.WedETime.ParentStyleUsing.UseBorders = false; this.WedETime.ParentStyleUsing.UseFont = false; this.WedETime.Size = new System.Drawing.Size(72, 25); this.WedETime.Text = "WED"; this.WedETime.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // MonETime // this.MonETime.BackColor = System.Drawing.Color.WhiteSmoke; this.MonETime.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.MonETime.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.MonETime.Location = new System.Drawing.Point(158, 25); this.MonETime.Name = "MonETime"; this.MonETime.ParentStyleUsing.UseBackColor = false; this.MonETime.ParentStyleUsing.UseBorders = false; this.MonETime.ParentStyleUsing.UseFont = false; this.MonETime.Size = new System.Drawing.Size(72, 25); this.MonETime.Text = "MON"; this.MonETime.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // lblEmpDept // this.lblEmpDept.BackColor = System.Drawing.Color.WhiteSmoke; this.lblEmpDept.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.lblEmpDept.CanGrow = false; this.lblEmpDept.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.lblEmpDept.Location = new System.Drawing.Point(8, 33); this.lblEmpDept.Name = "lblEmpDept"; this.lblEmpDept.ParentStyleUsing.UseBackColor = false; this.lblEmpDept.ParentStyleUsing.UseBorders = false; this.lblEmpDept.ParentStyleUsing.UseFont = false; this.lblEmpDept.Size = new System.Drawing.Size(150, 17); this.lblEmpDept.Text = "MON"; this.lblEmpDept.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // lblEmpName // this.lblEmpName.BackColor = System.Drawing.Color.WhiteSmoke; this.lblEmpName.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); this.lblEmpName.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.lblEmpName.Location = new System.Drawing.Point(8, 17); this.lblEmpName.Name = "lblEmpName"; this.lblEmpName.ParentStyleUsing.UseBackColor = false; this.lblEmpName.ParentStyleUsing.UseBorders = false; this.lblEmpName.ParentStyleUsing.UseFont = false; this.lblEmpName.Size = new System.Drawing.Size(150, 17); this.lblEmpName.Text = "KONG "; this.lblEmpName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // lblEmpID // this.lblEmpID.BackColor = System.Drawing.Color.WhiteSmoke; this.lblEmpID.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.lblEmpID.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.lblEmpID.Location = new System.Drawing.Point(8, 0); this.lblEmpID.Name = "lblEmpID"; this.lblEmpID.ParentStyleUsing.UseBackColor = false; this.lblEmpID.ParentStyleUsing.UseBorders = false; this.lblEmpID.ParentStyleUsing.UseFont = false; this.lblEmpID.Size = new System.Drawing.Size(150, 17); this.lblEmpID.Text = "102"; this.lblEmpID.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // SunSTime // this.SunSTime.BackColor = System.Drawing.Color.WhiteSmoke; this.SunSTime.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.SunSTime.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.SunSTime.Location = new System.Drawing.Point(583, 0); this.SunSTime.Name = "SunSTime"; this.SunSTime.ParentStyleUsing.UseBackColor = false; this.SunSTime.ParentStyleUsing.UseBorders = false; this.SunSTime.ParentStyleUsing.UseFont = false; this.SunSTime.Size = new System.Drawing.Size(72, 25); this.SunSTime.Text = "SUN"; this.SunSTime.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; // // ThuSTime // this.ThuSTime.BackColor = System.Drawing.Color.WhiteSmoke; this.ThuSTime.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.ThuSTime.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.ThuSTime.Location = new System.Drawing.Point(371, 0); this.ThuSTime.Name = "ThuSTime"; this.ThuSTime.ParentStyleUsing.UseBackColor = false; this.ThuSTime.ParentStyleUsing.UseBorders = false; this.ThuSTime.ParentStyleUsing.UseFont = false; this.ThuSTime.Size = new System.Drawing.Size(72, 25); this.ThuSTime.Text = "THUR"; this.ThuSTime.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; // // TotalHourWrk // this.TotalHourWrk.BackColor = System.Drawing.Color.WhiteSmoke; this.TotalHourWrk.Borders = DevExpress.XtraPrinting.BorderSide.All; this.TotalHourWrk.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.TotalHourWrk.Location = new System.Drawing.Point(655, 0); this.TotalHourWrk.Name = "TotalHourWrk"; this.TotalHourWrk.ParentStyleUsing.UseBackColor = false; this.TotalHourWrk.ParentStyleUsing.UseBorders = false; this.TotalHourWrk.ParentStyleUsing.UseFont = false; this.TotalHourWrk.Size = new System.Drawing.Size(72, 50); this.TotalHourWrk.Text = "TOTAL HOUR"; this.TotalHourWrk.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // WedSTime // this.WedSTime.BackColor = System.Drawing.Color.WhiteSmoke; this.WedSTime.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.WedSTime.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.WedSTime.Location = new System.Drawing.Point(300, 0); this.WedSTime.Name = "WedSTime"; this.WedSTime.ParentStyleUsing.UseBackColor = false; this.WedSTime.ParentStyleUsing.UseBorders = false; this.WedSTime.ParentStyleUsing.UseFont = false; this.WedSTime.Size = new System.Drawing.Size(72, 25); this.WedSTime.Text = "WED"; this.WedSTime.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; // // FriSTime // this.FriSTime.BackColor = System.Drawing.Color.WhiteSmoke; this.FriSTime.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.FriSTime.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.FriSTime.Location = new System.Drawing.Point(442, 0); this.FriSTime.Name = "FriSTime"; this.FriSTime.ParentStyleUsing.UseBackColor = false; this.FriSTime.ParentStyleUsing.UseBorders = false; this.FriSTime.ParentStyleUsing.UseFont = false; this.FriSTime.Size = new System.Drawing.Size(72, 25); this.FriSTime.Text = "FRI"; this.FriSTime.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; // // SatSTime // this.SatSTime.BackColor = System.Drawing.Color.WhiteSmoke; this.SatSTime.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.SatSTime.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.SatSTime.Location = new System.Drawing.Point(514, 0); this.SatSTime.Name = "SatSTime"; this.SatSTime.ParentStyleUsing.UseBackColor = false; this.SatSTime.ParentStyleUsing.UseBorders = false; this.SatSTime.ParentStyleUsing.UseFont = false; this.SatSTime.Size = new System.Drawing.Size(72, 25); this.SatSTime.Text = "SAT"; this.SatSTime.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; // // TueSTime // this.TueSTime.BackColor = System.Drawing.Color.WhiteSmoke; this.TueSTime.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.TueSTime.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.TueSTime.Location = new System.Drawing.Point(230, 0); this.TueSTime.Name = "TueSTime"; this.TueSTime.ParentStyleUsing.UseBackColor = false; this.TueSTime.ParentStyleUsing.UseBorders = false; this.TueSTime.ParentStyleUsing.UseFont = false; this.TueSTime.Size = new System.Drawing.Size(72, 25); this.TueSTime.Text = "22-02-2006"; this.TueSTime.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; // // MonSTime // this.MonSTime.BackColor = System.Drawing.Color.WhiteSmoke; this.MonSTime.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.MonSTime.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.MonSTime.Location = new System.Drawing.Point(158, 0); this.MonSTime.Name = "MonSTime"; this.MonSTime.ParentStyleUsing.UseBackColor = false; this.MonSTime.ParentStyleUsing.UseBorders = false; this.MonSTime.ParentStyleUsing.UseFont = false; this.MonSTime.Size = new System.Drawing.Size(72, 25); this.MonSTime.Text = "MON"; this.MonSTime.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter; // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.txtSunDate, this.txtSatDate, this.txtFriDate, this.txtThuDate, this.txtWedDate, this.txtTueDate, this.xrLabel10, this.xrLabel9, this.xrLabel8, this.xrLabel7, this.xrLabel6, this.xrLabel5, this.xrLabel4, this.txtMonDate, this.xrLabel2, this.xrLabel1}); this.PageHeader.Height = 33; this.PageHeader.Name = "PageHeader"; // // txtSunDate // this.txtSunDate.BackColor = System.Drawing.Color.WhiteSmoke; this.txtSunDate.Borders = DevExpress.XtraPrinting.BorderSide.All; this.txtSunDate.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.txtSunDate.Location = new System.Drawing.Point(583, 17); this.txtSunDate.Name = "txtSunDate"; this.txtSunDate.ParentStyleUsing.UseBackColor = false; this.txtSunDate.ParentStyleUsing.UseBorders = false; this.txtSunDate.ParentStyleUsing.UseFont = false; this.txtSunDate.Size = new System.Drawing.Size(72, 16); this.txtSunDate.Text = "SUN"; this.txtSunDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // txtSatDate // this.txtSatDate.BackColor = System.Drawing.Color.WhiteSmoke; this.txtSatDate.Borders = DevExpress.XtraPrinting.BorderSide.All; this.txtSatDate.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.txtSatDate.Location = new System.Drawing.Point(514, 17); this.txtSatDate.Name = "txtSatDate"; this.txtSatDate.ParentStyleUsing.UseBackColor = false; this.txtSatDate.ParentStyleUsing.UseBorders = false; this.txtSatDate.ParentStyleUsing.UseFont = false; this.txtSatDate.Size = new System.Drawing.Size(72, 16); this.txtSatDate.Text = "SAT"; this.txtSatDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // txtFriDate // this.txtFriDate.BackColor = System.Drawing.Color.WhiteSmoke; this.txtFriDate.Borders = DevExpress.XtraPrinting.BorderSide.All; this.txtFriDate.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.txtFriDate.Location = new System.Drawing.Point(442, 17); this.txtFriDate.Name = "txtFriDate"; this.txtFriDate.ParentStyleUsing.UseBackColor = false; this.txtFriDate.ParentStyleUsing.UseBorders = false; this.txtFriDate.ParentStyleUsing.UseFont = false; this.txtFriDate.Size = new System.Drawing.Size(72, 16); this.txtFriDate.Text = "FRI"; this.txtFriDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // txtThuDate // this.txtThuDate.BackColor = System.Drawing.Color.WhiteSmoke; this.txtThuDate.Borders = DevExpress.XtraPrinting.BorderSide.All; this.txtThuDate.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.txtThuDate.Location = new System.Drawing.Point(371, 17); this.txtThuDate.Name = "txtThuDate"; this.txtThuDate.ParentStyleUsing.UseBackColor = false; this.txtThuDate.ParentStyleUsing.UseBorders = false; this.txtThuDate.ParentStyleUsing.UseFont = false; this.txtThuDate.Size = new System.Drawing.Size(72, 16); this.txtThuDate.Text = "THUR"; this.txtThuDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // txtWedDate // this.txtWedDate.BackColor = System.Drawing.Color.WhiteSmoke; this.txtWedDate.Borders = DevExpress.XtraPrinting.BorderSide.All; this.txtWedDate.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.txtWedDate.Location = new System.Drawing.Point(300, 17); this.txtWedDate.Name = "txtWedDate"; this.txtWedDate.ParentStyleUsing.UseBackColor = false; this.txtWedDate.ParentStyleUsing.UseBorders = false; this.txtWedDate.ParentStyleUsing.UseFont = false; this.txtWedDate.Size = new System.Drawing.Size(72, 16); this.txtWedDate.Text = "WED"; this.txtWedDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // txtTueDate // this.txtTueDate.BackColor = System.Drawing.Color.WhiteSmoke; this.txtTueDate.Borders = DevExpress.XtraPrinting.BorderSide.All; this.txtTueDate.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.txtTueDate.Location = new System.Drawing.Point(230, 17); this.txtTueDate.Name = "txtTueDate"; this.txtTueDate.ParentStyleUsing.UseBackColor = false; this.txtTueDate.ParentStyleUsing.UseBorders = false; this.txtTueDate.ParentStyleUsing.UseFont = false; this.txtTueDate.Size = new System.Drawing.Size(72, 16); this.txtTueDate.Text = "22-02-2006"; this.txtTueDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel10 // this.xrLabel10.BackColor = System.Drawing.Color.WhiteSmoke; this.xrLabel10.Borders = DevExpress.XtraPrinting.BorderSide.All; this.xrLabel10.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.xrLabel10.Location = new System.Drawing.Point(655, 0); this.xrLabel10.Name = "xrLabel10"; this.xrLabel10.ParentStyleUsing.UseBackColor = false; this.xrLabel10.ParentStyleUsing.UseBorders = false; this.xrLabel10.ParentStyleUsing.UseFont = false; this.xrLabel10.Size = new System.Drawing.Size(72, 33); this.xrLabel10.Text = "TOTAL HOUR"; this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel9 // this.xrLabel9.BackColor = System.Drawing.Color.WhiteSmoke; this.xrLabel9.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrLabel9.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.xrLabel9.Location = new System.Drawing.Point(583, 0); this.xrLabel9.Name = "xrLabel9"; this.xrLabel9.ParentStyleUsing.UseBackColor = false; this.xrLabel9.ParentStyleUsing.UseBorders = false; this.xrLabel9.ParentStyleUsing.UseFont = false; this.xrLabel9.Size = new System.Drawing.Size(72, 17); this.xrLabel9.Text = "SUN"; this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel8 // this.xrLabel8.BackColor = System.Drawing.Color.WhiteSmoke; this.xrLabel8.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrLabel8.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.xrLabel8.Location = new System.Drawing.Point(514, 0); this.xrLabel8.Name = "xrLabel8"; this.xrLabel8.ParentStyleUsing.UseBackColor = false; this.xrLabel8.ParentStyleUsing.UseBorders = false; this.xrLabel8.ParentStyleUsing.UseFont = false; this.xrLabel8.Size = new System.Drawing.Size(72, 17); this.xrLabel8.Text = "SAT"; this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel7 // this.xrLabel7.BackColor = System.Drawing.Color.WhiteSmoke; this.xrLabel7.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrLabel7.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.xrLabel7.Location = new System.Drawing.Point(442, 0); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.ParentStyleUsing.UseBackColor = false; this.xrLabel7.ParentStyleUsing.UseBorders = false; this.xrLabel7.ParentStyleUsing.UseFont = false; this.xrLabel7.Size = new System.Drawing.Size(72, 17); this.xrLabel7.Text = "FRI"; this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel6 // this.xrLabel6.BackColor = System.Drawing.Color.WhiteSmoke; this.xrLabel6.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrLabel6.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.xrLabel6.Location = new System.Drawing.Point(371, 0); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.ParentStyleUsing.UseBackColor = false; this.xrLabel6.ParentStyleUsing.UseBorders = false; this.xrLabel6.ParentStyleUsing.UseFont = false; this.xrLabel6.Size = new System.Drawing.Size(72, 17); this.xrLabel6.Text = "THU"; this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel5 // this.xrLabel5.BackColor = System.Drawing.Color.WhiteSmoke; this.xrLabel5.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrLabel5.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.xrLabel5.Location = new System.Drawing.Point(300, 0); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.ParentStyleUsing.UseBackColor = false; this.xrLabel5.ParentStyleUsing.UseBorders = false; this.xrLabel5.ParentStyleUsing.UseFont = false; this.xrLabel5.Size = new System.Drawing.Size(72, 17); this.xrLabel5.Text = "WED"; this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel4 // this.xrLabel4.BackColor = System.Drawing.Color.WhiteSmoke; this.xrLabel4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrLabel4.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.xrLabel4.Location = new System.Drawing.Point(230, 0); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.ParentStyleUsing.UseBackColor = false; this.xrLabel4.ParentStyleUsing.UseBorders = false; this.xrLabel4.ParentStyleUsing.UseFont = false; this.xrLabel4.Size = new System.Drawing.Size(72, 17); this.xrLabel4.Text = "TUE"; this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // txtMonDate // this.txtMonDate.BackColor = System.Drawing.Color.WhiteSmoke; this.txtMonDate.Borders = DevExpress.XtraPrinting.BorderSide.All; this.txtMonDate.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.txtMonDate.Location = new System.Drawing.Point(158, 17); this.txtMonDate.Name = "txtMonDate"; this.txtMonDate.ParentStyleUsing.UseBackColor = false; this.txtMonDate.ParentStyleUsing.UseBorders = false; this.txtMonDate.ParentStyleUsing.UseFont = false; this.txtMonDate.Size = new System.Drawing.Size(72, 16); this.txtMonDate.Text = "MON"; this.txtMonDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel2 // this.xrLabel2.BackColor = System.Drawing.Color.WhiteSmoke; this.xrLabel2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrLabel2.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.xrLabel2.Location = new System.Drawing.Point(158, 0); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.ParentStyleUsing.UseBackColor = false; this.xrLabel2.ParentStyleUsing.UseBorders = false; this.xrLabel2.ParentStyleUsing.UseFont = false; this.xrLabel2.Size = new System.Drawing.Size(72, 17); this.xrLabel2.Text = "MON"; this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel1 // this.xrLabel1.BackColor = System.Drawing.SystemColors.Control; this.xrLabel1.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold); this.xrLabel1.Location = new System.Drawing.Point(8, 0); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.ParentStyleUsing.UseBackColor = false; this.xrLabel1.ParentStyleUsing.UseFont = false; this.xrLabel1.Size = new System.Drawing.Size(150, 33); this.xrLabel1.Text = "STAFF NAME / DATE"; this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // PageFooter // this.PageFooter.Height = 1; this.PageFooter.Name = "PageFooter"; // // rptRoster // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter}); this.Margins = new System.Drawing.Printing.Margins(50, 50, 100, 10); this.PageHeight = 1169; this.PageWidth = 827; this.PaperKind = System.Drawing.Printing.PaperKind.A4; ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblPackageActivation = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblPackageBalance = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblDaysToExpiry = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblRemainingClasses = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblBirthdayGreet = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblMemberName = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblMembershipID = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel7, this.xrLabel6, this.xrlblPackageActivation, this.xrlblPackageBalance, this.xrlblDaysToExpiry, this.xrlblRemainingClasses, this.xrlblBirthdayGreet, this.xrLabel5, this.xrlblMemberName, this.xrlblMembershipID, this.xrLabel3, this.xrLabel2 }); this.Detail.Height = 294; this.Detail.Name = "Detail"; // // xrLabel7 // this.xrLabel7.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel7.Location = new System.Drawing.Point(8, 138); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.ParentStyleUsing.UseFont = false; this.xrLabel7.Size = new System.Drawing.Size(138, 24); this.xrLabel7.Text = "Outstanding Balance:"; // // xrLabel6 // this.xrLabel6.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel6.Location = new System.Drawing.Point(8, 106); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.ParentStyleUsing.UseFont = false; this.xrLabel6.Size = new System.Drawing.Size(123, 25); this.xrLabel6.Text = "Remaining Classes:"; // // xrlblPackageActivation // this.xrlblPackageActivation.Location = new System.Drawing.Point(10, 173); this.xrlblPackageActivation.Name = "xrlblPackageActivation"; this.xrlblPackageActivation.Size = new System.Drawing.Size(280, 23); // // xrlblPackageBalance // this.xrlblPackageBalance.Location = new System.Drawing.Point(150, 138); this.xrlblPackageBalance.Name = "xrlblPackageBalance"; this.xrlblPackageBalance.Size = new System.Drawing.Size(150, 23); // // xrlblDaysToExpiry // this.xrlblDaysToExpiry.Location = new System.Drawing.Point(150, 75); this.xrlblDaysToExpiry.Name = "xrlblDaysToExpiry"; this.xrlblDaysToExpiry.Size = new System.Drawing.Size(150, 23); // // xrlblRemainingClasses // this.xrlblRemainingClasses.Location = new System.Drawing.Point(150, 106); this.xrlblRemainingClasses.Name = "xrlblRemainingClasses"; this.xrlblRemainingClasses.Size = new System.Drawing.Size(150, 23); // // xrlblBirthdayGreet // this.xrlblBirthdayGreet.Location = new System.Drawing.Point(10, 200); this.xrlblBirthdayGreet.Name = "xrlblBirthdayGreet"; this.xrlblBirthdayGreet.Size = new System.Drawing.Size(280, 23); // // xrLabel5 // this.xrLabel5.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel5.Location = new System.Drawing.Point(8, 75); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.ParentStyleUsing.UseFont = false; this.xrLabel5.Size = new System.Drawing.Size(123, 25); this.xrLabel5.Text = "Expiry Date:"; // // xrlblMemberName // this.xrlblMemberName.Location = new System.Drawing.Point(150, 40); this.xrlblMemberName.Name = "xrlblMemberName"; this.xrlblMemberName.Size = new System.Drawing.Size(150, 23); // // xrlblMembershipID // this.xrlblMembershipID.Location = new System.Drawing.Point(150, 6); this.xrlblMembershipID.Name = "xrlblMembershipID"; this.xrlblMembershipID.Size = new System.Drawing.Size(150, 23); // // xrLabel3 // this.xrLabel3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel3.Location = new System.Drawing.Point(8, 40); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.ParentStyleUsing.UseFont = false; this.xrLabel3.Size = new System.Drawing.Size(123, 25); this.xrLabel3.Text = "Member Name:"; // // xrLabel2 // this.xrLabel2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel2.Location = new System.Drawing.Point(8, 6); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.ParentStyleUsing.UseFont = false; this.xrLabel2.Size = new System.Drawing.Size(123, 25); this.xrLabel2.Text = "Membership ID:"; // // PageHeader // this.PageHeader.Height = 0; this.PageHeader.Name = "PageHeader"; // // PageFooter // this.PageFooter.Height = 28; this.PageFooter.Name = "PageFooter"; // // ReportClassAttendanceReminder // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter }); this.Margins = new System.Drawing.Printing.Margins(100, 424, 100, 100); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { string resourceFileName = "XtraReport1.resx"; this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPictureBox1, this.xrLabel3, this.xrLabel2 }); this.Detail.Height = 139; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrPictureBox1 // this.xrPictureBox1.Location = new System.Drawing.Point(500, 42); this.xrPictureBox1.Name = "xrPictureBox1"; this.xrPictureBox1.Size = new System.Drawing.Size(133, 67); // // xrLabel3 // this.xrLabel3.Location = new System.Drawing.Point(25, 83); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel3.Size = new System.Drawing.Size(233, 25); this.xrLabel3.Text = "xrLabel3"; // // xrLabel2 // this.xrLabel2.Location = new System.Drawing.Point(25, 42); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel2.Size = new System.Drawing.Size(100, 25); this.xrLabel2.Text = "xrLabel2"; // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel1 }); this.PageHeader.Height = 42; this.PageHeader.Name = "PageHeader"; this.PageHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.PageHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel1 // this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 25F); this.xrLabel1.Location = new System.Drawing.Point(250, 0); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.Size = new System.Drawing.Size(158, 42); this.xrLabel1.StylePriority.UseFont = false; this.xrLabel1.Text = "Categories"; // // PageFooter // this.PageFooter.Height = 30; this.PageFooter.Name = "PageFooter"; this.PageFooter.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.PageFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // DetailReport // this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail1 }); this.DetailReport.Level = 0; this.DetailReport.Name = "DetailReport"; // // Detail1 // this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel5, this.xrLabel4 }); this.Detail1.Height = 25; this.Detail1.Name = "Detail1"; // // xrLabel5 // this.xrLabel5.Location = new System.Drawing.Point(383, 0); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel5.Size = new System.Drawing.Size(108, 25); this.xrLabel5.Text = "xrLabel5"; // // xrLabel4 // this.xrLabel4.Location = new System.Drawing.Point(125, 0); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel4.Size = new System.Drawing.Size(175, 25); this.xrLabel4.Text = "xrLabel4"; // // XtraReport1 // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter, this.DetailReport }); this.Version = "8.2"; this.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.XtraReport1_BeforePrint); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary2 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary3 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary4 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary5 = new DevExpress.XtraReports.UI.XRSummary(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.fAmount = new DevExpress.XtraReports.UI.XRLabel(); this.fPaymentMode = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.fTime = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.fTitle = new DevExpress.XtraReports.UI.XRLabel(); this.fDate = new DevExpress.XtraReports.UI.XRLabel(); this.fBranch = new DevExpress.XtraReports.UI.XRLabel(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.fClosingStaff = new DevExpress.XtraReports.UI.XRLabel(); this.fLCKBalance = new DevExpress.XtraReports.UI.XRLabel(); this.fMWBalance = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.fVerifyStaff = new DevExpress.XtraReports.UI.XRLabel(); this.xrLine2 = new DevExpress.XtraReports.UI.XRLine(); this.xrLine1 = new DevExpress.XtraReports.UI.XRLine(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.fAmount, this.fPaymentMode}); this.Detail.Height = 20; this.Detail.Name = "Detail"; // // fAmount // this.fAmount.Font = new System.Drawing.Font("Arial", 8F); this.fAmount.Location = new System.Drawing.Point(197, 0); this.fAmount.Name = "fAmount"; this.fAmount.ParentStyleUsing.UseFont = false; this.fAmount.Size = new System.Drawing.Size(83, 17); xrSummary1.FormatString = "{0:$0.00}"; this.fAmount.Summary = xrSummary1; this.fAmount.Text = "xrLabel1"; this.fAmount.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // fPaymentMode // this.fPaymentMode.Font = new System.Drawing.Font("Arial", 8F); this.fPaymentMode.Location = new System.Drawing.Point(22, 0); this.fPaymentMode.Name = "fPaymentMode"; this.fPaymentMode.ParentStyleUsing.UseFont = false; this.fPaymentMode.Size = new System.Drawing.Size(175, 17); this.fPaymentMode.Text = "fPaymentMode"; // // PageHeader // this.PageHeader.Height = 0; this.PageHeader.Name = "PageHeader"; // // PageFooter // this.PageFooter.Height = 0; this.PageFooter.Name = "PageFooter"; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.fTime, this.xrLabel6, this.xrLabel1, this.xrLabel7, this.fTitle, this.fDate, this.fBranch}); this.ReportHeader.Height = 77; this.ReportHeader.Name = "ReportHeader"; this.ReportHeader.ParentStyleUsing.UseFont = false; // // fTime // this.fTime.Font = new System.Drawing.Font("Arial", 8F); this.fTime.Location = new System.Drawing.Point(181, 42); this.fTime.Name = "fTime"; this.fTime.ParentStyleUsing.UseFont = false; this.fTime.Size = new System.Drawing.Size(61, 17); xrSummary2.FormatString = "{0:hh:mm tt}"; this.fTime.Summary = xrSummary2; this.fTime.Text = "09:00 AM"; // // xrLabel6 // this.xrLabel6.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel6.Location = new System.Drawing.Point(11, 25); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.ParentStyleUsing.UseFont = false; this.xrLabel6.Size = new System.Drawing.Size(234, 17); this.xrLabel6.Text = "SHIFT SETTLEMENT REPORT"; // // xrLabel1 // this.xrLabel1.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel1.Location = new System.Drawing.Point(138, 42); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.ParentStyleUsing.UseFont = false; this.xrLabel1.Size = new System.Drawing.Size(42, 17); this.xrLabel1.Text = "TIME:"; // // xrLabel7 // this.xrLabel7.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel7.Location = new System.Drawing.Point(11, 42); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.ParentStyleUsing.UseFont = false; this.xrLabel7.Size = new System.Drawing.Size(42, 17); this.xrLabel7.Text = "DATE :"; // // fTitle // this.fTitle.Font = new System.Drawing.Font("Arial", 8F); this.fTitle.Location = new System.Drawing.Point(11, 58); this.fTitle.Name = "fTitle"; this.fTitle.ParentStyleUsing.UseFont = false; this.fTitle.Size = new System.Drawing.Size(234, 17); this.fTitle.Text = "SHIFT 1. T1 REPORT"; // // fDate // this.fDate.Font = new System.Drawing.Font("Arial", 8F); this.fDate.Location = new System.Drawing.Point(54, 42); this.fDate.Name = "fDate"; this.fDate.ParentStyleUsing.UseFont = false; this.fDate.Size = new System.Drawing.Size(83, 17); xrSummary3.FormatString = "{0:dd/MM/yyyy}"; this.fDate.Summary = xrSummary3; this.fDate.Text = "11/02/2006"; // // fBranch // this.fBranch.Font = new System.Drawing.Font("Arial", 8F); this.fBranch.Location = new System.Drawing.Point(12, 8); this.fBranch.Name = "fBranch"; this.fBranch.ParentStyleUsing.UseFont = false; this.fBranch.Size = new System.Drawing.Size(234, 17); this.fBranch.Text = "AMORE FITNESS BRANCH HQ"; // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.fClosingStaff, this.fLCKBalance, this.fMWBalance, this.xrLabel4, this.xrLabel2, this.xrLabel3, this.xrLabel5, this.fVerifyStaff, this.xrLine2, this.xrLine1}); this.ReportFooter.Height = 229; this.ReportFooter.Name = "ReportFooter"; // // fClosingStaff // this.fClosingStaff.Font = new System.Drawing.Font("Arial", 8F); this.fClosingStaff.Location = new System.Drawing.Point(14, 125); this.fClosingStaff.Name = "fClosingStaff"; this.fClosingStaff.ParentStyleUsing.UseFont = false; this.fClosingStaff.Size = new System.Drawing.Size(275, 17); this.fClosingStaff.Text = "xxxxxx"; // // fLCKBalance // this.fLCKBalance.Font = new System.Drawing.Font("Arial", 8F); this.fLCKBalance.Location = new System.Drawing.Point(197, 25); this.fLCKBalance.Name = "fLCKBalance"; this.fLCKBalance.ParentStyleUsing.UseFont = false; this.fLCKBalance.Size = new System.Drawing.Size(58, 17); xrSummary4.FormatString = "{0:$0.00}"; this.fLCKBalance.Summary = xrSummary4; this.fLCKBalance.Text = "0"; this.fLCKBalance.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // fMWBalance // this.fMWBalance.Font = new System.Drawing.Font("Arial", 8F); this.fMWBalance.Location = new System.Drawing.Point(197, 8); this.fMWBalance.Name = "fMWBalance"; this.fMWBalance.ParentStyleUsing.UseFont = false; this.fMWBalance.Size = new System.Drawing.Size(58, 17); xrSummary5.FormatString = "{0:$0.00}"; this.fMWBalance.Summary = xrSummary5; this.fMWBalance.Text = "0"; this.fMWBalance.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // xrLabel4 // this.xrLabel4.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel4.Location = new System.Drawing.Point(14, 25); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.ParentStyleUsing.UseFont = false; this.xrLabel4.Size = new System.Drawing.Size(184, 17); this.xrLabel4.Text = "BALANCE OF LOCKER"; // // xrLabel2 // this.xrLabel2.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel2.Location = new System.Drawing.Point(14, 8); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.ParentStyleUsing.UseFont = false; this.xrLabel2.Size = new System.Drawing.Size(184, 17); this.xrLabel2.Text = "BALANCE OF MINERAL WATER"; // // xrLabel3 // this.xrLabel3.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel3.Location = new System.Drawing.Point(14, 108); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.ParentStyleUsing.UseFont = false; this.xrLabel3.Size = new System.Drawing.Size(175, 17); this.xrLabel3.Text = "MONEY DEPOSITED BY"; // // xrLabel5 // this.xrLabel5.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel5.Location = new System.Drawing.Point(14, 192); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.ParentStyleUsing.UseFont = false; this.xrLabel5.Size = new System.Drawing.Size(175, 17); this.xrLabel5.Text = "VERIFIED BY"; // // fVerifyStaff // this.fVerifyStaff.Font = new System.Drawing.Font("Arial", 8F); this.fVerifyStaff.Location = new System.Drawing.Point(14, 208); this.fVerifyStaff.Name = "fVerifyStaff"; this.fVerifyStaff.ParentStyleUsing.UseFont = false; this.fVerifyStaff.Size = new System.Drawing.Size(275, 17); this.fVerifyStaff.Text = "XXX"; // // xrLine2 // this.xrLine2.Location = new System.Drawing.Point(14, 183); this.xrLine2.Name = "xrLine2"; this.xrLine2.Size = new System.Drawing.Size(175, 8); // // xrLine1 // this.xrLine1.Location = new System.Drawing.Point(14, 92); this.xrLine1.Name = "xrLine1"; this.xrLine1.Size = new System.Drawing.Size(175, 8); // // rptShiftSettlement // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter, this.ReportHeader, this.ReportFooter}); this.Margins = new System.Drawing.Printing.Margins(0, 10, 10, 10); this.PageHeight = 1169; this.PageWidth = 310; this.PaperKind = System.Drawing.Printing.PaperKind.Custom; ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrLabel23 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel21 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLine1 = new DevExpress.XtraReports.UI.XRLine(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.xrLine4 = new DevExpress.XtraReports.UI.XRLine(); this.xrLine3 = new DevExpress.XtraReports.UI.XRLine(); this.xrLine2 = new DevExpress.XtraReports.UI.XRLine(); this.xrLabel30 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel29 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel28 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel27 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel(); this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); this.xrLabel26 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel25 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel24 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel23, this.xrLabel22, this.xrLabel21, this.xrLabel14, this.xrLabel6, this.xrLabel5, this.xrLabel4, this.xrLine1}); this.Detail.Height = 25; this.Detail.Name = "Detail"; // // xrLabel23 // this.xrLabel23.Location = new System.Drawing.Point(208, 0); this.xrLabel23.Name = "xrLabel23"; this.xrLabel23.Size = new System.Drawing.Size(100, 17); this.xrLabel23.Text = "STYLE"; // // xrLabel22 // this.xrLabel22.Location = new System.Drawing.Point(108, 0); this.xrLabel22.Name = "xrLabel22"; this.xrLabel22.Size = new System.Drawing.Size(100, 17); this.xrLabel22.Text = "BRAND"; // // xrLabel21 // this.xrLabel21.Location = new System.Drawing.Point(8, 0); this.xrLabel21.Name = "xrLabel21"; this.xrLabel21.Size = new System.Drawing.Size(100, 17); this.xrLabel21.Text = "ITEMCODE"; // // xrLabel14 // this.xrLabel14.Location = new System.Drawing.Point(308, 0); this.xrLabel14.Name = "xrLabel14"; this.xrLabel14.Size = new System.Drawing.Size(100, 17); this.xrLabel14.Text = "COLOR"; // // xrLabel6 // this.xrLabel6.Location = new System.Drawing.Point(592, 0); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.Size = new System.Drawing.Size(58, 17); this.xrLabel6.Text = "QTY"; // // xrLabel5 // this.xrLabel5.Location = new System.Drawing.Point(467, 0); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Size = new System.Drawing.Size(125, 17); this.xrLabel5.Text = "DESCRIPTION"; // // xrLabel4 // this.xrLabel4.Location = new System.Drawing.Point(408, 0); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Size = new System.Drawing.Size(59, 17); this.xrLabel4.Text = "SIZE"; // // xrLine1 // this.xrLine1.Location = new System.Drawing.Point(8, 17); this.xrLine1.Name = "xrLine1"; this.xrLine1.Size = new System.Drawing.Size(642, 8); // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel13, this.xrLabel11, this.xrLabel3, this.xrLabel2, this.xrLabel1, this.xrLabel12, this.xrLabel10, this.xrLabel9, this.xrLabel8, this.xrLabel7, this.xrLabel19}); this.PageHeader.Height = 155; this.PageHeader.Name = "PageHeader"; // // xrLabel13 // this.xrLabel13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBT.RequestedBy", "")}); this.xrLabel13.Location = new System.Drawing.Point(67, 125); this.xrLabel13.Name = "xrLabel13"; this.xrLabel13.Size = new System.Drawing.Size(583, 25); this.xrLabel13.Text = "xrLabel13"; // // xrLabel11 // this.xrLabel11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBT.ToBranch", "")}); this.xrLabel11.Location = new System.Drawing.Point(350, 100); this.xrLabel11.Name = "xrLabel11"; this.xrLabel11.Size = new System.Drawing.Size(100, 25); this.xrLabel11.Text = "xrLabel11"; // // xrLabel3 // this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBT.FromBranch", "")}); this.xrLabel3.Location = new System.Drawing.Point(67, 100); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Size = new System.Drawing.Size(100, 25); this.xrLabel3.Text = "xrLabel3"; // // xrLabel2 // this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBT.nIBTNo", "")}); this.xrLabel2.Location = new System.Drawing.Point(67, 42); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Size = new System.Drawing.Size(100, 25); this.xrLabel2.Text = "xrLabel2"; // // xrLabel1 // this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBT.Date", "{0:dd/MM/yyyy}")}); this.xrLabel1.Location = new System.Drawing.Point(67, 67); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Size = new System.Drawing.Size(208, 25); this.xrLabel1.Text = "xrLabel1"; // // xrLabel12 // this.xrLabel12.Location = new System.Drawing.Point(8, 42); this.xrLabel12.Name = "xrLabel12"; this.xrLabel12.Size = new System.Drawing.Size(59, 25); this.xrLabel12.Text = "No:"; // // xrLabel10 // this.xrLabel10.Location = new System.Drawing.Point(8, 67); this.xrLabel10.Name = "xrLabel10"; this.xrLabel10.Size = new System.Drawing.Size(59, 25); this.xrLabel10.Text = "Date:"; // // xrLabel9 // this.xrLabel9.Location = new System.Drawing.Point(8, 125); this.xrLabel9.Name = "xrLabel9"; this.xrLabel9.Size = new System.Drawing.Size(59, 25); this.xrLabel9.Text = "By:"; // // xrLabel8 // this.xrLabel8.Location = new System.Drawing.Point(292, 100); this.xrLabel8.Name = "xrLabel8"; this.xrLabel8.Size = new System.Drawing.Size(59, 25); this.xrLabel8.Text = "To:"; // // xrLabel7 // this.xrLabel7.Location = new System.Drawing.Point(8, 100); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.Size = new System.Drawing.Size(59, 25); this.xrLabel7.Text = "From:"; // // xrLabel19 // this.xrLabel19.Font = new System.Drawing.Font("Times New Roman", 16F, System.Drawing.FontStyle.Bold); this.xrLabel19.Location = new System.Drawing.Point(8, 8); this.xrLabel19.Name = "xrLabel19"; this.xrLabel19.ParentStyleUsing.UseFont = false; this.xrLabel19.Size = new System.Drawing.Size(317, 25); this.xrLabel19.Text = "INTER BRANCH TRANSFER"; // // PageFooter // this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPageInfo1}); this.PageFooter.Height = 30; this.PageFooter.Name = "PageFooter"; // // xrPageInfo1 // this.xrPageInfo1.Format = "Page : {0 } / {1}"; this.xrPageInfo1.Location = new System.Drawing.Point(550, 0); this.xrPageInfo1.Name = "xrPageInfo1"; this.xrPageInfo1.Size = new System.Drawing.Size(100, 25); // // GroupFooter1 // this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLine4, this.xrLine3, this.xrLine2, this.xrLabel30, this.xrLabel29, this.xrLabel28, this.xrLabel27, this.xrLabel15}); this.GroupFooter1.Height = 158; this.GroupFooter1.Name = "GroupFooter1"; // // xrLine4 // this.xrLine4.Location = new System.Drawing.Point(125, 133); this.xrLine4.Name = "xrLine4"; this.xrLine4.Size = new System.Drawing.Size(250, 25); // // xrLine3 // this.xrLine3.Location = new System.Drawing.Point(125, 92); this.xrLine3.Name = "xrLine3"; this.xrLine3.Size = new System.Drawing.Size(250, 25); // // xrLine2 // this.xrLine2.Location = new System.Drawing.Point(125, 50); this.xrLine2.Name = "xrLine2"; this.xrLine2.Size = new System.Drawing.Size(250, 25); // // xrLabel30 // this.xrLabel30.Location = new System.Drawing.Point(8, 133); this.xrLabel30.Name = "xrLabel30"; this.xrLabel30.Size = new System.Drawing.Size(117, 25); this.xrLabel30.Text = "Received By"; // // xrLabel29 // this.xrLabel29.Location = new System.Drawing.Point(8, 92); this.xrLabel29.Name = "xrLabel29"; this.xrLabel29.Size = new System.Drawing.Size(117, 25); this.xrLabel29.Text = "Delivery Personnel"; // // xrLabel28 // this.xrLabel28.Location = new System.Drawing.Point(8, 50); this.xrLabel28.Name = "xrLabel28"; this.xrLabel28.Size = new System.Drawing.Size(117, 25); this.xrLabel28.Text = "Sent By "; // // xrLabel27 // this.xrLabel27.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBT.Remark", "")}); this.xrLabel27.Location = new System.Drawing.Point(67, 0); this.xrLabel27.Name = "xrLabel27"; this.xrLabel27.Size = new System.Drawing.Size(583, 25); this.xrLabel27.Text = "xrLabel27"; // // xrLabel15 // this.xrLabel15.Location = new System.Drawing.Point(8, 0); this.xrLabel15.Name = "xrLabel15"; this.xrLabel15.Size = new System.Drawing.Size(59, 25); this.xrLabel15.Text = "Remark:"; // // DetailReport // this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail1}); this.DetailReport.DataMember = "IBTEntries"; this.DetailReport.Name = "DetailReport"; // // Detail1 // this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel26, this.xrLabel25, this.xrLabel24, this.xrLabel20, this.xrLabel18, this.xrLabel17, this.xrLabel16}); this.Detail1.Height = 25; this.Detail1.Name = "Detail1"; // // xrLabel26 // this.xrLabel26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBTEntries.Quantity", "")}); this.xrLabel26.Location = new System.Drawing.Point(600, 0); this.xrLabel26.Name = "xrLabel26"; this.xrLabel26.Size = new System.Drawing.Size(50, 25); this.xrLabel26.Text = "xrLabel26"; // // xrLabel25 // this.xrLabel25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBTEntries.Description", "")}); this.xrLabel25.Location = new System.Drawing.Point(467, 0); this.xrLabel25.Name = "xrLabel25"; this.xrLabel25.Size = new System.Drawing.Size(125, 25); this.xrLabel25.Text = "xrLabel25"; // // xrLabel24 // this.xrLabel24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBTEntries.Size", "")}); this.xrLabel24.Location = new System.Drawing.Point(408, 0); this.xrLabel24.Name = "xrLabel24"; this.xrLabel24.Size = new System.Drawing.Size(58, 25); this.xrLabel24.Text = "xrLabel24"; // // xrLabel20 // this.xrLabel20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBTEntries.Color", "")}); this.xrLabel20.Location = new System.Drawing.Point(308, 0); this.xrLabel20.Name = "xrLabel20"; this.xrLabel20.Size = new System.Drawing.Size(100, 25); this.xrLabel20.Text = "xrLabel20"; // // xrLabel18 // this.xrLabel18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBTEntries.Style", "")}); this.xrLabel18.Location = new System.Drawing.Point(208, 0); this.xrLabel18.Name = "xrLabel18"; this.xrLabel18.Size = new System.Drawing.Size(100, 25); this.xrLabel18.Text = "xrLabel18"; // // xrLabel17 // this.xrLabel17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBTEntries.Brand", "")}); this.xrLabel17.Location = new System.Drawing.Point(108, 0); this.xrLabel17.Name = "xrLabel17"; this.xrLabel17.Size = new System.Drawing.Size(100, 25); this.xrLabel17.Text = "xrLabel17"; // // xrLabel16 // this.xrLabel16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBTEntries.ItemCode", "")}); this.xrLabel16.Location = new System.Drawing.Point(8, 0); this.xrLabel16.Name = "xrLabel16"; this.xrLabel16.Size = new System.Drawing.Size(100, 25); this.xrLabel16.Text = "xrLabel16"; // // rptIBT // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter, this.GroupFooter1, this.DetailReport}); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel11, this.xrLabel10, this.xrLabel9, this.xrLabel8, this.xrLabel7, this.xrLabel6, this.xrLabel5, this.xrLabel4, this.xrLabel3, this.xrLabel2, this.xrLabel1 }); this.Detail.Height = 328; this.Detail.Name = "Detail"; // // xrLabel11 // this.xrLabel11.Location = new System.Drawing.Point(175, 183); this.xrLabel11.Name = "xrLabel11"; this.xrLabel11.ParentStyleUsing.UseBorders = false; this.xrLabel11.Size = new System.Drawing.Size(442, 142); this.xrLabel11.Text = "xrLabel10"; // // xrLabel10 // this.xrLabel10.Location = new System.Drawing.Point(175, 150); this.xrLabel10.Name = "xrLabel10"; this.xrLabel10.ParentStyleUsing.UseBorders = false; this.xrLabel10.Size = new System.Drawing.Size(442, 25); this.xrLabel10.Text = "xrLabel10"; // // xrLabel9 // this.xrLabel9.Location = new System.Drawing.Point(175, 117); this.xrLabel9.Name = "xrLabel9"; this.xrLabel9.ParentStyleUsing.UseBorders = false; this.xrLabel9.Size = new System.Drawing.Size(442, 25); this.xrLabel9.Text = "xrLabel9"; // // xrLabel8 // this.xrLabel8.Location = new System.Drawing.Point(175, 83); this.xrLabel8.Name = "xrLabel8"; this.xrLabel8.ParentStyleUsing.UseBorders = false; this.xrLabel8.Size = new System.Drawing.Size(233, 25); this.xrLabel8.Text = "xrLabel8"; // // xrLabel7 // this.xrLabel7.Location = new System.Drawing.Point(175, 50); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.ParentStyleUsing.UseBorders = false; this.xrLabel7.Size = new System.Drawing.Size(233, 25); xrSummary1.FormatString = "{0:dd/MM/yyyy hh:mm:ss tt}"; this.xrLabel7.Summary = xrSummary1; // // xrLabel6 // this.xrLabel6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.xrLabel6.Location = new System.Drawing.Point(58, 183); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.ParentStyleUsing.UseFont = false; this.xrLabel6.Size = new System.Drawing.Size(100, 25); this.xrLabel6.Text = "Message"; // // xrLabel5 // this.xrLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.xrLabel5.Location = new System.Drawing.Point(58, 150); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.ParentStyleUsing.UseFont = false; this.xrLabel5.Size = new System.Drawing.Size(100, 25); this.xrLabel5.Text = "Recipient"; // // xrLabel4 // this.xrLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.xrLabel4.Location = new System.Drawing.Point(58, 117); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.ParentStyleUsing.UseFont = false; this.xrLabel4.Size = new System.Drawing.Size(100, 25); this.xrLabel4.Text = "Subject"; // // xrLabel3 // this.xrLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.xrLabel3.Location = new System.Drawing.Point(58, 83); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.ParentStyleUsing.UseFont = false; this.xrLabel3.Size = new System.Drawing.Size(100, 25); this.xrLabel3.Text = "Author"; // // xrLabel2 // this.xrLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.xrLabel2.Location = new System.Drawing.Point(58, 50); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.ParentStyleUsing.UseFont = false; this.xrLabel2.Size = new System.Drawing.Size(100, 25); this.xrLabel2.Text = "Date Time"; // // xrLabel1 // this.xrLabel1.BackColor = System.Drawing.SystemColors.Control; this.xrLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.xrLabel1.Location = new System.Drawing.Point(25, 8); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.ParentStyleUsing.UseBackColor = false; this.xrLabel1.ParentStyleUsing.UseFont = false; this.xrLabel1.Size = new System.Drawing.Size(617, 25); this.xrLabel1.Text = "Bulletin"; // // PageHeader // this.PageHeader.Height = 0; this.PageHeader.Name = "PageHeader"; // // PageFooter // this.PageFooter.Height = 3; this.PageFooter.Name = "PageFooter"; // // rptBulletin // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter }); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary2 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary3 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary4 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary5 = new DevExpress.XtraReports.UI.XRSummary(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.fAmount = new DevExpress.XtraReports.UI.XRLabel(); this.fPaymentMode = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.fTime = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.fTitle = new DevExpress.XtraReports.UI.XRLabel(); this.fDate = new DevExpress.XtraReports.UI.XRLabel(); this.fBranch = new DevExpress.XtraReports.UI.XRLabel(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.fClosingStaff = new DevExpress.XtraReports.UI.XRLabel(); this.fLCKBalance = new DevExpress.XtraReports.UI.XRLabel(); this.fMWBalance = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.fVerifyStaff = new DevExpress.XtraReports.UI.XRLabel(); this.xrLine2 = new DevExpress.XtraReports.UI.XRLine(); this.xrLine1 = new DevExpress.XtraReports.UI.XRLine(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.fAmount, this.fPaymentMode }); this.Detail.Height = 20; this.Detail.Name = "Detail"; // // fAmount // this.fAmount.Font = new System.Drawing.Font("Arial", 8F); this.fAmount.Location = new System.Drawing.Point(197, 0); this.fAmount.Name = "fAmount"; this.fAmount.ParentStyleUsing.UseFont = false; this.fAmount.Size = new System.Drawing.Size(83, 17); xrSummary1.FormatString = "{0:$0.00}"; this.fAmount.Summary = xrSummary1; this.fAmount.Text = "xrLabel1"; this.fAmount.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // fPaymentMode // this.fPaymentMode.Font = new System.Drawing.Font("Arial", 8F); this.fPaymentMode.Location = new System.Drawing.Point(22, 0); this.fPaymentMode.Name = "fPaymentMode"; this.fPaymentMode.ParentStyleUsing.UseFont = false; this.fPaymentMode.Size = new System.Drawing.Size(175, 17); this.fPaymentMode.Text = "fPaymentMode"; // // PageHeader // this.PageHeader.Height = 0; this.PageHeader.Name = "PageHeader"; // // PageFooter // this.PageFooter.Height = 0; this.PageFooter.Name = "PageFooter"; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.fTime, this.xrLabel6, this.xrLabel1, this.xrLabel7, this.fTitle, this.fDate, this.fBranch }); this.ReportHeader.Height = 77; this.ReportHeader.Name = "ReportHeader"; this.ReportHeader.ParentStyleUsing.UseFont = false; // // fTime // this.fTime.Font = new System.Drawing.Font("Arial", 8F); this.fTime.Location = new System.Drawing.Point(181, 42); this.fTime.Name = "fTime"; this.fTime.ParentStyleUsing.UseFont = false; this.fTime.Size = new System.Drawing.Size(61, 17); xrSummary2.FormatString = "{0:hh:mm tt}"; this.fTime.Summary = xrSummary2; this.fTime.Text = "09:00 AM"; // // xrLabel6 // this.xrLabel6.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel6.Location = new System.Drawing.Point(11, 25); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.ParentStyleUsing.UseFont = false; this.xrLabel6.Size = new System.Drawing.Size(234, 17); this.xrLabel6.Text = "SHIFT SETTLEMENT REPORT"; // // xrLabel1 // this.xrLabel1.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel1.Location = new System.Drawing.Point(138, 42); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.ParentStyleUsing.UseFont = false; this.xrLabel1.Size = new System.Drawing.Size(42, 17); this.xrLabel1.Text = "TIME:"; // // xrLabel7 // this.xrLabel7.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel7.Location = new System.Drawing.Point(11, 42); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.ParentStyleUsing.UseFont = false; this.xrLabel7.Size = new System.Drawing.Size(42, 17); this.xrLabel7.Text = "DATE :"; // // fTitle // this.fTitle.Font = new System.Drawing.Font("Arial", 8F); this.fTitle.Location = new System.Drawing.Point(11, 58); this.fTitle.Name = "fTitle"; this.fTitle.ParentStyleUsing.UseFont = false; this.fTitle.Size = new System.Drawing.Size(234, 17); this.fTitle.Text = "SHIFT 1. T1 REPORT"; // // fDate // this.fDate.Font = new System.Drawing.Font("Arial", 8F); this.fDate.Location = new System.Drawing.Point(54, 42); this.fDate.Name = "fDate"; this.fDate.ParentStyleUsing.UseFont = false; this.fDate.Size = new System.Drawing.Size(83, 17); xrSummary3.FormatString = "{0:dd/MM/yyyy}"; this.fDate.Summary = xrSummary3; this.fDate.Text = "11/02/2006"; // // fBranch // this.fBranch.Font = new System.Drawing.Font("Arial", 8F); this.fBranch.Location = new System.Drawing.Point(12, 8); this.fBranch.Name = "fBranch"; this.fBranch.ParentStyleUsing.UseFont = false; this.fBranch.Size = new System.Drawing.Size(234, 17); this.fBranch.Text = "AMORE FITNESS BRANCH HQ"; // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.fClosingStaff, this.fLCKBalance, this.fMWBalance, this.xrLabel4, this.xrLabel2, this.xrLabel3, this.xrLabel5, this.fVerifyStaff, this.xrLine2, this.xrLine1 }); this.ReportFooter.Height = 229; this.ReportFooter.Name = "ReportFooter"; // // fClosingStaff // this.fClosingStaff.Font = new System.Drawing.Font("Arial", 8F); this.fClosingStaff.Location = new System.Drawing.Point(14, 125); this.fClosingStaff.Name = "fClosingStaff"; this.fClosingStaff.ParentStyleUsing.UseFont = false; this.fClosingStaff.Size = new System.Drawing.Size(275, 17); this.fClosingStaff.Text = "xxxxxx"; // // fLCKBalance // this.fLCKBalance.Font = new System.Drawing.Font("Arial", 8F); this.fLCKBalance.Location = new System.Drawing.Point(197, 25); this.fLCKBalance.Name = "fLCKBalance"; this.fLCKBalance.ParentStyleUsing.UseFont = false; this.fLCKBalance.Size = new System.Drawing.Size(58, 17); xrSummary4.FormatString = "{0:$0.00}"; this.fLCKBalance.Summary = xrSummary4; this.fLCKBalance.Text = "0"; this.fLCKBalance.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // fMWBalance // this.fMWBalance.Font = new System.Drawing.Font("Arial", 8F); this.fMWBalance.Location = new System.Drawing.Point(197, 8); this.fMWBalance.Name = "fMWBalance"; this.fMWBalance.ParentStyleUsing.UseFont = false; this.fMWBalance.Size = new System.Drawing.Size(58, 17); xrSummary5.FormatString = "{0:$0.00}"; this.fMWBalance.Summary = xrSummary5; this.fMWBalance.Text = "0"; this.fMWBalance.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // xrLabel4 // this.xrLabel4.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel4.Location = new System.Drawing.Point(14, 25); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.ParentStyleUsing.UseFont = false; this.xrLabel4.Size = new System.Drawing.Size(184, 17); this.xrLabel4.Text = "BALANCE OF LOCKER"; // // xrLabel2 // this.xrLabel2.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel2.Location = new System.Drawing.Point(14, 8); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.ParentStyleUsing.UseFont = false; this.xrLabel2.Size = new System.Drawing.Size(184, 17); this.xrLabel2.Text = "BALANCE OF MINERAL WATER"; // // xrLabel3 // this.xrLabel3.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel3.Location = new System.Drawing.Point(14, 108); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.ParentStyleUsing.UseFont = false; this.xrLabel3.Size = new System.Drawing.Size(175, 17); this.xrLabel3.Text = "MONEY DEPOSITED BY"; // // xrLabel5 // this.xrLabel5.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel5.Location = new System.Drawing.Point(14, 192); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.ParentStyleUsing.UseFont = false; this.xrLabel5.Size = new System.Drawing.Size(175, 17); this.xrLabel5.Text = "VERIFIED BY"; // // fVerifyStaff // this.fVerifyStaff.Font = new System.Drawing.Font("Arial", 8F); this.fVerifyStaff.Location = new System.Drawing.Point(14, 208); this.fVerifyStaff.Name = "fVerifyStaff"; this.fVerifyStaff.ParentStyleUsing.UseFont = false; this.fVerifyStaff.Size = new System.Drawing.Size(275, 17); this.fVerifyStaff.Text = "XXX"; // // xrLine2 // this.xrLine2.Location = new System.Drawing.Point(14, 183); this.xrLine2.Name = "xrLine2"; this.xrLine2.Size = new System.Drawing.Size(175, 8); // // xrLine1 // this.xrLine1.Location = new System.Drawing.Point(14, 92); this.xrLine1.Name = "xrLine1"; this.xrLine1.Size = new System.Drawing.Size(175, 8); // // rptShiftSettlement // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter, this.ReportHeader, this.ReportFooter }); this.Margins = new System.Drawing.Printing.Margins(0, 10, 10, 10); this.PageHeight = 1169; this.PageWidth = 310; this.PaperKind = System.Drawing.Printing.PaperKind.Custom; ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); this.consItem1 = new CMSM.Report.ConsItem(); this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.xrLabel29 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel28 = new DevExpress.XtraReports.UI.XRLabel(); this.xrlCardID = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel27 = new DevExpress.XtraReports.UI.XRLabel(); this.xrlIg = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel26 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel25 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel24 = new DevExpress.XtraReports.UI.XRLabel(); this.xrlCharge = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel23 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLine1 = new DevExpress.XtraReports.UI.XRLine(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.GroupHeader0 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.GroupFooter0 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.ndRate = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel30 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLine2 = new DevExpress.XtraReports.UI.XRLine(); this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel21 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel(); this.sqlDataAdapter1 = new System.Data.SqlClient.SqlDataAdapter(); this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand(); this.sqlConnection1 = new System.Data.SqlClient.SqlConnection(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); ((System.ComponentModel.ISupportInitialize)(this.consItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel11, this.xrLabel13, this.xrLabel14, this.xrLabel15 }); this.Detail.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.Detail.Height = 16; this.Detail.Name = "Detail"; this.Detail.ParentStyleUsing.UseFont = false; // // xrLabel11 // this.xrLabel11.DataBindings.Add(new DevExpress.XtraReports.UI.XRBinding("Text", this.consItem1, "tbConsItem.vcGoodsName", "")); this.xrLabel11.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel11.Location = new System.Drawing.Point(0, 0); this.xrLabel11.Name = "xrLabel11"; this.xrLabel11.ParentStyleUsing.UseFont = false; this.xrLabel11.Size = new System.Drawing.Size(86, 16); this.xrLabel11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // consItem1 // this.consItem1.DataSetName = "ConsItem"; this.consItem1.Locale = new System.Globalization.CultureInfo("zh-CN"); // // xrLabel13 // this.xrLabel13.DataBindings.Add(new DevExpress.XtraReports.UI.XRBinding("Text", this.consItem1, "tbConsItem.nPrice", "")); this.xrLabel13.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel13.Location = new System.Drawing.Point(86, 0); this.xrLabel13.Name = "xrLabel13"; this.xrLabel13.ParentStyleUsing.UseFont = false; this.xrLabel13.Size = new System.Drawing.Size(32, 16); this.xrLabel13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // xrLabel14 // this.xrLabel14.DataBindings.Add(new DevExpress.XtraReports.UI.XRBinding("Text", this.consItem1, "tbConsItem.iCount", "")); this.xrLabel14.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel14.Location = new System.Drawing.Point(118, 0); this.xrLabel14.Name = "xrLabel14"; this.xrLabel14.ParentStyleUsing.UseFont = false; this.xrLabel14.Size = new System.Drawing.Size(30, 16); this.xrLabel14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // xrLabel15 // this.xrLabel15.DataBindings.Add(new DevExpress.XtraReports.UI.XRBinding("Text", this.consItem1, "tbConsItem.nFee", "")); this.xrLabel15.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel15.Location = new System.Drawing.Point(148, 0); this.xrLabel15.Name = "xrLabel15"; this.xrLabel15.ParentStyleUsing.UseFont = false; this.xrLabel15.Size = new System.Drawing.Size(41, 16); this.xrLabel15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel29, this.xrLabel28, this.xrlCardID, this.xrLabel27, this.xrlIg, this.xrLabel26, this.xrLabel25, this.xrLabel24, this.xrlCharge, this.xrLabel23, this.xrLine1, this.xrLabel6, this.xrLabel5, this.xrLabel4, this.xrLabel3, this.xrLabel2, this.xrLabel1 }); this.PageHeader.Height = 201; this.PageHeader.Name = "PageHeader"; // // xrLabel29 // this.xrLabel29.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel29.Location = new System.Drawing.Point(58, 133); this.xrLabel29.Name = "xrLabel29"; this.xrLabel29.ParentStyleUsing.UseFont = false; this.xrLabel29.Size = new System.Drawing.Size(93, 17); // // xrLabel28 // this.xrLabel28.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel28.Location = new System.Drawing.Point(2, 133); this.xrLabel28.Name = "xrLabel28"; this.xrLabel28.ParentStyleUsing.UseFont = false; this.xrLabel28.Size = new System.Drawing.Size(48, 17); this.xrLabel28.Text = "操作员:"; this.xrLabel28.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // xrlCardID // this.xrlCardID.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrlCardID.Location = new System.Drawing.Point(46, 67); this.xrlCardID.Name = "xrlCardID"; this.xrlCardID.ParentStyleUsing.UseFont = false; this.xrlCardID.Size = new System.Drawing.Size(127, 17); // // xrLabel27 // this.xrLabel27.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel27.Location = new System.Drawing.Point(0, 67); this.xrLabel27.Name = "xrLabel27"; this.xrLabel27.ParentStyleUsing.UseFont = false; this.xrLabel27.Size = new System.Drawing.Size(46, 17); this.xrLabel27.Text = "会员卡:"; this.xrLabel27.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // xrlIg // this.xrlIg.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrlIg.Location = new System.Drawing.Point(73, 117); this.xrlIg.Name = "xrlIg"; this.xrlIg.ParentStyleUsing.UseFont = false; this.xrlIg.Size = new System.Drawing.Size(93, 17); this.xrlIg.Text = "0分"; // // xrLabel26 // this.xrLabel26.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel26.Location = new System.Drawing.Point(0, 117); this.xrLabel26.Name = "xrLabel26"; this.xrLabel26.ParentStyleUsing.UseFont = false; this.xrLabel26.Size = new System.Drawing.Size(73, 16); this.xrLabel26.Text = "会员积分:"; this.xrLabel26.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // xrLabel25 // this.xrLabel25.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel25.Location = new System.Drawing.Point(58, 167); this.xrLabel25.Name = "xrLabel25"; this.xrLabel25.ParentStyleUsing.UseFont = false; this.xrLabel25.Size = new System.Drawing.Size(126, 17); // // xrLabel24 // this.xrLabel24.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel24.Location = new System.Drawing.Point(2, 167); this.xrLabel24.Name = "xrLabel24"; this.xrLabel24.ParentStyleUsing.UseFont = false; this.xrLabel24.Size = new System.Drawing.Size(67, 17); this.xrLabel24.Text = "服务电话:"; this.xrLabel24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // xrlCharge // this.xrlCharge.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrlCharge.Location = new System.Drawing.Point(57, 83); this.xrlCharge.Name = "xrlCharge"; this.xrlCharge.ParentStyleUsing.UseFont = false; this.xrlCharge.Size = new System.Drawing.Size(119, 16); this.xrlCharge.Text = "0元"; // // xrLabel23 // this.xrLabel23.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel23.Location = new System.Drawing.Point(0, 83); this.xrLabel23.Name = "xrLabel23"; this.xrLabel23.ParentStyleUsing.UseFont = false; this.xrLabel23.Size = new System.Drawing.Size(57, 16); this.xrLabel23.Text = "会员余额:"; this.xrLabel23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // xrLine1 // this.xrLine1.LineStyle = System.Drawing.Drawing2D.DashStyle.DashDot; this.xrLine1.Location = new System.Drawing.Point(0, 175); this.xrLine1.Name = "xrLine1"; this.xrLine1.Size = new System.Drawing.Size(186, 8); // // xrLabel6 // this.xrLabel6.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel6.Location = new System.Drawing.Point(50, 100); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.ParentStyleUsing.UseFont = false; this.xrLabel6.Size = new System.Drawing.Size(123, 16); this.xrLabel6.Text = "0"; // // xrLabel5 // this.xrLabel5.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel5.Location = new System.Drawing.Point(3, 100); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.ParentStyleUsing.UseFont = false; this.xrLabel5.Size = new System.Drawing.Size(46, 16); this.xrLabel5.Text = "小票号:"; // // xrLabel4 // this.xrLabel4.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel4.Location = new System.Drawing.Point(58, 150); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.ParentStyleUsing.UseFont = false; this.xrLabel4.Size = new System.Drawing.Size(112, 20); this.xrLabel4.Text = "2007-04-28"; // // xrLabel3 // this.xrLabel3.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel3.Location = new System.Drawing.Point(2, 150); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.ParentStyleUsing.UseFont = false; this.xrLabel3.Size = new System.Drawing.Size(48, 19); this.xrLabel3.Text = "日 期:"; // // xrLabel2 // this.xrLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel2.Location = new System.Drawing.Point(0, 33); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.ParentStyleUsing.UseFont = false; this.xrLabel2.Size = new System.Drawing.Size(185, 27); this.xrLabel2.Text = "谢谢惠顾!"; // // xrLabel1 // this.xrLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel1.Location = new System.Drawing.Point(50, 8); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.ParentStyleUsing.UseFont = false; this.xrLabel1.Size = new System.Drawing.Size(97, 16); // // GroupHeader0 // this.GroupHeader0.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel10, this.xrLabel9, this.xrLabel8, this.xrLabel7 }); this.GroupHeader0.Height = 16; this.GroupHeader0.Name = "GroupHeader0"; // // xrLabel10 // this.xrLabel10.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel10.Location = new System.Drawing.Point(148, 0); this.xrLabel10.Name = "xrLabel10"; this.xrLabel10.ParentStyleUsing.UseFont = false; this.xrLabel10.Size = new System.Drawing.Size(41, 16); this.xrLabel10.Text = "小计"; this.xrLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // xrLabel9 // this.xrLabel9.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel9.Location = new System.Drawing.Point(118, 0); this.xrLabel9.Name = "xrLabel9"; this.xrLabel9.ParentStyleUsing.UseFont = false; this.xrLabel9.Size = new System.Drawing.Size(30, 16); this.xrLabel9.Text = "数量"; this.xrLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // xrLabel8 // this.xrLabel8.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel8.Location = new System.Drawing.Point(86, 0); this.xrLabel8.Name = "xrLabel8"; this.xrLabel8.ParentStyleUsing.UseFont = false; this.xrLabel8.Size = new System.Drawing.Size(32, 16); this.xrLabel8.Text = "单价"; this.xrLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // xrLabel7 // this.xrLabel7.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel7.Location = new System.Drawing.Point(0, 0); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.ParentStyleUsing.UseFont = false; this.xrLabel7.Size = new System.Drawing.Size(86, 16); this.xrLabel7.Text = "商品名称"; // // GroupFooter0 // this.GroupFooter0.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.ndRate, this.xrLabel30, this.xrLabel17, this.xrLabel20, this.xrLine2, this.xrLabel12, this.xrLabel16, this.xrLabel18, this.xrLabel19, this.xrLabel21, this.xrLabel22 }); this.GroupFooter0.Height = 88; this.GroupFooter0.Name = "GroupFooter0"; // // ndRate // this.ndRate.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.ndRate.Location = new System.Drawing.Point(133, 16); this.ndRate.Name = "ndRate"; this.ndRate.ParentStyleUsing.UseFont = false; this.ndRate.Size = new System.Drawing.Size(56, 16); this.ndRate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // xrLabel30 // this.xrLabel30.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel30.Location = new System.Drawing.Point(65, 16); this.xrLabel30.Name = "xrLabel30"; this.xrLabel30.ParentStyleUsing.UseFont = false; this.xrLabel30.Size = new System.Drawing.Size(67, 16); this.xrLabel30.Text = "折扣率:"; this.xrLabel30.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // xrLabel17 // this.xrLabel17.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel17.Location = new System.Drawing.Point(65, 32); this.xrLabel17.Name = "xrLabel17"; this.xrLabel17.ParentStyleUsing.UseFont = false; this.xrLabel17.Size = new System.Drawing.Size(67, 16); this.xrLabel17.Text = "折扣合计:"; this.xrLabel17.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // xrLabel20 // this.xrLabel20.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel20.Location = new System.Drawing.Point(65, 64); this.xrLabel20.Name = "xrLabel20"; this.xrLabel20.ParentStyleUsing.UseFont = false; this.xrLabel20.Size = new System.Drawing.Size(67, 16); this.xrLabel20.Text = "找零:"; this.xrLabel20.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // xrLine2 // this.xrLine2.LineStyle = System.Drawing.Drawing2D.DashStyle.DashDot; this.xrLine2.Location = new System.Drawing.Point(0, 80); this.xrLine2.Name = "xrLine2"; this.xrLine2.Size = new System.Drawing.Size(186, 8); // // xrLabel12 // this.xrLabel12.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel12.Location = new System.Drawing.Point(65, 0); this.xrLabel12.Name = "xrLabel12"; this.xrLabel12.ParentStyleUsing.UseFont = false; this.xrLabel12.Size = new System.Drawing.Size(67, 16); this.xrLabel12.Text = "应收合计:"; this.xrLabel12.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // xrLabel16 // this.xrLabel16.DataBindings.Add(new DevExpress.XtraReports.UI.XRBinding("Text", this.consItem1, "tbConsItem.nTFee", "")); this.xrLabel16.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel16.Location = new System.Drawing.Point(133, 0); this.xrLabel16.Name = "xrLabel16"; this.xrLabel16.ParentStyleUsing.UseFont = false; this.xrLabel16.Size = new System.Drawing.Size(55, 16); this.xrLabel16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // xrLabel18 // this.xrLabel18.DataBindings.Add(new DevExpress.XtraReports.UI.XRBinding("Text", this.consItem1, "tbConsItem.nTRate", "")); this.xrLabel18.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel18.Location = new System.Drawing.Point(133, 32); this.xrLabel18.Name = "xrLabel18"; this.xrLabel18.ParentStyleUsing.UseFont = false; this.xrLabel18.Size = new System.Drawing.Size(55, 16); this.xrLabel18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // xrLabel19 // this.xrLabel19.DataBindings.Add(new DevExpress.XtraReports.UI.XRBinding("Text", this.consItem1, "tbConsItem.vcCommName", "")); this.xrLabel19.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel19.Location = new System.Drawing.Point(65, 48); this.xrLabel19.Name = "xrLabel19"; this.xrLabel19.ParentStyleUsing.UseFont = false; this.xrLabel19.Size = new System.Drawing.Size(67, 16); this.xrLabel19.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // xrLabel21 // this.xrLabel21.DataBindings.Add(new DevExpress.XtraReports.UI.XRBinding("Text", this.consItem1, "tbConsItem.nPay", "")); this.xrLabel21.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel21.Location = new System.Drawing.Point(133, 48); this.xrLabel21.Name = "xrLabel21"; this.xrLabel21.ParentStyleUsing.UseFont = false; this.xrLabel21.Size = new System.Drawing.Size(55, 16); this.xrLabel21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // xrLabel22 // this.xrLabel22.DataBindings.Add(new DevExpress.XtraReports.UI.XRBinding("Text", this.consItem1, "tbConsItem.nBalance", "")); this.xrLabel22.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134))); this.xrLabel22.Location = new System.Drawing.Point(133, 64); this.xrLabel22.Name = "xrLabel22"; this.xrLabel22.ParentStyleUsing.UseFont = false; this.xrLabel22.Size = new System.Drawing.Size(55, 16); this.xrLabel22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // sqlDataAdapter1 // this.sqlDataAdapter1.SelectCommand = this.sqlSelectCommand1; this.sqlDataAdapter1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] { new System.Data.Common.DataTableMapping("Table", "tbConsItem", new System.Data.Common.DataColumnMapping[] { new System.Data.Common.DataColumnMapping("vcGoodsName", "vcGoodsName"), new System.Data.Common.DataColumnMapping("nPrice", "nPrice"), new System.Data.Common.DataColumnMapping("iCount", "iCount"), new System.Data.Common.DataColumnMapping("nFee", "nFee"), new System.Data.Common.DataColumnMapping("nTRate", "nTRate"), new System.Data.Common.DataColumnMapping("nTFee", "nTFee"), new System.Data.Common.DataColumnMapping("nPay", "nPay"), new System.Data.Common.DataColumnMapping("nBalance", "nBalance"), new System.Data.Common.DataColumnMapping("vcCommName", "vcCommName") }) }); // // sqlSelectCommand1 // this.sqlSelectCommand1.CommandText = @"SELECT tbGoods.vcGoodsName, tbConsItem.vcCardID, tbConsItem.nPrice, tbConsItem.iCount, tbConsItem.nFee, tbBill.nTRate, tbBill.nFee AS nTFee, tbBill.nPay, tbBill.nBalance, tbCommCode.vcCommName, tbConsItem.vcOperName FROM tbConsItem INNER JOIN tbGoods ON tbConsItem.vcGoodsID = tbGoods.vcGoodsID INNER JOIN tbBill ON tbConsItem.iSerial = tbBill.iSerial INNER JOIN tbCommCode ON tbBill.vcConsType = tbCommCode.vcCommCode"; this.sqlSelectCommand1.Connection = this.sqlConnection1; // // sqlConnection1 // this.sqlConnection1.ConnectionString = "workstation id=\"KMDX-Z9E5N5MK76\";packet size=4096;user id=sa;data source=\".\\sqlex" + "press\";persist security info=False;initial catalog=AMSCM_GY"; this.sqlConnection1.InfoMessage += new System.Data.SqlClient.SqlInfoMessageEventHandler(this.sqlConnection1_InfoMessage); // // PageFooter // this.PageFooter.Height = 0; this.PageFooter.Name = "PageFooter"; // // xrConsTiny // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.GroupHeader0, this.GroupFooter0, this.PageFooter }); this.DataAdapter = this.sqlDataAdapter1; this.DataSource = this.consItem1; this.PageWidth = 392; ((System.ComponentModel.ISupportInitialize)(this.consItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPictureBox1, this.xrLabel1 }); this.Detail.Name = "Detail"; // // PageHeader // this.PageHeader.Height = 30; this.PageHeader.Name = "PageHeader"; // // PageFooter // this.PageFooter.Height = 30; this.PageFooter.Name = "PageFooter"; // // xrLabel1 // this.xrLabel1.Location = new System.Drawing.Point(92, 8); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Size = new System.Drawing.Size(100, 25); this.xrLabel1.Text = "xrLabel1"; // // xrPictureBox1 // this.xrPictureBox1.Location = new System.Drawing.Point(92, 42); this.xrPictureBox1.Name = "xrPictureBox1"; this.xrPictureBox1.Size = new System.Drawing.Size(100, 25); // // DetailReport // this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail1 }); this.DetailReport.Name = "DetailReport"; // // Detail1 // this.Detail1.Name = "Detail1"; // // XtraReport1 // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter, this.DetailReport }); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary2 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary3 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary4 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary5 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary6 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary7 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary8 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary9 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary10 = new DevExpress.XtraReports.UI.XRSummary(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.fAmount = new DevExpress.XtraReports.UI.XRLabel(); this.fPaymentMode = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.fTime = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.fTitle = new DevExpress.XtraReports.UI.XRLabel(); this.fDate = new DevExpress.XtraReports.UI.XRLabel(); this.fBranch = new DevExpress.XtraReports.UI.XRLabel(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.fFreebieQty = new DevExpress.XtraReports.UI.XRLabel(); this.fFreebie = new DevExpress.XtraReports.UI.XRLabel(); this.fTotDisc = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); this.fNoVoid = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); this.fVoidAmt = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); this.fTotTrans = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); this.fClosingStaff = new DevExpress.XtraReports.UI.XRLabel(); this.fLCKBalance = new DevExpress.XtraReports.UI.XRLabel(); this.fMWBalance = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.fVerifyStaff = new DevExpress.XtraReports.UI.XRLabel(); this.xrLine2 = new DevExpress.XtraReports.UI.XRLine(); this.xrLine1 = new DevExpress.XtraReports.UI.XRLine(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.fAmount, this.fPaymentMode }); this.Detail.Height = 20; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fAmount // this.fAmount.Font = new System.Drawing.Font("Arial", 8F); this.fAmount.Location = new System.Drawing.Point(197, 0); this.fAmount.Name = "fAmount"; this.fAmount.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fAmount.Size = new System.Drawing.Size(77, 17); xrSummary1.FormatString = "{0:$0.00}"; this.fAmount.Summary = xrSummary1; this.fAmount.Text = "xrLabel1"; this.fAmount.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // fPaymentMode // this.fPaymentMode.Font = new System.Drawing.Font("Arial", 8F); this.fPaymentMode.Location = new System.Drawing.Point(22, 0); this.fPaymentMode.Name = "fPaymentMode"; this.fPaymentMode.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fPaymentMode.Size = new System.Drawing.Size(175, 17); this.fPaymentMode.Text = "fPaymentMode"; this.fPaymentMode.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // PageHeader // this.PageHeader.Height = 0; this.PageHeader.Name = "PageHeader"; this.PageHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.PageHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // PageFooter // this.PageFooter.Height = 0; this.PageFooter.Name = "PageFooter"; this.PageFooter.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.PageFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.fTime, this.xrLabel6, this.xrLabel1, this.xrLabel7, this.fTitle, this.fDate, this.fBranch }); this.ReportHeader.Font = new System.Drawing.Font("Times New Roman", 9.75F); this.ReportHeader.Height = 77; this.ReportHeader.Name = "ReportHeader"; this.ReportHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.ReportHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fTime // this.fTime.Font = new System.Drawing.Font("Arial", 8F); this.fTime.Location = new System.Drawing.Point(183, 42); this.fTime.Name = "fTime"; this.fTime.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fTime.Size = new System.Drawing.Size(61, 17); xrSummary2.FormatString = "{0:hh:mm tt}"; this.fTime.Summary = xrSummary2; this.fTime.Text = "09:00 AM"; this.fTime.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel6 // this.xrLabel6.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel6.Location = new System.Drawing.Point(15, 27); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel6.Size = new System.Drawing.Size(234, 17); this.xrLabel6.Text = "SHIFT SETTLEMENT REPORT"; this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel1 // this.xrLabel1.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel1.Location = new System.Drawing.Point(140, 42); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.Size = new System.Drawing.Size(42, 17); this.xrLabel1.Text = "TIME:"; this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel7 // this.xrLabel7.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel7.Location = new System.Drawing.Point(15, 42); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel7.Size = new System.Drawing.Size(42, 17); this.xrLabel7.Text = "DATE :"; this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fTitle // this.fTitle.Font = new System.Drawing.Font("Arial", 8F); this.fTitle.Location = new System.Drawing.Point(15, 58); this.fTitle.Name = "fTitle"; this.fTitle.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fTitle.Size = new System.Drawing.Size(234, 17); this.fTitle.Text = "SHIFT 1. T1 REPORT"; this.fTitle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fDate // this.fDate.Font = new System.Drawing.Font("Arial", 8F); this.fDate.Location = new System.Drawing.Point(56, 42); this.fDate.Name = "fDate"; this.fDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fDate.Size = new System.Drawing.Size(83, 17); xrSummary3.FormatString = "{0:dd/MM/yyyy}"; this.fDate.Summary = xrSummary3; this.fDate.Text = "11/02/2006"; this.fDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fBranch // this.fBranch.Font = new System.Drawing.Font("Arial", 8F); this.fBranch.Location = new System.Drawing.Point(15, 8); this.fBranch.Name = "fBranch"; this.fBranch.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fBranch.Size = new System.Drawing.Size(232, 17); this.fBranch.Text = "AMORE FITNESS BRANCH HQ"; this.fBranch.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.fFreebieQty, this.fFreebie, this.fTotDisc, this.xrLabel14, this.fNoVoid, this.xrLabel12, this.fVoidAmt, this.xrLabel10, this.fTotTrans, this.xrLabel8, this.fClosingStaff, this.fLCKBalance, this.fMWBalance, this.xrLabel4, this.xrLabel2, this.xrLabel3, this.xrLabel5, this.fVerifyStaff, this.xrLine2, this.xrLine1 }); this.ReportFooter.Height = 359; this.ReportFooter.Name = "ReportFooter"; this.ReportFooter.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.ReportFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fFreebieQty // this.fFreebieQty.Font = new System.Drawing.Font("Arial", 8F); this.fFreebieQty.Location = new System.Drawing.Point(218, 125); this.fFreebieQty.Multiline = true; this.fFreebieQty.Name = "fFreebieQty"; this.fFreebieQty.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fFreebieQty.Size = new System.Drawing.Size(55, 17); xrSummary4.FormatString = "{0:$0.00}"; this.fFreebieQty.Summary = xrSummary4; this.fFreebieQty.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // fFreebie // this.fFreebie.Font = new System.Drawing.Font("Arial", 8F); this.fFreebie.Location = new System.Drawing.Point(26, 125); this.fFreebie.Multiline = true; this.fFreebie.Name = "fFreebie"; this.fFreebie.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fFreebie.Size = new System.Drawing.Size(192, 17); this.fFreebie.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fTotDisc // this.fTotDisc.Font = new System.Drawing.Font("Arial", 8F); this.fTotDisc.Location = new System.Drawing.Point(197, 100); this.fTotDisc.Name = "fTotDisc"; this.fTotDisc.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fTotDisc.Size = new System.Drawing.Size(77, 17); xrSummary5.FormatString = "{0:$0.00}"; this.fTotDisc.Summary = xrSummary5; this.fTotDisc.Text = "0"; this.fTotDisc.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // xrLabel14 // this.xrLabel14.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel14.Location = new System.Drawing.Point(22, 100); this.xrLabel14.Name = "xrLabel14"; this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel14.Size = new System.Drawing.Size(175, 17); this.xrLabel14.Text = "TOTAL DISCOUNT GIVEN"; this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fNoVoid // this.fNoVoid.Font = new System.Drawing.Font("Arial", 8F); this.fNoVoid.Location = new System.Drawing.Point(197, 83); this.fNoVoid.Name = "fNoVoid"; this.fNoVoid.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fNoVoid.Size = new System.Drawing.Size(77, 17); xrSummary6.FormatString = "{0:$0.00}"; this.fNoVoid.Summary = xrSummary6; this.fNoVoid.Text = "0"; this.fNoVoid.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // xrLabel12 // this.xrLabel12.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel12.Location = new System.Drawing.Point(22, 83); this.xrLabel12.Name = "xrLabel12"; this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel12.Size = new System.Drawing.Size(175, 17); this.xrLabel12.Text = "NO. OF RECEIPT VOID"; this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fVoidAmt // this.fVoidAmt.Font = new System.Drawing.Font("Arial", 8F); this.fVoidAmt.Location = new System.Drawing.Point(197, 67); this.fVoidAmt.Name = "fVoidAmt"; this.fVoidAmt.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fVoidAmt.Size = new System.Drawing.Size(77, 17); xrSummary7.FormatString = "{0:$0.00}"; this.fVoidAmt.Summary = xrSummary7; this.fVoidAmt.Text = "0"; this.fVoidAmt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // xrLabel10 // this.xrLabel10.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel10.Location = new System.Drawing.Point(22, 67); this.xrLabel10.Name = "xrLabel10"; this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel10.Size = new System.Drawing.Size(175, 17); this.xrLabel10.Text = "VOID AMOUNT"; this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fTotTrans // this.fTotTrans.Font = new System.Drawing.Font("Arial", 8F); this.fTotTrans.Location = new System.Drawing.Point(197, 50); this.fTotTrans.Name = "fTotTrans"; this.fTotTrans.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fTotTrans.Size = new System.Drawing.Size(77, 17); xrSummary8.FormatString = "{0:$0.00}"; this.fTotTrans.Summary = xrSummary8; this.fTotTrans.Text = "0"; this.fTotTrans.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // xrLabel8 // this.xrLabel8.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel8.Location = new System.Drawing.Point(22, 50); this.xrLabel8.Name = "xrLabel8"; this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel8.Size = new System.Drawing.Size(175, 17); this.xrLabel8.Text = "TOTAL TRANSACTION"; this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fClosingStaff // this.fClosingStaff.Font = new System.Drawing.Font("Arial", 8F); this.fClosingStaff.Location = new System.Drawing.Point(17, 242); this.fClosingStaff.Name = "fClosingStaff"; this.fClosingStaff.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fClosingStaff.Size = new System.Drawing.Size(275, 17); this.fClosingStaff.Text = "xxxxxx"; this.fClosingStaff.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fLCKBalance // this.fLCKBalance.Font = new System.Drawing.Font("Arial", 8F); this.fLCKBalance.Location = new System.Drawing.Point(197, 25); this.fLCKBalance.Name = "fLCKBalance"; this.fLCKBalance.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fLCKBalance.Size = new System.Drawing.Size(77, 17); xrSummary9.FormatString = "{0:$0.00}"; this.fLCKBalance.Summary = xrSummary9; this.fLCKBalance.Text = "0"; this.fLCKBalance.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // fMWBalance // this.fMWBalance.Font = new System.Drawing.Font("Arial", 8F); this.fMWBalance.Location = new System.Drawing.Point(197, 8); this.fMWBalance.Name = "fMWBalance"; this.fMWBalance.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fMWBalance.Size = new System.Drawing.Size(77, 17); xrSummary10.FormatString = "{0:$0.00}"; this.fMWBalance.Summary = xrSummary10; this.fMWBalance.Text = "0"; this.fMWBalance.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // xrLabel4 // this.xrLabel4.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel4.Location = new System.Drawing.Point(22, 25); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel4.Size = new System.Drawing.Size(175, 17); this.xrLabel4.Text = "BALANCE OF LOCKER"; this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel2 // this.xrLabel2.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel2.Location = new System.Drawing.Point(22, 8); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel2.Size = new System.Drawing.Size(175, 17); this.xrLabel2.Text = "BALANCE OF MINERAL WATER"; this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel3 // this.xrLabel3.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel3.Location = new System.Drawing.Point(17, 225); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel3.Size = new System.Drawing.Size(175, 17); this.xrLabel3.Text = "MONEY DEPOSITED BY"; this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel5 // this.xrLabel5.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel5.Location = new System.Drawing.Point(17, 308); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel5.Size = new System.Drawing.Size(175, 17); this.xrLabel5.Text = "VERIFIED BY"; this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fVerifyStaff // this.fVerifyStaff.Font = new System.Drawing.Font("Arial", 8F); this.fVerifyStaff.Location = new System.Drawing.Point(17, 325); this.fVerifyStaff.Name = "fVerifyStaff"; this.fVerifyStaff.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fVerifyStaff.Size = new System.Drawing.Size(275, 17); this.fVerifyStaff.Text = "XXX"; this.fVerifyStaff.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLine2 // this.xrLine2.Location = new System.Drawing.Point(17, 300); this.xrLine2.Name = "xrLine2"; this.xrLine2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.xrLine2.Size = new System.Drawing.Size(175, 8); // // xrLine1 // this.xrLine1.Location = new System.Drawing.Point(17, 208); this.xrLine1.Name = "xrLine1"; this.xrLine1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.xrLine1.Size = new System.Drawing.Size(175, 8); // // rptShiftSettlement // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter, this.ReportHeader, this.ReportFooter }); this.Margins = new System.Drawing.Printing.Margins(0, 10, 10, 10); this.PageHeight = 1169; this.PageWidth = 310; this.PaperKind = System.Drawing.Printing.PaperKind.Custom; this.Version = "8.3"; ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblPackageCode = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblExpiryDate = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblBalance = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblPackageID = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblMemberName = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblMembershipID = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel10, this.xrlblPackageCode, this.xrlblExpiryDate, this.xrLabel7, this.xrLabel6, this.xrlblBalance, this.xrlblPackageID, this.xrLabel1, this.xrLabel3, this.xrlblMemberName, this.xrlblMembershipID, this.xrLabel2}); this.Detail.Height = 193; this.Detail.Name = "Detail"; // // xrLabel10 // this.xrLabel10.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel10.Location = new System.Drawing.Point(17, 92); this.xrLabel10.Name = "xrLabel10"; this.xrLabel10.ParentStyleUsing.UseFont = false; this.xrLabel10.Size = new System.Drawing.Size(123, 25); this.xrLabel10.Text = "Credit Package:"; // // xrlblPackageCode // this.xrlblPackageCode.Location = new System.Drawing.Point(158, 92); this.xrlblPackageCode.Name = "xrlblPackageCode"; this.xrlblPackageCode.Size = new System.Drawing.Size(150, 23); // // xrlblExpiryDate // this.xrlblExpiryDate.Location = new System.Drawing.Point(158, 150); this.xrlblExpiryDate.Name = "xrlblExpiryDate"; this.xrlblExpiryDate.Size = new System.Drawing.Size(150, 23); // // xrLabel7 // this.xrLabel7.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel7.Location = new System.Drawing.Point(17, 150); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.ParentStyleUsing.UseFont = false; this.xrLabel7.Size = new System.Drawing.Size(123, 25); this.xrLabel7.Text = "Expiry Date:"; // // xrLabel6 // this.xrLabel6.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel6.Location = new System.Drawing.Point(17, 121); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.ParentStyleUsing.UseFont = false; this.xrLabel6.Size = new System.Drawing.Size(123, 25); this.xrLabel6.Text = "Balance:"; // // xrlblBalance // this.xrlblBalance.Location = new System.Drawing.Point(158, 121); this.xrlblBalance.Name = "xrlblBalance"; this.xrlblBalance.Size = new System.Drawing.Size(150, 23); // // xrlblPackageID // this.xrlblPackageID.Location = new System.Drawing.Point(158, 62); this.xrlblPackageID.Name = "xrlblPackageID"; this.xrlblPackageID.Size = new System.Drawing.Size(150, 23); // // xrLabel1 // this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel1.Location = new System.Drawing.Point(17, 62); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.ParentStyleUsing.UseFont = false; this.xrLabel1.Size = new System.Drawing.Size(123, 25); this.xrLabel1.Text = "Cr Package ID:"; // // xrLabel3 // this.xrLabel3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel3.Location = new System.Drawing.Point(17, 33); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.ParentStyleUsing.UseFont = false; this.xrLabel3.Size = new System.Drawing.Size(123, 25); this.xrLabel3.Text = "Member Name:"; // // xrlblMemberName // this.xrlblMemberName.Location = new System.Drawing.Point(158, 33); this.xrlblMemberName.Name = "xrlblMemberName"; this.xrlblMemberName.Size = new System.Drawing.Size(150, 23); this.xrlblMemberName.Text = "xrlblMemberName"; // // xrlblMembershipID // this.xrlblMembershipID.Location = new System.Drawing.Point(158, 4); this.xrlblMembershipID.Name = "xrlblMembershipID"; this.xrlblMembershipID.Size = new System.Drawing.Size(150, 23); this.xrlblMembershipID.Text = "xrlblMembershipID"; // // xrLabel2 // this.xrLabel2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel2.Location = new System.Drawing.Point(17, 4); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.ParentStyleUsing.UseFont = false; this.xrLabel2.Size = new System.Drawing.Size(123, 25); this.xrLabel2.Text = "Membership ID:"; // // PageHeader // this.PageHeader.Height = 0; this.PageHeader.Name = "PageHeader"; // // PageFooter // this.PageFooter.Height = 0; this.PageFooter.Name = "PageFooter"; // // MemberPackageExpiryReport // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter}); this.Margins = new System.Drawing.Printing.Margins(10, 10, 10, 10); this.PageHeight = 500; this.PageWidth = 350; this.PaperKind = System.Drawing.Printing.PaperKind.Custom; ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel11, this.xrLabel10, this.xrLabel9, this.xrLabel8, this.xrLabel7, this.xrLabel6, this.xrLabel5, this.xrLabel4, this.xrLabel3, this.xrLabel2, this.xrLabel1}); this.Detail.Height = 328; this.Detail.Name = "Detail"; // // xrLabel11 // this.xrLabel11.Location = new System.Drawing.Point(175, 183); this.xrLabel11.Name = "xrLabel11"; this.xrLabel11.ParentStyleUsing.UseBorders = false; this.xrLabel11.Size = new System.Drawing.Size(442, 142); this.xrLabel11.Text = "xrLabel10"; // // xrLabel10 // this.xrLabel10.Location = new System.Drawing.Point(175, 150); this.xrLabel10.Name = "xrLabel10"; this.xrLabel10.ParentStyleUsing.UseBorders = false; this.xrLabel10.Size = new System.Drawing.Size(442, 25); this.xrLabel10.Text = "xrLabel10"; // // xrLabel9 // this.xrLabel9.Location = new System.Drawing.Point(175, 117); this.xrLabel9.Name = "xrLabel9"; this.xrLabel9.ParentStyleUsing.UseBorders = false; this.xrLabel9.Size = new System.Drawing.Size(442, 25); this.xrLabel9.Text = "xrLabel9"; // // xrLabel8 // this.xrLabel8.Location = new System.Drawing.Point(175, 83); this.xrLabel8.Name = "xrLabel8"; this.xrLabel8.ParentStyleUsing.UseBorders = false; this.xrLabel8.Size = new System.Drawing.Size(233, 25); this.xrLabel8.Text = "xrLabel8"; // // xrLabel7 // this.xrLabel7.Location = new System.Drawing.Point(175, 50); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.ParentStyleUsing.UseBorders = false; this.xrLabel7.Size = new System.Drawing.Size(233, 25); xrSummary1.FormatString = "{0:dd/MM/yyyy hh:mm:ss tt}"; this.xrLabel7.Summary = xrSummary1; // // xrLabel6 // this.xrLabel6.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.xrLabel6.Location = new System.Drawing.Point(58, 183); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.ParentStyleUsing.UseFont = false; this.xrLabel6.Size = new System.Drawing.Size(100, 25); this.xrLabel6.Text = "Message"; // // xrLabel5 // this.xrLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.xrLabel5.Location = new System.Drawing.Point(58, 150); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.ParentStyleUsing.UseFont = false; this.xrLabel5.Size = new System.Drawing.Size(100, 25); this.xrLabel5.Text = "Recipient"; // // xrLabel4 // this.xrLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.xrLabel4.Location = new System.Drawing.Point(58, 117); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.ParentStyleUsing.UseFont = false; this.xrLabel4.Size = new System.Drawing.Size(100, 25); this.xrLabel4.Text = "Subject"; // // xrLabel3 // this.xrLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.xrLabel3.Location = new System.Drawing.Point(58, 83); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.ParentStyleUsing.UseFont = false; this.xrLabel3.Size = new System.Drawing.Size(100, 25); this.xrLabel3.Text = "Author"; // // xrLabel2 // this.xrLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.xrLabel2.Location = new System.Drawing.Point(58, 50); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.ParentStyleUsing.UseFont = false; this.xrLabel2.Size = new System.Drawing.Size(100, 25); this.xrLabel2.Text = "Date Time"; // // xrLabel1 // this.xrLabel1.BackColor = System.Drawing.SystemColors.Control; this.xrLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); this.xrLabel1.Location = new System.Drawing.Point(25, 8); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.ParentStyleUsing.UseBackColor = false; this.xrLabel1.ParentStyleUsing.UseFont = false; this.xrLabel1.Size = new System.Drawing.Size(617, 25); this.xrLabel1.Text = "Bulletin"; // // PageHeader // this.PageHeader.Height = 0; this.PageHeader.Name = "PageHeader"; // // PageFooter // this.PageFooter.Height = 3; this.PageFooter.Name = "PageFooter"; // // rptBulletin // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter}); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrControl1 = new DevExpress.XtraReports.UI.XRControl(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrControl1, this.xrLabel3, this.xrLabel2, this.xrLabel1 }); this.Detail.Name = "Detail"; // // xrControl1 // this.xrControl1.Borders = DevExpress.XtraPrinting.BorderSide.All; this.xrControl1.Location = new System.Drawing.Point(550, 8); this.xrControl1.Name = "xrControl1"; this.xrControl1.ParentStyleUsing.UseBorders = false; this.xrControl1.Size = new System.Drawing.Size(100, 25); // // xrLabel3 // this.xrLabel3.Location = new System.Drawing.Point(408, 33); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Size = new System.Drawing.Size(100, 25); this.xrLabel3.Text = "xrLabel3"; // // xrLabel2 // this.xrLabel2.Location = new System.Drawing.Point(267, 50); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Size = new System.Drawing.Size(100, 25); this.xrLabel2.Text = "xrLabel2"; // // xrLabel1 // this.xrLabel1.Location = new System.Drawing.Point(150, 17); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Size = new System.Drawing.Size(100, 25); this.xrLabel1.Text = "xrLabel1"; // // PageHeader // this.PageHeader.Height = 30; this.PageHeader.Name = "PageHeader"; // // PageFooter // this.PageFooter.Height = 30; this.PageFooter.Name = "PageFooter"; // // XtraReport1 // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter }); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel2, this.xrLabel1 }); this.Detail.Height = 21; this.Detail.Name = "Detail"; // // PageHeader // this.PageHeader.Height = 30; this.PageHeader.Name = "PageHeader"; // // PageFooter // this.PageFooter.Height = 30; this.PageFooter.Name = "PageFooter"; // // xrLabel1 // this.xrLabel1.Location = new System.Drawing.Point(67, 0); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Size = new System.Drawing.Size(100, 20); this.xrLabel1.Text = "xrLabel1"; // // xrLabel2 // this.xrLabel2.Location = new System.Drawing.Point(207, 0); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Size = new System.Drawing.Size(100, 20); this.xrLabel2.Text = "xrLabel2"; // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel3, this.xrLabel4 }); this.GroupHeader1.Height = 20; this.GroupHeader1.Name = "GroupHeader1"; // // xrLabel4 // this.xrLabel4.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel4.Location = new System.Drawing.Point(207, 0); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.ParentStyleUsing.UseFont = false; this.xrLabel4.Size = new System.Drawing.Size(100, 20); this.xrLabel4.Text = "xrLabel4"; // // xrLabel3 // this.xrLabel3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel3.Location = new System.Drawing.Point(67, 0); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.ParentStyleUsing.UseFont = false; this.xrLabel3.Size = new System.Drawing.Size(100, 20); this.xrLabel3.Text = "xrLabel3"; // // XtraReport1 // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter, this.GroupHeader1 }); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblPackageActivation = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblPackageBalance = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblDaysToExpiry = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblRemainingClasses = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblBirthdayGreet = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblMemberName = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblMembershipID = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel7, this.xrLabel6, this.xrlblPackageActivation, this.xrlblPackageBalance, this.xrlblDaysToExpiry, this.xrlblRemainingClasses, this.xrlblBirthdayGreet, this.xrLabel5, this.xrlblMemberName, this.xrlblMembershipID, this.xrLabel3, this.xrLabel2}); this.Detail.Height = 294; this.Detail.Name = "Detail"; // // xrLabel7 // this.xrLabel7.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel7.Location = new System.Drawing.Point(8, 138); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.ParentStyleUsing.UseFont = false; this.xrLabel7.Size = new System.Drawing.Size(138, 24); this.xrLabel7.Text = "Outstanding Balance:"; // // xrLabel6 // this.xrLabel6.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel6.Location = new System.Drawing.Point(8, 106); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.ParentStyleUsing.UseFont = false; this.xrLabel6.Size = new System.Drawing.Size(123, 25); this.xrLabel6.Text = "Remaining Classes:"; // // xrlblPackageActivation // this.xrlblPackageActivation.Location = new System.Drawing.Point(10, 173); this.xrlblPackageActivation.Name = "xrlblPackageActivation"; this.xrlblPackageActivation.Size = new System.Drawing.Size(280, 23); // // xrlblPackageBalance // this.xrlblPackageBalance.Location = new System.Drawing.Point(150, 138); this.xrlblPackageBalance.Name = "xrlblPackageBalance"; this.xrlblPackageBalance.Size = new System.Drawing.Size(150, 23); // // xrlblDaysToExpiry // this.xrlblDaysToExpiry.Location = new System.Drawing.Point(150, 75); this.xrlblDaysToExpiry.Name = "xrlblDaysToExpiry"; this.xrlblDaysToExpiry.Size = new System.Drawing.Size(150, 23); // // xrlblRemainingClasses // this.xrlblRemainingClasses.Location = new System.Drawing.Point(150, 106); this.xrlblRemainingClasses.Name = "xrlblRemainingClasses"; this.xrlblRemainingClasses.Size = new System.Drawing.Size(150, 23); // // xrlblBirthdayGreet // this.xrlblBirthdayGreet.Location = new System.Drawing.Point(10, 200); this.xrlblBirthdayGreet.Name = "xrlblBirthdayGreet"; this.xrlblBirthdayGreet.Size = new System.Drawing.Size(280, 23); // // xrLabel5 // this.xrLabel5.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel5.Location = new System.Drawing.Point(8, 75); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.ParentStyleUsing.UseFont = false; this.xrLabel5.Size = new System.Drawing.Size(123, 25); this.xrLabel5.Text = "Expiry Date:"; // // xrlblMemberName // this.xrlblMemberName.Location = new System.Drawing.Point(150, 40); this.xrlblMemberName.Name = "xrlblMemberName"; this.xrlblMemberName.Size = new System.Drawing.Size(150, 23); // // xrlblMembershipID // this.xrlblMembershipID.Location = new System.Drawing.Point(150, 6); this.xrlblMembershipID.Name = "xrlblMembershipID"; this.xrlblMembershipID.Size = new System.Drawing.Size(150, 23); // // xrLabel3 // this.xrLabel3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel3.Location = new System.Drawing.Point(8, 40); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.ParentStyleUsing.UseFont = false; this.xrLabel3.Size = new System.Drawing.Size(123, 25); this.xrLabel3.Text = "Member Name:"; // // xrLabel2 // this.xrLabel2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel2.Location = new System.Drawing.Point(8, 6); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.ParentStyleUsing.UseFont = false; this.xrLabel2.Size = new System.Drawing.Size(123, 25); this.xrLabel2.Text = "Membership ID:"; // // PageHeader // this.PageHeader.Height = 0; this.PageHeader.Name = "PageHeader"; // // PageFooter // this.PageFooter.Height = 28; this.PageFooter.Name = "PageFooter"; // // ReportClassAttendanceReminder // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter}); this.Margins = new System.Drawing.Printing.Margins(100, 424, 100, 100); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { string resourceFileName = "XtraReport1.resx"; this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.dataSet11 = new localhost.DataSet1(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel2, this.xrLabel1 }); this.Detail.Height = 25; this.Detail.Name = "Detail"; // // PageHeader // this.PageHeader.Height = 30; this.PageHeader.Name = "PageHeader"; // // PageFooter // this.PageFooter.Height = 30; this.PageFooter.Name = "PageFooter"; // // dataSet11 // this.dataSet11.DataSetName = "DataSet1"; this.dataSet11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // xrLabel1 // this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", this.dataSet11, "MyTable.MyCol1", "") }); this.xrLabel1.Location = new System.Drawing.Point(0, 0); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.Size = new System.Drawing.Size(217, 25); this.xrLabel1.Text = "xrLabel1"; // // xrLabel2 // this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", this.dataSet11, "MyTable.MyCol2", "") }); this.xrLabel2.Location = new System.Drawing.Point(258, 0); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel2.Size = new System.Drawing.Size(209, 25); this.xrLabel2.Text = "xrLabel2"; // // XtraReport1 // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter }); this.DataMember = "MyTable"; this.DataSource = this.dataSet11; ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { string resourceFileName = "XtraReport1.resx"; this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel1 }); this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel1 // this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.xrLabel1.Location = new System.Drawing.Point(175, 33); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.Size = new System.Drawing.Size(325, 42); this.xrLabel1.StylePriority.UseFont = false; this.xrLabel1.Text = "SAMPLE REPORT"; // // PageHeader // this.PageHeader.Height = 30; this.PageHeader.Name = "PageHeader"; this.PageHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.PageHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // PageFooter // this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPageInfo1 }); this.PageFooter.Height = 73; this.PageFooter.Name = "PageFooter"; this.PageFooter.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.PageFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrPageInfo1 // this.xrPageInfo1.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.xrPageInfo1.Location = new System.Drawing.Point(358, 0); this.xrPageInfo1.Name = "xrPageInfo1"; this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrPageInfo1.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime; this.xrPageInfo1.Size = new System.Drawing.Size(283, 33); this.xrPageInfo1.StylePriority.UseFont = false; // // XtraReport1 // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter }); this.Version = "8.1"; ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblPackageCode = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblExpiryDate = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblBalance = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblPackageID = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblMemberName = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblMembershipID = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel10, this.xrlblPackageCode, this.xrlblExpiryDate, this.xrLabel7, this.xrLabel6, this.xrlblBalance, this.xrlblPackageID, this.xrLabel1, this.xrLabel3, this.xrlblMemberName, this.xrlblMembershipID, this.xrLabel2 }); this.Detail.Height = 193; this.Detail.Name = "Detail"; // // xrLabel10 // this.xrLabel10.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel10.Location = new System.Drawing.Point(17, 92); this.xrLabel10.Name = "xrLabel10"; this.xrLabel10.ParentStyleUsing.UseFont = false; this.xrLabel10.Size = new System.Drawing.Size(123, 25); this.xrLabel10.Text = "Package Code:"; // // xrlblPackageCode // this.xrlblPackageCode.Location = new System.Drawing.Point(158, 92); this.xrlblPackageCode.Name = "xrlblPackageCode"; this.xrlblPackageCode.Size = new System.Drawing.Size(150, 23); // // xrlblExpiryDate // this.xrlblExpiryDate.Location = new System.Drawing.Point(158, 150); this.xrlblExpiryDate.Name = "xrlblExpiryDate"; this.xrlblExpiryDate.Size = new System.Drawing.Size(150, 23); // // xrLabel7 // this.xrLabel7.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel7.Location = new System.Drawing.Point(17, 150); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.ParentStyleUsing.UseFont = false; this.xrLabel7.Size = new System.Drawing.Size(123, 25); this.xrLabel7.Text = "Expiry Date:"; // // xrLabel6 // this.xrLabel6.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel6.Location = new System.Drawing.Point(17, 121); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.ParentStyleUsing.UseFont = false; this.xrLabel6.Size = new System.Drawing.Size(123, 25); this.xrLabel6.Text = "Balance:"; // // xrlblBalance // this.xrlblBalance.Location = new System.Drawing.Point(158, 121); this.xrlblBalance.Name = "xrlblBalance"; this.xrlblBalance.Size = new System.Drawing.Size(150, 23); // // xrlblPackageID // this.xrlblPackageID.Location = new System.Drawing.Point(158, 62); this.xrlblPackageID.Name = "xrlblPackageID"; this.xrlblPackageID.Size = new System.Drawing.Size(150, 23); // // xrLabel1 // this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel1.Location = new System.Drawing.Point(17, 62); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.ParentStyleUsing.UseFont = false; this.xrLabel1.Size = new System.Drawing.Size(123, 25); this.xrLabel1.Text = "Package ID:"; // // xrLabel3 // this.xrLabel3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel3.Location = new System.Drawing.Point(17, 33); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.ParentStyleUsing.UseFont = false; this.xrLabel3.Size = new System.Drawing.Size(123, 25); this.xrLabel3.Text = "Member Name:"; // // xrlblMemberName // this.xrlblMemberName.Location = new System.Drawing.Point(158, 33); this.xrlblMemberName.Name = "xrlblMemberName"; this.xrlblMemberName.Size = new System.Drawing.Size(150, 23); this.xrlblMemberName.Text = "xrlblMemberName"; // // xrlblMembershipID // this.xrlblMembershipID.Location = new System.Drawing.Point(158, 4); this.xrlblMembershipID.Name = "xrlblMembershipID"; this.xrlblMembershipID.Size = new System.Drawing.Size(150, 23); this.xrlblMembershipID.Text = "xrlblMembershipID"; // // xrLabel2 // this.xrLabel2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel2.Location = new System.Drawing.Point(17, 4); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.ParentStyleUsing.UseFont = false; this.xrLabel2.Size = new System.Drawing.Size(123, 25); this.xrLabel2.Text = "Membership ID:"; // // PageHeader // this.PageHeader.Height = 0; this.PageHeader.Name = "PageHeader"; // // PageFooter // this.PageFooter.Height = 0; this.PageFooter.Name = "PageFooter"; // // MemberPackageExpiryReport // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter }); this.Margins = new System.Drawing.Printing.Margins(10, 10, 10, 10); this.PageHeight = 500; this.PageWidth = 350; this.PaperKind = System.Drawing.Printing.PaperKind.Custom; ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrLabel23 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel21 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLine1 = new DevExpress.XtraReports.UI.XRLine(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.xrLine4 = new DevExpress.XtraReports.UI.XRLine(); this.xrLine3 = new DevExpress.XtraReports.UI.XRLine(); this.xrLine2 = new DevExpress.XtraReports.UI.XRLine(); this.xrLabel30 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel29 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel28 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel27 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel(); this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); this.xrLabel26 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel25 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel24 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel23, this.xrLabel22, this.xrLabel21, this.xrLabel14, this.xrLabel6, this.xrLabel5, this.xrLabel4, this.xrLine1 }); this.Detail.Height = 25; this.Detail.Name = "Detail"; // // xrLabel23 // this.xrLabel23.Location = new System.Drawing.Point(208, 0); this.xrLabel23.Name = "xrLabel23"; this.xrLabel23.Size = new System.Drawing.Size(100, 17); this.xrLabel23.Text = "STYLE"; // // xrLabel22 // this.xrLabel22.Location = new System.Drawing.Point(108, 0); this.xrLabel22.Name = "xrLabel22"; this.xrLabel22.Size = new System.Drawing.Size(100, 17); this.xrLabel22.Text = "BRAND"; // // xrLabel21 // this.xrLabel21.Location = new System.Drawing.Point(8, 0); this.xrLabel21.Name = "xrLabel21"; this.xrLabel21.Size = new System.Drawing.Size(100, 17); this.xrLabel21.Text = "ITEMCODE"; // // xrLabel14 // this.xrLabel14.Location = new System.Drawing.Point(308, 0); this.xrLabel14.Name = "xrLabel14"; this.xrLabel14.Size = new System.Drawing.Size(100, 17); this.xrLabel14.Text = "COLOR"; // // xrLabel6 // this.xrLabel6.Location = new System.Drawing.Point(592, 0); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.Size = new System.Drawing.Size(58, 17); this.xrLabel6.Text = "QTY"; // // xrLabel5 // this.xrLabel5.Location = new System.Drawing.Point(467, 0); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Size = new System.Drawing.Size(125, 17); this.xrLabel5.Text = "DESCRIPTION"; // // xrLabel4 // this.xrLabel4.Location = new System.Drawing.Point(408, 0); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Size = new System.Drawing.Size(59, 17); this.xrLabel4.Text = "SIZE"; // // xrLine1 // this.xrLine1.Location = new System.Drawing.Point(8, 17); this.xrLine1.Name = "xrLine1"; this.xrLine1.Size = new System.Drawing.Size(642, 8); // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel13, this.xrLabel11, this.xrLabel3, this.xrLabel2, this.xrLabel1, this.xrLabel12, this.xrLabel10, this.xrLabel9, this.xrLabel8, this.xrLabel7, this.xrLabel19 }); this.PageHeader.Height = 155; this.PageHeader.Name = "PageHeader"; // // xrLabel13 // this.xrLabel13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBT.RequestedBy", "") }); this.xrLabel13.Location = new System.Drawing.Point(67, 125); this.xrLabel13.Name = "xrLabel13"; this.xrLabel13.Size = new System.Drawing.Size(583, 25); this.xrLabel13.Text = "xrLabel13"; // // xrLabel11 // this.xrLabel11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBT.ToBranch", "") }); this.xrLabel11.Location = new System.Drawing.Point(350, 100); this.xrLabel11.Name = "xrLabel11"; this.xrLabel11.Size = new System.Drawing.Size(100, 25); this.xrLabel11.Text = "xrLabel11"; // // xrLabel3 // this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBT.FromBranch", "") }); this.xrLabel3.Location = new System.Drawing.Point(67, 100); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Size = new System.Drawing.Size(100, 25); this.xrLabel3.Text = "xrLabel3"; // // xrLabel2 // this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBT.nIBTNo", "") }); this.xrLabel2.Location = new System.Drawing.Point(67, 42); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Size = new System.Drawing.Size(100, 25); this.xrLabel2.Text = "xrLabel2"; // // xrLabel1 // this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBT.Date", "{0:dd/MM/yyyy}") }); this.xrLabel1.Location = new System.Drawing.Point(67, 67); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Size = new System.Drawing.Size(208, 25); this.xrLabel1.Text = "xrLabel1"; // // xrLabel12 // this.xrLabel12.Location = new System.Drawing.Point(8, 42); this.xrLabel12.Name = "xrLabel12"; this.xrLabel12.Size = new System.Drawing.Size(59, 25); this.xrLabel12.Text = "No:"; // // xrLabel10 // this.xrLabel10.Location = new System.Drawing.Point(8, 67); this.xrLabel10.Name = "xrLabel10"; this.xrLabel10.Size = new System.Drawing.Size(59, 25); this.xrLabel10.Text = "Date:"; // // xrLabel9 // this.xrLabel9.Location = new System.Drawing.Point(8, 125); this.xrLabel9.Name = "xrLabel9"; this.xrLabel9.Size = new System.Drawing.Size(59, 25); this.xrLabel9.Text = "By:"; // // xrLabel8 // this.xrLabel8.Location = new System.Drawing.Point(292, 100); this.xrLabel8.Name = "xrLabel8"; this.xrLabel8.Size = new System.Drawing.Size(59, 25); this.xrLabel8.Text = "To:"; // // xrLabel7 // this.xrLabel7.Location = new System.Drawing.Point(8, 100); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.Size = new System.Drawing.Size(59, 25); this.xrLabel7.Text = "From:"; // // xrLabel19 // this.xrLabel19.Font = new System.Drawing.Font("Times New Roman", 16F, System.Drawing.FontStyle.Bold); this.xrLabel19.Location = new System.Drawing.Point(8, 8); this.xrLabel19.Name = "xrLabel19"; this.xrLabel19.ParentStyleUsing.UseFont = false; this.xrLabel19.Size = new System.Drawing.Size(317, 25); this.xrLabel19.Text = "INTER BRANCH TRANSFER"; // // PageFooter // this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPageInfo1 }); this.PageFooter.Height = 30; this.PageFooter.Name = "PageFooter"; // // xrPageInfo1 // this.xrPageInfo1.Format = "Page : {0 } / {1}"; this.xrPageInfo1.Location = new System.Drawing.Point(550, 0); this.xrPageInfo1.Name = "xrPageInfo1"; this.xrPageInfo1.Size = new System.Drawing.Size(100, 25); // // GroupFooter1 // this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLine4, this.xrLine3, this.xrLine2, this.xrLabel30, this.xrLabel29, this.xrLabel28, this.xrLabel27, this.xrLabel15 }); this.GroupFooter1.Height = 158; this.GroupFooter1.Name = "GroupFooter1"; // // xrLine4 // this.xrLine4.Location = new System.Drawing.Point(125, 133); this.xrLine4.Name = "xrLine4"; this.xrLine4.Size = new System.Drawing.Size(250, 25); // // xrLine3 // this.xrLine3.Location = new System.Drawing.Point(125, 92); this.xrLine3.Name = "xrLine3"; this.xrLine3.Size = new System.Drawing.Size(250, 25); // // xrLine2 // this.xrLine2.Location = new System.Drawing.Point(125, 50); this.xrLine2.Name = "xrLine2"; this.xrLine2.Size = new System.Drawing.Size(250, 25); // // xrLabel30 // this.xrLabel30.Location = new System.Drawing.Point(8, 133); this.xrLabel30.Name = "xrLabel30"; this.xrLabel30.Size = new System.Drawing.Size(117, 25); this.xrLabel30.Text = "Received By"; // // xrLabel29 // this.xrLabel29.Location = new System.Drawing.Point(8, 92); this.xrLabel29.Name = "xrLabel29"; this.xrLabel29.Size = new System.Drawing.Size(117, 25); this.xrLabel29.Text = "Delivery Personnel"; // // xrLabel28 // this.xrLabel28.Location = new System.Drawing.Point(8, 50); this.xrLabel28.Name = "xrLabel28"; this.xrLabel28.Size = new System.Drawing.Size(117, 25); this.xrLabel28.Text = "Sent By "; // // xrLabel27 // this.xrLabel27.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBT.Remark", "") }); this.xrLabel27.Location = new System.Drawing.Point(67, 0); this.xrLabel27.Name = "xrLabel27"; this.xrLabel27.Size = new System.Drawing.Size(583, 25); this.xrLabel27.Text = "xrLabel27"; // // xrLabel15 // this.xrLabel15.Location = new System.Drawing.Point(8, 0); this.xrLabel15.Name = "xrLabel15"; this.xrLabel15.Size = new System.Drawing.Size(59, 25); this.xrLabel15.Text = "Remark:"; // // DetailReport // this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail1 }); this.DetailReport.DataMember = "IBTEntries"; this.DetailReport.Name = "DetailReport"; // // Detail1 // this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel26, this.xrLabel25, this.xrLabel24, this.xrLabel20, this.xrLabel18, this.xrLabel17, this.xrLabel16 }); this.Detail1.Height = 25; this.Detail1.Name = "Detail1"; // // xrLabel26 // this.xrLabel26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBTEntries.Quantity", "") }); this.xrLabel26.Location = new System.Drawing.Point(600, 0); this.xrLabel26.Name = "xrLabel26"; this.xrLabel26.Size = new System.Drawing.Size(50, 25); this.xrLabel26.Text = "xrLabel26"; // // xrLabel25 // this.xrLabel25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBTEntries.Description", "") }); this.xrLabel25.Location = new System.Drawing.Point(467, 0); this.xrLabel25.Name = "xrLabel25"; this.xrLabel25.Size = new System.Drawing.Size(125, 25); this.xrLabel25.Text = "xrLabel25"; // // xrLabel24 // this.xrLabel24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBTEntries.Size", "") }); this.xrLabel24.Location = new System.Drawing.Point(408, 0); this.xrLabel24.Name = "xrLabel24"; this.xrLabel24.Size = new System.Drawing.Size(58, 25); this.xrLabel24.Text = "xrLabel24"; // // xrLabel20 // this.xrLabel20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBTEntries.Color", "") }); this.xrLabel20.Location = new System.Drawing.Point(308, 0); this.xrLabel20.Name = "xrLabel20"; this.xrLabel20.Size = new System.Drawing.Size(100, 25); this.xrLabel20.Text = "xrLabel20"; // // xrLabel18 // this.xrLabel18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBTEntries.Style", "") }); this.xrLabel18.Location = new System.Drawing.Point(208, 0); this.xrLabel18.Name = "xrLabel18"; this.xrLabel18.Size = new System.Drawing.Size(100, 25); this.xrLabel18.Text = "xrLabel18"; // // xrLabel17 // this.xrLabel17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBTEntries.Brand", "") }); this.xrLabel17.Location = new System.Drawing.Point(108, 0); this.xrLabel17.Name = "xrLabel17"; this.xrLabel17.Size = new System.Drawing.Size(100, 25); this.xrLabel17.Text = "xrLabel17"; // // xrLabel16 // this.xrLabel16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "IBTEntries.ItemCode", "") }); this.xrLabel16.Location = new System.Drawing.Point(8, 0); this.xrLabel16.Name = "xrLabel16"; this.xrLabel16.Size = new System.Drawing.Size(100, 25); this.xrLabel16.Text = "xrLabel16"; // // rptIBT // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter, this.GroupFooter1, this.DetailReport }); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { string resourceFileName = "XtraReport1.resx"; this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.dataSet11 = new DataSet1(); this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.custOrdersOrdersTableAdapter1 = new DataSet1TableAdapters.CustOrdersOrdersTableAdapter(); ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1 }); this.Detail.Height = 23; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // PageHeader // this.PageHeader.Height = 30; this.PageHeader.Name = "PageHeader"; this.PageHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.PageHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // PageFooter // this.PageFooter.Height = 30; this.PageFooter.Name = "PageFooter"; this.PageFooter.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.PageFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // dataSet11 // this.dataSet11.DataSetName = "DataSet1"; this.dataSet11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // xrTable1 // this.xrTable1.Location = new System.Drawing.Point(0, 0); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1 }); this.xrTable1.Size = new System.Drawing.Size(646, 23); // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell1, this.xrTableCell2, this.xrTableCell3, this.xrTableCell4 }); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Size = new System.Drawing.Size(646, 23); // // xrTableCell1 // this.xrTableCell1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustOrdersOrders.OrderDate", "") }); this.xrTableCell1.Location = new System.Drawing.Point(0, 0); this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell1.Size = new System.Drawing.Size(162, 23); this.xrTableCell1.Text = "xrTableCell1"; // // xrTableCell2 // this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustOrdersOrders.OrderID", "") }); this.xrTableCell2.Location = new System.Drawing.Point(162, 0); this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell2.Size = new System.Drawing.Size(162, 23); this.xrTableCell2.Text = "xrTableCell2"; // // xrTableCell3 // this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustOrdersOrders.RequiredDate", "") }); this.xrTableCell3.Location = new System.Drawing.Point(324, 0); this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell3.Size = new System.Drawing.Size(162, 23); this.xrTableCell3.Text = "xrTableCell3"; // // xrTableCell4 // this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustOrdersOrders.ShippedDate", "") }); this.xrTableCell4.Location = new System.Drawing.Point(486, 0); this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell4.Size = new System.Drawing.Size(160, 23); this.xrTableCell4.Text = "xrTableCell4"; // // custOrdersOrdersTableAdapter1 // this.custOrdersOrdersTableAdapter1.ClearBeforeFill = true; // // XtraReport1 // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter }); this.DataMember = "CustOrdersOrders"; this.DataSource = this.dataSet11; ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { string resourceFileName = "XtraReport1.resx"; this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.dataSet11 = new DataSet1(); this.ordersTableAdapter1 = new DataSet1TableAdapters.OrdersTableAdapter(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel1, this.xrLabel2, this.xrLabel3, this.xrLabel4 }); this.Detail.Height = 25; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // PageHeader // this.PageHeader.Height = 30; this.PageHeader.Name = "PageHeader"; this.PageHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.PageHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // PageFooter // this.PageFooter.Height = 30; this.PageFooter.Name = "PageFooter"; this.PageFooter.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.PageFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // dataSet11 // this.dataSet11.DataSetName = "DataSet1"; this.dataSet11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // ordersTableAdapter1 // this.ordersTableAdapter1.ClearBeforeFill = true; // // xrLabel1 // this.xrLabel1.BackColor = System.Drawing.Color.LightBlue; this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Orders.OrderID") }); this.xrLabel1.Location = new System.Drawing.Point(33, 0); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.Size = new System.Drawing.Size(100, 25); this.xrLabel1.StylePriority.UseBackColor = false; this.xrLabel1.Text = "xrLabel1"; // // xrLabel2 // this.xrLabel2.BackColor = System.Drawing.Color.LightBlue; this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Orders.OrderDate") }); this.xrLabel2.Location = new System.Drawing.Point(150, 0); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel2.Size = new System.Drawing.Size(242, 25); this.xrLabel2.StylePriority.UseBackColor = false; this.xrLabel2.Text = "xrLabel2"; // // xrLabel3 // this.xrLabel3.BackColor = System.Drawing.Color.LightBlue; this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Orders.CustomerID") }); this.xrLabel3.Location = new System.Drawing.Point(417, 0); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel3.Size = new System.Drawing.Size(100, 25); this.xrLabel3.StylePriority.UseBackColor = false; this.xrLabel3.Text = "xrLabel3"; // // xrLabel4 // this.xrLabel4.BackColor = System.Drawing.Color.LightBlue; this.xrLabel4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Orders.Freight") }); this.xrLabel4.Location = new System.Drawing.Point(542, 0); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel4.Size = new System.Drawing.Size(100, 25); this.xrLabel4.StylePriority.UseBackColor = false; this.xrLabel4.Text = "xrLabel4"; // // XtraReport1 // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter }); this.DataAdapter = this.ordersTableAdapter1; this.DataMember = "Orders"; this.DataSource = this.dataSet11; this.Version = "9.2"; ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { string resourceFileName = "XtraReport1.resx"; this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.dataSet11 = new DataSet1(); this.categoriesTableAdapter1 = new DataSet1TableAdapters.CategoriesTableAdapter(); ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPictureBox1, this.xrLabel3, this.xrLabel2 }); this.Detail.Height = 142; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrPictureBox1 // this.xrPictureBox1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Image", null, "Categories.Picture", "") }); this.xrPictureBox1.Location = new System.Drawing.Point(500, 42); this.xrPictureBox1.Name = "xrPictureBox1"; this.xrPictureBox1.Size = new System.Drawing.Size(133, 67); // // xrLabel3 // this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Categories.Description", "") }); this.xrLabel3.Location = new System.Drawing.Point(25, 83); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel3.Size = new System.Drawing.Size(392, 25); this.xrLabel3.Text = "xrLabel3"; // // xrLabel2 // this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Categories.CategoryName", "") }); this.xrLabel2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.xrLabel2.ForeColor = System.Drawing.Color.Blue; this.xrLabel2.Location = new System.Drawing.Point(25, 42); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel2.Size = new System.Drawing.Size(183, 25); this.xrLabel2.StylePriority.UseFont = false; this.xrLabel2.StylePriority.UseForeColor = false; this.xrLabel2.Text = "xrLabel2"; // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel1 }); this.PageHeader.Height = 42; this.PageHeader.Name = "PageHeader"; this.PageHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.PageHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel1 // this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 25F); this.xrLabel1.Location = new System.Drawing.Point(250, 0); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.Size = new System.Drawing.Size(158, 42); this.xrLabel1.StylePriority.UseFont = false; this.xrLabel1.Text = "Categories"; // // PageFooter // this.PageFooter.Height = 30; this.PageFooter.Name = "PageFooter"; this.PageFooter.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.PageFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // dataSet11 // this.dataSet11.DataSetName = "DataSet1"; this.dataSet11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // categoriesTableAdapter1 // this.categoriesTableAdapter1.ClearBeforeFill = true; // // XtraReport1 // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter }); this.DataAdapter = this.categoriesTableAdapter1; this.DataMember = "Categories"; this.DataSource = this.dataSet11; this.Version = "8.2"; this.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.XtraReport1_BeforePrint); ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary2 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary3 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary4 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary5 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary6 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary7 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary8 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary9 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary10 = new DevExpress.XtraReports.UI.XRSummary(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.fAmount = new DevExpress.XtraReports.UI.XRLabel(); this.fPaymentMode = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.fTime = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.fTitle = new DevExpress.XtraReports.UI.XRLabel(); this.fDate = new DevExpress.XtraReports.UI.XRLabel(); this.fBranch = new DevExpress.XtraReports.UI.XRLabel(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.fFreebieQty = new DevExpress.XtraReports.UI.XRLabel(); this.fFreebie = new DevExpress.XtraReports.UI.XRLabel(); this.fTotDisc = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); this.fNoVoid = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); this.fVoidAmt = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); this.fTotTrans = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); this.fClosingStaff = new DevExpress.XtraReports.UI.XRLabel(); this.fLCKBalance = new DevExpress.XtraReports.UI.XRLabel(); this.fMWBalance = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.fVerifyStaff = new DevExpress.XtraReports.UI.XRLabel(); this.xrLine2 = new DevExpress.XtraReports.UI.XRLine(); this.xrLine1 = new DevExpress.XtraReports.UI.XRLine(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.fAmount, this.fPaymentMode}); this.Detail.Height = 20; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fAmount // this.fAmount.Font = new System.Drawing.Font("Arial", 8F); this.fAmount.Location = new System.Drawing.Point(197, 0); this.fAmount.Name = "fAmount"; this.fAmount.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fAmount.Size = new System.Drawing.Size(77, 17); xrSummary1.FormatString = "{0:$0.00}"; this.fAmount.Summary = xrSummary1; this.fAmount.Text = "xrLabel1"; this.fAmount.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // fPaymentMode // this.fPaymentMode.Font = new System.Drawing.Font("Arial", 8F); this.fPaymentMode.Location = new System.Drawing.Point(22, 0); this.fPaymentMode.Name = "fPaymentMode"; this.fPaymentMode.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fPaymentMode.Size = new System.Drawing.Size(175, 17); this.fPaymentMode.Text = "fPaymentMode"; this.fPaymentMode.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // PageHeader // this.PageHeader.Height = 0; this.PageHeader.Name = "PageHeader"; this.PageHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.PageHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // PageFooter // this.PageFooter.Height = 0; this.PageFooter.Name = "PageFooter"; this.PageFooter.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.PageFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.fTime, this.xrLabel6, this.xrLabel1, this.xrLabel7, this.fTitle, this.fDate, this.fBranch}); this.ReportHeader.Font = new System.Drawing.Font("Times New Roman", 9.75F); this.ReportHeader.Height = 77; this.ReportHeader.Name = "ReportHeader"; this.ReportHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.ReportHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fTime // this.fTime.Font = new System.Drawing.Font("Arial", 8F); this.fTime.Location = new System.Drawing.Point(183, 42); this.fTime.Name = "fTime"; this.fTime.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fTime.Size = new System.Drawing.Size(61, 17); xrSummary2.FormatString = "{0:hh:mm tt}"; this.fTime.Summary = xrSummary2; this.fTime.Text = "09:00 AM"; this.fTime.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel6 // this.xrLabel6.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel6.Location = new System.Drawing.Point(15, 27); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel6.Size = new System.Drawing.Size(234, 17); this.xrLabel6.Text = "SHIFT SETTLEMENT REPORT"; this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel1 // this.xrLabel1.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel1.Location = new System.Drawing.Point(140, 42); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.Size = new System.Drawing.Size(42, 17); this.xrLabel1.Text = "TIME:"; this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel7 // this.xrLabel7.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel7.Location = new System.Drawing.Point(15, 42); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel7.Size = new System.Drawing.Size(42, 17); this.xrLabel7.Text = "DATE :"; this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fTitle // this.fTitle.Font = new System.Drawing.Font("Arial", 8F); this.fTitle.Location = new System.Drawing.Point(15, 58); this.fTitle.Name = "fTitle"; this.fTitle.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fTitle.Size = new System.Drawing.Size(234, 17); this.fTitle.Text = "SHIFT 1. T1 REPORT"; this.fTitle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fDate // this.fDate.Font = new System.Drawing.Font("Arial", 8F); this.fDate.Location = new System.Drawing.Point(56, 42); this.fDate.Name = "fDate"; this.fDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fDate.Size = new System.Drawing.Size(83, 17); xrSummary3.FormatString = "{0:dd/MM/yyyy}"; this.fDate.Summary = xrSummary3; this.fDate.Text = "11/02/2006"; this.fDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fBranch // this.fBranch.Font = new System.Drawing.Font("Arial", 8F); this.fBranch.Location = new System.Drawing.Point(15, 8); this.fBranch.Name = "fBranch"; this.fBranch.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fBranch.Size = new System.Drawing.Size(232, 17); this.fBranch.Text = "AMORE FITNESS BRANCH HQ"; this.fBranch.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.fFreebieQty, this.fFreebie, this.fTotDisc, this.xrLabel14, this.fNoVoid, this.xrLabel12, this.fVoidAmt, this.xrLabel10, this.fTotTrans, this.xrLabel8, this.fClosingStaff, this.fLCKBalance, this.fMWBalance, this.xrLabel4, this.xrLabel2, this.xrLabel3, this.xrLabel5, this.fVerifyStaff, this.xrLine2, this.xrLine1}); this.ReportFooter.Height = 359; this.ReportFooter.Name = "ReportFooter"; this.ReportFooter.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.ReportFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fFreebieQty // this.fFreebieQty.Font = new System.Drawing.Font("Arial", 8F); this.fFreebieQty.Location = new System.Drawing.Point(218, 125); this.fFreebieQty.Multiline = true; this.fFreebieQty.Name = "fFreebieQty"; this.fFreebieQty.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fFreebieQty.Size = new System.Drawing.Size(55, 17); xrSummary4.FormatString = "{0:$0.00}"; this.fFreebieQty.Summary = xrSummary4; this.fFreebieQty.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // fFreebie // this.fFreebie.Font = new System.Drawing.Font("Arial", 8F); this.fFreebie.Location = new System.Drawing.Point(26, 125); this.fFreebie.Multiline = true; this.fFreebie.Name = "fFreebie"; this.fFreebie.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fFreebie.Size = new System.Drawing.Size(192, 17); this.fFreebie.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fTotDisc // this.fTotDisc.Font = new System.Drawing.Font("Arial", 8F); this.fTotDisc.Location = new System.Drawing.Point(197, 100); this.fTotDisc.Name = "fTotDisc"; this.fTotDisc.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fTotDisc.Size = new System.Drawing.Size(77, 17); xrSummary5.FormatString = "{0:$0.00}"; this.fTotDisc.Summary = xrSummary5; this.fTotDisc.Text = "0"; this.fTotDisc.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // xrLabel14 // this.xrLabel14.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel14.Location = new System.Drawing.Point(22, 100); this.xrLabel14.Name = "xrLabel14"; this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel14.Size = new System.Drawing.Size(175, 17); this.xrLabel14.Text = "TOTAL DISCOUNT GIVEN"; this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fNoVoid // this.fNoVoid.Font = new System.Drawing.Font("Arial", 8F); this.fNoVoid.Location = new System.Drawing.Point(197, 83); this.fNoVoid.Name = "fNoVoid"; this.fNoVoid.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fNoVoid.Size = new System.Drawing.Size(77, 17); xrSummary6.FormatString = "{0:$0.00}"; this.fNoVoid.Summary = xrSummary6; this.fNoVoid.Text = "0"; this.fNoVoid.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // xrLabel12 // this.xrLabel12.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel12.Location = new System.Drawing.Point(22, 83); this.xrLabel12.Name = "xrLabel12"; this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel12.Size = new System.Drawing.Size(175, 17); this.xrLabel12.Text = "NO. OF RECEIPT VOID"; this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fVoidAmt // this.fVoidAmt.Font = new System.Drawing.Font("Arial", 8F); this.fVoidAmt.Location = new System.Drawing.Point(197, 67); this.fVoidAmt.Name = "fVoidAmt"; this.fVoidAmt.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fVoidAmt.Size = new System.Drawing.Size(77, 17); xrSummary7.FormatString = "{0:$0.00}"; this.fVoidAmt.Summary = xrSummary7; this.fVoidAmt.Text = "0"; this.fVoidAmt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // xrLabel10 // this.xrLabel10.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel10.Location = new System.Drawing.Point(22, 67); this.xrLabel10.Name = "xrLabel10"; this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel10.Size = new System.Drawing.Size(175, 17); this.xrLabel10.Text = "VOID AMOUNT"; this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fTotTrans // this.fTotTrans.Font = new System.Drawing.Font("Arial", 8F); this.fTotTrans.Location = new System.Drawing.Point(197, 50); this.fTotTrans.Name = "fTotTrans"; this.fTotTrans.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fTotTrans.Size = new System.Drawing.Size(77, 17); xrSummary8.FormatString = "{0:$0.00}"; this.fTotTrans.Summary = xrSummary8; this.fTotTrans.Text = "0"; this.fTotTrans.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // xrLabel8 // this.xrLabel8.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel8.Location = new System.Drawing.Point(22, 50); this.xrLabel8.Name = "xrLabel8"; this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel8.Size = new System.Drawing.Size(175, 17); this.xrLabel8.Text = "TOTAL TRANSACTION"; this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fClosingStaff // this.fClosingStaff.Font = new System.Drawing.Font("Arial", 8F); this.fClosingStaff.Location = new System.Drawing.Point(17, 242); this.fClosingStaff.Name = "fClosingStaff"; this.fClosingStaff.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fClosingStaff.Size = new System.Drawing.Size(275, 17); this.fClosingStaff.Text = "xxxxxx"; this.fClosingStaff.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fLCKBalance // this.fLCKBalance.Font = new System.Drawing.Font("Arial", 8F); this.fLCKBalance.Location = new System.Drawing.Point(197, 25); this.fLCKBalance.Name = "fLCKBalance"; this.fLCKBalance.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fLCKBalance.Size = new System.Drawing.Size(77, 17); xrSummary9.FormatString = "{0:$0.00}"; this.fLCKBalance.Summary = xrSummary9; this.fLCKBalance.Text = "0"; this.fLCKBalance.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // fMWBalance // this.fMWBalance.Font = new System.Drawing.Font("Arial", 8F); this.fMWBalance.Location = new System.Drawing.Point(197, 8); this.fMWBalance.Name = "fMWBalance"; this.fMWBalance.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fMWBalance.Size = new System.Drawing.Size(77, 17); xrSummary10.FormatString = "{0:$0.00}"; this.fMWBalance.Summary = xrSummary10; this.fMWBalance.Text = "0"; this.fMWBalance.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // xrLabel4 // this.xrLabel4.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel4.Location = new System.Drawing.Point(22, 25); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel4.Size = new System.Drawing.Size(175, 17); this.xrLabel4.Text = "BALANCE OF LOCKER"; this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel2 // this.xrLabel2.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel2.Location = new System.Drawing.Point(22, 8); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel2.Size = new System.Drawing.Size(175, 17); this.xrLabel2.Text = "BALANCE OF MINERAL WATER"; this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel3 // this.xrLabel3.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel3.Location = new System.Drawing.Point(17, 225); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel3.Size = new System.Drawing.Size(175, 17); this.xrLabel3.Text = "MONEY DEPOSITED BY"; this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel5 // this.xrLabel5.Font = new System.Drawing.Font("Arial", 8F); this.xrLabel5.Location = new System.Drawing.Point(17, 308); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel5.Size = new System.Drawing.Size(175, 17); this.xrLabel5.Text = "VERIFIED BY"; this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // fVerifyStaff // this.fVerifyStaff.Font = new System.Drawing.Font("Arial", 8F); this.fVerifyStaff.Location = new System.Drawing.Point(17, 325); this.fVerifyStaff.Name = "fVerifyStaff"; this.fVerifyStaff.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.fVerifyStaff.Size = new System.Drawing.Size(275, 17); this.fVerifyStaff.Text = "XXX"; this.fVerifyStaff.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLine2 // this.xrLine2.Location = new System.Drawing.Point(17, 300); this.xrLine2.Name = "xrLine2"; this.xrLine2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.xrLine2.Size = new System.Drawing.Size(175, 8); // // xrLine1 // this.xrLine1.Location = new System.Drawing.Point(17, 208); this.xrLine1.Name = "xrLine1"; this.xrLine1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.xrLine1.Size = new System.Drawing.Size(175, 8); // // rptShiftSettlement // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.PageFooter, this.ReportHeader, this.ReportFooter}); this.Margins = new System.Drawing.Printing.Margins(0, 10, 10, 10); this.PageHeight = 1169; this.PageWidth = 310; this.PaperKind = System.Drawing.Printing.PaperKind.Custom; this.Version = "8.3"; ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }