public void GivenTheXRSubreportContainerExistsInTheParentReportBand(string location) { const string nameToUse = "SubReportContainer"; Band band; switch (location.ToUpper()) { case "HEADER": band = new ReportHeaderBand(); _getContainerFunc = r => (XRSubreport)r.Bands[BandKind.ReportHeader].Controls[nameToUse]; break; case "FOOTER": band = new ReportFooterBand(); _getContainerFunc = r => (XRSubreport) r.Bands[BandKind.ReportFooter].Controls[nameToUse]; break; case "DETAIL": band = new DetailBand(); _getContainerFunc = r => (XRSubreport) r.Bands[BandKind.Detail].Controls[nameToUse]; break; default: throw new NotImplementedException(); } _parentReport.Bands.Add(band); _xrSubreportContainer = new XRSubreport {Name = nameToUse}; band.Controls.Add(_xrSubreportContainer); }
public void GivenTheDetailReportBandContainsASubreportInItsHeaderBand(string location) { Band band; switch (location.ToUpper()) { case "HEADER": band = new ReportHeaderBand(); break; case "FOOTER": band = new ReportFooterBand(); break; case "DETAIL": band = new DetailBand(); break; default: throw new NotImplementedException(); } _xrSubreportContainer = new XRSubreport(); band.Controls.Add(_xrSubreportContainer); _detailReport.Bands.Add(band); }
/// <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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(rptCreditPayment)); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.lbTDT = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); this.lbRMK = new DevExpress.XtraReports.UI.XRTableCell(); this.lbTDR = new DevExpress.XtraReports.UI.XRTableCell(); this.lbTCR = new DevExpress.XtraReports.UI.XRTableCell(); this.lbBAL = new DevExpress.XtraReports.UI.XRTableCell(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLine1 = new DevExpress.XtraReports.UI.XRLine(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.xrTable4 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); this.lbPHN = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); this.lbEML = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.lbCNM = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); this.lbADR = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.xrTable5 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow7 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); this.lblTDR = new DevExpress.XtraReports.UI.XRTableCell(); this.lblTCR = new DevExpress.XtraReports.UI.XRTableCell(); this.lblTBL = new DevExpress.XtraReports.UI.XRTableCell(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2 }); this.Detail.HeightF = 25F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrTable2 // this.xrTable2.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.xrTable2.Font = new System.Drawing.Font("Tahoma", 9.75F); this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2 }); this.xrTable2.SizeF = new System.Drawing.SizeF(676.9583F, 25F); this.xrTable2.StylePriority.UseBorders = false; this.xrTable2.StylePriority.UseFont = false; this.xrTable2.StylePriority.UseTextAlignment = false; this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell7, this.lbTDT, this.xrTableCell13, this.lbRMK, this.lbTDR, this.lbTCR, this.lbBAL }); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Weight = 1D; // // xrTableCell7 // this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.StylePriority.UseBorders = false; xrSummary1.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell7.Summary = xrSummary1; this.xrTableCell7.Text = "Sl.No"; this.xrTableCell7.Weight = 0.186115202910791D; // // lbTDT // this.lbTDT.Name = "lbTDT"; this.lbTDT.Text = "Date"; this.lbTDT.Weight = 0.389217134416544D; // // xrTableCell13 // this.xrTableCell13.Name = "xrTableCell13"; this.xrTableCell13.Weight = 0.0522526431494257D; // // lbRMK // this.lbRMK.Name = "lbRMK"; this.lbRMK.StylePriority.UseTextAlignment = false; this.lbRMK.Text = "Description"; this.lbRMK.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.lbRMK.Weight = 1.1978993484495037D; // // lbTDR // this.lbTDR.Name = "lbTDR"; this.lbTDR.StylePriority.UseTextAlignment = false; this.lbTDR.Text = "Debit"; this.lbTDR.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.lbTDR.Weight = 0.39855987645723578D; // // lbTCR // this.lbTCR.Name = "lbTCR"; this.lbTCR.StylePriority.UseTextAlignment = false; this.lbTCR.Text = "Credit"; this.lbTCR.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.lbTCR.Weight = 0.39881829685776277D; // // lbBAL // this.lbBAL.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); this.lbBAL.Name = "lbBAL"; this.lbBAL.StylePriority.UseBorders = false; this.lbBAL.StylePriority.UseTextAlignment = false; this.lbBAL.Text = "Balance"; this.lbBAL.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.lbBAL.Weight = 0.39881833893014373D; // // TopMargin // this.TopMargin.HeightF = 75F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.HeightF = 75F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPictureBox1, this.xrLabel2, this.xrLabel1, this.xrLabel4, this.xrLabel5, this.xrLabel3, this.xrLine1 }); this.ReportHeader.HeightF = 137F; this.ReportHeader.Name = "ReportHeader"; // // xrPictureBox1 // this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image"))); this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrPictureBox1.Name = "xrPictureBox1"; this.xrPictureBox1.SizeF = new System.Drawing.SizeF(100F, 112F); this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; // // xrLabel2 // this.xrLabel2.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold); this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(100F, 0F); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel2.SizeF = new System.Drawing.SizeF(576.9999F, 29F); this.xrLabel2.StylePriority.UseFont = false; this.xrLabel2.StylePriority.UseTextAlignment = false; this.xrLabel2.Text = "SKYNET COMPUTERS"; this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel1 // this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(100F, 30.99992F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.SizeF = new System.Drawing.SizeF(576.9999F, 27.00008F); this.xrLabel1.StylePriority.UseTextAlignment = false; this.xrLabel1.Text = "Chanmari (P & Sons Building)"; this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel4 // this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(100F, 58.99994F); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel4.SizeF = new System.Drawing.SizeF(576.9999F, 28.00003F); this.xrLabel4.StylePriority.UseTextAlignment = false; this.xrLabel4.Text = "Aizawl 796007, Mizoram"; this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel5 // this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(100F, 86.99995F); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel5.SizeF = new System.Drawing.SizeF(576.9999F, 24.99999F); this.xrLabel5.StylePriority.UseTextAlignment = false; this.xrLabel5.Text = "Phone : 0389-2342228"; this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel3 // this.xrLabel3.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(100F, 112F); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel3.SizeF = new System.Drawing.SizeF(577F, 23F); this.xrLabel3.StylePriority.UseFont = false; this.xrLabel3.StylePriority.UseTextAlignment = false; this.xrLabel3.Text = "Customer Account Statement"; this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLine1 // this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 135F); this.xrLine1.Name = "xrLine1"; this.xrLine1.SizeF = new System.Drawing.SizeF(677F, 2F); // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable4, this.xrTable3, this.xrTable1 }); this.PageHeader.HeightF = 86.33333F; this.PageHeader.Name = "PageHeader"; // // xrTable4 // this.xrTable4.Font = new System.Drawing.Font("Tahoma", 10.5F); this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(400F, 0F); this.xrTable4.Name = "xrTable4"; this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow5, this.xrTableRow6 }); this.xrTable4.SizeF = new System.Drawing.SizeF(276.9999F, 50F); this.xrTable4.StylePriority.UseFont = false; // // xrTableRow5 // this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell12, this.lbPHN }); this.xrTableRow5.Name = "xrTableRow5"; this.xrTableRow5.Weight = 1D; // // xrTableCell12 // this.xrTableCell12.Name = "xrTableCell12"; this.xrTableCell12.Text = "Phone No:"; this.xrTableCell12.Weight = 0.722592000403954D; // // lbPHN // this.lbPHN.Name = "lbPHN"; this.lbPHN.Text = "lbPHN"; this.lbPHN.Weight = 1.91199173983042D; // // xrTableRow6 // this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell15, this.lbEML }); this.xrTableRow6.Name = "xrTableRow6"; this.xrTableRow6.Weight = 1D; // // xrTableCell15 // this.xrTableCell15.Name = "xrTableCell15"; this.xrTableCell15.Text = "Email ID:"; this.xrTableCell15.Weight = 0.722592290660751D; // // lbEML // this.lbEML.Name = "lbEML"; this.lbEML.Text = "lbEML"; this.lbEML.Weight = 1.91199144957362D; // // xrTable3 // this.xrTable3.Font = new System.Drawing.Font("Tahoma", 10.5F); this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable3.Name = "xrTable3"; this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow3, this.xrTableRow4 }); this.xrTable3.SizeF = new System.Drawing.SizeF(400F, 50F); this.xrTable3.StylePriority.UseFont = false; this.xrTable3.StylePriority.UseTextAlignment = false; this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrTableRow3 // this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell8, this.lbCNM }); this.xrTableRow3.Name = "xrTableRow3"; this.xrTableRow3.Weight = 1D; // // xrTableCell8 // this.xrTableCell8.Name = "xrTableCell8"; this.xrTableCell8.Text = "Customer Name:"; this.xrTableCell8.Weight = 1.12D; // // lbCNM // this.lbCNM.Name = "lbCNM"; this.lbCNM.Text = "lbCNM"; this.lbCNM.Weight = 2.88D; // // xrTableRow4 // this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell10, this.lbADR }); this.xrTableRow4.Name = "xrTableRow4"; this.xrTableRow4.Weight = 1D; // // xrTableCell10 // this.xrTableCell10.Name = "xrTableCell10"; this.xrTableCell10.Text = "Address:"; this.xrTableCell10.Weight = 1.12D; // // lbADR // this.lbADR.Name = "lbADR"; this.lbADR.Text = "lbADR"; this.lbADR.Weight = 2.88D; // // xrTable1 // this.xrTable1.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.xrTable1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 61.33333F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1 }); this.xrTable1.SizeF = new System.Drawing.SizeF(677F, 25F); this.xrTable1.StylePriority.UseBorders = false; this.xrTable1.StylePriority.UseFont = false; this.xrTable1.StylePriority.UseTextAlignment = false; this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell4, this.xrTableCell1, this.xrTableCell6, this.xrTableCell2, this.xrTableCell5, this.xrTableCell3 }); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 1D; // // xrTableCell4 // this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.Text = "Sl.No"; this.xrTableCell4.Weight = 0.186115202910791D; // // xrTableCell1 // this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.Text = "Date"; this.xrTableCell1.Weight = 0.389217134416544D; // // xrTableCell6 // this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.Text = "Description"; this.xrTableCell6.Weight = 1.2369423081638897D; // // xrTableCell2 // this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.Text = "Debit"; this.xrTableCell2.Weight = 0.39567562537144008D; // // xrTableCell5 // this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.Text = "Credit"; this.xrTableCell5.Weight = 0.39593243281985635D; // // xrTableCell3 // this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.Text = "Balance"; this.xrTableCell3.Weight = 0.39611729631747983D; // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable5 }); this.ReportFooter.HeightF = 25F; this.ReportFooter.Name = "ReportFooter"; // // xrTable5 // this.xrTable5.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold); this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable5.Name = "xrTable5"; this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow7 }); this.xrTable5.SizeF = new System.Drawing.SizeF(677F, 25F); this.xrTable5.StylePriority.UseFont = false; // // xrTableRow7 // this.xrTableRow7.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell9, this.lblTDR, this.lblTCR, this.lblTBL }); this.xrTableRow7.Name = "xrTableRow7"; this.xrTableRow7.Weight = 1D; // // xrTableCell9 // this.xrTableCell9.Name = "xrTableCell9"; this.xrTableCell9.StylePriority.UseTextAlignment = false; this.xrTableCell9.Text = "TOTAL:"; this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell9.Weight = 1.8122746567606398D; // // lblTDR // this.lblTDR.Name = "lblTDR"; this.lblTDR.StylePriority.UseTextAlignment = false; this.lblTDR.Text = "lblTDR"; this.lblTDR.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.lblTDR.Weight = 0.395675388713707D; // // lblTCR // this.lblTCR.Name = "lblTCR"; this.lblTCR.StylePriority.UseTextAlignment = false; this.lblTCR.Text = "lblTCR"; this.lblTCR.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.lblTCR.Weight = 0.39593219616212372D; // // lblTBL // this.lblTBL.Name = "lblTBL"; this.lblTBL.StylePriority.UseTextAlignment = false; this.lblTBL.Text = "lblTBL"; this.lblTBL.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.lblTBL.Weight = 0.39611775836352936D; // // rptCreditPayment // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader, this.PageHeader, this.ReportFooter }); this.DisplayName = "Customer Credit Payment"; this.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Margins = new System.Drawing.Printing.Margins(75, 75, 75, 75); this.PageHeight = 1169; this.PageWidth = 827; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Version = "15.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).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 = "ActMainReport.resx"; this.components = new System.ComponentModel.Container(); 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(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.tblActs = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); this.cellTotalCost = new DevExpress.XtraReports.UI.XRTableCell(); this.cellPaidOn = new DevExpress.XtraReports.UI.XRTableCell(); this.cellLeftOn = new DevExpress.XtraReports.UI.XRTableCell(); this.cellApproval1 = new DevExpress.XtraReports.UI.XRTableCell(); this.cellKailasPaid1 = new DevExpress.XtraReports.UI.XRTableCell(); this.cellKailasDue = new DevExpress.XtraReports.UI.XRTableCell(); this.cellPaidDue = new DevExpress.XtraReports.UI.XRTableCell(); this.cellApproval2 = new DevExpress.XtraReports.UI.XRTableCell(); this.cellKailasPaid2 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.tblActHeader = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell40 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell41 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell42 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell43 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell45 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell46 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell47 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell(); this.hdrTotalCost = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell50 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell51 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell52 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell53 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell54 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell55 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell56 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell57 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell58 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell59 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell60 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell61 = new DevExpress.XtraReports.UI.XRTableCell(); this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.tblGroupDate = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.tblActHeader1 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell29 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell30 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell31 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell33 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell34 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell35 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell36 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell37 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell38 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell39 = new DevExpress.XtraReports.UI.XRTableCell(); this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); this.detailDocuments = new DevExpress.XtraReports.UI.DetailBand(); this.tblDocument = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow7 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell62 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell64 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell65 = new DevExpress.XtraReports.UI.XRTableCell(); this.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell63 = new DevExpress.XtraReports.UI.XRTableCell(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.srcActs = new System.Windows.Forms.BindingSource(this.components); this.GroupFooter2 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.tblActSummary = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell49 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell(); this.sumTotalCost = new DevExpress.XtraReports.UI.XRTableCell(); this.sumPaidOn = new DevExpress.XtraReports.UI.XRTableCell(); this.sumLeftOn = new DevExpress.XtraReports.UI.XRTableCell(); this.sumApproval1 = new DevExpress.XtraReports.UI.XRTableCell(); this.sumKailasPaid1 = new DevExpress.XtraReports.UI.XRTableCell(); this.sumKailasDue = new DevExpress.XtraReports.UI.XRTableCell(); this.sumPaidDue = new DevExpress.XtraReports.UI.XRTableCell(); this.sumApproval2 = new DevExpress.XtraReports.UI.XRTableCell(); this.sumKailasPaid2 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell(); this.cfOnDate = new DevExpress.XtraReports.UI.CalculatedField(); ((System.ComponentModel.ISupportInitialize)(this.tblActs)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tblActHeader)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tblGroupDate)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tblActHeader1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tblDocument)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.srcActs)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tblActSummary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.tblActs}); this.Detail.HeightF = 15F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; this.Detail.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.Detail_BeforePrint); // // tblActs // this.tblActs.BackColor = System.Drawing.Color.Thistle; this.tblActs.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.tblActs.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.tblActs.Name = "tblActs"; this.tblActs.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2}); this.tblActs.SizeF = new System.Drawing.SizeF(1602F, 15F); this.tblActs.StylePriority.UseBackColor = false; this.tblActs.StylePriority.UseBorders = false; this.tblActs.StylePriority.UseTextAlignment = false; this.tblActs.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell2, this.xrTableCell4, this.xrTableCell6, this.xrTableCell7, this.xrTableCell8, this.xrTableCell9, this.xrTableCell10, this.xrTableCell11, this.xrTableCell12, this.cellTotalCost, this.cellPaidOn, this.cellLeftOn, this.cellApproval1, this.cellKailasPaid1, this.cellKailasDue, this.cellPaidDue, this.cellApproval2, this.cellKailasPaid2, this.xrTableCell22, this.xrTableCell23, this.xrTableCell24, this.xrTableCell5}); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Weight = 1D; // // xrTableCell2 // this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeName")}); this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.Text = "xrTableCell2"; this.xrTableCell2.Weight = 0.33707868689518711D; // // xrTableCell4 // this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "UnitName")}); this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.Text = "xrTableCell4"; this.xrTableCell4.Weight = 0.22471907062271032D; // // xrTableCell6 // this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Address")}); this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.Text = "xrTableCell6"; this.xrTableCell6.Weight = 0.22471913729657511D; // // xrTableCell7 // this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerName")}); this.xrTableCell7.Font = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold); this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.StylePriority.UseFont = false; this.xrTableCell7.Text = "xrTableCell7"; this.xrTableCell7.Weight = 0.37453185898241342D; // // xrTableCell8 // this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerPhone")}); this.xrTableCell8.Name = "xrTableCell8"; this.xrTableCell8.StylePriority.UseTextAlignment = false; this.xrTableCell8.Text = "xrTableCell8"; this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell8.Weight = 0.13108616421673858D; // // xrTableCell9 // this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "AreaAmount")}); this.xrTableCell9.Name = "xrTableCell9"; this.xrTableCell9.StylePriority.UseTextAlignment = false; this.xrTableCell9.Text = "xrTableCell9"; this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell9.Weight = 0.074906378701990128D; // // xrTableCell10 // this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "ActAmount")}); this.xrTableCell10.Name = "xrTableCell10"; this.xrTableCell10.StylePriority.UseTextAlignment = false; this.xrTableCell10.Text = "xrTableCell10"; this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell10.Weight = 0.074906375725478314D; // // xrTableCell11 // this.xrTableCell11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "CategoryName")}); this.xrTableCell11.Name = "xrTableCell11"; this.xrTableCell11.StylePriority.UseTextAlignment = false; this.xrTableCell11.Text = "xrTableCell11"; this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell11.Weight = 0.13108615379894739D; // // xrTableCell12 // this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "StateName")}); this.xrTableCell12.Name = "xrTableCell12"; this.xrTableCell12.StylePriority.UseTextAlignment = false; this.xrTableCell12.Text = "xrTableCell12"; this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell12.Weight = 0.14981274624206087D; // // cellTotalCost // this.cellTotalCost.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TotalCost", "{0:#.00}")}); this.cellTotalCost.Name = "cellTotalCost"; this.cellTotalCost.StylePriority.UseTextAlignment = false; this.cellTotalCost.Tag = "TotalCost"; this.cellTotalCost.Text = "cellTotalCost"; this.cellTotalCost.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.cellTotalCost.Weight = 0.093632966308272114D; // // cellPaidOn // this.cellPaidOn.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "PaidOn", "{0:#.00}")}); this.cellPaidOn.Name = "cellPaidOn"; this.cellPaidOn.StylePriority.UseTextAlignment = false; this.cellPaidOn.Tag = "PaidOn"; this.cellPaidOn.Text = "cellPaidOn"; this.cellPaidOn.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.cellPaidOn.Weight = 0.093632966122240036D; // // cellLeftOn // this.cellLeftOn.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "LeftOn", "{0:#.00}")}); this.cellLeftOn.Name = "cellLeftOn"; this.cellLeftOn.StylePriority.UseTextAlignment = false; this.cellLeftOn.Tag = "LeftOn"; this.cellLeftOn.Text = "cellLeftOn"; this.cellLeftOn.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.cellLeftOn.Weight = 0.093632966029224107D; // // cellApproval1 // this.cellApproval1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Approval1", "{0:#.00}")}); this.cellApproval1.Name = "cellApproval1"; this.cellApproval1.StylePriority.UseTextAlignment = false; this.cellApproval1.Tag = "Approval1"; this.cellApproval1.Text = "cellApproval1"; this.cellApproval1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.cellApproval1.Weight = 0.093632965982716088D; // // cellKailasPaid1 // this.cellKailasPaid1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "KailasPaid1", "{0:#.00}")}); this.cellKailasPaid1.Name = "cellKailasPaid1"; this.cellKailasPaid1.StylePriority.UseTextAlignment = false; this.cellKailasPaid1.Tag = "KailasPaid1"; this.cellKailasPaid1.Text = "cellKailasPaid1"; this.cellKailasPaid1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.cellKailasPaid1.Weight = 0.093632965959462189D; // // cellKailasDue // this.cellKailasDue.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "KailasDue", "{0:#.00}")}); this.cellKailasDue.Name = "cellKailasDue"; this.cellKailasDue.StylePriority.UseTextAlignment = false; this.cellKailasDue.Tag = "KailasDue"; this.cellKailasDue.Text = "cellKailasDue"; this.cellKailasDue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.cellKailasDue.Weight = 0.093632965947835156D; // // cellPaidDue // this.cellPaidDue.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "PaidDue", "{0:#.00}")}); this.cellPaidDue.Name = "cellPaidDue"; this.cellPaidDue.StylePriority.UseTextAlignment = false; this.cellPaidDue.Tag = "PaidDue"; this.cellPaidDue.Text = "cellPaidDue"; this.cellPaidDue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.cellPaidDue.Weight = 0.093632965942021584D; // // cellApproval2 // this.cellApproval2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Approval2", "{0:#.00}")}); this.cellApproval2.Name = "cellApproval2"; this.cellApproval2.StylePriority.UseTextAlignment = false; this.cellApproval2.Tag = "Approval2"; this.cellApproval2.Text = "cellApproval2"; this.cellApproval2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.cellApproval2.Weight = 0.093632965939114854D; // // cellKailasPaid2 // this.cellKailasPaid2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "KailasPaid2", "{0:#.00}")}); this.cellKailasPaid2.Name = "cellKailasPaid2"; this.cellKailasPaid2.StylePriority.UseTextAlignment = false; this.cellKailasPaid2.Tag = "KailasPaid2"; this.cellKailasPaid2.Text = "cellKailasPaid2"; this.cellKailasPaid2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.cellKailasPaid2.Weight = 0.093632965937661489D; // // xrTableCell22 // this.xrTableCell22.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "SalaryCalculated", "{0:#.00}")}); this.xrTableCell22.Name = "xrTableCell22"; this.xrTableCell22.StylePriority.UseTextAlignment = false; this.xrTableCell22.Tag = "SalaryCalculated"; this.xrTableCell22.Text = "cellSalaryCalculated"; this.xrTableCell22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell22.Weight = 0.093632961067487558D; // // xrTableCell23 // this.xrTableCell23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "SalaryPaidDate", "{0:dd.MM.yyyy}")}); this.xrTableCell23.Name = "xrTableCell23"; this.xrTableCell23.StylePriority.UseTextAlignment = false; this.xrTableCell23.Tag = "SalaryPaidDate"; this.xrTableCell23.Text = "cellSalaryPaidDate"; this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell23.Weight = 0.11235955169479248D; // // xrTableCell24 // this.xrTableCell24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "CalculatedMain", "{0:#.00}")}); this.xrTableCell24.Name = "xrTableCell24"; this.xrTableCell24.StylePriority.UseTextAlignment = false; this.xrTableCell24.Tag = "CalculatedMain"; this.xrTableCell24.Text = "cellCalculatedMain"; this.xrTableCell24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell24.Weight = 0.093632959367995469D; // // xrTableCell5 // this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "PaidMainDate", "{0:dd.MM.yyyy}")}); this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.StylePriority.UseTextAlignment = false; this.xrTableCell5.Tag = "PaidMainDate"; this.xrTableCell5.Text = "cellPaidMainDate"; this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell5.Weight = 0.13483126121907518D; // // TopMargin // this.TopMargin.HeightF = 50F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.HeightF = 50F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.tblActHeader}); this.ReportHeader.HeightF = 75.00001F; this.ReportHeader.Name = "ReportHeader"; // // tblActHeader // this.tblActHeader.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.tblActHeader.Font = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold); this.tblActHeader.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.tblActHeader.Name = "tblActHeader"; this.tblActHeader.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow5}); this.tblActHeader.SizeF = new System.Drawing.SizeF(1602F, 75.00001F); this.tblActHeader.StylePriority.UseBorders = false; this.tblActHeader.StylePriority.UseFont = false; this.tblActHeader.StylePriority.UseTextAlignment = false; this.tblActHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow5 // this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell40, this.xrTableCell41, this.xrTableCell42, this.xrTableCell43, this.xrTableCell44, this.xrTableCell45, this.xrTableCell46, this.xrTableCell47, this.xrTableCell48, this.hdrTotalCost, this.xrTableCell50, this.xrTableCell51, this.xrTableCell52, this.xrTableCell53, this.xrTableCell54, this.xrTableCell55, this.xrTableCell56, this.xrTableCell57, this.xrTableCell58, this.xrTableCell59, this.xrTableCell60, this.xrTableCell61}); this.xrTableRow5.Name = "xrTableRow5"; this.xrTableRow5.Weight = 1D; // // xrTableCell40 // this.xrTableCell40.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrTableCell40.Name = "xrTableCell40"; this.xrTableCell40.StylePriority.UseBorders = false; this.xrTableCell40.Text = "Працівник"; this.xrTableCell40.Weight = 0.33707868689518711D; // // xrTableCell41 // this.xrTableCell41.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrTableCell41.Name = "xrTableCell41"; this.xrTableCell41.StylePriority.UseBorders = false; this.xrTableCell41.Text = "Населений пункт"; this.xrTableCell41.Weight = 0.22471907062271032D; // // xrTableCell42 // this.xrTableCell42.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrTableCell42.Name = "xrTableCell42"; this.xrTableCell42.StylePriority.UseBorders = false; this.xrTableCell42.Text = "Адреса"; this.xrTableCell42.Weight = 0.22471913729657511D; // // xrTableCell43 // this.xrTableCell43.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrTableCell43.Name = "xrTableCell43"; this.xrTableCell43.StylePriority.UseBorders = false; this.xrTableCell43.Text = "Замовник"; this.xrTableCell43.Weight = 0.37453185898241342D; // // xrTableCell44 // this.xrTableCell44.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrTableCell44.Name = "xrTableCell44"; this.xrTableCell44.StylePriority.UseBorders = false; this.xrTableCell44.StylePriority.UseTextAlignment = false; this.xrTableCell44.Text = "Телефон"; this.xrTableCell44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell44.Weight = 0.13108616421673858D; // // xrTableCell45 // this.xrTableCell45.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrTableCell45.Multiline = true; this.xrTableCell45.Name = "xrTableCell45"; this.xrTableCell45.StylePriority.UseBorders = false; this.xrTableCell45.StylePriority.UseTextAlignment = false; this.xrTableCell45.Text = "К-сть ділянок"; this.xrTableCell45.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell45.Weight = 0.074906378701990128D; // // xrTableCell46 // this.xrTableCell46.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrTableCell46.Name = "xrTableCell46"; this.xrTableCell46.StylePriority.UseBorders = false; this.xrTableCell46.StylePriority.UseTextAlignment = false; this.xrTableCell46.Text = "К-сть актів"; this.xrTableCell46.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell46.Weight = 0.074906375725478314D; // // xrTableCell47 // this.xrTableCell47.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrTableCell47.Name = "xrTableCell47"; this.xrTableCell47.StylePriority.UseBorders = false; this.xrTableCell47.StylePriority.UseTextAlignment = false; this.xrTableCell47.Text = "Категорія"; this.xrTableCell47.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell47.Weight = 0.13108615379894739D; // // xrTableCell48 // this.xrTableCell48.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrTableCell48.Name = "xrTableCell48"; this.xrTableCell48.StylePriority.UseBorders = false; this.xrTableCell48.StylePriority.UseTextAlignment = false; this.xrTableCell48.Text = "Статус"; this.xrTableCell48.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell48.Weight = 0.14981274624206087D; // // hdrTotalCost // this.hdrTotalCost.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.hdrTotalCost.Name = "hdrTotalCost"; this.hdrTotalCost.StylePriority.UseBorders = false; this.hdrTotalCost.StylePriority.UseTextAlignment = false; this.hdrTotalCost.Tag = "TotalCost"; this.hdrTotalCost.Text = "Загальна вартість робіт"; this.hdrTotalCost.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.hdrTotalCost.Weight = 0.093632966308272114D; // // xrTableCell50 // this.xrTableCell50.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrTableCell50.Name = "xrTableCell50"; this.xrTableCell50.StylePriority.UseBorders = false; this.xrTableCell50.StylePriority.UseTextAlignment = false; this.xrTableCell50.Tag = "PaidOn"; this.xrTableCell50.Text = "Аванс"; this.xrTableCell50.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell50.Weight = 0.093632966122240036D; // // xrTableCell51 // this.xrTableCell51.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrTableCell51.Name = "xrTableCell51"; this.xrTableCell51.StylePriority.UseBorders = false; this.xrTableCell51.StylePriority.UseTextAlignment = false; this.xrTableCell51.Tag = "LeftOn"; this.xrTableCell51.Text = "Залишено на місці"; this.xrTableCell51.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell51.Weight = 0.093632966029224107D; // // xrTableCell52 // this.xrTableCell52.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrTableCell52.Name = "xrTableCell52"; this.xrTableCell52.StylePriority.UseBorders = false; this.xrTableCell52.StylePriority.UseTextAlignment = false; this.xrTableCell52.Tag = "Approval1"; this.xrTableCell52.Text = "Погодження 1"; this.xrTableCell52.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell52.Weight = 0.093632965982716088D; // // xrTableCell53 // this.xrTableCell53.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrTableCell53.Name = "xrTableCell53"; this.xrTableCell53.StylePriority.UseBorders = false; this.xrTableCell53.StylePriority.UseTextAlignment = false; this.xrTableCell53.Tag = "KailasPaid1"; this.xrTableCell53.Text = "Оплачено на ПП Кайлас-К"; this.xrTableCell53.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell53.Weight = 0.093632965959462189D; // // xrTableCell54 // this.xrTableCell54.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrTableCell54.Name = "xrTableCell54"; this.xrTableCell54.StylePriority.UseBorders = false; this.xrTableCell54.StylePriority.UseTextAlignment = false; this.xrTableCell54.Tag = "KailasDue"; this.xrTableCell54.Text = "Заборгованість по ПП Кайлас-К"; this.xrTableCell54.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell54.Weight = 0.093632965947835156D; // // xrTableCell55 // this.xrTableCell55.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrTableCell55.Name = "xrTableCell55"; this.xrTableCell55.StylePriority.UseBorders = false; this.xrTableCell55.StylePriority.UseTextAlignment = false; this.xrTableCell55.Tag = "PaidDue"; this.xrTableCell55.Text = "Опл. заборгованість (після виїзду)"; this.xrTableCell55.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell55.Weight = 0.093632965942021584D; // // xrTableCell56 // this.xrTableCell56.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrTableCell56.Name = "xrTableCell56"; this.xrTableCell56.StylePriority.UseBorders = false; this.xrTableCell56.StylePriority.UseTextAlignment = false; this.xrTableCell56.Tag = "Approval2"; this.xrTableCell56.Text = "Погодження 2"; this.xrTableCell56.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell56.Weight = 0.093632965939114854D; // // xrTableCell57 // this.xrTableCell57.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrTableCell57.Name = "xrTableCell57"; this.xrTableCell57.StylePriority.UseBorders = false; this.xrTableCell57.StylePriority.UseTextAlignment = false; this.xrTableCell57.Tag = "KailasPaid2"; this.xrTableCell57.Text = "Оплачено на ПП Кайлас-К 2"; this.xrTableCell57.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell57.Weight = 0.093632965937661489D; // // xrTableCell58 // this.xrTableCell58.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrTableCell58.Name = "xrTableCell58"; this.xrTableCell58.StylePriority.UseBorders = false; this.xrTableCell58.StylePriority.UseTextAlignment = false; this.xrTableCell58.Tag = "SalaryCalculated"; this.xrTableCell58.Text = "Нараховано"; this.xrTableCell58.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell58.Weight = 0.093632961067487558D; // // xrTableCell59 // this.xrTableCell59.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrTableCell59.Name = "xrTableCell59"; this.xrTableCell59.StylePriority.UseBorders = false; this.xrTableCell59.StylePriority.UseTextAlignment = false; this.xrTableCell59.Tag = "SalaryPaidDate"; this.xrTableCell59.Text = "Оплочено"; this.xrTableCell59.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell59.Weight = 0.11235955169479248D; // // xrTableCell60 // this.xrTableCell60.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrTableCell60.Name = "xrTableCell60"; this.xrTableCell60.StylePriority.UseBorders = false; this.xrTableCell60.StylePriority.UseTextAlignment = false; this.xrTableCell60.Tag = "CalculatedMain"; this.xrTableCell60.Text = "Нараховано ХМЛ"; this.xrTableCell60.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell60.Weight = 0.093632959367995469D; // // xrTableCell61 // this.xrTableCell61.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrTableCell61.Name = "xrTableCell61"; this.xrTableCell61.StylePriority.UseBorders = false; this.xrTableCell61.StylePriority.UseTextAlignment = false; this.xrTableCell61.Tag = "PaidMainDate"; this.xrTableCell61.Text = "Оплочено ХМЛ"; this.xrTableCell61.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell61.Weight = 0.13483126121907518D; // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.tblGroupDate, this.tblActHeader1}); this.GroupHeader1.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] { new DevExpress.XtraReports.UI.GroupField("cfOnDate", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)}); this.GroupHeader1.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WholePage; this.GroupHeader1.HeightF = 30.5F; this.GroupHeader1.Name = "GroupHeader1"; this.GroupHeader1.RepeatEveryPage = true; // // tblGroupDate // this.tblGroupDate.BackColor = System.Drawing.Color.PapayaWhip; this.tblGroupDate.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right))); this.tblGroupDate.LocationFloat = new DevExpress.Utils.PointFloat(0F, 15.5F); this.tblGroupDate.Name = "tblGroupDate"; this.tblGroupDate.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1}); this.tblGroupDate.SizeF = new System.Drawing.SizeF(1602F, 15F); this.tblGroupDate.StylePriority.UseBackColor = false; this.tblGroupDate.StylePriority.UseBorders = false; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell1, this.xrTableCell3}); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 1D; // // xrTableCell1 // this.xrTableCell1.Borders = DevExpress.XtraPrinting.BorderSide.Left; this.xrTableCell1.Font = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold); this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(10, 0, 0, 0, 100F); this.xrTableCell1.StylePriority.UseBorders = false; this.xrTableCell1.StylePriority.UseFont = false; this.xrTableCell1.StylePriority.UsePadding = false; this.xrTableCell1.StylePriority.UseTextAlignment = false; this.xrTableCell1.Text = "Дата виїзду:"; this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell1.Weight = 0.056179775280898875D; // // xrTableCell3 // this.xrTableCell3.Borders = DevExpress.XtraPrinting.BorderSide.Right; this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "cfOnDate", "{0:dd.MM.yyyy}")}); this.xrTableCell3.Font = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold); this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F); this.xrTableCell3.StylePriority.UseBorders = false; this.xrTableCell3.StylePriority.UseFont = false; this.xrTableCell3.StylePriority.UsePadding = false; this.xrTableCell3.Weight = 0.9438202247191011D; // // tblActHeader1 // this.tblActHeader1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.tblActHeader1.Font = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold); this.tblActHeader1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.tblActHeader1.Name = "tblActHeader1"; this.tblActHeader1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow4}); this.tblActHeader1.SizeF = new System.Drawing.SizeF(1602F, 15F); this.tblActHeader1.StylePriority.UseBorders = false; this.tblActHeader1.StylePriority.UseFont = false; this.tblActHeader1.StylePriority.UseTextAlignment = false; this.tblActHeader1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow4 // this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell13, this.xrTableCell14, this.xrTableCell15, this.xrTableCell16, this.xrTableCell17, this.xrTableCell18, this.xrTableCell19, this.xrTableCell20, this.xrTableCell21, this.xrTableCell26, this.xrTableCell28, this.xrTableCell29, this.xrTableCell30, this.xrTableCell31, this.xrTableCell32, this.xrTableCell33, this.xrTableCell34, this.xrTableCell35, this.xrTableCell36, this.xrTableCell37, this.xrTableCell38, this.xrTableCell39}); this.xrTableRow4.Name = "xrTableRow4"; this.xrTableRow4.Weight = 1D; // // xrTableCell13 // this.xrTableCell13.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell13.Name = "xrTableCell13"; this.xrTableCell13.StylePriority.UseBorders = false; this.xrTableCell13.Text = "1"; this.xrTableCell13.Weight = 0.33707868689518711D; // // xrTableCell14 // this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell14.Name = "xrTableCell14"; this.xrTableCell14.StylePriority.UseBorders = false; this.xrTableCell14.Text = "2"; this.xrTableCell14.Weight = 0.22471907062271032D; // // xrTableCell15 // this.xrTableCell15.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell15.Name = "xrTableCell15"; this.xrTableCell15.StylePriority.UseBorders = false; this.xrTableCell15.Text = "3"; this.xrTableCell15.Weight = 0.22471913729657511D; // // xrTableCell16 // this.xrTableCell16.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell16.Name = "xrTableCell16"; this.xrTableCell16.StylePriority.UseBorders = false; this.xrTableCell16.Text = "4"; this.xrTableCell16.Weight = 0.37453185898241342D; // // xrTableCell17 // this.xrTableCell17.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell17.Name = "xrTableCell17"; this.xrTableCell17.StylePriority.UseBorders = false; this.xrTableCell17.StylePriority.UseTextAlignment = false; this.xrTableCell17.Text = "5"; this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell17.Weight = 0.13108616421673858D; // // xrTableCell18 // this.xrTableCell18.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell18.Name = "xrTableCell18"; this.xrTableCell18.StylePriority.UseBorders = false; this.xrTableCell18.StylePriority.UseTextAlignment = false; this.xrTableCell18.Text = "6"; this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell18.Weight = 0.074906378701990128D; // // xrTableCell19 // this.xrTableCell19.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell19.Name = "xrTableCell19"; this.xrTableCell19.StylePriority.UseBorders = false; this.xrTableCell19.StylePriority.UseTextAlignment = false; this.xrTableCell19.Text = "7"; this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell19.Weight = 0.074906375725478314D; // // xrTableCell20 // this.xrTableCell20.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell20.Name = "xrTableCell20"; this.xrTableCell20.StylePriority.UseBorders = false; this.xrTableCell20.StylePriority.UseTextAlignment = false; this.xrTableCell20.Text = "8"; this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell20.Weight = 0.13108615379894739D; // // xrTableCell21 // this.xrTableCell21.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell21.Name = "xrTableCell21"; this.xrTableCell21.StylePriority.UseBorders = false; this.xrTableCell21.StylePriority.UseTextAlignment = false; this.xrTableCell21.Text = "9"; this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell21.Weight = 0.14981274624206087D; // // xrTableCell26 // this.xrTableCell26.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell26.Name = "xrTableCell26"; this.xrTableCell26.StylePriority.UseBorders = false; this.xrTableCell26.StylePriority.UseTextAlignment = false; this.xrTableCell26.Tag = "TotalCost"; this.xrTableCell26.Text = "10"; this.xrTableCell26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell26.Weight = 0.093632966308272114D; // // xrTableCell28 // this.xrTableCell28.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell28.Name = "xrTableCell28"; this.xrTableCell28.StylePriority.UseBorders = false; this.xrTableCell28.StylePriority.UseTextAlignment = false; this.xrTableCell28.Tag = "PaidOn"; this.xrTableCell28.Text = "11"; this.xrTableCell28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell28.Weight = 0.093632966122240036D; // // xrTableCell29 // this.xrTableCell29.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell29.Name = "xrTableCell29"; this.xrTableCell29.StylePriority.UseBorders = false; this.xrTableCell29.StylePriority.UseTextAlignment = false; this.xrTableCell29.Tag = "LeftOn"; this.xrTableCell29.Text = "12"; this.xrTableCell29.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell29.Weight = 0.093632966029224107D; // // xrTableCell30 // this.xrTableCell30.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell30.Name = "xrTableCell30"; this.xrTableCell30.StylePriority.UseBorders = false; this.xrTableCell30.StylePriority.UseTextAlignment = false; this.xrTableCell30.Tag = "Approval1"; this.xrTableCell30.Text = "13"; this.xrTableCell30.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell30.Weight = 0.093632965982716088D; // // xrTableCell31 // this.xrTableCell31.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell31.Name = "xrTableCell31"; this.xrTableCell31.StylePriority.UseBorders = false; this.xrTableCell31.StylePriority.UseTextAlignment = false; this.xrTableCell31.Tag = "KailasPaid1"; this.xrTableCell31.Text = "14"; this.xrTableCell31.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell31.Weight = 0.093632965959462189D; // // xrTableCell32 // this.xrTableCell32.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell32.Name = "xrTableCell32"; this.xrTableCell32.StylePriority.UseBorders = false; this.xrTableCell32.StylePriority.UseTextAlignment = false; this.xrTableCell32.Tag = "KailasDue"; this.xrTableCell32.Text = "15"; this.xrTableCell32.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell32.Weight = 0.093632965947835156D; // // xrTableCell33 // this.xrTableCell33.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell33.Name = "xrTableCell33"; this.xrTableCell33.StylePriority.UseBorders = false; this.xrTableCell33.StylePriority.UseTextAlignment = false; this.xrTableCell33.Tag = "PaidDue"; this.xrTableCell33.Text = "16"; this.xrTableCell33.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell33.Weight = 0.093632965942021584D; // // xrTableCell34 // this.xrTableCell34.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell34.Name = "xrTableCell34"; this.xrTableCell34.StylePriority.UseBorders = false; this.xrTableCell34.StylePriority.UseTextAlignment = false; this.xrTableCell34.Tag = "Approval2"; this.xrTableCell34.Text = "17"; this.xrTableCell34.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell34.Weight = 0.093632965939114854D; // // xrTableCell35 // this.xrTableCell35.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell35.Name = "xrTableCell35"; this.xrTableCell35.StylePriority.UseBorders = false; this.xrTableCell35.StylePriority.UseTextAlignment = false; this.xrTableCell35.Tag = "KailasPaid2"; this.xrTableCell35.Text = "18"; this.xrTableCell35.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell35.Weight = 0.093632965937661489D; // // xrTableCell36 // this.xrTableCell36.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell36.Name = "xrTableCell36"; this.xrTableCell36.StylePriority.UseBorders = false; this.xrTableCell36.StylePriority.UseTextAlignment = false; this.xrTableCell36.Tag = "SalaryCalculated"; this.xrTableCell36.Text = "19"; this.xrTableCell36.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell36.Weight = 0.093632961067487558D; // // xrTableCell37 // this.xrTableCell37.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell37.Name = "xrTableCell37"; this.xrTableCell37.StylePriority.UseBorders = false; this.xrTableCell37.StylePriority.UseTextAlignment = false; this.xrTableCell37.Tag = "SalaryPaidDate"; this.xrTableCell37.Text = "20"; this.xrTableCell37.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell37.Weight = 0.11235955169479248D; // // xrTableCell38 // this.xrTableCell38.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell38.Name = "xrTableCell38"; this.xrTableCell38.StylePriority.UseBorders = false; this.xrTableCell38.StylePriority.UseTextAlignment = false; this.xrTableCell38.Tag = "CalculatedMain"; this.xrTableCell38.Text = "21"; this.xrTableCell38.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell38.Weight = 0.093632959367995469D; // // xrTableCell39 // this.xrTableCell39.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell39.Name = "xrTableCell39"; this.xrTableCell39.StylePriority.UseBorders = false; this.xrTableCell39.StylePriority.UseTextAlignment = false; this.xrTableCell39.Tag = "PaidMainDate"; this.xrTableCell39.Text = "22"; this.xrTableCell39.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell39.Weight = 0.13483126121907518D; // // DetailReport // this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.detailDocuments, this.GroupHeader2, this.GroupFooter1}); this.DetailReport.DataMember = "Documents"; this.DetailReport.DataSource = this.srcActs; this.DetailReport.Level = 0; this.DetailReport.Name = "DetailReport"; // // detailDocuments // this.detailDocuments.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.tblDocument}); this.detailDocuments.HeightF = 15F; this.detailDocuments.KeepTogether = true; this.detailDocuments.MultiColumn.ColumnSpacing = 10F; this.detailDocuments.MultiColumn.ColumnWidth = 400F; this.detailDocuments.MultiColumn.Mode = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount; this.detailDocuments.Name = "detailDocuments"; this.detailDocuments.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.detailDocuments_BeforePrint); // // tblDocument // this.tblDocument.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.tblDocument.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.tblDocument.Name = "tblDocument"; this.tblDocument.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow7}); this.tblDocument.SizeF = new System.Drawing.SizeF(1602F, 15F); this.tblDocument.StylePriority.UseBorders = false; // // xrTableRow7 // this.xrTableRow7.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell62, this.xrTableCell64, this.xrTableCell65}); this.xrTableRow7.Name = "xrTableRow7"; this.xrTableRow7.Weight = 1D; // // xrTableCell62 // this.xrTableCell62.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Documents.DocumentName")}); this.xrTableCell62.Name = "xrTableCell62"; this.xrTableCell62.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); this.xrTableCell62.StylePriority.UsePadding = false; this.xrTableCell62.Text = "xrTableCell62"; this.xrTableCell62.Weight = 1.5D; // // xrTableCell64 // this.xrTableCell64.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Documents.DocValue")}); this.xrTableCell64.Name = "xrTableCell64"; this.xrTableCell64.StylePriority.UseTextAlignment = false; this.xrTableCell64.Text = "xrTableCell64"; this.xrTableCell64.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell64.Weight = 0.5D; // // xrTableCell65 // this.xrTableCell65.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Documents.Comment")}); this.xrTableCell65.Name = "xrTableCell65"; this.xrTableCell65.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); this.xrTableCell65.StylePriority.UsePadding = false; this.xrTableCell65.StylePriority.UseTextAlignment = false; this.xrTableCell65.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrTableCell65.Weight = 6.01D; // // GroupHeader2 // this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1}); this.GroupHeader2.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] { new DevExpress.XtraReports.UI.GroupField("GroupName", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)}); this.GroupHeader2.HeightF = 15F; this.GroupHeader2.KeepTogether = true; this.GroupHeader2.Name = "GroupHeader2"; this.GroupHeader2.RepeatEveryPage = true; // // xrTable1 // this.xrTable1.BackColor = System.Drawing.Color.Gainsboro; this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow6}); this.xrTable1.SizeF = new System.Drawing.SizeF(1602F, 15F); this.xrTable1.StylePriority.UseBackColor = false; // // xrTableRow6 // this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell63}); this.xrTableRow6.Name = "xrTableRow6"; this.xrTableRow6.Weight = 1D; // // xrTableCell63 // this.xrTableCell63.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell63.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Documents.GroupName")}); this.xrTableCell63.Font = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold); this.xrTableCell63.Name = "xrTableCell63"; this.xrTableCell63.StylePriority.UseBorders = false; this.xrTableCell63.StylePriority.UseFont = false; this.xrTableCell63.Text = "xrTableCell63"; this.xrTableCell63.Weight = 1D; // // GroupFooter1 // this.GroupFooter1.HeightF = 3F; this.GroupFooter1.Name = "GroupFooter1"; // // srcActs // this.srcActs.DataSource = typeof(Kayflow.Reports.ActCollection); // // GroupFooter2 // this.GroupFooter2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.tblActSummary}); this.GroupFooter2.HeightF = 15F; this.GroupFooter2.Name = "GroupFooter2"; // // tblActSummary // this.tblActSummary.BackColor = System.Drawing.Color.PaleGoldenrod; this.tblActSummary.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.tblActSummary.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.tblActSummary.Name = "tblActSummary"; this.tblActSummary.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow3}); this.tblActSummary.SizeF = new System.Drawing.SizeF(1602F, 15F); this.tblActSummary.StylePriority.UseBackColor = false; this.tblActSummary.StylePriority.UseBorders = false; // // xrTableRow3 // this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell49, this.xrTableCell25, this.sumTotalCost, this.sumPaidOn, this.sumLeftOn, this.sumApproval1, this.sumKailasPaid1, this.sumKailasDue, this.sumPaidDue, this.sumApproval2, this.sumKailasPaid2, this.xrTableCell27}); this.xrTableRow3.Name = "xrTableRow3"; this.xrTableRow3.Weight = 1D; // // xrTableCell49 // this.xrTableCell49.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell49.Name = "xrTableCell49"; this.xrTableCell49.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 5, 0, 0, 100F); this.xrTableCell49.StylePriority.UseBorders = false; this.xrTableCell49.StylePriority.UsePadding = false; this.xrTableCell49.StylePriority.UseTextAlignment = false; this.xrTableCell49.Text = "Всього за"; this.xrTableCell49.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell49.Weight = 1.5730338221632141D; // // xrTableCell25 // this.xrTableCell25.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "cfOnDate", "{0:dd.MM.yyyy}")}); this.xrTableCell25.Name = "xrTableCell25"; this.xrTableCell25.StylePriority.UseBorders = false; this.xrTableCell25.Weight = 0.14981261978435156D; // // sumTotalCost // this.sumTotalCost.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TotalCost")}); this.sumTotalCost.Name = "sumTotalCost"; this.sumTotalCost.StylePriority.UseTextAlignment = false; xrSummary1.FormatString = "{0:#.00}"; xrSummary1.IgnoreNullValues = true; xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Group; this.sumTotalCost.Summary = xrSummary1; this.sumTotalCost.Tag = "TotalCost"; this.sumTotalCost.Text = "sumTotalCost"; this.sumTotalCost.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.sumTotalCost.Weight = 0.093633073099543551D; // // sumPaidOn // this.sumPaidOn.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "PaidOn")}); this.sumPaidOn.Name = "sumPaidOn"; this.sumPaidOn.StylePriority.UseTextAlignment = false; xrSummary2.FormatString = "{0:#.00}"; xrSummary2.IgnoreNullValues = true; xrSummary2.Running = DevExpress.XtraReports.UI.SummaryRunning.Group; this.sumPaidOn.Summary = xrSummary2; this.sumPaidOn.Text = "sumPaidOn"; this.sumPaidOn.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.sumPaidOn.Weight = 0.093632958801498078D; // // sumLeftOn // this.sumLeftOn.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "LeftOn")}); this.sumLeftOn.Name = "sumLeftOn"; this.sumLeftOn.StylePriority.UseTextAlignment = false; xrSummary3.FormatString = "{0:#.00}"; xrSummary3.IgnoreNullValues = true; xrSummary3.Running = DevExpress.XtraReports.UI.SummaryRunning.Group; this.sumLeftOn.Summary = xrSummary3; this.sumLeftOn.Tag = "PaidOn"; this.sumLeftOn.Text = "sumLeftOn"; this.sumLeftOn.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.sumLeftOn.Weight = 0.0936330730995435D; // // sumApproval1 // this.sumApproval1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Approval1")}); this.sumApproval1.Name = "sumApproval1"; this.sumApproval1.StylePriority.UseTextAlignment = false; xrSummary4.FormatString = "{0:#.00}"; xrSummary4.IgnoreNullValues = true; xrSummary4.Running = DevExpress.XtraReports.UI.SummaryRunning.Group; this.sumApproval1.Summary = xrSummary4; this.sumApproval1.Tag = "Approval1"; this.sumApproval1.Text = "sumApproval1"; this.sumApproval1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.sumApproval1.Weight = 0.09363295880149819D; // // sumKailasPaid1 // this.sumKailasPaid1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "KailasPaid1")}); this.sumKailasPaid1.Name = "sumKailasPaid1"; this.sumKailasPaid1.StylePriority.UseTextAlignment = false; xrSummary5.FormatString = "{0:#.00}"; xrSummary5.IgnoreNullValues = true; xrSummary5.Running = DevExpress.XtraReports.UI.SummaryRunning.Group; this.sumKailasPaid1.Summary = xrSummary5; this.sumKailasPaid1.Tag = "KailasPaid1"; this.sumKailasPaid1.Text = "sumKailasPaid1"; this.sumKailasPaid1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.sumKailasPaid1.Weight = 0.093633187397588968D; // // sumKailasDue // this.sumKailasDue.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "KailasDue")}); this.sumKailasDue.Name = "sumKailasDue"; this.sumKailasDue.StylePriority.UseTextAlignment = false; xrSummary6.FormatString = "{0:#.00}"; xrSummary6.IgnoreNullValues = true; xrSummary6.Running = DevExpress.XtraReports.UI.SummaryRunning.Group; this.sumKailasDue.Summary = xrSummary6; this.sumKailasDue.Tag = "KailasDue"; this.sumKailasDue.Text = "sumKailasDue"; this.sumKailasDue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.sumKailasDue.Weight = 0.093632730205407244D; // // sumPaidDue // this.sumPaidDue.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "PaidDue")}); this.sumPaidDue.Name = "sumPaidDue"; this.sumPaidDue.StylePriority.UseTextAlignment = false; xrSummary7.FormatString = "{0:#.00}"; xrSummary7.IgnoreNullValues = true; xrSummary7.Running = DevExpress.XtraReports.UI.SummaryRunning.Group; this.sumPaidDue.Summary = xrSummary7; this.sumPaidDue.Tag = "PaidDue"; this.sumPaidDue.Text = "sumPaidDue"; this.sumPaidDue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.sumPaidDue.Weight = 0.093633187397588913D; // // sumApproval2 // this.sumApproval2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Approval2")}); this.sumApproval2.Name = "sumApproval2"; this.sumApproval2.StylePriority.UseTextAlignment = false; xrSummary8.FormatString = "{0:#.00}"; xrSummary8.IgnoreNullValues = true; xrSummary8.Running = DevExpress.XtraReports.UI.SummaryRunning.Group; this.sumApproval2.Summary = xrSummary8; this.sumApproval2.Tag = "Approval2"; this.sumApproval2.Text = "sumApproval2"; this.sumApproval2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.sumApproval2.Weight = 0.093632730205407272D; // // sumKailasPaid2 // this.sumKailasPaid2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "KailasPaid2")}); this.sumKailasPaid2.Name = "sumKailasPaid2"; this.sumKailasPaid2.StylePriority.UseTextAlignment = false; xrSummary9.FormatString = "{0:#.00}"; xrSummary9.IgnoreNullValues = true; xrSummary9.Running = DevExpress.XtraReports.UI.SummaryRunning.Group; this.sumKailasPaid2.Summary = xrSummary9; this.sumKailasPaid2.Tag = "KailasPaid2"; this.sumKailasPaid2.Text = "sumKailasPaid2"; this.sumKailasPaid2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.sumKailasPaid2.Weight = 0.093633187397588968D; // // xrTableCell27 // this.xrTableCell27.Name = "xrTableCell27"; this.xrTableCell27.Weight = 0.43445647164676959D; // // cfOnDate // this.cfOnDate.Expression = "GetDate([MeteringDate])"; this.cfOnDate.Name = "cfOnDate"; // // ActMainReport // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader, this.GroupHeader1, this.DetailReport, this.GroupFooter2}); this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] { this.cfOnDate}); this.DataSource = this.srcActs; this.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Landscape = true; this.Margins = new System.Drawing.Printing.Margins(26, 26, 50, 50); this.PageHeight = 1169; this.PageWidth = 1654; this.PaperKind = System.Drawing.Printing.PaperKind.A3; this.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.Version = "15.1"; this.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.ActMainReport_BeforePrint); ((System.ComponentModel.ISupportInitialize)(this.tblActs)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tblActHeader)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tblGroupDate)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tblActHeader1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tblDocument)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.srcActs)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tblActSummary)).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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RightToWork)); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); 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.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.pageFooterBand1 = new DevExpress.XtraReports.UI.PageFooterBand(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.User = new DevExpress.XtraReports.Parameters.Parameter(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); this.xrPageInfo2 = new DevExpress.XtraReports.UI.XRPageInfo(); this.reportHeaderBand1 = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.PositionName = new DevExpress.XtraReports.Parameters.Parameter(); this.DepartmentName = new DevExpress.XtraReports.Parameters.Parameter(); this.BranchName = new DevExpress.XtraReports.Parameters.Parameter(); this.Status = new DevExpress.XtraReports.Parameters.Parameter(); this.Title = new DevExpress.XtraReports.UI.XRControlStyle(); this.FieldCaption = new DevExpress.XtraReports.UI.XRControlStyle(); this.PageInfo = new DevExpress.XtraReports.UI.XRControlStyle(); this.DataField = new DevExpress.XtraReports.UI.XRControlStyle(); this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.objectDataSource1 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel6, this.xrLabel5, this.xrTable2 }); resources.ApplyResources(this.Detail, "Detail"); this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.Detail_BeforePrint); // // xrLabel6 // this.xrLabel6.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrLabel6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "employeeName") }); resources.ApplyResources(this.xrLabel6, "xrLabel6"); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel6.StylePriority.UseBorders = false; this.xrLabel6.StylePriority.UseTextAlignment = false; this.xrLabel6.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xrLabel6_BeforePrint); // // xrLabel5 // this.xrLabel5.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); resources.ApplyResources(this.xrLabel5, "xrLabel5"); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel5.StylePriority.UseBorders = false; this.xrLabel5.StylePriority.UseTextAlignment = false; this.xrLabel5.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xrLabel5_BeforePrint); // // xrTable2 // this.xrTable2.AnchorVertical = ((DevExpress.XtraReports.UI.VerticalAnchorStyles)((DevExpress.XtraReports.UI.VerticalAnchorStyles.Top | DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom))); resources.ApplyResources(this.xrTable2, "xrTable2"); this.xrTable2.Name = "xrTable2"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow4 }); // // xrTableRow4 // this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell10, this.xrTableCell12, this.xrTableCell14, this.xrTableCell16, this.xrTableCell18, this.xrTableCell8, this.xrTableCell22 }); this.xrTableRow4.Name = "xrTableRow4"; resources.ApplyResources(this.xrTableRow4, "xrTableRow4"); // // xrTableCell10 // this.xrTableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell10.CanGrow = false; this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "positionName") }); this.xrTableCell10.Name = "xrTableCell10"; this.xrTableCell10.StyleName = "DataField"; this.xrTableCell10.StylePriority.UseBorders = false; this.xrTableCell10.StylePriority.UseTextAlignment = false; resources.ApplyResources(this.xrTableCell10, "xrTableCell10"); // // xrTableCell12 // this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell12.CanGrow = false; this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "branchName") }); this.xrTableCell12.Name = "xrTableCell12"; this.xrTableCell12.StyleName = "DataField"; this.xrTableCell12.StylePriority.UseBorders = false; this.xrTableCell12.StylePriority.UseTextAlignment = false; resources.ApplyResources(this.xrTableCell12, "xrTableCell12"); // // xrTableCell14 // this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell14.CanGrow = false; this.xrTableCell14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "departmentName") }); this.xrTableCell14.Name = "xrTableCell14"; this.xrTableCell14.StyleName = "DataField"; this.xrTableCell14.StylePriority.UseBorders = false; this.xrTableCell14.StylePriority.UseTextAlignment = false; resources.ApplyResources(this.xrTableCell14, "xrTableCell14"); // // xrTableCell16 // this.xrTableCell16.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell16.CanGrow = false; this.xrTableCell16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "dtName") }); this.xrTableCell16.Name = "xrTableCell16"; this.xrTableCell16.StyleName = "DataField"; this.xrTableCell16.StylePriority.UseBorders = false; this.xrTableCell16.StylePriority.UseTextAlignment = false; resources.ApplyResources(this.xrTableCell16, "xrTableCell16"); // // xrTableCell18 // this.xrTableCell18.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell18.CanGrow = false; this.xrTableCell18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "documentRef") }); this.xrTableCell18.Name = "xrTableCell18"; this.xrTableCell18.StyleName = "DataField"; this.xrTableCell18.StylePriority.UseBorders = false; this.xrTableCell18.StylePriority.UseTextAlignment = false; resources.ApplyResources(this.xrTableCell18, "xrTableCell18"); // // xrTableCell8 // this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell8.CanGrow = false; this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "expiryDateStringFormat") }); this.xrTableCell8.Name = "xrTableCell8"; this.xrTableCell8.StylePriority.UseBorders = false; this.xrTableCell8.StylePriority.UseTextAlignment = false; resources.ApplyResources(this.xrTableCell8, "xrTableCell8"); // // xrTableCell22 // this.xrTableCell22.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell22.CanGrow = false; this.xrTableCell22.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "days") }); this.xrTableCell22.Name = "xrTableCell22"; this.xrTableCell22.StyleName = "DataField"; this.xrTableCell22.StylePriority.UseBorders = false; this.xrTableCell22.StylePriority.UseTextAlignment = false; resources.ApplyResources(this.xrTableCell22, "xrTableCell22"); // // TopMargin // resources.ApplyResources(this.TopMargin, "TopMargin"); this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); // // BottomMargin // resources.ApplyResources(this.BottomMargin, "BottomMargin"); this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell1, this.xrTableCell2, this.xrTableCell3 }); this.xrTableRow1.Name = "xrTableRow1"; resources.ApplyResources(this.xrTableRow1, "xrTableRow1"); // // xrTableCell1 // this.xrTableCell1.Name = "xrTableCell1"; resources.ApplyResources(this.xrTableCell1, "xrTableCell1"); // // xrTableCell2 // this.xrTableCell2.Name = "xrTableCell2"; resources.ApplyResources(this.xrTableCell2, "xrTableCell2"); // // xrTableCell3 // this.xrTableCell3.Name = "xrTableCell3"; resources.ApplyResources(this.xrTableCell3, "xrTableCell3"); // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell4, this.xrTableCell5, this.xrTableCell6 }); this.xrTableRow2.Name = "xrTableRow2"; resources.ApplyResources(this.xrTableRow2, "xrTableRow2"); // // xrTableCell4 // this.xrTableCell4.Name = "xrTableCell4"; resources.ApplyResources(this.xrTableCell4, "xrTableCell4"); // // xrTableCell5 // this.xrTableCell5.Name = "xrTableCell5"; resources.ApplyResources(this.xrTableCell5, "xrTableCell5"); // // xrTableCell6 // this.xrTableCell6.Name = "xrTableCell6"; resources.ApplyResources(this.xrTableCell6, "xrTableCell6"); // // pageFooterBand1 // this.pageFooterBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel3, this.xrLabel2, this.xrPageInfo1, this.xrPageInfo2 }); resources.ApplyResources(this.pageFooterBand1, "pageFooterBand1"); this.pageFooterBand1.Name = "pageFooterBand1"; // // xrLabel3 // this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding(this.User, "Text", "") }); resources.ApplyResources(this.xrLabel3, "xrLabel3"); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel3.StylePriority.UseTextAlignment = false; // // User // this.User.Name = "User"; this.User.Visible = false; // // xrLabel2 // this.xrLabel2.Borders = DevExpress.XtraPrinting.BorderSide.None; resources.ApplyResources(this.xrLabel2, "xrLabel2"); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel2.StylePriority.UseBorders = false; this.xrLabel2.StylePriority.UseTextAlignment = false; // // xrPageInfo1 // resources.ApplyResources(this.xrPageInfo1, "xrPageInfo1"); 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.StyleName = "PageInfo"; this.xrPageInfo1.StylePriority.UseTextAlignment = false; // // xrPageInfo2 // resources.ApplyResources(this.xrPageInfo2, "xrPageInfo2"); this.xrPageInfo2.Name = "xrPageInfo2"; this.xrPageInfo2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrPageInfo2.StyleName = "PageInfo"; this.xrPageInfo2.StylePriority.UseTextAlignment = false; // // reportHeaderBand1 // this.reportHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel1 }); resources.ApplyResources(this.reportHeaderBand1, "reportHeaderBand1"); this.reportHeaderBand1.Name = "reportHeaderBand1"; // // xrLabel1 // resources.ApplyResources(this.xrLabel1, "xrLabel1"); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.StyleName = "Title"; this.xrLabel1.StylePriority.UseTextAlignment = false; // // PositionName // this.PositionName.Name = "PositionName"; this.PositionName.Visible = false; // // DepartmentName // this.DepartmentName.Name = "DepartmentName"; this.DepartmentName.Visible = false; // // BranchName // this.BranchName.Name = "BranchName"; this.BranchName.Visible = false; // // Status // resources.ApplyResources(this.Status, "Status"); this.Status.Name = "Status"; this.Status.Visible = false; // // Title // this.Title.BackColor = System.Drawing.Color.Transparent; this.Title.BorderColor = System.Drawing.Color.Black; this.Title.Borders = DevExpress.XtraPrinting.BorderSide.None; this.Title.BorderWidth = 1F; this.Title.Font = new System.Drawing.Font("Times New Roman", 21F); this.Title.ForeColor = System.Drawing.Color.Black; this.Title.Name = "Title"; // // FieldCaption // this.FieldCaption.BackColor = System.Drawing.Color.Transparent; this.FieldCaption.BorderColor = System.Drawing.Color.Black; this.FieldCaption.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.FieldCaption.BorderWidth = 1F; this.FieldCaption.Font = new System.Drawing.Font("Times New Roman", 10F); this.FieldCaption.ForeColor = System.Drawing.Color.Black; this.FieldCaption.Name = "FieldCaption"; // // PageInfo // this.PageInfo.BackColor = System.Drawing.Color.Transparent; this.PageInfo.BorderColor = System.Drawing.Color.Black; this.PageInfo.Borders = DevExpress.XtraPrinting.BorderSide.None; this.PageInfo.BorderWidth = 1F; this.PageInfo.Font = new System.Drawing.Font("Arial", 8F); this.PageInfo.ForeColor = System.Drawing.Color.Black; this.PageInfo.Name = "PageInfo"; // // DataField // this.DataField.BackColor = System.Drawing.Color.Transparent; this.DataField.BorderColor = System.Drawing.Color.Black; this.DataField.Borders = DevExpress.XtraPrinting.BorderSide.None; this.DataField.BorderWidth = 1F; this.DataField.Font = new System.Drawing.Font("Arial", 9F); this.DataField.ForeColor = System.Drawing.Color.Black; this.DataField.Name = "DataField"; this.DataField.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel14, this.xrLabel13, this.xrLabel12, this.xrLabel11, this.xrLabel10, this.xrLabel9, this.xrLabel8, this.xrLabel7, this.xrLabel4 }); resources.ApplyResources(this.GroupHeader1, "GroupHeader1"); this.GroupHeader1.Name = "GroupHeader1"; this.GroupHeader1.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.GroupHeader1_BeforePrint); // // xrLabel4 // this.xrLabel4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); resources.ApplyResources(this.xrLabel4, "xrLabel4"); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel4.StylePriority.UseBorders = false; this.xrLabel4.StylePriority.UseTextAlignment = false; // // objectDataSource1 // this.objectDataSource1.DataSource = typeof(Model.Reports.RT109); this.objectDataSource1.Name = "objectDataSource1"; // // PageHeader // resources.ApplyResources(this.PageHeader, "PageHeader"); this.PageHeader.Name = "PageHeader"; // // xrLabel7 // this.xrLabel7.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); resources.ApplyResources(this.xrLabel7, "xrLabel7"); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel7.StylePriority.UseBorders = false; this.xrLabel7.StylePriority.UseTextAlignment = false; // // xrLabel8 // this.xrLabel8.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); resources.ApplyResources(this.xrLabel8, "xrLabel8"); this.xrLabel8.Name = "xrLabel8"; this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel8.StylePriority.UseBorders = false; this.xrLabel8.StylePriority.UseTextAlignment = false; // // xrLabel9 // this.xrLabel9.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); resources.ApplyResources(this.xrLabel9, "xrLabel9"); this.xrLabel9.Name = "xrLabel9"; this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel9.StylePriority.UseBorders = false; this.xrLabel9.StylePriority.UseTextAlignment = false; // // xrLabel10 // this.xrLabel10.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); resources.ApplyResources(this.xrLabel10, "xrLabel10"); this.xrLabel10.Name = "xrLabel10"; this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel10.StylePriority.UseBorders = false; this.xrLabel10.StylePriority.UseTextAlignment = false; // // xrLabel11 // this.xrLabel11.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); resources.ApplyResources(this.xrLabel11, "xrLabel11"); this.xrLabel11.Name = "xrLabel11"; this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel11.StylePriority.UseBorders = false; this.xrLabel11.StylePriority.UseTextAlignment = false; // // xrLabel12 // this.xrLabel12.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); resources.ApplyResources(this.xrLabel12, "xrLabel12"); this.xrLabel12.Name = "xrLabel12"; this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel12.StylePriority.UseBorders = false; this.xrLabel12.StylePriority.UseTextAlignment = false; // // xrLabel13 // this.xrLabel13.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); resources.ApplyResources(this.xrLabel13, "xrLabel13"); this.xrLabel13.Name = "xrLabel13"; this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel13.StylePriority.UseBorders = false; this.xrLabel13.StylePriority.UseTextAlignment = false; // // xrLabel14 // this.xrLabel14.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); resources.ApplyResources(this.xrLabel14, "xrLabel14"); this.xrLabel14.Name = "xrLabel14"; this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel14.StylePriority.UseBorders = false; this.xrLabel14.StylePriority.UseTextAlignment = false; // // RightToWork // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.pageFooterBand1, this.reportHeaderBand1, this.GroupHeader1, this.PageHeader }); this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] { this.objectDataSource1 }); this.DataSource = this.objectDataSource1; resources.ApplyResources(this, "$this"); this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] { this.BranchName, this.DepartmentName, this.PositionName, this.Status, this.User }); this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] { this.Title, this.FieldCaption, this.PageInfo, this.DataField }); this.Version = "18.2"; this.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.RightToWork_BeforePrint); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).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 = "rp_DanhSachCanBoThamGiaCongDoan.resx"; this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrt_stt = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_manhanvien = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_hoten = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_ngaysinh = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_gioitinh = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_sodienthoai = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_ngayvaocongdoan = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_chucvu = new DevExpress.XtraReports.UI.XRTableCell(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrl_TitleBC = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_TenCongTy = new DevExpress.XtraReports.UI.XRLabel(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.xrl_ten3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_ten2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_ten1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrtngayketxuat = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_footer1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_footer3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_footer2 = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); 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.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrl_tenphongban = new DevExpress.XtraReports.UI.XRTableCell(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2 }); this.Detail.HeightF = 31.04164F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrTable2 // this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable2.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2 }); this.xrTable2.SizeF = new System.Drawing.SizeF(735.5834F, 31.04164F); this.xrTable2.StylePriority.UseBorders = false; this.xrTable2.StylePriority.UseFont = false; this.xrTable2.StylePriority.UseTextAlignment = false; this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrt_stt, this.xrt_manhanvien, this.xrt_hoten, this.xrt_ngaysinh, this.xrt_gioitinh, this.xrt_sodienthoai, this.xrt_ngayvaocongdoan, this.xrt_chucvu }); this.xrTableRow2.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); this.xrTableRow2.StylePriority.UseFont = false; this.xrTableRow2.StylePriority.UsePadding = false; this.xrTableRow2.StylePriority.UseTextAlignment = false; this.xrTableRow2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; this.xrTableRow2.Weight = 1D; // // xrt_stt // this.xrt_stt.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrt_stt.Name = "xrt_stt"; this.xrt_stt.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrt_stt.StylePriority.UseFont = false; this.xrt_stt.StylePriority.UsePadding = false; this.xrt_stt.StylePriority.UseTextAlignment = false; this.xrt_stt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_stt.Weight = 0.35416665980020634D; this.xrt_stt.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.Detail_BeforePrint); // // xrt_manhanvien // this.xrt_manhanvien.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrt_manhanvien.Name = "xrt_manhanvien"; this.xrt_manhanvien.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrt_manhanvien.StylePriority.UseFont = false; this.xrt_manhanvien.StylePriority.UsePadding = false; this.xrt_manhanvien.StylePriority.UseTextAlignment = false; this.xrt_manhanvien.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrt_manhanvien.Weight = 0.850839861252338D; // // xrt_hoten // this.xrt_hoten.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrt_hoten.Name = "xrt_hoten"; this.xrt_hoten.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrt_hoten.StylePriority.UseFont = false; this.xrt_hoten.StylePriority.UsePadding = false; this.xrt_hoten.StylePriority.UseTextAlignment = false; this.xrt_hoten.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrt_hoten.Weight = 1.3073458056306979D; // // xrt_ngaysinh // this.xrt_ngaysinh.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrt_ngaysinh.Name = "xrt_ngaysinh"; this.xrt_ngaysinh.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrt_ngaysinh.StylePriority.UseFont = false; this.xrt_ngaysinh.StylePriority.UsePadding = false; this.xrt_ngaysinh.StylePriority.UseTextAlignment = false; this.xrt_ngaysinh.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_ngaysinh.Weight = 0.992142906539754D; // // xrt_gioitinh // this.xrt_gioitinh.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrt_gioitinh.Name = "xrt_gioitinh"; this.xrt_gioitinh.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrt_gioitinh.StylePriority.UseFont = false; this.xrt_gioitinh.StylePriority.UsePadding = false; this.xrt_gioitinh.StylePriority.UseTextAlignment = false; this.xrt_gioitinh.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_gioitinh.Weight = 0.43072730785074725D; // // xrt_sodienthoai // this.xrt_sodienthoai.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrt_sodienthoai.Name = "xrt_sodienthoai"; this.xrt_sodienthoai.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrt_sodienthoai.StylePriority.UseFont = false; this.xrt_sodienthoai.StylePriority.UsePadding = false; this.xrt_sodienthoai.StylePriority.UseTextAlignment = false; this.xrt_sodienthoai.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrt_sodienthoai.Weight = 0.94737583857378493D; // // xrt_ngayvaocongdoan // this.xrt_ngayvaocongdoan.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrt_ngayvaocongdoan.Name = "xrt_ngayvaocongdoan"; this.xrt_ngayvaocongdoan.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrt_ngayvaocongdoan.StylePriority.UseFont = false; this.xrt_ngayvaocongdoan.StylePriority.UsePadding = false; this.xrt_ngayvaocongdoan.StylePriority.UseTextAlignment = false; this.xrt_ngayvaocongdoan.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrt_ngayvaocongdoan.Weight = 0.91898902897342738D; // // xrt_chucvu // this.xrt_chucvu.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrt_chucvu.Name = "xrt_chucvu"; this.xrt_chucvu.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrt_chucvu.StylePriority.UseFont = false; this.xrt_chucvu.StylePriority.UsePadding = false; this.xrt_chucvu.StylePriority.UseTextAlignment = false; this.xrt_chucvu.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrt_chucvu.Weight = 1.1498651402323694D; // // TopMargin // this.TopMargin.HeightF = 48F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.HeightF = 58F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrl_TitleBC, this.xrl_TenCongTy }); this.ReportHeader.HeightF = 109.5417F; this.ReportHeader.Name = "ReportHeader"; // // xrl_TitleBC // this.xrl_TitleBC.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_TitleBC.LocationFloat = new DevExpress.Utils.PointFloat(0F, 63.54167F); this.xrl_TitleBC.Name = "xrl_TitleBC"; this.xrl_TitleBC.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_TitleBC.SizeF = new System.Drawing.SizeF(735.5834F, 23F); this.xrl_TitleBC.StylePriority.UseFont = false; this.xrl_TitleBC.StylePriority.UseTextAlignment = false; this.xrl_TitleBC.Text = "BÁO CÁO DANH SÁCH CÁN BỘ THAM GIA CÔNG ĐOÀN"; this.xrl_TitleBC.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_TenCongTy // this.xrl_TenCongTy.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_TenCongTy.LocationFloat = new DevExpress.Utils.PointFloat(0F, 26.04167F); this.xrl_TenCongTy.Name = "xrl_TenCongTy"; this.xrl_TenCongTy.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_TenCongTy.SizeF = new System.Drawing.SizeF(484.7656F, 23F); this.xrl_TenCongTy.StylePriority.UseFont = false; this.xrl_TenCongTy.StylePriority.UseTextAlignment = false; this.xrl_TenCongTy.Text = "CÔNG TY CỔ PHẦN CÔNG NGHỆ DTH VÀ GIẢI PHÁP SỐ"; this.xrl_TenCongTy.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrl_ten3, this.xrl_ten2, this.xrl_ten1, this.xrtngayketxuat, this.xrl_footer1, this.xrl_footer3, this.xrl_footer2 }); this.ReportFooter.HeightF = 227F; this.ReportFooter.Name = "ReportFooter"; // // xrl_ten3 // this.xrl_ten3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_ten3.LocationFloat = new DevExpress.Utils.PointFloat(526.3917F, 177.0833F); this.xrl_ten3.Name = "xrl_ten3"; this.xrl_ten3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_ten3.SizeF = new System.Drawing.SizeF(209.1918F, 23F); this.xrl_ten3.StylePriority.UseFont = false; this.xrl_ten3.StylePriority.UseTextAlignment = false; this.xrl_ten3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_ten2 // this.xrl_ten2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_ten2.LocationFloat = new DevExpress.Utils.PointFloat(270.7912F, 177.0833F); this.xrl_ten2.Name = "xrl_ten2"; this.xrl_ten2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_ten2.SizeF = new System.Drawing.SizeF(196.9735F, 23F); this.xrl_ten2.StylePriority.UseFont = false; this.xrl_ten2.StylePriority.UseTextAlignment = false; this.xrl_ten2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_ten1 // this.xrl_ten1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_ten1.LocationFloat = new DevExpress.Utils.PointFloat(20.14163F, 177.0833F); this.xrl_ten1.Name = "xrl_ten1"; this.xrl_ten1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_ten1.SizeF = new System.Drawing.SizeF(186.4159F, 23F); this.xrl_ten1.StylePriority.UseFont = false; this.xrl_ten1.StylePriority.UseTextAlignment = false; this.xrl_ten1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrtngayketxuat // this.xrtngayketxuat.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Italic); this.xrtngayketxuat.LocationFloat = new DevExpress.Utils.PointFloat(474.3086F, 20.83333F); this.xrtngayketxuat.Name = "xrtngayketxuat"; this.xrtngayketxuat.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrtngayketxuat.SizeF = new System.Drawing.SizeF(261.2751F, 23F); this.xrtngayketxuat.StylePriority.UseFont = false; this.xrtngayketxuat.StylePriority.UseTextAlignment = false; this.xrtngayketxuat.Text = "Hà Nội, ngày 15 tháng 4 năm 2013"; this.xrtngayketxuat.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_footer1 // this.xrl_footer1.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_footer1.LocationFloat = new DevExpress.Utils.PointFloat(20.14163F, 64.58334F); this.xrl_footer1.Name = "xrl_footer1"; this.xrl_footer1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_footer1.SizeF = new System.Drawing.SizeF(188.4169F, 23F); this.xrl_footer1.StylePriority.UseFont = false; this.xrl_footer1.StylePriority.UseTextAlignment = false; this.xrl_footer1.Text = "NGƯỜI LẬP"; this.xrl_footer1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_footer3 // this.xrl_footer3.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_footer3.LocationFloat = new DevExpress.Utils.PointFloat(526.3914F, 64.58334F); this.xrl_footer3.Name = "xrl_footer3"; this.xrl_footer3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_footer3.SizeF = new System.Drawing.SizeF(209.192F, 23F); this.xrl_footer3.StylePriority.UseFont = false; this.xrl_footer3.StylePriority.UseTextAlignment = false; this.xrl_footer3.Text = "TỔNG GIÁM ĐỐC"; this.xrl_footer3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_footer2 // this.xrl_footer2.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_footer2.LocationFloat = new DevExpress.Utils.PointFloat(270.7912F, 64.58334F); this.xrl_footer2.Name = "xrl_footer2"; this.xrl_footer2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_footer2.SizeF = new System.Drawing.SizeF(198.9744F, 23F); this.xrl_footer2.StylePriority.UseFont = false; this.xrl_footer2.StylePriority.UseTextAlignment = false; this.xrl_footer2.Text = "PHÒNG HCNS"; this.xrl_footer2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1 }); this.PageHeader.HeightF = 38.33331F; this.PageHeader.Name = "PageHeader"; // // xrTable1 // this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1 }); this.xrTable1.SizeF = new System.Drawing.SizeF(735.5836F, 38.33331F); this.xrTable1.StylePriority.UseBorders = false; this.xrTable1.StylePriority.UseTextAlignment = false; this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell1, this.xrTableCell2, this.xrTableCell4, this.xrTableCell3, this.xrTableCell5, this.xrTableCell7, this.xrTableCell8, this.xrTableCell6 }); this.xrTableRow1.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); this.xrTableRow1.StylePriority.UseFont = false; this.xrTableRow1.StylePriority.UsePadding = false; this.xrTableRow1.StylePriority.UseTextAlignment = false; this.xrTableRow1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; this.xrTableRow1.Weight = 1D; // // xrTableCell1 // this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.StylePriority.UseTextAlignment = false; this.xrTableCell1.Text = "STT"; this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell1.Weight = 0.35416665980020634D; // // xrTableCell2 // this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.StylePriority.UseTextAlignment = false; this.xrTableCell2.Text = "Mã nhân viên"; this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell2.Weight = 0.850839861252338D; // // xrTableCell4 // this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.StylePriority.UseTextAlignment = false; this.xrTableCell4.Text = "Họ và tên"; this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell4.Weight = 1.3073458056306979D; // // xrTableCell3 // this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.StylePriority.UseTextAlignment = false; this.xrTableCell3.Text = "Ngày sinh"; this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell3.Weight = 0.992142906539754D; // // xrTableCell5 // this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.StylePriority.UseTextAlignment = false; this.xrTableCell5.Text = "Giới tính"; this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell5.Weight = 0.43072730785074731D; // // xrTableCell7 // this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.StylePriority.UseTextAlignment = false; this.xrTableCell7.Text = "Điện thoại"; this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell7.Weight = 0.94737583857378493D; // // xrTableCell8 // this.xrTableCell8.Name = "xrTableCell8"; this.xrTableCell8.StylePriority.UseTextAlignment = false; this.xrTableCell8.Text = "Ngày vào công đoàn"; this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell8.Weight = 0.91898845217551128D; // // xrTableCell6 // this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.StylePriority.UseTextAlignment = false; this.xrTableCell6.Text = "Chức vụ công đoàn"; this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell6.Weight = 1.1498674474240334D; // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable3 }); this.GroupHeader1.HeightF = 25.41666F; this.GroupHeader1.Name = "GroupHeader1"; // // xrTable3 // this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable3.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable3.Name = "xrTable3"; this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow3 }); this.xrTable3.SizeF = new System.Drawing.SizeF(735.5834F, 25.41666F); this.xrTable3.SnapLineMargin = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrTable3.StylePriority.UseBorders = false; this.xrTable3.StylePriority.UseFont = false; this.xrTable3.StylePriority.UsePadding = false; this.xrTable3.StylePriority.UseTextAlignment = false; this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrTableRow3 // this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell16, this.xrl_tenphongban }); this.xrTableRow3.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrTableRow3.Name = "xrTableRow3"; this.xrTableRow3.StylePriority.UseFont = false; this.xrTableRow3.StylePriority.UseTextAlignment = false; this.xrTableRow3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; this.xrTableRow3.Weight = 1D; // // xrTableCell16 // this.xrTableCell16.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell16.Name = "xrTableCell16"; this.xrTableCell16.StylePriority.UseBorders = false; this.xrTableCell16.Weight = 0.099999969401147248D; // // xrl_tenphongban // this.xrl_tenphongban.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrl_tenphongban.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrl_tenphongban.Name = "xrl_tenphongban"; this.xrl_tenphongban.StylePriority.UseBorders = false; this.xrl_tenphongban.StylePriority.UseFont = false; this.xrl_tenphongban.StylePriority.UseTextAlignment = false; this.xrl_tenphongban.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; this.xrl_tenphongban.Weight = 12.72270562588295D; // // rp_DanhSachCanBoThamGiaCongDoan // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader, this.ReportFooter, this.PageHeader, this.GroupHeader1 }); this.Margins = new System.Drawing.Printing.Margins(42, 47, 48, 58); this.PageHeight = 1169; this.PageWidth = 827; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Version = "10.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).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 = "Header.resx"; this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); this.xrPictureBox3 = new DevExpress.XtraReports.UI.XRPictureBox(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); this.xrPictureBox2 = new DevExpress.XtraReports.UI.XRPictureBox(); this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); this.lbTenCongTy = new DevExpress.XtraReports.UI.XRLabel(); this.paramFromDate = new DevExpress.XtraReports.Parameters.Parameter(); this.paramToDate = new DevExpress.XtraReports.Parameters.Parameter(); this.dsBO1 = new dsBO(); this.bO_GetByIdTableAdapter1 = new dsBOTableAdapters.BO_GetByIdTableAdapter(); ((System.ComponentModel.ISupportInitialize)(this.dsBO1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.HeightF = 0F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // TopMargin // this.TopMargin.HeightF = 0F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.HeightF = 0F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel10, this.xrPictureBox3, this.xrLabel1, this.xrPictureBox1, this.xrPictureBox2, this.xrLabel12, this.lbTenCongTy}); this.ReportHeader.HeightF = 94.58342F; this.ReportHeader.Name = "ReportHeader"; // // xrLabel10 // this.xrLabel10.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold); this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(552.7499F, 60.66673F); this.xrLabel10.Name = "xrLabel10"; this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel10.SizeF = new System.Drawing.SizeF(112.4999F, 23F); this.xrLabel10.StylePriority.UseFont = false; this.xrLabel10.StylePriority.UseTextAlignment = false; this.xrLabel10.Text = "0936.747478"; this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrPictureBox3 // this.xrPictureBox3.ImageUrl = "~\\img\\tải xuống.png"; this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(528.75F, 59.66674F); this.xrPictureBox3.Name = "xrPictureBox3"; this.xrPictureBox3.SizeF = new System.Drawing.SizeF(24F, 24F); this.xrPictureBox3.Sizing = DevExpress.XtraPrinting.ImageSizeMode.Squeeze; // // xrLabel1 // this.xrLabel1.Font = new System.Drawing.Font("Tahoma", 11F); this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(309.75F, 60.66675F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.SizeF = new System.Drawing.SizeF(200F, 23F); this.xrLabel1.StylePriority.UseFont = false; this.xrLabel1.StylePriority.UseTextAlignment = false; this.xrLabel1.Text = "08.38779922 / 08.38779955"; this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrPictureBox1 // this.xrPictureBox1.ImageUrl = "~\\img\\083363-high-resolution-dark-blue-denim-jeans-icon-business-phone-clear.png"; this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(279.7499F, 56.29178F); this.xrPictureBox1.Name = "xrPictureBox1"; this.xrPictureBox1.SizeF = new System.Drawing.SizeF(30F, 30F); this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.Squeeze; // // xrPictureBox2 // this.xrPictureBox2.ImageUrl = "~\\img\\logo.gif"; this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrPictureBox2.Name = "xrPictureBox2"; this.xrPictureBox2.SizeF = new System.Drawing.SizeF(165.6251F, 86.29177F); this.xrPictureBox2.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; // // xrLabel12 // this.xrLabel12.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot; this.xrLabel12.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "BO_GetById.CompanyAddress")}); this.xrLabel12.Font = new System.Drawing.Font("MS Reference Sans Serif", 11F); this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(165.6251F, 28.41667F); this.xrLabel12.Name = "xrLabel12"; this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel12.SizeF = new System.Drawing.SizeF(569.3749F, 26F); this.xrLabel12.StylePriority.UseBorderDashStyle = false; this.xrLabel12.StylePriority.UseBorders = false; this.xrLabel12.StylePriority.UseFont = false; this.xrLabel12.StylePriority.UseTextAlignment = false; this.xrLabel12.Text = "xrLabel12"; this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // lbTenCongTy // this.lbTenCongTy.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot; this.lbTenCongTy.Borders = DevExpress.XtraPrinting.BorderSide.None; this.lbTenCongTy.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "BO_GetById.CompanyName")}); this.lbTenCongTy.Font = new System.Drawing.Font("MS Reference Sans Serif", 11F, System.Drawing.FontStyle.Bold); this.lbTenCongTy.LocationFloat = new DevExpress.Utils.PointFloat(165.6251F, 0F); this.lbTenCongTy.Name = "lbTenCongTy"; this.lbTenCongTy.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.lbTenCongTy.SizeF = new System.Drawing.SizeF(569.3749F, 28.41667F); this.lbTenCongTy.StylePriority.UseBorderDashStyle = false; this.lbTenCongTy.StylePriority.UseBorders = false; this.lbTenCongTy.StylePriority.UseFont = false; this.lbTenCongTy.StylePriority.UseTextAlignment = false; this.lbTenCongTy.Text = "[sale_InvoiceToPrint.CompanyName]"; this.lbTenCongTy.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // paramFromDate // this.paramFromDate.Name = "paramFromDate"; this.paramFromDate.Type = typeof(System.DateTime); this.paramFromDate.ValueInfo = "2011-11-21"; // // paramToDate // this.paramToDate.Name = "paramToDate"; this.paramToDate.Type = typeof(System.DateTime); this.paramToDate.ValueInfo = "2011-11-21"; // // dsBO1 // this.dsBO1.DataSetName = "dsBO"; this.dsBO1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // bO_GetByIdTableAdapter1 // this.bO_GetByIdTableAdapter1.ClearBeforeFill = true; // // Header // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader}); this.DataAdapter = this.bO_GetByIdTableAdapter1; this.DataMember = "BO_GetById"; this.DataSource = this.dsBO1; this.Margins = new System.Drawing.Printing.Margins(66, 49, 0, 0); this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] { this.paramFromDate, this.paramToDate}); this.Version = "14.1"; ((System.ComponentModel.ISupportInitialize)(this.dsBO1)).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 = "sub_Quanhe_Giadinh.resx"; this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrRelationShipName = new DevExpress.XtraReports.UI.XRTableCell(); this.xrName = new DevExpress.XtraReports.UI.XRTableCell(); this.xrDateOfBirth = new DevExpress.XtraReports.UI.XRTableCell(); this.xrJob = new DevExpress.XtraReports.UI.XRTableCell(); this.xrWorkPlace = new DevExpress.XtraReports.UI.XRTableCell(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrLabel47 = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); 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.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2 }); this.Detail.HeightF = 25F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrTable2 // this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable2.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2 }); this.xrTable2.SizeF = new System.Drawing.SizeF(776.0001F, 25F); this.xrTable2.StylePriority.UseBorders = false; this.xrTable2.StylePriority.UseFont = false; this.xrTable2.StylePriority.UseTextAlignment = false; this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrRelationShipName, this.xrName, this.xrDateOfBirth, this.xrJob, this.xrWorkPlace }); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Weight = 1D; // // xrRelationShipName // this.xrRelationShipName.Name = "xrRelationShipName"; this.xrRelationShipName.Weight = 0.37980764996024691D; // // xrName // this.xrName.Name = "xrName"; this.xrName.Weight = 0.78365374765093088D; // // xrDateOfBirth // this.xrDateOfBirth.Name = "xrDateOfBirth"; this.xrDateOfBirth.Weight = 0.43750001820084922D; // // xrJob // this.xrJob.Name = "xrJob"; this.xrJob.Weight = 0.81298024367902244D; // // xrWorkPlace // this.xrWorkPlace.Name = "xrWorkPlace"; this.xrWorkPlace.Weight = 0.825504128110061D; // // TopMargin // this.TopMargin.HeightF = 48F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.HeightF = 46F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel47 }); this.ReportHeader.HeightF = 56F; this.ReportHeader.Name = "ReportHeader"; // // xrLabel47 // this.xrLabel47.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrLabel47.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrLabel47.Name = "xrLabel47"; this.xrLabel47.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel47.SizeF = new System.Drawing.SizeF(776F, 51.54166F); this.xrLabel47.StylePriority.UseFont = false; this.xrLabel47.StylePriority.UseTextAlignment = false; this.xrLabel47.Text = "63. Quan hệ gia đình: Cha, mẹ, anh, chị em ruột của bản thân; Vợ(chồng), con; Cha" + ", mẹ, anh, chị em ruột vợ hoặc chồng; Kê khai cả cha, mẹ nuôi của mình và vợ chồ" + "ng nếu có."; this.xrLabel47.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleJustify; // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1 }); this.PageHeader.HeightF = 55.20834F; this.PageHeader.Name = "PageHeader"; // // xrTable1 // this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1 }); this.xrTable1.SizeF = new System.Drawing.SizeF(776.0001F, 55.20834F); this.xrTable1.StylePriority.UseBorders = false; this.xrTable1.StylePriority.UseFont = false; this.xrTable1.StylePriority.UseTextAlignment = false; this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell1, this.xrTableCell2, this.xrTableCell4, this.xrTableCell3, this.xrTableCell5 }); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 1D; // // xrTableCell1 // this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.Text = "Quan hệ"; this.xrTableCell1.Weight = 0.37980764996024691D; // // xrTableCell2 // this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.Text = "Họ và tên"; this.xrTableCell2.Weight = 0.78365374765093088D; // // xrTableCell4 // this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.Text = "Năm sinh"; this.xrTableCell4.Weight = 0.43750001820084922D; // // xrTableCell3 // this.xrTableCell3.Multiline = true; this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.Text = "Nghề nghiệp, \r\nchức vụ công tác"; this.xrTableCell3.Weight = 0.81298024367902244D; // // xrTableCell5 // this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.Text = "Nơi làm việc"; this.xrTableCell5.Weight = 0.825504128110061D; // // ReportFooter // this.ReportFooter.HeightF = 54F; this.ReportFooter.Name = "ReportFooter"; // // sub_Quanhe_Giadinh // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader, this.PageHeader, this.ReportFooter }); this.Margins = new System.Drawing.Printing.Margins(57, 16, 48, 46); this.Version = "10.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AssetCategoriesReport)); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.objectDataSource1 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components); this.pageHeaderBand1 = new DevExpress.XtraReports.UI.PageHeaderBand(); this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); 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.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.pageFooterBand1 = new DevExpress.XtraReports.UI.PageFooterBand(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.User = new DevExpress.XtraReports.Parameters.Parameter(); this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); this.xrPageInfo2 = new DevExpress.XtraReports.UI.XRPageInfo(); this.reportHeaderBand1 = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.Title = new DevExpress.XtraReports.UI.XRControlStyle(); this.FieldCaption = new DevExpress.XtraReports.UI.XRControlStyle(); this.PageInfo = new DevExpress.XtraReports.UI.XRControlStyle(); this.DataField = new DevExpress.XtraReports.UI.XRControlStyle(); this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2 }); resources.ApplyResources(this.Detail, "Detail"); this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); // // xrTable2 // this.xrTable2.AnchorVertical = ((DevExpress.XtraReports.UI.VerticalAnchorStyles)((DevExpress.XtraReports.UI.VerticalAnchorStyles.Top | DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom))); resources.ApplyResources(this.xrTable2, "xrTable2"); this.xrTable2.Name = "xrTable2"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow4 }); // // xrTableRow4 // this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell8 }); this.xrTableRow4.Name = "xrTableRow4"; resources.ApplyResources(this.xrTableRow4, "xrTableRow4"); // // xrTableCell8 // this.xrTableCell8.CanGrow = false; this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "name") }); this.xrTableCell8.Name = "xrTableCell8"; this.xrTableCell8.StyleName = "DataField"; this.xrTableCell8.StylePriority.UseTextAlignment = false; resources.ApplyResources(this.xrTableCell8, "xrTableCell8"); // // TopMargin // this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); resources.ApplyResources(this.TopMargin, "TopMargin"); // // BottomMargin // this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); resources.ApplyResources(this.BottomMargin, "BottomMargin"); // // objectDataSource1 // this.objectDataSource1.DataSource = typeof(Model.Employees.Profile.AssetCategory); this.objectDataSource1.Name = "objectDataSource1"; // // pageHeaderBand1 // this.pageHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1 }); resources.ApplyResources(this.pageHeaderBand1, "pageHeaderBand1"); this.pageHeaderBand1.Name = "pageHeaderBand1"; // // xrTable1 // this.xrTable1.AnchorVertical = DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom; resources.ApplyResources(this.xrTable1, "xrTable1"); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow3 }); // // xrTableRow3 // this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell7 }); this.xrTableRow3.Name = "xrTableRow3"; resources.ApplyResources(this.xrTableRow3, "xrTableRow3"); // // xrTableCell7 // this.xrTableCell7.CanGrow = false; this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.StyleName = "FieldCaption"; this.xrTableCell7.StylePriority.UseTextAlignment = false; resources.ApplyResources(this.xrTableCell7, "xrTableCell7"); // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell1, this.xrTableCell2, this.xrTableCell3 }); this.xrTableRow1.Name = "xrTableRow1"; resources.ApplyResources(this.xrTableRow1, "xrTableRow1"); // // xrTableCell1 // this.xrTableCell1.Name = "xrTableCell1"; resources.ApplyResources(this.xrTableCell1, "xrTableCell1"); // // xrTableCell2 // this.xrTableCell2.Name = "xrTableCell2"; resources.ApplyResources(this.xrTableCell2, "xrTableCell2"); // // xrTableCell3 // this.xrTableCell3.Name = "xrTableCell3"; resources.ApplyResources(this.xrTableCell3, "xrTableCell3"); // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell4, this.xrTableCell5, this.xrTableCell6 }); this.xrTableRow2.Name = "xrTableRow2"; resources.ApplyResources(this.xrTableRow2, "xrTableRow2"); // // xrTableCell4 // this.xrTableCell4.Name = "xrTableCell4"; resources.ApplyResources(this.xrTableCell4, "xrTableCell4"); // // xrTableCell5 // this.xrTableCell5.Name = "xrTableCell5"; resources.ApplyResources(this.xrTableCell5, "xrTableCell5"); // // xrTableCell6 // this.xrTableCell6.Name = "xrTableCell6"; resources.ApplyResources(this.xrTableCell6, "xrTableCell6"); // // pageFooterBand1 // this.pageFooterBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel2, this.xrLabel3, this.xrPageInfo1, this.xrPageInfo2 }); resources.ApplyResources(this.pageFooterBand1, "pageFooterBand1"); this.pageFooterBand1.Name = "pageFooterBand1"; // // xrLabel2 // resources.ApplyResources(this.xrLabel2, "xrLabel2"); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel2.StylePriority.UseTextAlignment = false; // // xrLabel3 // this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding(this.User, "Text", "") }); resources.ApplyResources(this.xrLabel3, "xrLabel3"); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel3.StylePriority.UseTextAlignment = false; // // User // this.User.Name = "User"; this.User.Visible = false; // // xrPageInfo1 // resources.ApplyResources(this.xrPageInfo1, "xrPageInfo1"); 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.StyleName = "PageInfo"; this.xrPageInfo1.StylePriority.UseTextAlignment = false; // // xrPageInfo2 // resources.ApplyResources(this.xrPageInfo2, "xrPageInfo2"); this.xrPageInfo2.Name = "xrPageInfo2"; this.xrPageInfo2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrPageInfo2.StyleName = "PageInfo"; this.xrPageInfo2.StylePriority.UseTextAlignment = false; // // reportHeaderBand1 // this.reportHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel1 }); resources.ApplyResources(this.reportHeaderBand1, "reportHeaderBand1"); this.reportHeaderBand1.Name = "reportHeaderBand1"; // // xrLabel1 // resources.ApplyResources(this.xrLabel1, "xrLabel1"); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.StyleName = "Title"; this.xrLabel1.StylePriority.UseTextAlignment = false; // // Title // this.Title.BackColor = System.Drawing.Color.Transparent; this.Title.BorderColor = System.Drawing.Color.Black; this.Title.Borders = DevExpress.XtraPrinting.BorderSide.None; this.Title.BorderWidth = 1F; this.Title.Font = new System.Drawing.Font("Times New Roman", 21F); this.Title.ForeColor = System.Drawing.Color.Black; this.Title.Name = "Title"; // // FieldCaption // this.FieldCaption.BackColor = System.Drawing.Color.Transparent; this.FieldCaption.BorderColor = System.Drawing.Color.Black; this.FieldCaption.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.FieldCaption.BorderWidth = 1F; this.FieldCaption.Font = new System.Drawing.Font("Times New Roman", 10F); this.FieldCaption.ForeColor = System.Drawing.Color.Black; this.FieldCaption.Name = "FieldCaption"; // // PageInfo // this.PageInfo.BackColor = System.Drawing.Color.Transparent; this.PageInfo.BorderColor = System.Drawing.Color.Black; this.PageInfo.Borders = DevExpress.XtraPrinting.BorderSide.None; this.PageInfo.BorderWidth = 1F; this.PageInfo.Font = new System.Drawing.Font("Arial", 8F); this.PageInfo.ForeColor = System.Drawing.Color.Black; this.PageInfo.Name = "PageInfo"; // // DataField // this.DataField.BackColor = System.Drawing.Color.Transparent; this.DataField.BorderColor = System.Drawing.Color.Black; this.DataField.Borders = DevExpress.XtraPrinting.BorderSide.None; this.DataField.BorderWidth = 1F; this.DataField.Font = new System.Drawing.Font("Arial", 9F); this.DataField.ForeColor = System.Drawing.Color.Black; this.DataField.Name = "DataField"; this.DataField.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel17 }); resources.ApplyResources(this.GroupHeader1, "GroupHeader1"); this.GroupHeader1.Name = "GroupHeader1"; // // xrLabel17 // resources.ApplyResources(this.xrLabel17, "xrLabel17"); this.xrLabel17.Name = "xrLabel17"; this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel17.StylePriority.UseTextAlignment = false; this.xrLabel17.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xrLabel17_BeforePrint); // // AssetCategoriesReport // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.pageHeaderBand1, this.pageFooterBand1, this.reportHeaderBand1, this.GroupHeader1 }); this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] { this.objectDataSource1 }); this.DataSource = this.objectDataSource1; resources.ApplyResources(this, "$this"); this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] { this.User }); this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] { this.Title, this.FieldCaption, this.PageInfo, this.DataField }); this.Version = "18.2"; ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
private List<XRControl> CreateXRControlList(TemplateProperty template, ReportHeaderBand band, float initialYPosition, float xPosition) { var controlList = new List<XRControl>(); if (template.DynamicProperty == null) return controlList; var _TemplateProperty = from property in template.DynamicProperty orderby property.Order select property; foreach (var property in _TemplateProperty) { if (!property.IsVisible) continue; float yPosition = GetNextPosition(controlList, initialYPosition); if (property.Type == TemplateDynamicType.TextField) { controlList.Add(AddTextfield(property, yPosition, xPosition)); } else if (property.Type == TemplateDynamicType.PageBreak) { controlList.Add(AddPageBreak(property, yPosition)); } else if (property.Type == TemplateDynamicType.Statistics) { if (string.IsNullOrEmpty(property.Statistics.ColumnName) || template.StatisticsDataSource.Columns[property.Statistics.ColumnName] == null) continue; controlList.Add(AddStatistics(template, property, yPosition, xPosition)); } } return controlList; }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { string resourceFileName = "rp_DanhSachNgayPhepConLaiTrongNam.resx"; this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable4 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrt_stt = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_macanbo = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_hovaten = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_ngayvaocongty = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_donvi = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_tongngayphep = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_tongngaynghile = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_thang1 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_thang2 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_thang3 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_thang4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_thang5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_thang6 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_thang7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_thang8 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_thang9 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_thang10 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_thang11 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_thang12 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_tongsongaynghi = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_ngayconlai = new DevExpress.XtraReports.UI.XRTableCell(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrl_TitleBC = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_TenCongTy = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_TenThanhPho = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.xrl_ten3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_footer3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrtngayketxuat = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_ten2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_footer2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_ten1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_footer1 = new DevExpress.XtraReports.UI.XRLabel(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable4 }); this.Detail.HeightF = 25F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrTable4 // this.xrTable4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable4.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable4.Name = "xrTable4"; this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow4 }); this.xrTable4.SizeF = new System.Drawing.SizeF(1628F, 25F); this.xrTable4.StylePriority.UseBorders = false; this.xrTable4.StylePriority.UseFont = false; // // xrTableRow4 // this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrt_stt, this.xrt_macanbo, this.xrt_hovaten, this.xrt_ngayvaocongty, this.xrt_donvi, this.xrt_tongngayphep, this.xrt_tongngaynghile, this.xrt_thang1, this.xrt_thang2, this.xrt_thang3, this.xrt_thang4, this.xrt_thang5, this.xrt_thang6, this.xrt_thang7, this.xrt_thang8, this.xrt_thang9, this.xrt_thang10, this.xrt_thang11, this.xrt_thang12, this.xrt_tongsongaynghi, this.xrt_ngayconlai }); this.xrTableRow4.Name = "xrTableRow4"; this.xrTableRow4.Weight = 1D; // // xrt_stt // this.xrt_stt.Name = "xrt_stt"; this.xrt_stt.StylePriority.UseTextAlignment = false; this.xrt_stt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_stt.Weight = 0.079622235872235825D; // // xrt_macanbo // this.xrt_macanbo.Name = "xrt_macanbo"; this.xrt_macanbo.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrt_macanbo.StylePriority.UsePadding = false; this.xrt_macanbo.StylePriority.UseTextAlignment = false; this.xrt_macanbo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrt_macanbo.Weight = 0.22600584475355595D; // // xrt_hovaten // this.xrt_hovaten.Name = "xrt_hovaten"; this.xrt_hovaten.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrt_hovaten.StylePriority.UsePadding = false; this.xrt_hovaten.StylePriority.UseTextAlignment = false; this.xrt_hovaten.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrt_hovaten.Weight = 0.25120942305581284D; // // xrt_ngayvaocongty // this.xrt_ngayvaocongty.Name = "xrt_ngayvaocongty"; this.xrt_ngayvaocongty.StylePriority.UseTextAlignment = false; this.xrt_ngayvaocongty.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_ngayvaocongty.Weight = 0.18018646146507161D; // // xrt_donvi // this.xrt_donvi.Name = "xrt_donvi"; this.xrt_donvi.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrt_donvi.StylePriority.UsePadding = false; this.xrt_donvi.StylePriority.UseTextAlignment = false; this.xrt_donvi.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrt_donvi.Weight = 0.48560374023287534D; // // xrt_tongngayphep // this.xrt_tongngayphep.Name = "xrt_tongngayphep"; this.xrt_tongngayphep.StylePriority.UseTextAlignment = false; this.xrt_tongngayphep.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_tongngayphep.Weight = 0.1756175999559407D; // // xrt_tongngaynghile // this.xrt_tongngaynghile.Name = "xrt_tongngaynghile"; this.xrt_tongngaynghile.StylePriority.UseTextAlignment = false; this.xrt_tongngaynghile.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_tongngaynghile.Weight = 0.18090651369212007D; // // xrt_thang1 // this.xrt_thang1.Name = "xrt_thang1"; this.xrt_thang1.StylePriority.UseTextAlignment = false; this.xrt_thang1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_thang1.Weight = 0.08353884272844847D; // // xrt_thang2 // this.xrt_thang2.Name = "xrt_thang2"; this.xrt_thang2.StylePriority.UseTextAlignment = false; this.xrt_thang2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_thang2.Weight = 0.083538950514734811D; // // xrt_thang3 // this.xrt_thang3.Name = "xrt_thang3"; this.xrt_thang3.StylePriority.UseTextAlignment = false; this.xrt_thang3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_thang3.Weight = 0.083538723226261435D; // // xrt_thang4 // this.xrt_thang4.Name = "xrt_thang4"; this.xrt_thang4.StylePriority.UseTextAlignment = false; this.xrt_thang4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_thang4.Weight = 0.083538946999964558D; // // xrt_thang5 // this.xrt_thang5.Name = "xrt_thang5"; this.xrt_thang5.StylePriority.UseTextAlignment = false; this.xrt_thang5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_thang5.Weight = 0.083538608996229613D; // // xrt_thang6 // this.xrt_thang6.Name = "xrt_thang6"; this.xrt_thang6.StylePriority.UseTextAlignment = false; this.xrt_thang6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_thang6.Weight = 0.083538833648625466D; // // xrt_thang7 // this.xrt_thang7.Name = "xrt_thang7"; this.xrt_thang7.StylePriority.UseTextAlignment = false; this.xrt_thang7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_thang7.Weight = 0.083539058447469949D; // // xrt_thang8 // this.xrt_thang8.Name = "xrt_thang8"; this.xrt_thang8.StylePriority.UseTextAlignment = false; this.xrt_thang8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_thang8.Weight = 0.083539058374245634D; // // xrt_thang9 // this.xrt_thang9.Name = "xrt_thang9"; this.xrt_thang9.StylePriority.UseTextAlignment = false; this.xrt_thang9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_thang9.Weight = 0.083538608447046747D; // // xrt_thang10 // this.xrt_thang10.Name = "xrt_thang10"; this.xrt_thang10.StylePriority.UseTextAlignment = false; this.xrt_thang10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_thang10.Weight = 0.083539283264620567D; // // xrt_thang11 // this.xrt_thang11.Name = "xrt_thang11"; this.xrt_thang11.StylePriority.UseTextAlignment = false; this.xrt_thang11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_thang11.Weight = 0.083538608419587657D; // // xrt_thang12 // this.xrt_thang12.Name = "xrt_thang12"; this.xrt_thang12.StylePriority.UseTextAlignment = false; this.xrt_thang12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_thang12.Weight = 0.09121756589255256D; // // xrt_tongsongaynghi // this.xrt_tongsongaynghi.Name = "xrt_tongsongaynghi"; this.xrt_tongsongaynghi.StylePriority.UseTextAlignment = false; this.xrt_tongsongaynghi.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_tongsongaynghi.Weight = 0.20535154600630007D; // // xrt_ngayconlai // this.xrt_ngayconlai.Name = "xrt_ngayconlai"; this.xrt_ngayconlai.StylePriority.UseTextAlignment = false; this.xrt_ngayconlai.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_ngayconlai.Weight = 0.20535154600630007D; // // TopMargin // this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrl_TitleBC, this.xrl_TenCongTy, this.xrl_TenThanhPho }); this.ReportHeader.HeightF = 83F; this.ReportHeader.Name = "ReportHeader"; // // xrl_TitleBC // this.xrl_TitleBC.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_TitleBC.LocationFloat = new DevExpress.Utils.PointFloat(0F, 54.50001F); this.xrl_TitleBC.Name = "xrl_TitleBC"; this.xrl_TitleBC.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_TitleBC.SizeF = new System.Drawing.SizeF(1628F, 23F); this.xrl_TitleBC.StylePriority.UseFont = false; this.xrl_TitleBC.StylePriority.UseTextAlignment = false; this.xrl_TitleBC.Text = "DANH SÁCH NGÀY PHÉP CÒN LẠI TRONG NĂM"; this.xrl_TitleBC.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_TenCongTy // this.xrl_TenCongTy.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_TenCongTy.LocationFloat = new DevExpress.Utils.PointFloat(0F, 25F); this.xrl_TenCongTy.Name = "xrl_TenCongTy"; this.xrl_TenCongTy.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_TenCongTy.SizeF = new System.Drawing.SizeF(502.0836F, 23F); this.xrl_TenCongTy.StylePriority.UseFont = false; this.xrl_TenCongTy.StylePriority.UseTextAlignment = false; this.xrl_TenCongTy.Text = "CÔNG TY CỔ PHẦN CÔNG NGHỆ DTH VÀ GIẢI PHÁP SỐ"; this.xrl_TenCongTy.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_TenThanhPho // this.xrl_TenThanhPho.Font = new System.Drawing.Font("Times New Roman", 11F); this.xrl_TenThanhPho.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrl_TenThanhPho.Name = "xrl_TenThanhPho"; this.xrl_TenThanhPho.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_TenThanhPho.SizeF = new System.Drawing.SizeF(502.0836F, 23F); this.xrl_TenThanhPho.StylePriority.UseFont = false; this.xrl_TenThanhPho.StylePriority.UseTextAlignment = false; this.xrl_TenThanhPho.Text = "THÀNH PHỐ HÀ NỘI"; this.xrl_TenThanhPho.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1 }); this.PageHeader.HeightF = 56.25F; this.PageHeader.Name = "PageHeader"; // // xrTable1 // this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1 }); this.xrTable1.SizeF = new System.Drawing.SizeF(1628F, 56.25F); this.xrTable1.StylePriority.UseBorders = false; this.xrTable1.StylePriority.UseFont = false; this.xrTable1.StylePriority.UseTextAlignment = false; this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell4, this.xrTableCell5, this.xrTableCell6, this.xrTableCell1, this.xrTableCell7, this.xrTableCell8, this.xrTableCell9, this.xrTableCell2, this.xrTableCell22, this.xrTableCell3 }); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 0.88524588392422265D; // // xrTableCell4 // this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.Text = "STT"; this.xrTableCell4.Weight = 0.079622235872235825D; // // xrTableCell5 // this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.Text = "Mã CBNV"; this.xrTableCell5.Weight = 0.22600585881263677D; // // xrTableCell6 // this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.Text = "Họ và tên"; this.xrTableCell6.Weight = 0.25120935978994913D; // // xrTableCell1 // this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.Text = "Ngày vào công ty"; this.xrTableCell1.Weight = 0.18018652473093555D; // // xrTableCell7 // this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.Text = "Đơn vị"; this.xrTableCell7.Weight = 0.48560362073068819D; // // xrTableCell8 // this.xrTableCell8.Name = "xrTableCell8"; this.xrTableCell8.Text = "Tổng ngày phép"; this.xrTableCell8.Weight = 0.17561776515014047D; // // xrTableCell9 // this.xrTableCell9.Multiline = true; this.xrTableCell9.Name = "xrTableCell9"; this.xrTableCell9.Text = "Tổng ngày nghỉ lễ tết"; this.xrTableCell9.Weight = 0.18090651310632502D; // // xrTableCell2 // this.xrTableCell2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable3, this.xrTable2 }); this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.Text = "xrTableCell2"; this.xrTableCell2.Weight = 1.0101447298720077D; // // xrTable3 // this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable3.Name = "xrTable3"; this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow3 }); this.xrTable3.SizeF = new System.Drawing.SizeF(548.1721F, 31.25F); // // xrTableRow3 // this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell23 }); this.xrTableRow3.Name = "xrTableRow3"; this.xrTableRow3.Weight = 1D; // // xrTableCell23 // this.xrTableCell23.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right))); this.xrTableCell23.Name = "xrTableCell23"; this.xrTableCell23.StylePriority.UseBorders = false; this.xrTableCell23.Text = "Số ngày nghỉ của tháng"; this.xrTableCell23.Weight = 3D; // // xrTable2 // this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable2.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 31.25F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2 }); this.xrTable2.SizeF = new System.Drawing.SizeF(548.1719F, 25F); this.xrTable2.StylePriority.UseBorders = false; this.xrTable2.StylePriority.UseFont = false; this.xrTable2.StylePriority.UseTextAlignment = false; this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell16, this.xrTableCell13, this.xrTableCell17, this.xrTableCell10, this.xrTableCell18, this.xrTableCell14, this.xrTableCell19, this.xrTableCell11, this.xrTableCell20, this.xrTableCell15, this.xrTableCell21, this.xrTableCell12 }); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Weight = 1D; // // xrTableCell16 // this.xrTableCell16.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell16.Name = "xrTableCell16"; this.xrTableCell16.StylePriority.UseBorders = false; this.xrTableCell16.Text = "T1"; this.xrTableCell16.Weight = 0.25D; // // xrTableCell13 // this.xrTableCell13.Name = "xrTableCell13"; this.xrTableCell13.Text = "T2"; this.xrTableCell13.Weight = 0.25D; // // xrTableCell17 // this.xrTableCell17.Name = "xrTableCell17"; this.xrTableCell17.Text = "T3"; this.xrTableCell17.Weight = 0.25D; // // xrTableCell10 // this.xrTableCell10.Name = "xrTableCell10"; this.xrTableCell10.Text = "T4"; this.xrTableCell10.Weight = 0.25D; // // xrTableCell18 // this.xrTableCell18.Name = "xrTableCell18"; this.xrTableCell18.Text = "T5"; this.xrTableCell18.Weight = 0.25D; // // xrTableCell14 // this.xrTableCell14.Name = "xrTableCell14"; this.xrTableCell14.Text = "T6"; this.xrTableCell14.Weight = 0.25D; // // xrTableCell19 // this.xrTableCell19.Name = "xrTableCell19"; this.xrTableCell19.Text = "T7"; this.xrTableCell19.Weight = 0.25D; // // xrTableCell11 // this.xrTableCell11.Name = "xrTableCell11"; this.xrTableCell11.Text = "T8"; this.xrTableCell11.Weight = 0.25D; // // xrTableCell20 // this.xrTableCell20.Name = "xrTableCell20"; this.xrTableCell20.Text = "T9"; this.xrTableCell20.Weight = 0.25D; // // xrTableCell15 // this.xrTableCell15.Name = "xrTableCell15"; this.xrTableCell15.Text = "T10"; this.xrTableCell15.Weight = 0.25D; // // xrTableCell21 // this.xrTableCell21.Name = "xrTableCell21"; this.xrTableCell21.Text = "T11"; this.xrTableCell21.Weight = 0.25D; // // xrTableCell12 // this.xrTableCell12.Name = "xrTableCell12"; this.xrTableCell12.Text = "T12"; this.xrTableCell12.Weight = 0.27297834169940915D; // // xrTableCell22 // this.xrTableCell22.Name = "xrTableCell22"; this.xrTableCell22.Text = "Tổng ngày nghỉ"; this.xrTableCell22.Weight = 0.20535169596754066D; // // xrTableCell3 // this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.Text = "Ngày còn lại"; this.xrTableCell3.Weight = 0.20535169596754066D; // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrl_ten3, this.xrl_footer3, this.xrtngayketxuat, this.xrl_ten2, this.xrl_footer2, this.xrl_ten1, this.xrl_footer1 }); this.ReportFooter.HeightF = 205F; this.ReportFooter.Name = "ReportFooter"; // // xrl_ten3 // this.xrl_ten3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_ten3.LocationFloat = new DevExpress.Utils.PointFloat(1310.291F, 126.0417F); this.xrl_ten3.Name = "xrl_ten3"; this.xrl_ten3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_ten3.SizeF = new System.Drawing.SizeF(282.4167F, 23F); this.xrl_ten3.StylePriority.UseFont = false; this.xrl_ten3.StylePriority.UseTextAlignment = false; this.xrl_ten3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_footer3 // this.xrl_footer3.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_footer3.LocationFloat = new DevExpress.Utils.PointFloat(1310.291F, 51.04167F); this.xrl_footer3.Name = "xrl_footer3"; this.xrl_footer3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_footer3.SizeF = new System.Drawing.SizeF(281.9166F, 23F); this.xrl_footer3.StylePriority.UseFont = false; this.xrl_footer3.StylePriority.UseTextAlignment = false; this.xrl_footer3.Text = "GIÁM ĐỐC"; this.xrl_footer3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrtngayketxuat // this.xrtngayketxuat.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Italic); this.xrtngayketxuat.LocationFloat = new DevExpress.Utils.PointFloat(1310.291F, 26.04167F); this.xrtngayketxuat.Name = "xrtngayketxuat"; this.xrtngayketxuat.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrtngayketxuat.SizeF = new System.Drawing.SizeF(282.4167F, 23F); this.xrtngayketxuat.StylePriority.UseFont = false; this.xrtngayketxuat.StylePriority.UseTextAlignment = false; this.xrtngayketxuat.Text = "Ngày 15 tháng 4 năm 2013"; this.xrtngayketxuat.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_ten2 // this.xrl_ten2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_ten2.LocationFloat = new DevExpress.Utils.PointFloat(660.4944F, 151.0417F); this.xrl_ten2.Name = "xrl_ten2"; this.xrl_ten2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_ten2.SizeF = new System.Drawing.SizeF(302.1819F, 23F); this.xrl_ten2.StylePriority.UseFont = false; this.xrl_ten2.StylePriority.UseTextAlignment = false; this.xrl_ten2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_footer2 // this.xrl_footer2.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_footer2.LocationFloat = new DevExpress.Utils.PointFloat(660.4944F, 51.04167F); this.xrl_footer2.Name = "xrl_footer2"; this.xrl_footer2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_footer2.SizeF = new System.Drawing.SizeF(304.1828F, 23F); this.xrl_footer2.StylePriority.UseFont = false; this.xrl_footer2.StylePriority.UseTextAlignment = false; this.xrl_footer2.Text = "PHÒNG TCHC"; this.xrl_footer2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_ten1 // this.xrl_ten1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_ten1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 151.0417F); this.xrl_ten1.Name = "xrl_ten1"; this.xrl_ten1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_ten1.SizeF = new System.Drawing.SizeF(302.1819F, 23F); this.xrl_ten1.StylePriority.UseFont = false; this.xrl_ten1.StylePriority.UseTextAlignment = false; this.xrl_ten1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_footer1 // this.xrl_footer1.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_footer1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 51.04167F); this.xrl_footer1.Name = "xrl_footer1"; this.xrl_footer1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_footer1.SizeF = new System.Drawing.SizeF(304.1828F, 23F); this.xrl_footer1.StylePriority.UseFont = false; this.xrl_footer1.StylePriority.UseTextAlignment = false; this.xrl_footer1.Text = "NGƯỜI LẬP"; this.xrl_footer1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // PageFooter // this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPageInfo1 }); this.PageFooter.Name = "PageFooter"; // // xrPageInfo1 // this.xrPageInfo1.Font = new System.Drawing.Font("Times New Roman", 11F); this.xrPageInfo1.Format = "Trang {0} của {1}"; this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(1501.958F, 38.54167F); this.xrPageInfo1.Name = "xrPageInfo1"; this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrPageInfo1.SizeF = new System.Drawing.SizeF(126.0417F, 23.00001F); this.xrPageInfo1.StylePriority.UseFont = false; this.xrPageInfo1.StylePriority.UseTextAlignment = false; this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; // // rp_DanhSachNgayPhepConLaiTrongNam // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader, this.PageHeader, this.ReportFooter, this.PageFooter }); this.Landscape = true; this.Margins = new System.Drawing.Printing.Margins(12, 14, 100, 100); this.PageHeight = 1169; this.PageWidth = 1654; this.PaperKind = System.Drawing.Printing.PaperKind.A3; this.Version = "10.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
private void method_0() { XRSummary summary = new XRSummary(); this.detailBand_0 = new DetailBand(); this.xrtable_1 = new XRTable(); this.xrtableRow_2 = new XRTableRow(); this.xrtableCell_5 = new XRTableCell(); this.xrtableCell_6 = new XRTableCell(); this.xrtableCell_7 = new XRTableCell(); this.xrtableCell_16 = new XRTableCell(); this.xrtableCell_8 = new XRTableCell(); this.topMarginBand_0 = new TopMarginBand(); this.bottomMarginBand_0 = new BottomMarginBand(); this.pageHeaderBand_0 = new PageHeaderBand(); this.xrtable_2 = new XRTable(); this.xrtableRow_3 = new XRTableRow(); this.xrtableCell_9 = new XRTableCell(); this.xrtableCell_10 = new XRTableCell(); this.xrtableCell_11 = new XRTableCell(); this.xrtableCell_17 = new XRTableCell(); this.xrtableCell_12 = new XRTableCell(); this.reportHeaderBand_0 = new ReportHeaderBand(); this.xrtable_0 = new XRTable(); this.xrtableRow_0 = new XRTableRow(); this.xrtableCell_0 = new XRTableCell(); this.xrtableCell_1 = new XRTableCell(); this.xrtableCell_2 = new XRTableCell(); this.xrtableCell_13 = new XRTableCell(); this.xrtableRow_1 = new XRTableRow(); this.xrtableCell_3 = new XRTableCell(); this.xrtableCell_4 = new XRTableCell(); this.xrtableRow_4 = new XRTableRow(); this.xrtableCell_14 = new XRTableCell(); this.xrtableCell_15 = new XRTableCell(); this.xrlabel_8 = new XRLabel(); this.xrlabel_9 = new XRLabel(); this.xrlabel_10 = new XRLabel(); this.xrlabel_0 = new XRLabel(); this.xrlabel_1 = new XRLabel(); this.xrlabel_2 = new XRLabel(); this.xrlabel_3 = new XRLabel(); this.xrlabel_4 = new XRLabel(); this.xrlabel_5 = new XRLabel(); this.xrlabel_6 = new XRLabel(); this.xrlabel_7 = new XRLabel(); this.reportFooterBand_0 = new ReportFooterBand(); this.xrlabel_11 = new XRLabel(); this.xrlabel_12 = new XRLabel(); this.xrlabel_13 = new XRLabel(); this.xrlabel_14 = new XRLabel(); this.xrlabel_15 = new XRLabel(); this.xrlabel_16 = new XRLabel(); this.dataSet1 = new DataSet(); this.dataTable_0 = new DataTable(); this.AhxsdynSH = new DataColumn(); this.dataColumn_0 = new DataColumn(); this.dataColumn_1 = new DataColumn(); this.dataColumn_2 = new DataColumn(); this.dataColumn_3 = new DataColumn(); this.dataColumn_4 = new DataColumn(); this.dataColumn_5 = new DataColumn(); this.dataColumn_6 = new DataColumn(); this.dataColumn_7 = new DataColumn(); this.dataColumn_8 = new DataColumn(); this.dataColumn_9 = new DataColumn(); this.dataColumn_10 = new DataColumn(); this.xrtable_1.BeginInit(); this.xrtable_2.BeginInit(); this.xrtable_0.BeginInit(); this.dataSet1.BeginInit(); this.dataTable_0.BeginInit(); this.BeginInit(); this.detailBand_0.Controls.AddRange(new XRControl[] { this.xrtable_1 }); this.detailBand_0.HeightF = 25f; this.detailBand_0.Name = "Detail"; this.detailBand_0.Padding = new PaddingInfo(0, 0, 0, 0, 100f); this.detailBand_0.TextAlignment = TextAlignment.TopLeft; this.xrtable_1.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0); this.xrtable_1.LocationFloat = new PointFloat(0f, 0f); this.xrtable_1.Name = "xrTable3"; this.xrtable_1.Padding = new PaddingInfo(3, 0, 0, 0, 100f); this.xrtable_1.Rows.AddRange(new XRTableRow[] { this.xrtableRow_2 }); this.xrtable_1.SizeF = new SizeF(789.9999f, 25f); this.xrtable_1.StylePriority.UseFont = false; this.xrtable_1.StylePriority.UsePadding = false; this.xrtable_1.StylePriority.UseTextAlignment = false; this.xrtable_1.TextAlignment = TextAlignment.MiddleLeft; this.xrtableRow_2.Cells.AddRange(new XRTableCell[] { this.xrtableCell_5, this.xrtableCell_6, this.xrtableCell_7, this.xrtableCell_16, this.xrtableCell_8 }); this.xrtableRow_2.Name = "xrTableRow5"; this.xrtableRow_2.Weight = 1.0; this.xrtableCell_5.Borders = BorderSide.Bottom | BorderSide.Left; this.xrtableCell_5.DataBindings.AddRange(new XRBinding[] { new XRBinding("Text", null, "loantran.idx") }); this.xrtableCell_5.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0); this.xrtableCell_5.Name = "xrTableCell12"; this.xrtableCell_5.Padding = new PaddingInfo(3, 3, 0, 0, 100f); this.xrtableCell_5.StylePriority.UseBorders = false; this.xrtableCell_5.StylePriority.UseFont = false; this.xrtableCell_5.StylePriority.UsePadding = false; this.xrtableCell_5.StylePriority.UseTextAlignment = false; summary.FormatString = "{0:n0}"; summary.Func = SummaryFunc.RecordNumber; this.xrtableCell_5.Summary = summary; this.xrtableCell_5.Text = "xrTableCell12"; this.xrtableCell_5.TextAlignment = TextAlignment.MiddleRight; this.xrtableCell_5.Weight = 0.16139237407383975; this.xrtableCell_5.WordWrap = false; this.xrtableCell_5.SummaryCalculated += new TextFormatEventHandler(this.xrtableCell_5_SummaryCalculated); this.xrtableCell_6.Borders = BorderSide.Bottom | BorderSide.Left; this.xrtableCell_6.DataBindings.AddRange(new XRBinding[] { new XRBinding("Text", null, "loantran.goods_id") }); this.xrtableCell_6.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0); this.xrtableCell_6.Name = "xrTableCell14"; this.xrtableCell_6.StylePriority.UseBorders = false; this.xrtableCell_6.StylePriority.UseFont = false; this.xrtableCell_6.StylePriority.UseTextAlignment = false; this.xrtableCell_6.Text = "xrTableCell14"; this.xrtableCell_6.TextAlignment = TextAlignment.MiddleCenter; this.xrtableCell_6.Weight = 0.32753177227796881; this.xrtableCell_6.WordWrap = false; this.xrtableCell_7.Borders = BorderSide.Bottom | BorderSide.Left; this.xrtableCell_7.DataBindings.AddRange(new XRBinding[] { new XRBinding("Text", null, "loantran.full_name") }); this.xrtableCell_7.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0); this.xrtableCell_7.Name = "xrTableCell15"; this.xrtableCell_7.StylePriority.UseBorders = false; this.xrtableCell_7.StylePriority.UseFont = false; this.xrtableCell_7.StylePriority.UseTextAlignment = false; this.xrtableCell_7.Text = "xrTableCell15"; this.xrtableCell_7.TextAlignment = TextAlignment.MiddleLeft; this.xrtableCell_7.Weight = 1.3889241342249636; this.xrtableCell_7.WordWrap = false; this.xrtableCell_16.Borders = BorderSide.Bottom | BorderSide.Left; this.xrtableCell_16.DataBindings.AddRange(new XRBinding[] { new XRBinding("Text", null, "loantran.oldtran") }); this.xrtableCell_16.Name = "xrTableCell18"; this.xrtableCell_16.StylePriority.UseBorders = false; this.xrtableCell_16.Text = "xrTableCell18"; this.xrtableCell_16.Weight = 0.50284835698075825; this.xrtableCell_16.WordWrap = false; this.xrtableCell_8.Borders = BorderSide.Bottom | BorderSide.Right | BorderSide.Left; this.xrtableCell_8.DataBindings.AddRange(new XRBinding[] { new XRBinding("Text", null, "loantran.due_date", "{0:dd/MM/yyyy}") }); this.xrtableCell_8.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0); this.xrtableCell_8.Name = "xrTableCell16"; this.xrtableCell_8.StylePriority.UseBorders = false; this.xrtableCell_8.StylePriority.UseFont = false; this.xrtableCell_8.StylePriority.UseTextAlignment = false; this.xrtableCell_8.Text = "xrTableCell16"; this.xrtableCell_8.TextAlignment = TextAlignment.MiddleCenter; this.xrtableCell_8.Weight = 0.6193033624424702; this.xrtableCell_8.WordWrap = false; this.topMarginBand_0.HeightF = 29f; this.topMarginBand_0.Name = "TopMargin"; this.topMarginBand_0.Padding = new PaddingInfo(0, 0, 0, 0, 100f); this.topMarginBand_0.TextAlignment = TextAlignment.TopLeft; this.bottomMarginBand_0.HeightF = 19f; this.bottomMarginBand_0.Name = "BottomMargin"; this.bottomMarginBand_0.Padding = new PaddingInfo(0, 0, 0, 0, 100f); this.bottomMarginBand_0.TextAlignment = TextAlignment.TopLeft; this.pageHeaderBand_0.Controls.AddRange(new XRControl[] { this.xrtable_2 }); this.pageHeaderBand_0.HeightF = 25f; this.pageHeaderBand_0.Name = "PageHeader"; this.xrtable_2.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0); this.xrtable_2.LocationFloat = new PointFloat(3.051758E-05f, 0f); this.xrtable_2.Name = "xrTable2"; this.xrtable_2.Padding = new PaddingInfo(3, 0, 0, 0, 100f); this.xrtable_2.Rows.AddRange(new XRTableRow[] { this.xrtableRow_3 }); this.xrtable_2.SizeF = new SizeF(789.9999f, 25f); this.xrtable_2.StylePriority.UseFont = false; this.xrtable_2.StylePriority.UsePadding = false; this.xrtable_2.StylePriority.UseTextAlignment = false; this.xrtable_2.TextAlignment = TextAlignment.MiddleLeft; this.xrtableRow_3.Cells.AddRange(new XRTableCell[] { this.xrtableCell_9, this.xrtableCell_10, this.xrtableCell_11, this.xrtableCell_17, this.xrtableCell_12 }); this.xrtableRow_3.Name = "xrTableRow4"; this.xrtableRow_3.Weight = 1.0; this.xrtableCell_9.BackColor = Color.LightCyan; this.xrtableCell_9.Borders = BorderSide.Bottom | BorderSide.Top | BorderSide.Left; this.xrtableCell_9.Font = new Font("Arial", 9f, FontStyle.Bold, GraphicsUnit.Point, 0); this.xrtableCell_9.Name = "xrTableCell9"; this.xrtableCell_9.StylePriority.UseBackColor = false; this.xrtableCell_9.StylePriority.UseBorders = false; this.xrtableCell_9.StylePriority.UseFont = false; this.xrtableCell_9.StylePriority.UseTextAlignment = false; this.xrtableCell_9.Text = "TT"; this.xrtableCell_9.TextAlignment = TextAlignment.MiddleCenter; this.xrtableCell_9.Weight = 0.16139237407383975; this.xrtableCell_10.BackColor = Color.LightCyan; this.xrtableCell_10.Borders = BorderSide.Bottom | BorderSide.Top | BorderSide.Left; this.xrtableCell_10.Font = new Font("Arial", 9f, FontStyle.Bold, GraphicsUnit.Point, 0); this.xrtableCell_10.Name = "xrTableCell10"; this.xrtableCell_10.StylePriority.UseBackColor = false; this.xrtableCell_10.StylePriority.UseBorders = false; this.xrtableCell_10.StylePriority.UseFont = false; this.xrtableCell_10.StylePriority.UseTextAlignment = false; this.xrtableCell_10.Text = "M\x00e3 s\x00e1ch"; this.xrtableCell_10.TextAlignment = TextAlignment.MiddleCenter; this.xrtableCell_10.Weight = 0.32753177227796881; this.xrtableCell_11.BackColor = Color.LightCyan; this.xrtableCell_11.Borders = BorderSide.Bottom | BorderSide.Top | BorderSide.Left; this.xrtableCell_11.Font = new Font("Arial", 9f, FontStyle.Bold, GraphicsUnit.Point, 0); this.xrtableCell_11.Name = "xrTableCell11"; this.xrtableCell_11.StylePriority.UseBackColor = false; this.xrtableCell_11.StylePriority.UseBorders = false; this.xrtableCell_11.StylePriority.UseFont = false; this.xrtableCell_11.StylePriority.UseTextAlignment = false; this.xrtableCell_11.Text = "T\x00ean s\x00e1ch"; this.xrtableCell_11.TextAlignment = TextAlignment.MiddleCenter; this.xrtableCell_11.Weight = 1.3889242501145187; this.xrtableCell_17.BackColor = Color.LightCyan; this.xrtableCell_17.Borders = BorderSide.Bottom | BorderSide.Top | BorderSide.Left; this.xrtableCell_17.Font = new Font("Arial", 9f, FontStyle.Bold, GraphicsUnit.Point, 0); this.xrtableCell_17.Name = "xrTableCell17"; this.xrtableCell_17.StylePriority.UseBackColor = false; this.xrtableCell_17.StylePriority.UseBorders = false; this.xrtableCell_17.StylePriority.UseFont = false; this.xrtableCell_17.StylePriority.UseTextAlignment = false; this.xrtableCell_17.Text = "Số phiếu mượn"; this.xrtableCell_17.TextAlignment = TextAlignment.MiddleCenter; this.xrtableCell_17.Weight = 0.50284824109120319; this.xrtableCell_12.BackColor = Color.LightCyan; this.xrtableCell_12.Borders = BorderSide.All; this.xrtableCell_12.Font = new Font("Arial", 9f, FontStyle.Bold, GraphicsUnit.Point, 0); this.xrtableCell_12.Name = "xrTableCell13"; this.xrtableCell_12.StylePriority.UseBackColor = false; this.xrtableCell_12.StylePriority.UseBorders = false; this.xrtableCell_12.StylePriority.UseFont = false; this.xrtableCell_12.StylePriority.UseTextAlignment = false; this.xrtableCell_12.Text = "Ng\x00e0y hẹn trả"; this.xrtableCell_12.TextAlignment = TextAlignment.MiddleCenter; this.xrtableCell_12.Weight = 0.6193033624424702; this.reportHeaderBand_0.Controls.AddRange(new XRControl[] { this.xrtable_0, this.xrlabel_8, this.xrlabel_9, this.xrlabel_10, this.xrlabel_0, this.xrlabel_1, this.xrlabel_2, this.xrlabel_3, this.xrlabel_4, this.xrlabel_5, this.xrlabel_6, this.xrlabel_7 }); this.reportHeaderBand_0.HeightF = 209.375f; this.reportHeaderBand_0.Name = "ReportHeader"; this.reportHeaderBand_0.BeforePrint += new PrintEventHandler(this.RrqIxZxw5); this.xrtable_0.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0); this.xrtable_0.LocationFloat = new PointFloat(0f, 134.375f); this.xrtable_0.Name = "xrTable1"; this.xrtable_0.Padding = new PaddingInfo(3, 0, 0, 0, 100f); this.xrtable_0.Rows.AddRange(new XRTableRow[] { this.xrtableRow_0, this.xrtableRow_1, this.xrtableRow_4 }); this.xrtable_0.SizeF = new SizeF(789.9999f, 75f); this.xrtable_0.StylePriority.UseFont = false; this.xrtable_0.StylePriority.UsePadding = false; this.xrtable_0.StylePriority.UseTextAlignment = false; this.xrtable_0.TextAlignment = TextAlignment.MiddleLeft; this.xrtableRow_0.Cells.AddRange(new XRTableCell[] { this.xrtableCell_0, this.xrtableCell_1, this.xrtableCell_2, this.xrtableCell_13 }); this.xrtableRow_0.Name = "xrTableRow1"; this.xrtableRow_0.Weight = 1.0; this.xrtableCell_0.Font = new Font("Arial", 9f, FontStyle.Bold, GraphicsUnit.Point, 0); this.xrtableCell_0.Name = "xrTableCell1"; this.xrtableCell_0.StylePriority.UseFont = false; this.xrtableCell_0.Text = "Họ v\x00e0 t\x00ean :"; this.xrtableCell_0.Weight = 0.28006325483207262; this.xrtableCell_1.DataBindings.AddRange(new XRBinding[] { new XRBinding("Text", null, "loantran.csname") }); this.xrtableCell_1.Name = "xrTableCell2"; this.xrtableCell_1.Text = "xrTableCell2"; this.xrtableCell_1.Weight = 0.98022165266373285; this.xrtableCell_1.WordWrap = false; this.xrtableCell_2.Name = "xrTableCell3"; this.xrtableCell_2.Text = "Điện thoại :"; this.xrtableCell_2.Weight = 0.28575980547244323; this.xrtableCell_13.DataBindings.AddRange(new XRBinding[] { new XRBinding("Text", null, "loantran.phone") }); this.xrtableCell_13.Name = "xrTableCell7"; this.xrtableCell_13.Text = "xrTableCell7"; this.xrtableCell_13.Weight = 1.453955287031752; this.xrtableCell_13.WordWrap = false; this.xrtableRow_1.Cells.AddRange(new XRTableCell[] { this.xrtableCell_3, this.xrtableCell_4 }); this.xrtableRow_1.Name = "xrTableRow2"; this.xrtableRow_1.Weight = 1.0; this.xrtableCell_3.Font = new Font("Arial", 9f, FontStyle.Bold, GraphicsUnit.Point, 0); this.xrtableCell_3.Name = "xrTableCell4"; this.xrtableCell_3.StylePriority.UseFont = false; this.xrtableCell_3.Text = "Địa chỉ :"; this.xrtableCell_3.Weight = 0.28006325483207262; this.xrtableCell_4.DataBindings.AddRange(new XRBinding[] { new XRBinding("Text", null, "loantran.address") }); this.xrtableCell_4.Name = "xrTableCell5"; this.xrtableCell_4.Text = "xrTableCell5"; this.xrtableCell_4.Weight = 2.7199367451679275; this.xrtableCell_4.WordWrap = false; this.xrtableRow_4.Cells.AddRange(new XRTableCell[] { this.xrtableCell_14, this.xrtableCell_15 }); this.xrtableRow_4.Name = "xrTableRow3"; this.xrtableRow_4.Weight = 1.0; this.xrtableCell_14.Font = new Font("Arial", 9f, FontStyle.Bold, GraphicsUnit.Point, 0); this.xrtableCell_14.Name = "xrTableCell6"; this.xrtableCell_14.StylePriority.UseFont = false; this.xrtableCell_14.Text = "Ghi ch\x00fa :"; this.xrtableCell_14.Weight = 0.28006325483207262; this.xrtableCell_15.DataBindings.AddRange(new XRBinding[] { new XRBinding("Text", null, "loantran.remark") }); this.xrtableCell_15.Name = "xrTableCell8"; this.xrtableCell_15.Text = "xrTableCell8"; this.xrtableCell_15.Weight = 2.7199367451679275; this.xrtableCell_15.WordWrap = false; this.xrlabel_8.DataBindings.AddRange(new XRBinding[] { new XRBinding("Text", null, "loantran.tran_time") }); this.xrlabel_8.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0xa3); this.xrlabel_8.LocationFloat = new PointFloat(748.4583f, 0f); this.xrlabel_8.Name = "lblTranTime"; this.xrlabel_8.Padding = new PaddingInfo(2, 2, 0, 0, 100f); this.xrlabel_8.SizeF = new SizeF(40.95837f, 25f); this.xrlabel_8.StylePriority.UseFont = false; this.xrlabel_8.StylePriority.UseTextAlignment = false; this.xrlabel_8.Text = "lblTranTime"; this.xrlabel_8.TextAlignment = TextAlignment.MiddleLeft; this.xrlabel_8.WordWrap = false; this.xrlabel_9.Font = new Font("Arial", 9f, FontStyle.Bold, GraphicsUnit.Point, 0xa3); this.xrlabel_9.LocationFloat = new PointFloat(576.25f, 0f); this.xrlabel_9.Name = "xrLabel2"; this.xrlabel_9.Padding = new PaddingInfo(2, 2, 0, 0, 100f); this.xrlabel_9.SizeF = new SizeF(97.91669f, 25f); this.xrlabel_9.StylePriority.UseFont = false; this.xrlabel_9.StylePriority.UseTextAlignment = false; this.xrlabel_9.Text = "Ng\x00e0y trả :"; this.xrlabel_9.TextAlignment = TextAlignment.MiddleLeft; this.xrlabel_9.WordWrap = false; this.xrlabel_10.DataBindings.AddRange(new XRBinding[] { new XRBinding("Text", null, "loantran.tran_date", "{0:dd/MM/yyyy}") }); this.xrlabel_10.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0xa3); this.xrlabel_10.LocationFloat = new PointFloat(674.1666f, 0f); this.xrlabel_10.Name = "lblTranDate"; this.xrlabel_10.Padding = new PaddingInfo(2, 2, 0, 0, 100f); this.xrlabel_10.SizeF = new SizeF(74.29169f, 25f); this.xrlabel_10.StylePriority.UseFont = false; this.xrlabel_10.StylePriority.UseTextAlignment = false; this.xrlabel_10.Text = "lblTranDate"; this.xrlabel_10.TextAlignment = TextAlignment.MiddleLeft; this.xrlabel_10.WordWrap = false; this.xrlabel_0.Font = new Font("Arial", 9f, FontStyle.Bold, GraphicsUnit.Point, 0xa3); this.xrlabel_0.LocationFloat = new PointFloat(0f, 50f); this.xrlabel_0.Name = "xrLabel15"; this.xrlabel_0.Padding = new PaddingInfo(2, 2, 0, 0, 100f); this.xrlabel_0.SizeF = new SizeF(58f, 25f); this.xrlabel_0.StylePriority.UseFont = false; this.xrlabel_0.StylePriority.UseTextAlignment = false; this.xrlabel_0.Text = "Đ.thoại :"; this.xrlabel_0.TextAlignment = TextAlignment.MiddleLeft; this.xrlabel_0.WordWrap = false; this.xrlabel_1.Font = new Font("Arial", 9f, FontStyle.Bold, GraphicsUnit.Point, 0xa3); this.xrlabel_1.LocationFloat = new PointFloat(0f, 25f); this.xrlabel_1.Name = "xrLabel14"; this.xrlabel_1.Padding = new PaddingInfo(2, 2, 0, 0, 100f); this.xrlabel_1.SizeF = new SizeF(58f, 25f); this.xrlabel_1.StylePriority.UseFont = false; this.xrlabel_1.StylePriority.UseTextAlignment = false; this.xrlabel_1.Text = "Địa chỉ :"; this.xrlabel_1.TextAlignment = TextAlignment.MiddleLeft; this.xrlabel_1.WordWrap = false; this.xrlabel_2.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0xa3); this.xrlabel_2.LocationFloat = new PointFloat(58.00001f, 50f); this.xrlabel_2.Name = "Lbl_CompPhone"; this.xrlabel_2.Padding = new PaddingInfo(2, 2, 0, 0, 100f); this.xrlabel_2.SizeF = new SizeF(333f, 25f); this.xrlabel_2.StylePriority.UseFont = false; this.xrlabel_2.StylePriority.UseTextAlignment = false; this.xrlabel_2.Text = "0433.863050; Fax: 0433.864.111"; this.xrlabel_2.TextAlignment = TextAlignment.MiddleLeft; this.xrlabel_2.WordWrap = false; this.xrlabel_3.Font = new Font("Arial", 9f, FontStyle.Bold, GraphicsUnit.Point, 0xa3); this.xrlabel_3.LocationFloat = new PointFloat(328f, 102.5417f); this.xrlabel_3.Name = "xrLabel1"; this.xrlabel_3.Padding = new PaddingInfo(2, 2, 0, 0, 100f); this.xrlabel_3.SizeF = new SizeF(42.00003f, 25f); this.xrlabel_3.StylePriority.UseFont = false; this.xrlabel_3.StylePriority.UseTextAlignment = false; this.xrlabel_3.Text = "Số :"; this.xrlabel_3.TextAlignment = TextAlignment.MiddleLeft; this.xrlabel_3.WordWrap = false; this.xrlabel_4.CanShrink = true; this.xrlabel_4.Font = new Font("Arial", 14.25f, FontStyle.Bold, GraphicsUnit.Point, 0xa3); this.xrlabel_4.LocationFloat = new PointFloat(259.0625f, 75f); this.xrlabel_4.Name = "Lbl_Title"; this.xrlabel_4.Padding = new PaddingInfo(0, 0, 0, 0, 100f); this.xrlabel_4.SizeF = new SizeF(271.875f, 33f); this.xrlabel_4.StylePriority.UseFont = false; this.xrlabel_4.StylePriority.UsePadding = false; this.xrlabel_4.StylePriority.UseTextAlignment = false; this.xrlabel_4.Text = "PHIẾU TRẢ S\x00c1CH"; this.xrlabel_4.TextAlignment = TextAlignment.MiddleCenter; this.xrlabel_5.DataBindings.AddRange(new XRBinding[] { new XRBinding("Text", null, "loantran.trans_num") }); this.xrlabel_5.Font = new Font("Arial", 9f, FontStyle.Bold, GraphicsUnit.Point, 0xa3); this.xrlabel_5.LocationFloat = new PointFloat(370f, 102.5417f); this.xrlabel_5.Name = "Lbl_TransNum"; this.xrlabel_5.Padding = new PaddingInfo(2, 2, 0, 0, 100f); this.xrlabel_5.SizeF = new SizeF(92f, 25f); this.xrlabel_5.StylePriority.UseFont = false; this.xrlabel_5.StylePriority.UseTextAlignment = false; this.xrlabel_5.Text = "Lbl_TransNum"; this.xrlabel_5.TextAlignment = TextAlignment.MiddleLeft; this.xrlabel_5.WordWrap = false; this.xrlabel_6.Font = new Font("Arial", 9f, FontStyle.Regular, GraphicsUnit.Point, 0xa3); this.xrlabel_6.LocationFloat = new PointFloat(58.00001f, 25f); this.xrlabel_6.Name = "Lbl_CompAddress"; this.xrlabel_6.Padding = new PaddingInfo(2, 2, 0, 0, 100f); this.xrlabel_6.SizeF = new SizeF(333f, 25f); this.xrlabel_6.StylePriority.UseFont = false; this.xrlabel_6.StylePriority.UseTextAlignment = false; this.xrlabel_6.Text = "Thuỵ An – Ba V\x00ec – H\x00e0 Nội"; this.xrlabel_6.TextAlignment = TextAlignment.MiddleLeft; this.xrlabel_6.WordWrap = false; this.xrlabel_7.Font = new Font("Arial", 9f, FontStyle.Bold, GraphicsUnit.Point, 0xa3); this.xrlabel_7.LocationFloat = new PointFloat(0f, 0f); this.xrlabel_7.Name = "Lbl_CompName"; this.xrlabel_7.Padding = new PaddingInfo(2, 2, 0, 0, 100f); this.xrlabel_7.SizeF = new SizeF(483f, 25f); this.xrlabel_7.StylePriority.UseFont = false; this.xrlabel_7.StylePriority.UseTextAlignment = false; this.xrlabel_7.Text = "Trường Cao đẳng nghề GTVT Trung ương I"; this.xrlabel_7.TextAlignment = TextAlignment.MiddleLeft; this.xrlabel_7.WordWrap = false; this.reportFooterBand_0.Controls.AddRange(new XRControl[] { this.xrlabel_11, this.xrlabel_12, this.xrlabel_13, this.xrlabel_14, this.xrlabel_15, this.xrlabel_16 }); this.reportFooterBand_0.HeightF = 122f; this.reportFooterBand_0.Name = "ReportFooter"; this.xrlabel_11.Font = new Font("Arial", 9f, FontStyle.Italic, GraphicsUnit.Point, 0xa3); this.xrlabel_11.LocationFloat = new PointFloat(70.50008f, 24f); this.xrlabel_11.Name = "xrLabel23"; this.xrlabel_11.Padding = new PaddingInfo(2, 2, 0, 0, 100f); this.xrlabel_11.SizeF = new SizeF(50f, 25f); this.xrlabel_11.StylePriority.UseFont = false; this.xrlabel_11.StylePriority.UseTextAlignment = false; this.xrlabel_11.Text = "(K\x00fd t\x00ean)"; this.xrlabel_11.TextAlignment = TextAlignment.MiddleLeft; this.xrlabel_11.WordWrap = false; this.xrlabel_12.Font = new Font("Arial", 9f, FontStyle.Italic, GraphicsUnit.Point, 0xa3); this.xrlabel_12.LocationFloat = new PointFloat(378.5001f, 24f); this.xrlabel_12.Name = "xrLabel24"; this.xrlabel_12.Padding = new PaddingInfo(2, 2, 0, 0, 100f); this.xrlabel_12.SizeF = new SizeF(50f, 25f); this.xrlabel_12.StylePriority.UseFont = false; this.xrlabel_12.StylePriority.UseTextAlignment = false; this.xrlabel_12.Text = "(K\x00fd t\x00ean)"; this.xrlabel_12.TextAlignment = TextAlignment.MiddleLeft; this.xrlabel_12.WordWrap = false; this.xrlabel_13.Font = new Font("Arial", 9f, FontStyle.Italic, GraphicsUnit.Point, 0xa3); this.xrlabel_13.LocationFloat = new PointFloat(670.4999f, 24f); this.xrlabel_13.Name = "xrLabel25"; this.xrlabel_13.Padding = new PaddingInfo(2, 2, 0, 0, 100f); this.xrlabel_13.SizeF = new SizeF(50f, 25f); this.xrlabel_13.StylePriority.UseFont = false; this.xrlabel_13.StylePriority.UseTextAlignment = false; this.xrlabel_13.Text = "(K\x00fd t\x00ean)"; this.xrlabel_13.TextAlignment = TextAlignment.MiddleLeft; this.xrlabel_13.WordWrap = false; this.xrlabel_14.Font = new Font("Arial", 9f, FontStyle.Italic | FontStyle.Bold, GraphicsUnit.Point, 0xa3); this.xrlabel_14.LocationFloat = new PointFloat(339.5001f, 6.999996f); this.xrlabel_14.Name = "xrLabel19"; this.xrlabel_14.Padding = new PaddingInfo(2, 2, 0, 0, 100f); this.xrlabel_14.SizeF = new SizeF(125f, 25f); this.xrlabel_14.StylePriority.UseFont = false; this.xrlabel_14.StylePriority.UseTextAlignment = false; this.xrlabel_14.Text = "Thủ thư"; this.xrlabel_14.TextAlignment = TextAlignment.MiddleCenter; this.xrlabel_14.WordWrap = false; this.xrlabel_15.Font = new Font("Arial", 9f, FontStyle.Italic | FontStyle.Bold, GraphicsUnit.Point, 0xa3); this.xrlabel_15.LocationFloat = new PointFloat(628.4999f, 6.999996f); this.xrlabel_15.Name = "xrLabel20"; this.xrlabel_15.Padding = new PaddingInfo(2, 2, 0, 0, 100f); this.xrlabel_15.SizeF = new SizeF(125f, 25f); this.xrlabel_15.StylePriority.UseFont = false; this.xrlabel_15.StylePriority.UseTextAlignment = false; this.xrlabel_15.Text = "Người lập phiếu"; this.xrlabel_15.TextAlignment = TextAlignment.MiddleCenter; this.xrlabel_15.WordWrap = false; this.xrlabel_16.Font = new Font("Arial", 9f, FontStyle.Italic | FontStyle.Bold, GraphicsUnit.Point, 0xa3); this.xrlabel_16.LocationFloat = new PointFloat(36.50006f, 6.999996f); this.xrlabel_16.Name = "xrLabel21"; this.xrlabel_16.Padding = new PaddingInfo(2, 2, 0, 0, 100f); this.xrlabel_16.SizeF = new SizeF(125f, 25f); this.xrlabel_16.StylePriority.UseFont = false; this.xrlabel_16.StylePriority.UseTextAlignment = false; this.xrlabel_16.Text = "Người trả s\x00e1ch"; this.xrlabel_16.TextAlignment = TextAlignment.MiddleCenter; this.xrlabel_16.WordWrap = false; this.dataSet1.DataSetName = "dataSet1"; this.dataSet1.Tables.AddRange(new DataTable[] { this.dataTable_0 }); this.dataTable_0.Columns.AddRange(new DataColumn[] { this.AhxsdynSH, this.dataColumn_0, this.dataColumn_1, this.dataColumn_2, this.dataColumn_3, this.dataColumn_4, this.dataColumn_5, this.dataColumn_6, this.dataColumn_7, this.dataColumn_8, this.dataColumn_9, this.dataColumn_10 }); this.dataTable_0.Constraints.AddRange(new Constraint[] { new UniqueConstraint("Constraint1", new string[] { "goods_id" }, true) }); this.dataTable_0.PrimaryKey = new DataColumn[] { this.dataColumn_0 }; this.dataTable_0.TableName = "loantran"; this.AhxsdynSH.ColumnName = "idx"; this.AhxsdynSH.DataType = typeof(short); this.dataColumn_0.AllowDBNull = false; this.dataColumn_0.ColumnName = "goods_id"; this.dataColumn_0.MaxLength = 6; this.dataColumn_1.ColumnName = "full_name"; this.dataColumn_2.ColumnName = "due_date"; this.dataColumn_2.DataType = typeof(DateTime); this.dataColumn_3.ColumnName = "csname"; this.dataColumn_4.ColumnName = "address"; this.dataColumn_5.ColumnName = "phone"; this.dataColumn_6.ColumnName = "trans_num"; this.dataColumn_7.ColumnName = "remark"; this.dataColumn_8.ColumnName = "oldtran"; this.dataColumn_9.ColumnName = "tran_date"; this.dataColumn_9.DataType = typeof(DateTime); this.dataColumn_10.ColumnName = "tran_time"; base.Bands.AddRange(new Band[] { this.detailBand_0, this.topMarginBand_0, this.bottomMarginBand_0, this.pageHeaderBand_0, this.reportHeaderBand_0, this.reportFooterBand_0 }); base.DataMember = "loantran"; base.DataSource = this.dataSet1; base.Margins = new Margins(30, 30, 0x1d, 0x13); base.SnapToGrid = false; base.Version = "10.1"; this.xrtable_1.EndInit(); this.xrtable_2.EndInit(); this.xrtable_0.EndInit(); this.dataSet1.EndInit(); this.dataTable_0.EndInit(); 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.Logged = new DevExpress.XtraReports.UI.XRLabel(); this.Reallocated = new DevExpress.XtraReports.UI.XRLabel(); this.Completed = new DevExpress.XtraReports.UI.XRLabel(); this.OldestJob = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel(); this.Sector = new DevExpress.XtraReports.UI.XRLabel(); this.Unallocated = new DevExpress.XtraReports.UI.XRLabel(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel21 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLine1 = new DevExpress.XtraReports.UI.XRLine(); this.paramStartDate = new DevExpress.XtraReports.Parameters.Parameter(); this.paramEndDate = new DevExpress.XtraReports.Parameters.Parameter(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.JobsCompleted = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.JobsLogged = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrLabel23 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); 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.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.paramTenantId = new DevExpress.XtraReports.Parameters.Parameter(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.Logged, this.Reallocated, this.Completed, this.OldestJob, this.xrLabel18, this.Sector, this.Unallocated }); this.Detail.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Detail.HeightF = 30.20833F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.StylePriority.UseFont = false; this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // Logged // this.Logged.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Logged.LocationFloat = new DevExpress.Utils.PointFloat(137.0831F, 3.083341F); this.Logged.Name = "Logged"; this.Logged.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.Logged.SizeF = new System.Drawing.SizeF(72.29208F, 23F); this.Logged.StylePriority.UseFont = false; // // Reallocated // this.Reallocated.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Reallocated.LocationFloat = new DevExpress.Utils.PointFloat(281.6672F, 3.083356F); this.Reallocated.Name = "Reallocated"; this.Reallocated.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.Reallocated.SizeF = new System.Drawing.SizeF(92.29099F, 23F); this.Reallocated.StylePriority.UseFont = false; // // Completed // this.Completed.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Completed.LocationFloat = new DevExpress.Utils.PointFloat(209.3751F, 3.083357F); this.Completed.Name = "Completed"; this.Completed.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.Completed.SizeF = new System.Drawing.SizeF(72.29208F, 23F); this.Completed.StylePriority.UseFont = false; // // OldestJob // this.OldestJob.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.OldestJob.LocationFloat = new DevExpress.Utils.PointFloat(453.9585F, 3.083357F); this.OldestJob.Name = "OldestJob"; this.OldestJob.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.OldestJob.SizeF = new System.Drawing.SizeF(73.95834F, 23F); this.OldestJob.StylePriority.UseFont = false; // // xrLabel18 // this.xrLabel18.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(527.9169F, 3.083356F); this.xrLabel18.Name = "xrLabel18"; this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel18.SizeF = new System.Drawing.SizeF(217.0832F, 23F); this.xrLabel18.StylePriority.UseFont = false; // // Sector // this.Sector.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Sector.LocationFloat = new DevExpress.Utils.PointFloat(0F, 3.083356F); this.Sector.Name = "Sector"; this.Sector.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.Sector.SizeF = new System.Drawing.SizeF(137.0831F, 23F); this.Sector.StylePriority.UseFont = false; // // Unallocated // this.Unallocated.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Unallocated.LocationFloat = new DevExpress.Utils.PointFloat(373.9582F, 3.083357F); this.Unallocated.Name = "Unallocated"; this.Unallocated.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.Unallocated.SizeF = new System.Drawing.SizeF(79.16666F, 23F); this.Unallocated.StylePriority.UseFont = false; // // TopMargin // this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel13, this.xrLabel22, this.xrLabel19, this.xrLabel20, this.xrLabel21, this.xrLine1 }); this.TopMargin.HeightF = 93.54167F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.StylePriority.UseBorders = false; this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel13 // this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(417.792F, 61.70833F); this.xrLabel13.Name = "xrLabel13"; this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel13.SizeF = new System.Drawing.SizeF(23.95834F, 18.83333F); this.xrLabel13.StylePriority.UseTextAlignment = false; this.xrLabel13.Text = "-"; this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel22 // this.xrLabel22.BackColor = System.Drawing.Color.Transparent; this.xrLabel22.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel22.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel22.LocationFloat = new DevExpress.Utils.PointFloat(0F, 31.08333F); this.xrLabel22.Name = "xrLabel22"; this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel22.SizeF = new System.Drawing.SizeF(745.0001F, 30.62501F); this.xrLabel22.StylePriority.UseBackColor = false; this.xrLabel22.StylePriority.UseBorders = false; this.xrLabel22.StylePriority.UseFont = false; this.xrLabel22.StylePriority.UseTextAlignment = false; this.xrLabel22.Text = "Works Orders KPI Report"; this.xrLabel22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel19 // this.xrLabel19.BackColor = System.Drawing.Color.Transparent; this.xrLabel19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel19.ForeColor = System.Drawing.Color.Black; this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(137.5838F, 61.70833F); this.xrLabel19.Name = "xrLabel19"; this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel19.SizeF = new System.Drawing.SizeF(123.458F, 18.83335F); this.xrLabel19.StylePriority.UseBackColor = false; this.xrLabel19.StylePriority.UseFont = false; this.xrLabel19.StylePriority.UseForeColor = false; this.xrLabel19.StylePriority.UseTextAlignment = false; this.xrLabel19.Text = "Report Period :"; this.xrLabel19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel20 // this.xrLabel20.BackColor = System.Drawing.Color.Transparent; this.xrLabel20.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Parameters.paramStartDate]") }); this.xrLabel20.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel20.ForeColor = System.Drawing.Color.Black; this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(261.0418F, 61.70833F); this.xrLabel20.Name = "xrLabel20"; this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel20.SizeF = new System.Drawing.SizeF(156.7502F, 18.83335F); this.xrLabel20.StylePriority.UseBackColor = false; this.xrLabel20.StylePriority.UseFont = false; this.xrLabel20.StylePriority.UseForeColor = false; this.xrLabel20.StylePriority.UseTextAlignment = false; this.xrLabel20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrLabel20.TextFormatString = "{0:dd/MM/yyyy}"; // // xrLabel21 // this.xrLabel21.BackColor = System.Drawing.Color.Transparent; this.xrLabel21.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Parameters.paramEndDate]") }); this.xrLabel21.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel21.ForeColor = System.Drawing.Color.Black; this.xrLabel21.LocationFloat = new DevExpress.Utils.PointFloat(441.7503F, 61.70833F); this.xrLabel21.Name = "xrLabel21"; this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel21.SizeF = new System.Drawing.SizeF(158.3333F, 18.83334F); this.xrLabel21.StylePriority.UseBackColor = false; this.xrLabel21.StylePriority.UseFont = false; this.xrLabel21.StylePriority.UseForeColor = false; this.xrLabel21.StylePriority.UseTextAlignment = false; this.xrLabel21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrLabel21.TextFormatString = "{0:dd/MM/yyyy}"; // // xrLine1 // this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 80.54168F); this.xrLine1.Name = "xrLine1"; this.xrLine1.SizeF = new System.Drawing.SizeF(745.0001F, 12.99999F); // // paramStartDate // this.paramStartDate.Name = "paramStartDate"; this.paramStartDate.Type = typeof(System.DateTime); // // paramEndDate // this.paramEndDate.Name = "paramEndDate"; this.paramEndDate.Type = typeof(System.DateTime); // // BottomMargin // this.BottomMargin.HeightF = 45.04166F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel7, this.JobsCompleted, this.xrLabel5, this.xrLabel1, this.xrLabel2, this.JobsLogged, this.xrLabel6, this.xrLabel3 }); this.ReportHeader.HeightF = 152.0833F; this.ReportHeader.Name = "ReportHeader"; // // xrLabel7 // this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(147.5F, 45.41667F); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel7.SizeF = new System.Drawing.SizeF(25F, 23F); this.xrLabel7.StylePriority.UseTextAlignment = false; this.xrLabel7.Text = "="; this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // JobsCompleted // this.JobsCompleted.LocationFloat = new DevExpress.Utils.PointFloat(172.5001F, 68.41666F); this.JobsCompleted.Name = "JobsCompleted"; this.JobsCompleted.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.JobsCompleted.SizeF = new System.Drawing.SizeF(88.54167F, 23F); // // xrLabel5 // this.xrLabel5.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(10.0001F, 68.41666F); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel5.SizeF = new System.Drawing.SizeF(137.4999F, 23F); this.xrLabel5.StylePriority.UseFont = false; this.xrLabel5.Text = "Jobs completed"; // // xrLabel1 // this.xrLabel1.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(10F, 10.00001F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.SizeF = new System.Drawing.SizeF(89.58334F, 23F); this.xrLabel1.StylePriority.UseFont = false; this.xrLabel1.Text = "Volumes:"; // // xrLabel2 // this.xrLabel2.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(10.0001F, 45.41667F); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel2.SizeF = new System.Drawing.SizeF(137.4999F, 23F); this.xrLabel2.StylePriority.UseFont = false; this.xrLabel2.Text = "Jobs logged"; // // JobsLogged // this.JobsLogged.LocationFloat = new DevExpress.Utils.PointFloat(172.5F, 45.41666F); this.JobsLogged.Name = "JobsLogged"; this.JobsLogged.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.JobsLogged.SizeF = new System.Drawing.SizeF(88.54167F, 23F); // // xrLabel6 // this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(147.5F, 68.41666F); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel6.SizeF = new System.Drawing.SizeF(25F, 23.00001F); this.xrLabel6.StylePriority.UseTextAlignment = false; this.xrLabel6.Text = "="; this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel3 // this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(10F, 115.9583F); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel3.SizeF = new System.Drawing.SizeF(244.7917F, 23F); this.xrLabel3.Text = "Jobs attended per sector:"; // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel23, this.xrLabel12, this.xrLabel11, this.xrLabel10, this.xrLabel9, this.xrLabel8, this.xrLabel4 }); this.GroupHeader1.Font = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.GroupHeader1.HeightF = 27.08333F; this.GroupHeader1.Name = "GroupHeader1"; this.GroupHeader1.StylePriority.UseFont = false; // // xrLabel23 // this.xrLabel23.BackColor = System.Drawing.Color.LightGray; this.xrLabel23.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel23.LocationFloat = new DevExpress.Utils.PointFloat(137.0831F, 0F); this.xrLabel23.Name = "xrLabel23"; this.xrLabel23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel23.SizeF = new System.Drawing.SizeF(72.29208F, 23F); this.xrLabel23.StylePriority.UseBackColor = false; this.xrLabel23.StylePriority.UseFont = false; this.xrLabel23.Text = "Logged"; // // xrLabel12 // this.xrLabel12.BackColor = System.Drawing.Color.LightGray; this.xrLabel12.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(527.9169F, 0F); this.xrLabel12.Name = "xrLabel12"; this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel12.SizeF = new System.Drawing.SizeF(217.0832F, 23F); this.xrLabel12.StylePriority.UseBackColor = false; this.xrLabel12.StylePriority.UseFont = false; this.xrLabel12.Text = "Comments / Issues"; // // xrLabel11 // this.xrLabel11.BackColor = System.Drawing.Color.LightGray; this.xrLabel11.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(453.9586F, 0F); this.xrLabel11.Name = "xrLabel11"; this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel11.SizeF = new System.Drawing.SizeF(73.95831F, 23F); this.xrLabel11.StylePriority.UseBackColor = false; this.xrLabel11.StylePriority.UseFont = false; this.xrLabel11.Text = "Oldest Job"; // // xrLabel10 // this.xrLabel10.BackColor = System.Drawing.Color.LightGray; this.xrLabel10.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(373.9582F, 0F); this.xrLabel10.Name = "xrLabel10"; this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel10.SizeF = new System.Drawing.SizeF(79.16666F, 23F); this.xrLabel10.StylePriority.UseBackColor = false; this.xrLabel10.StylePriority.UseFont = false; this.xrLabel10.Text = "Unallocated"; // // xrLabel9 // this.xrLabel9.BackColor = System.Drawing.Color.LightGray; this.xrLabel9.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(281.6672F, 0F); this.xrLabel9.Name = "xrLabel9"; this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel9.SizeF = new System.Drawing.SizeF(92.29099F, 23F); this.xrLabel9.StylePriority.UseBackColor = false; this.xrLabel9.StylePriority.UseFont = false; this.xrLabel9.Text = "Reallocated"; // // xrLabel8 // this.xrLabel8.BackColor = System.Drawing.Color.LightGray; this.xrLabel8.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(209.3752F, 0F); this.xrLabel8.Name = "xrLabel8"; this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel8.SizeF = new System.Drawing.SizeF(72.29208F, 23F); this.xrLabel8.StylePriority.UseBackColor = false; this.xrLabel8.StylePriority.UseFont = false; this.xrLabel8.Text = "Completed"; // // xrLabel4 // this.xrLabel4.BackColor = System.Drawing.Color.LightGray; this.xrLabel4.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel4.SizeF = new System.Drawing.SizeF(137.0831F, 23F); this.xrLabel4.StylePriority.UseBackColor = false; this.xrLabel4.StylePriority.UseFont = false; this.xrLabel4.Text = "Sector"; // // paramTenantId // this.paramTenantId.Name = "paramTenantId"; this.paramTenantId.Type = typeof(int); this.paramTenantId.ValueInfo = "0"; this.paramTenantId.Visible = false; // // WorksOrderKpiReport // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader, this.GroupHeader1 }); this.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Margins = new System.Drawing.Printing.Margins(42, 63, 94, 45); this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] { this.paramStartDate, this.paramEndDate, this.paramTenantId }); this.Version = "18.1"; ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
private DetailReportBand CreateContainer(XRTable table, string date, int Amount, decimal TotalMoney) { DetailReportBand detailrp = new DetailReportBand(); DetailBand detail = new DetailBand(); detail.Controls.Add(table); var header = new ReportHeaderBand() { HeightF = 20 }; var label = new XRLabel { Text = date, Font = new Font(Font.FontFamily, 15, FontStyle.Bold), ForeColor = Color.Black, AutoWidth = false, WidthF = 100 }; label.SizeF = new System.Drawing.SizeF(200F, 23F); header.Controls.Add(label); var footer = new ReportFooterBand(); footer.Controls.AddRange(new XRControl[] { new XRLabel { Text = "Tổng Số Lượng: ", SizeF = new SizeF(100, 30), LocationF = new PointF(LocationF.X + 250, LocationF.Y), Font = new Font(Font.FontFamily, 10, FontStyle.Bold) }, new XRLabel { Text = string.Format("{0:n}", Convert.ToInt32(Amount)), SizeF = new SizeF(100, 30), LocationF = new PointF(LocationF.X + 350, LocationF.Y) }, new XRLabel { Text = "Tổng Tiền: ", SizeF = new SizeF(100, 30), LocationF = new PointF(LocationF.X + 450, LocationF.Y), Font = new Font(Font.FontFamily, 10, FontStyle.Bold) }, new XRLabel { Text = string.Format("{0:n}", TotalMoney), SizeF = new SizeF(100, 30), LocationF = new PointF(LocationF.X + 550, LocationF.Y) } }); detailrp.Bands.AddRange( new Band[] { header, detail, footer } ); return(detailrp); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { string resourceFileName = "rp_DanhSachMaSoThueCaNhan.resx"; this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrtstt = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrl_TitleBC = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_ThangBaoCao = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_TenCongTy = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); 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.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.xrtngayketxuat = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_footer3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_ten3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_footer1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_ten1 = new DevExpress.XtraReports.UI.XRLabel(); this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrl_tenphongban = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrtGioiTinh = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrtNgaySinh = new DevExpress.XtraReports.UI.XRTableCell(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2 }); this.Detail.HeightF = 38.33331F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrTable2 // this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable2.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2 }); this.xrTable2.SizeF = new System.Drawing.SizeF(709F, 38.33331F); this.xrTable2.StylePriority.UseBorders = false; this.xrTable2.StylePriority.UseFont = false; this.xrTable2.StylePriority.UseTextAlignment = false; this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrtstt, this.xrTableCell6, this.xrTableCell7, this.xrtGioiTinh, this.xrtNgaySinh, this.xrTableCell8, this.xrTableCell9 }); this.xrTableRow2.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.StylePriority.UseFont = false; this.xrTableRow2.StylePriority.UseTextAlignment = false; this.xrTableRow2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; this.xrTableRow2.Weight = 1D; // // xrtstt // this.xrtstt.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrtstt.Name = "xrtstt"; this.xrtstt.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrtstt.StylePriority.UseFont = false; this.xrtstt.StylePriority.UsePadding = false; this.xrtstt.StylePriority.UseTextAlignment = false; this.xrtstt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrtstt.Weight = 0.36394242884472094D; this.xrtstt.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.Detail_BeforePrint); // // xrTableCell6 // this.xrTableCell6.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrTableCell6.StylePriority.UseFont = false; this.xrTableCell6.StylePriority.UsePadding = false; this.xrTableCell6.StylePriority.UseTextAlignment = false; this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrTableCell6.Weight = 0.87708511804611355D; // // xrTableCell7 // this.xrTableCell7.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrTableCell7.StylePriority.UseFont = false; this.xrTableCell7.StylePriority.UsePadding = false; this.xrTableCell7.StylePriority.UseTextAlignment = false; this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrTableCell7.Weight = 1.5302930731074416D; // // xrTableCell8 // this.xrTableCell8.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrTableCell8.Name = "xrTableCell8"; this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrTableCell8.StylePriority.UseFont = false; this.xrTableCell8.StylePriority.UsePadding = false; this.xrTableCell8.StylePriority.UseTextAlignment = false; this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrTableCell8.Weight = 1.373801610228448D; // // xrTableCell9 // this.xrTableCell9.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrTableCell9.Name = "xrTableCell9"; this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrTableCell9.StylePriority.UseFont = false; this.xrTableCell9.StylePriority.UsePadding = false; this.xrTableCell9.StylePriority.UseTextAlignment = false; this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrTableCell9.Weight = 1.104920134499596D; // // TopMargin // this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrl_TitleBC, this.xrl_ThangBaoCao, this.xrl_TenCongTy }); this.ReportHeader.HeightF = 139F; this.ReportHeader.Name = "ReportHeader"; // // xrl_TitleBC // this.xrl_TitleBC.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_TitleBC.LocationFloat = new DevExpress.Utils.PointFloat(0F, 62.5F); this.xrl_TitleBC.Name = "xrl_TitleBC"; this.xrl_TitleBC.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_TitleBC.SizeF = new System.Drawing.SizeF(662F, 23F); this.xrl_TitleBC.StylePriority.UseFont = false; this.xrl_TitleBC.StylePriority.UseTextAlignment = false; this.xrl_TitleBC.Text = "BÁO CÁO DANH SÁCH NHÂN VIÊN - MÃ SỐ THUẾ CÁ NHÂN"; this.xrl_TitleBC.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_ThangBaoCao // this.xrl_ThangBaoCao.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Italic); this.xrl_ThangBaoCao.LocationFloat = new DevExpress.Utils.PointFloat(0F, 87.5F); this.xrl_ThangBaoCao.Name = "xrl_ThangBaoCao"; this.xrl_ThangBaoCao.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_ThangBaoCao.SizeF = new System.Drawing.SizeF(662F, 23F); this.xrl_ThangBaoCao.StylePriority.UseFont = false; this.xrl_ThangBaoCao.StylePriority.UseTextAlignment = false; this.xrl_ThangBaoCao.Text = "Tháng 3 năm 2013"; this.xrl_ThangBaoCao.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_TenCongTy // this.xrl_TenCongTy.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_TenCongTy.LocationFloat = new DevExpress.Utils.PointFloat(0F, 10.00001F); this.xrl_TenCongTy.Name = "xrl_TenCongTy"; this.xrl_TenCongTy.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_TenCongTy.SizeF = new System.Drawing.SizeF(486.8489F, 23F); this.xrl_TenCongTy.StylePriority.UseFont = false; this.xrl_TenCongTy.StylePriority.UseTextAlignment = false; this.xrl_TenCongTy.Text = "CÔNG TY CỔ PHẦN CÔNG NGHỆ DTH VÀ GIẢI PHÁP SỐ"; this.xrl_TenCongTy.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1 }); this.PageHeader.HeightF = 38.33331F; this.PageHeader.Name = "PageHeader"; // // xrTable1 // this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 0F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1 }); this.xrTable1.SizeF = new System.Drawing.SizeF(708.9999F, 38.33331F); this.xrTable1.StylePriority.UseBorders = false; this.xrTable1.StylePriority.UseFont = false; this.xrTable1.StylePriority.UseTextAlignment = false; this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell1, this.xrTableCell2, this.xrTableCell4, this.xrTableCell3, this.xrTableCell10, this.xrTableCell5, this.xrTableCell15 }); this.xrTableRow1.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.StylePriority.UseFont = false; this.xrTableRow1.StylePriority.UseTextAlignment = false; this.xrTableRow1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; this.xrTableRow1.Weight = 1D; // // xrTableCell1 // this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.StylePriority.UseTextAlignment = false; this.xrTableCell1.Text = "STT"; this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell1.Weight = 0.36394242884472094D; // // xrTableCell2 // this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.StylePriority.UseTextAlignment = false; this.xrTableCell2.Text = "Mã CB"; this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell2.Weight = 0.87708511804611355D; // // xrTableCell4 // this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.StylePriority.UseTextAlignment = false; this.xrTableCell4.Text = "Họ và tên"; this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell4.Weight = 1.5302925003080716D; // // xrTableCell5 // this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.StylePriority.UseTextAlignment = false; this.xrTableCell5.Text = "Chức vụ"; this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell5.Weight = 1.373801968228054D; // // xrTableCell15 // this.xrTableCell15.Name = "xrTableCell15"; this.xrTableCell15.StylePriority.UseTextAlignment = false; this.xrTableCell15.Text = "Mã số thuế cá nhân"; this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell15.Weight = 1.1049201344995963D; // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrtngayketxuat, this.xrl_footer3, this.xrl_ten3, this.xrl_footer1, this.xrl_ten1 }); this.ReportFooter.HeightF = 206F; this.ReportFooter.Name = "ReportFooter"; // // xrtngayketxuat // this.xrtngayketxuat.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Italic); this.xrtngayketxuat.LocationFloat = new DevExpress.Utils.PointFloat(361.2365F, 28.125F); this.xrtngayketxuat.Name = "xrtngayketxuat"; this.xrtngayketxuat.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrtngayketxuat.SizeF = new System.Drawing.SizeF(296.5F, 23F); this.xrtngayketxuat.StylePriority.UseFont = false; this.xrtngayketxuat.StylePriority.UseTextAlignment = false; this.xrtngayketxuat.Text = "Hà Nội, ngày 15 tháng 4 năm 2013"; this.xrtngayketxuat.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_footer3 // this.xrl_footer3.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_footer3.LocationFloat = new DevExpress.Utils.PointFloat(361.2365F, 53.125F); this.xrl_footer3.Name = "xrl_footer3"; this.xrl_footer3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_footer3.SizeF = new System.Drawing.SizeF(296.5002F, 23F); this.xrl_footer3.StylePriority.UseFont = false; this.xrl_footer3.StylePriority.UseTextAlignment = false; this.xrl_footer3.Text = "GIÁM ĐỐC"; this.xrl_footer3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_ten3 // this.xrl_ten3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_ten3.LocationFloat = new DevExpress.Utils.PointFloat(361.2365F, 153.125F); this.xrl_ten3.Name = "xrl_ten3"; this.xrl_ten3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_ten3.SizeF = new System.Drawing.SizeF(296.5F, 23F); this.xrl_ten3.StylePriority.UseFont = false; this.xrl_ten3.StylePriority.UseTextAlignment = false; this.xrl_ten3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_footer1 // this.xrl_footer1.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_footer1.LocationFloat = new DevExpress.Utils.PointFloat(5.736574F, 53.125F); this.xrl_footer1.Name = "xrl_footer1"; this.xrl_footer1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_footer1.SizeF = new System.Drawing.SizeF(304.1828F, 23F); this.xrl_footer1.StylePriority.UseFont = false; this.xrl_footer1.StylePriority.UseTextAlignment = false; this.xrl_footer1.Text = "NGƯỜI LẬP"; this.xrl_footer1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_ten1 // this.xrl_ten1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_ten1.LocationFloat = new DevExpress.Utils.PointFloat(5.736574F, 153.125F); this.xrl_ten1.Name = "xrl_ten1"; this.xrl_ten1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_ten1.SizeF = new System.Drawing.SizeF(302.1819F, 23F); this.xrl_ten1.StylePriority.UseFont = false; this.xrl_ten1.StylePriority.UseTextAlignment = false; this.xrl_ten1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable3 }); this.GroupHeader1.HeightF = 25.41666F; this.GroupHeader1.Name = "GroupHeader1"; // // xrTable3 // this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable3.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable3.Name = "xrTable3"; this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow3 }); this.xrTable3.SizeF = new System.Drawing.SizeF(709F, 25.41666F); this.xrTable3.SnapLineMargin = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrTable3.StylePriority.UseBorders = false; this.xrTable3.StylePriority.UseFont = false; this.xrTable3.StylePriority.UsePadding = false; this.xrTable3.StylePriority.UseTextAlignment = false; this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrTableRow3 // this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell16, this.xrl_tenphongban }); this.xrTableRow3.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrTableRow3.Name = "xrTableRow3"; this.xrTableRow3.StylePriority.UseFont = false; this.xrTableRow3.StylePriority.UseTextAlignment = false; this.xrTableRow3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; this.xrTableRow3.Weight = 1D; // // xrTableCell16 // this.xrTableCell16.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell16.Name = "xrTableCell16"; this.xrTableCell16.StylePriority.UseBorders = false; this.xrTableCell16.Weight = 0.099999969401147248D; // // xrl_tenphongban // this.xrl_tenphongban.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrl_tenphongban.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrl_tenphongban.Name = "xrl_tenphongban"; this.xrl_tenphongban.StylePriority.UseBorders = false; this.xrl_tenphongban.StylePriority.UseFont = false; this.xrl_tenphongban.StylePriority.UseTextAlignment = false; this.xrl_tenphongban.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; this.xrl_tenphongban.Weight = 12.259303663754043D; // // xrTableCell3 // this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.StylePriority.UseTextAlignment = false; this.xrTableCell3.Text = "Giới tính"; this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell3.Weight = 0.48940034507196928D; // // xrtGioiTinh // this.xrtGioiTinh.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrtGioiTinh.Name = "xrtGioiTinh"; this.xrtGioiTinh.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrtGioiTinh.StylePriority.UseFont = false; this.xrtGioiTinh.StylePriority.UsePadding = false; this.xrtGioiTinh.StylePriority.UseTextAlignment = false; this.xrtGioiTinh.Text = " "; this.xrtGioiTinh.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrtGioiTinh.Weight = 0.4894004166718906D; // // xrTableCell10 // this.xrTableCell10.Name = "xrTableCell10"; this.xrTableCell10.StylePriority.UseTextAlignment = false; this.xrTableCell10.Text = "Ngày sinh"; this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell10.Weight = 0.91434104927411164D; // // xrtNgaySinh // this.xrtNgaySinh.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrtNgaySinh.Name = "xrtNgaySinh"; this.xrtNgaySinh.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrtNgaySinh.StylePriority.UseFont = false; this.xrtNgaySinh.StylePriority.UsePadding = false; this.xrtNgaySinh.StylePriority.UseTextAlignment = false; this.xrtNgaySinh.Text = " "; this.xrtNgaySinh.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrtNgaySinh.Weight = 0.9143413356737965D; // // rp_DanhSachMaSoThueCaNhan // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader, this.PageHeader, this.ReportFooter, this.GroupHeader1 }); this.Margins = new System.Drawing.Printing.Margins(63, 55, 100, 100); this.PageHeight = 1169; this.PageWidth = 827; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.Version = "10.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).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 = "rp_GiayXacNhanViecNghiChamSocConOm.resx"; System.Resources.ResourceManager resources = global::Resources.rp_GiayXacNhanViecNghiChamSocConOm.ResourceManager; this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrt_thoigianhuongchedo = new DevExpress.XtraReports.UI.XRLabel(); this.xrt_ngayketthuc = new DevExpress.XtraReports.UI.XRLabel(); this.xrt_tenongba = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel(); this.xrt_dv1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrt_nghenghiep = new DevExpress.XtraReports.UI.XRLabel(); this.xrt_sosobhxh = new DevExpress.XtraReports.UI.XRLabel(); this.xrt_gioitinh = new DevExpress.XtraReports.UI.XRLabel(); this.xrt_hoten = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); this.xrt_sdt = new DevExpress.XtraReports.UI.XRLabel(); this.xrt_tendonvi = new DevExpress.XtraReports.UI.XRLabel(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); 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.xrt_donvi = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLine1 = new DevExpress.XtraReports.UI.XRLine(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.xrLabel21 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrt_thoigianhuongchedo, this.xrt_ngayketthuc, this.xrt_tenongba, this.xrLabel18, this.xrt_dv1, this.xrt_nghenghiep, this.xrt_sosobhxh, this.xrt_gioitinh, this.xrt_hoten, this.xrLabel12, this.xrt_sdt, this.xrt_tendonvi }); this.Detail.HeightF = 317F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrt_thoigianhuongchedo // this.xrt_thoigianhuongchedo.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrt_thoigianhuongchedo.LocationFloat = new DevExpress.Utils.PointFloat(0F, 256.5836F); this.xrt_thoigianhuongchedo.Multiline = true; this.xrt_thoigianhuongchedo.Name = "xrt_thoigianhuongchedo"; this.xrt_thoigianhuongchedo.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrt_thoigianhuongchedo.SizeF = new System.Drawing.SizeF(672.9997F, 39.58304F); this.xrt_thoigianhuongchedo.StylePriority.UseFont = false; this.xrt_thoigianhuongchedo.Text = "Xác nhận người lao động đã hết thời gian hưởng chế độ khi con ốm đau trong một nă" + "m theo quy \r\nđịnh là............. ngày."; // // xrt_ngayketthuc // this.xrt_ngayketthuc.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrt_ngayketthuc.LocationFloat = new DevExpress.Utils.PointFloat(0F, 233.5836F); this.xrt_ngayketthuc.Name = "xrt_ngayketthuc"; this.xrt_ngayketthuc.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrt_ngayketthuc.SizeF = new System.Drawing.SizeF(672.9997F, 23F); this.xrt_ngayketthuc.StylePriority.UseFont = false; this.xrt_ngayketthuc.Text = "Tính đến hết ngày…… tháng……năm……"; // // xrt_tenongba // this.xrt_tenongba.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrt_tenongba.LocationFloat = new DevExpress.Utils.PointFloat(0F, 210.5835F); this.xrt_tenongba.Multiline = true; this.xrt_tenongba.Name = "xrt_tenongba"; this.xrt_tenongba.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrt_tenongba.SizeF = new System.Drawing.SizeF(672.9999F, 23.00003F); this.xrt_tenongba.StylePriority.UseFont = false; this.xrt_tenongba.Text = " Đơn vị chúng tôi đã giải quyết chế độ nghỉ việc để chăm sóc con ốm đau cho" + " ông/bà :................"; // // xrLabel18 // this.xrLabel18.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(0F, 189.6667F); this.xrLabel18.Multiline = true; this.xrLabel18.Name = "xrLabel18"; this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel18.SizeF = new System.Drawing.SizeF(672.9999F, 20.91669F); this.xrLabel18.StylePriority.UseFont = false; this.xrLabel18.Text = " Thuộc đối tượng đang tham gia đóng bảo hiểm xã hội tại đơn vị, có con dưới" + " 7 tuổi bị ốm đau"; // // xrt_dv1 // this.xrt_dv1.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrt_dv1.LocationFloat = new DevExpress.Utils.PointFloat(276.0415F, 155.2083F); this.xrt_dv1.Multiline = true; this.xrt_dv1.Name = "xrt_dv1"; this.xrt_dv1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrt_dv1.SizeF = new System.Drawing.SizeF(396.9582F, 26.12502F); this.xrt_dv1.StylePriority.UseFont = false; this.xrt_dv1.Text = "Đơn vị (hoặc nơi làm việc)..................................................."; // // xrt_nghenghiep // this.xrt_nghenghiep.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrt_nghenghiep.LocationFloat = new DevExpress.Utils.PointFloat(0F, 155.2083F); this.xrt_nghenghiep.Multiline = true; this.xrt_nghenghiep.Name = "xrt_nghenghiep"; this.xrt_nghenghiep.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrt_nghenghiep.SizeF = new System.Drawing.SizeF(276.0415F, 26.12502F); this.xrt_nghenghiep.StylePriority.UseFont = false; this.xrt_nghenghiep.Text = "- Nghề nghiệp:......................................."; // // xrt_sosobhxh // this.xrt_sosobhxh.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrt_sosobhxh.LocationFloat = new DevExpress.Utils.PointFloat(0F, 129.0834F); this.xrt_sosobhxh.Multiline = true; this.xrt_sosobhxh.Name = "xrt_sosobhxh"; this.xrt_sosobhxh.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrt_sosobhxh.SizeF = new System.Drawing.SizeF(349.0416F, 26.12502F); this.xrt_sosobhxh.StylePriority.UseFont = false; this.xrt_sosobhxh.Text = "- Số sổ BHXH........................................................."; // // xrt_gioitinh // this.xrt_gioitinh.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrt_gioitinh.LocationFloat = new DevExpress.Utils.PointFloat(349.0414F, 102.9584F); this.xrt_gioitinh.Multiline = true; this.xrt_gioitinh.Name = "xrt_gioitinh"; this.xrt_gioitinh.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrt_gioitinh.SizeF = new System.Drawing.SizeF(323.9582F, 26.12502F); this.xrt_gioitinh.StylePriority.UseFont = false; this.xrt_gioitinh.Text = "Nam/Nữ.............................................................."; // // xrt_hoten // this.xrt_hoten.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrt_hoten.LocationFloat = new DevExpress.Utils.PointFloat(0F, 102.9584F); this.xrt_hoten.Multiline = true; this.xrt_hoten.Name = "xrt_hoten"; this.xrt_hoten.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrt_hoten.SizeF = new System.Drawing.SizeF(349.0414F, 26.12502F); this.xrt_hoten.StylePriority.UseFont = false; this.xrt_hoten.Text = "- Họ tên: .................................................................."; // // xrLabel12 // this.xrLabel12.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(0F, 76.83334F); this.xrLabel12.Multiline = true; this.xrLabel12.Name = "xrLabel12"; this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel12.SizeF = new System.Drawing.SizeF(672.9999F, 26.12502F); this.xrLabel12.StylePriority.UseFont = false; this.xrLabel12.Text = " 2- Thông tin về người lao động đã nghỉ việc chăm sóc con ốm đau: "; // // xrt_sdt // this.xrt_sdt.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrt_sdt.LocationFloat = new DevExpress.Utils.PointFloat(0F, 49.66666F); this.xrt_sdt.Multiline = true; this.xrt_sdt.Name = "xrt_sdt"; this.xrt_sdt.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrt_sdt.SizeF = new System.Drawing.SizeF(672.9999F, 27.16668F); this.xrt_sdt.StylePriority.UseFont = false; this.xrt_sdt.Text = " Số điện thoại (nếu có): .................................................." + "................................................................."; // // xrt_tendonvi // this.xrt_tendonvi.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrt_tendonvi.LocationFloat = new DevExpress.Utils.PointFloat(0F, 10.00001F); this.xrt_tendonvi.Multiline = true; this.xrt_tendonvi.Name = "xrt_tendonvi"; this.xrt_tendonvi.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrt_tendonvi.SizeF = new System.Drawing.SizeF(672.9999F, 39.66666F); this.xrt_tendonvi.StylePriority.UseFont = false; this.xrt_tendonvi.Text = resources.GetString("xrt_tendonvi.Text"); // // TopMargin // this.TopMargin.HeightF = 49F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.HeightF = 268F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel9, this.xrLabel8, this.xrLabel7, this.xrLabel6, this.xrt_donvi, this.xrLabel4, this.xrLine1, this.xrLabel3, this.xrLabel2, this.xrLabel1 }); this.ReportHeader.HeightF = 224F; this.ReportHeader.Name = "ReportHeader"; // // xrLabel9 // this.xrLabel9.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(0F, 197.9583F); this.xrLabel9.Name = "xrLabel9"; this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel9.SizeF = new System.Drawing.SizeF(672.9998F, 23F); this.xrLabel9.StylePriority.UseFont = false; this.xrLabel9.StylePriority.UseTextAlignment = false; this.xrLabel9.Text = "về nghỉ việc để chăm sóc con ốm đau"; this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrLabel8 // this.xrLabel8.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(0F, 174.9583F); this.xrLabel8.Name = "xrLabel8"; this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel8.SizeF = new System.Drawing.SizeF(673F, 23F); this.xrLabel8.StylePriority.UseFont = false; this.xrLabel8.StylePriority.UseTextAlignment = false; this.xrLabel8.Text = "GIẤY XÁC NHẬN "; this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrLabel7 // this.xrLabel7.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Italic); this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(400.0833F, 120.7917F); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel7.SizeF = new System.Drawing.SizeF(272.9167F, 23F); this.xrLabel7.StylePriority.UseFont = false; this.xrLabel7.Text = "............, ngày........... tháng..........năm................"; // // xrLabel6 // this.xrLabel6.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 80.29166F); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel6.SizeF = new System.Drawing.SizeF(276.0417F, 23F); this.xrLabel6.StylePriority.UseFont = false; this.xrLabel6.Text = "Số: "; // // xrt_donvi // this.xrt_donvi.Font = new System.Drawing.Font("Times New Roman", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline)))); this.xrt_donvi.LocationFloat = new DevExpress.Utils.PointFloat(0F, 57.29163F); this.xrt_donvi.Name = "xrt_donvi"; this.xrt_donvi.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrt_donvi.SizeF = new System.Drawing.SizeF(276.0417F, 23F); this.xrt_donvi.StylePriority.UseFont = false; this.xrt_donvi.Text = "..............................................................."; // // xrLabel4 // this.xrLabel4.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 34.29165F); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel4.SizeF = new System.Drawing.SizeF(276.0417F, 23F); this.xrLabel4.StylePriority.UseFont = false; this.xrLabel4.Text = "CƠ QUAN QUẢN LÝ CẤP TRÊN"; // // xrLine1 // this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(411.4583F, 80.29162F); this.xrLine1.Name = "xrLine1"; this.xrLine1.SizeF = new System.Drawing.SizeF(150F, 2F); // // xrLabel3 // this.xrLabel3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(298.9583F, 57.29163F); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel3.SizeF = new System.Drawing.SizeF(374.0416F, 23F); this.xrLabel3.StylePriority.UseFont = false; this.xrLabel3.StylePriority.UseTextAlignment = false; this.xrLabel3.Text = "Độc lập - Tự do - Hạnh phúc "; this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrLabel2 // this.xrLabel2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(298.9583F, 34.29165F); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel2.SizeF = new System.Drawing.SizeF(374.0416F, 23F); this.xrLabel2.StylePriority.UseFont = false; this.xrLabel2.StylePriority.UseTextAlignment = false; this.xrLabel2.Text = "CỘNG HÒA XÃ HỘI CHỦ NGHĨA VIỆT NAM"; this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrLabel1 // this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(548.9583F, 0F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.SizeF = new System.Drawing.SizeF(124.0416F, 23F); this.xrLabel1.StylePriority.UseFont = false; this.xrLabel1.StylePriority.UseTextAlignment = false; this.xrLabel1.Text = "Mẫu số 5B-HSB"; this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel21, this.xrLabel20 }); this.ReportFooter.HeightF = 217F; this.ReportFooter.Name = "ReportFooter"; // // xrLabel21 // this.xrLabel21.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Italic); this.xrLabel21.LocationFloat = new DevExpress.Utils.PointFloat(242.7083F, 23.00002F); this.xrLabel21.Name = "xrLabel21"; this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel21.SizeF = new System.Drawing.SizeF(430.2915F, 23F); this.xrLabel21.StylePriority.UseFont = false; this.xrLabel21.StylePriority.UseTextAlignment = false; this.xrLabel21.Text = "(Ký, đóng dấu)"; this.xrLabel21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrLabel20 // this.xrLabel20.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(242.7083F, 0F); this.xrLabel20.Name = "xrLabel20"; this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel20.SizeF = new System.Drawing.SizeF(430.2915F, 23F); this.xrLabel20.StylePriority.UseFont = false; this.xrLabel20.StylePriority.UseTextAlignment = false; this.xrLabel20.Text = "THỦ TRƯỞNG CƠ QUAN ĐƠN VỊ"; this.xrLabel20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // rp_GiayXacNhanViecNghiChamSocConOm // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader, this.ReportFooter }); this.Margins = new System.Drawing.Printing.Margins(89, 64, 49, 268); this.PageHeight = 1169; this.PageWidth = 827; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Version = "10.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() { string resourceFileName = "rp_BusinessOutFrame.resx"; this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrCellIndex = new DevExpress.XtraReports.UI.XRTableCell(); this.xrCellEmployeeCode = new DevExpress.XtraReports.UI.XRTableCell(); this.xrCellFullName = new DevExpress.XtraReports.UI.XRTableCell(); this.xrCellBirthYear = new DevExpress.XtraReports.UI.XRTableCell(); this.xrCellPosition = new DevExpress.XtraReports.UI.XRTableCell(); this.xrCellDepartment = new DevExpress.XtraReports.UI.XRTableCell(); this.xrCellWorkingDate = new DevExpress.XtraReports.UI.XRTableCell(); this.xrCellLastRaiseSalaryDate = new DevExpress.XtraReports.UI.XRTableCell(); this.xrCellOldSalary = new DevExpress.XtraReports.UI.XRTableCell(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); 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.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.lblReportDate = new DevExpress.XtraReports.UI.XRLabel(); this.lblTitle = new DevExpress.XtraReports.UI.XRLabel(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.lblHRDepartment = new DevExpress.XtraReports.UI.XRLabel(); this.lblCreator = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_footer3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_footer1 = new DevExpress.XtraReports.UI.XRLabel(); this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrt_GroupDepartment = new DevExpress.XtraReports.UI.XRTableCell(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2 }); this.Detail.HeightF = 25F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrTable2 // this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2 }); this.xrTable2.SizeF = new System.Drawing.SizeF(1146F, 25F); this.xrTable2.StylePriority.UseBorders = false; this.xrTable2.StylePriority.UseTextAlignment = false; this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrCellIndex, this.xrCellEmployeeCode, this.xrCellFullName, this.xrCellBirthYear, this.xrCellPosition, this.xrCellDepartment, this.xrCellWorkingDate, this.xrCellLastRaiseSalaryDate, this.xrCellOldSalary }); this.xrTableRow2.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); this.xrTableRow2.StylePriority.UseFont = false; this.xrTableRow2.StylePriority.UsePadding = false; this.xrTableRow2.StylePriority.UseTextAlignment = false; this.xrTableRow2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; this.xrTableRow2.Weight = 1D; // // xrCellIndex // this.xrCellIndex.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrCellIndex.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrCellIndex.Name = "xrCellIndex"; this.xrCellIndex.StylePriority.UseBorders = false; this.xrCellIndex.StylePriority.UseFont = false; this.xrCellIndex.StylePriority.UseTextAlignment = false; this.xrCellIndex.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrCellIndex.Weight = 0.035433397753914284D; // // xrCellEmployeeCode // this.xrCellEmployeeCode.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrCellEmployeeCode.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrCellEmployeeCode.Name = "xrCellEmployeeCode"; this.xrCellEmployeeCode.StylePriority.UseBorders = false; this.xrCellEmployeeCode.StylePriority.UseFont = false; this.xrCellEmployeeCode.StylePriority.UseTextAlignment = false; this.xrCellEmployeeCode.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrCellEmployeeCode.Weight = 0.097369899223060219D; // // xrCellFullName // this.xrCellFullName.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrCellFullName.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrCellFullName.Name = "xrCellFullName"; this.xrCellFullName.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrCellFullName.StylePriority.UseBorders = false; this.xrCellFullName.StylePriority.UseFont = false; this.xrCellFullName.StylePriority.UsePadding = false; this.xrCellFullName.StylePriority.UseTextAlignment = false; this.xrCellFullName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrCellFullName.Weight = 0.17309304793130451D; // // xrCellBirthYear // this.xrCellBirthYear.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrCellBirthYear.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrCellBirthYear.Name = "xrCellBirthYear"; this.xrCellBirthYear.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrCellBirthYear.StylePriority.UseBorders = false; this.xrCellBirthYear.StylePriority.UseFont = false; this.xrCellBirthYear.StylePriority.UsePadding = false; this.xrCellBirthYear.StylePriority.UseTextAlignment = false; this.xrCellBirthYear.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrCellBirthYear.Weight = 0.087972319183383468D; // // xrCellPosition // this.xrCellPosition.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrCellPosition.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrCellPosition.Name = "xrCellPosition"; this.xrCellPosition.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrCellPosition.StylePriority.UseBorders = false; this.xrCellPosition.StylePriority.UseFont = false; this.xrCellPosition.StylePriority.UsePadding = false; this.xrCellPosition.StylePriority.UseTextAlignment = false; this.xrCellPosition.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrCellPosition.Weight = 0.11276007925390619D; // // xrCellDepartment // this.xrCellDepartment.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrCellDepartment.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrCellDepartment.Name = "xrCellDepartment"; this.xrCellDepartment.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrCellDepartment.StylePriority.UseBorders = false; this.xrCellDepartment.StylePriority.UseFont = false; this.xrCellDepartment.StylePriority.UsePadding = false; this.xrCellDepartment.StylePriority.UseTextAlignment = false; this.xrCellDepartment.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrCellDepartment.Weight = 0.18586411979092121D; // // xrCellWorkingDate // this.xrCellWorkingDate.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrCellWorkingDate.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrCellWorkingDate.Name = "xrCellWorkingDate"; this.xrCellWorkingDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrCellWorkingDate.StylePriority.UseBorders = false; this.xrCellWorkingDate.StylePriority.UseFont = false; this.xrCellWorkingDate.StylePriority.UsePadding = false; this.xrCellWorkingDate.StylePriority.UseTextAlignment = false; this.xrCellWorkingDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrCellWorkingDate.Weight = 0.11981988682261749D; // // xrCellLastRaiseSalaryDate // this.xrCellLastRaiseSalaryDate.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrCellLastRaiseSalaryDate.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrCellLastRaiseSalaryDate.Name = "xrCellLastRaiseSalaryDate"; this.xrCellLastRaiseSalaryDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrCellLastRaiseSalaryDate.StylePriority.UseBorders = false; this.xrCellLastRaiseSalaryDate.StylePriority.UseFont = false; this.xrCellLastRaiseSalaryDate.StylePriority.UsePadding = false; this.xrCellLastRaiseSalaryDate.StylePriority.UseTextAlignment = false; this.xrCellLastRaiseSalaryDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrCellLastRaiseSalaryDate.Weight = 0.13832852806889492D; // // xrCellOldSalary // this.xrCellOldSalary.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrCellOldSalary.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrCellOldSalary.Name = "xrCellOldSalary"; this.xrCellOldSalary.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrCellOldSalary.StylePriority.UseBorders = false; this.xrCellOldSalary.StylePriority.UseFont = false; this.xrCellOldSalary.StylePriority.UsePadding = false; this.xrCellOldSalary.StylePriority.UseTextAlignment = false; this.xrCellOldSalary.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrCellOldSalary.Weight = 0.12107294979338905D; // // TopMargin // this.TopMargin.HeightF = 46F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.HeightF = 61F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1 }); this.PageHeader.HeightF = 50F; this.PageHeader.Name = "PageHeader"; // // xrTable1 // this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1 }); this.xrTable1.SizeF = new System.Drawing.SizeF(1146F, 50F); this.xrTable1.StylePriority.UseBorders = false; this.xrTable1.StylePriority.UseTextAlignment = false; this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell1, this.xrTableCell2, this.xrTableCell4, this.xrTableCell9, this.xrTableCell6, this.xrTableCell7, this.xrTableCell3, this.xrTableCell5, this.xrTableCell11 }); this.xrTableRow1.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); this.xrTableRow1.StylePriority.UseFont = false; this.xrTableRow1.StylePriority.UsePadding = false; this.xrTableRow1.StylePriority.UseTextAlignment = false; this.xrTableRow1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; this.xrTableRow1.Weight = 1D; // // xrTableCell1 // this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.StylePriority.UseBorders = false; this.xrTableCell1.StylePriority.UseTextAlignment = false; this.xrTableCell1.Text = "STT"; this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell1.Weight = 0.035309523505608287D; // // xrTableCell2 // this.xrTableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.StylePriority.UseBorders = false; this.xrTableCell2.StylePriority.UseTextAlignment = false; this.xrTableCell2.Text = "Mã NV"; this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell2.Weight = 0.097029499296476626D; // // xrTableCell4 // this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell4.Multiline = true; this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.StylePriority.UseBorders = false; this.xrTableCell4.StylePriority.UseTextAlignment = false; this.xrTableCell4.Text = "HỌ VÀ TÊN\r\n"; this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell4.Weight = 0.17248795010529638D; // // xrTableCell9 // this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell9.Name = "xrTableCell9"; this.xrTableCell9.StylePriority.UseBorders = false; this.xrTableCell9.StylePriority.UseTextAlignment = false; this.xrTableCell9.Text = "NĂM SINH"; this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell9.Weight = 0.08766480153783375D; // // xrTableCell6 // this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.StylePriority.UseBorders = false; this.xrTableCell6.StylePriority.UseTextAlignment = false; this.xrTableCell6.Text = "CHỨC VỤ"; this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell6.Weight = 0.11236585523688353D; // // xrTableCell7 // this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.StylePriority.UseBorders = false; this.xrTableCell7.StylePriority.UseTextAlignment = false; this.xrTableCell7.Text = "PHÒNG BAN"; this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell7.Weight = 0.18521435065636183D; // // xrTableCell3 // this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.StylePriority.UseBorders = false; this.xrTableCell3.StylePriority.UseTextAlignment = false; this.xrTableCell3.Text = "NGÀY BẮT ĐẦU VÀO LV"; this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell3.Weight = 0.11940101117452866D; // // xrTableCell5 // this.xrTableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.StylePriority.UseBorders = false; this.xrTableCell5.StylePriority.UseTextAlignment = false; this.xrTableCell5.Text = "NGÀY LÊN LƯƠNG KỲ TRƯỚC"; this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell5.Weight = 0.13784500621949311D; // // xrTableCell11 // this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell11.Name = "xrTableCell11"; this.xrTableCell11.StylePriority.UseBorders = false; this.xrTableCell11.StylePriority.UseTextAlignment = false; this.xrTableCell11.Text = "MỨC LƯƠNG CŨ"; this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell11.Weight = 0.12064975522322538D; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.lblReportDate, this.lblTitle }); this.ReportHeader.HeightF = 95.08333F; this.ReportHeader.Name = "ReportHeader"; // // lblReportDate // this.lblReportDate.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.lblReportDate.LocationFloat = new DevExpress.Utils.PointFloat(0F, 51.12502F); this.lblReportDate.Name = "lblReportDate"; this.lblReportDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.lblReportDate.SizeF = new System.Drawing.SizeF(1146F, 23F); this.lblReportDate.StylePriority.UseFont = false; this.lblReportDate.StylePriority.UseTextAlignment = false; this.lblReportDate.Text = "(Thời gian cập nhật {0}/{1}/{2})"; this.lblReportDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // lblTitle // this.lblTitle.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.lblTitle.LocationFloat = new DevExpress.Utils.PointFloat(0F, 28.12503F); this.lblTitle.Name = "lblTitle"; this.lblTitle.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.lblTitle.SizeF = new System.Drawing.SizeF(1146F, 23F); this.lblTitle.StylePriority.UseFont = false; this.lblTitle.StylePriority.UseTextAlignment = false; this.lblTitle.Text = "DANH SÁCH CÁN BỘ CÔNG NHÂN VIÊN ĐẾN KỲ HẠN VƯỢT KHUNG"; this.lblTitle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.lblHRDepartment, this.lblCreator, this.xrl_footer3, this.xrl_footer1 }); this.ReportFooter.HeightF = 226F; this.ReportFooter.Name = "ReportFooter"; // // lblHRDepartment // this.lblHRDepartment.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.lblHRDepartment.LocationFloat = new DevExpress.Utils.PointFloat(0F, 176.0417F); this.lblHRDepartment.Name = "lblHRDepartment"; this.lblHRDepartment.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.lblHRDepartment.SizeF = new System.Drawing.SizeF(576.0578F, 23F); this.lblHRDepartment.StylePriority.UseFont = false; this.lblHRDepartment.StylePriority.UseTextAlignment = false; this.lblHRDepartment.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // lblCreator // this.lblCreator.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.lblCreator.LocationFloat = new DevExpress.Utils.PointFloat(576.0578F, 176.0417F); this.lblCreator.Name = "lblCreator"; this.lblCreator.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.lblCreator.SizeF = new System.Drawing.SizeF(569.9421F, 23F); this.lblCreator.StylePriority.UseFont = false; this.lblCreator.StylePriority.UseTextAlignment = false; this.lblCreator.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrl_footer3 // this.xrl_footer3.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_footer3.LocationFloat = new DevExpress.Utils.PointFloat(576.0577F, 63.54167F); this.xrl_footer3.Multiline = true; this.xrl_footer3.Name = "xrl_footer3"; this.xrl_footer3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_footer3.SizeF = new System.Drawing.SizeF(569.9422F, 23F); this.xrl_footer3.StylePriority.UseFont = false; this.xrl_footer3.StylePriority.UseTextAlignment = false; this.xrl_footer3.Text = "NGƯỜI LẬP\r\n"; this.xrl_footer3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_footer1 // this.xrl_footer1.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_footer1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 63.54167F); this.xrl_footer1.Name = "xrl_footer1"; this.xrl_footer1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_footer1.SizeF = new System.Drawing.SizeF(576.0578F, 23F); this.xrl_footer1.StylePriority.UseFont = false; this.xrl_footer1.StylePriority.UseTextAlignment = false; this.xrl_footer1.Text = "PHÒNG NHÂN SỰ"; this.xrl_footer1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable3 }); this.GroupHeader1.HeightF = 25F; this.GroupHeader1.Name = "GroupHeader1"; // // xrTable3 // this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable3.Name = "xrTable3"; this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow3 }); this.xrTable3.SizeF = new System.Drawing.SizeF(1146F, 25F); // // xrTableRow3 // this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrt_GroupDepartment }); this.xrTableRow3.Name = "xrTableRow3"; this.xrTableRow3.Weight = 1D; // // xrt_GroupDepartment // this.xrt_GroupDepartment.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrt_GroupDepartment.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrt_GroupDepartment.Name = "xrt_GroupDepartment"; this.xrt_GroupDepartment.Padding = new DevExpress.XtraPrinting.PaddingInfo(10, 3, 3, 3, 100F); this.xrt_GroupDepartment.StylePriority.UseBorders = false; this.xrt_GroupDepartment.StylePriority.UseFont = false; this.xrt_GroupDepartment.StylePriority.UsePadding = false; this.xrt_GroupDepartment.StylePriority.UseTextAlignment = false; this.xrt_GroupDepartment.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrt_GroupDepartment.Weight = 2D; // // rp_BusinessOutFrame // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.PageHeader, this.ReportHeader, this.ReportFooter, this.GroupHeader1 }); this.Landscape = true; this.Margins = new System.Drawing.Printing.Margins(11, 12, 46, 61); this.PageHeight = 827; this.PageWidth = 1169; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Version = "15.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).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> public void InitializeComponent() { string resourceFileName = "OgrenciSinifListesi.resx"; System.Resources.ResourceManager resources = global::Resources.OgrenciSinifListesi.ResourceManager; this.components = new System.ComponentModel.Container(); DevExpress.DataAccess.Sql.TableQuery tableQuery1 = new DevExpress.DataAccess.Sql.TableQuery(); DevExpress.DataAccess.Sql.RelationInfo relationInfo1 = new DevExpress.DataAccess.Sql.RelationInfo(); DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo(); DevExpress.DataAccess.Sql.RelationInfo relationInfo2 = new DevExpress.DataAccess.Sql.RelationInfo(); DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo2 = new DevExpress.DataAccess.Sql.RelationColumnInfo(); DevExpress.DataAccess.Sql.RelationInfo relationInfo3 = new DevExpress.DataAccess.Sql.RelationInfo(); DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo3 = new DevExpress.DataAccess.Sql.RelationColumnInfo(); DevExpress.DataAccess.Sql.RelationInfo relationInfo4 = new DevExpress.DataAccess.Sql.RelationInfo(); DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo4 = new DevExpress.DataAccess.Sql.RelationColumnInfo(); DevExpress.DataAccess.Sql.TableInfo tableInfo1 = new DevExpress.DataAccess.Sql.TableInfo(); DevExpress.DataAccess.Sql.ColumnInfo columnInfo1 = new DevExpress.DataAccess.Sql.ColumnInfo(); DevExpress.DataAccess.Sql.ColumnInfo columnInfo2 = new DevExpress.DataAccess.Sql.ColumnInfo(); DevExpress.DataAccess.Sql.ColumnInfo columnInfo3 = new DevExpress.DataAccess.Sql.ColumnInfo(); DevExpress.DataAccess.Sql.TableInfo tableInfo2 = new DevExpress.DataAccess.Sql.TableInfo(); DevExpress.DataAccess.Sql.ColumnInfo columnInfo4 = new DevExpress.DataAccess.Sql.ColumnInfo(); DevExpress.DataAccess.Sql.ColumnInfo columnInfo5 = new DevExpress.DataAccess.Sql.ColumnInfo(); DevExpress.DataAccess.Sql.TableInfo tableInfo3 = new DevExpress.DataAccess.Sql.TableInfo(); DevExpress.DataAccess.Sql.ColumnInfo columnInfo6 = new DevExpress.DataAccess.Sql.ColumnInfo(); DevExpress.DataAccess.Sql.ColumnInfo columnInfo7 = new DevExpress.DataAccess.Sql.ColumnInfo(); DevExpress.DataAccess.Sql.TableInfo tableInfo4 = new DevExpress.DataAccess.Sql.TableInfo(); DevExpress.DataAccess.Sql.ColumnInfo columnInfo8 = new DevExpress.DataAccess.Sql.ColumnInfo(); DevExpress.DataAccess.Sql.ColumnInfo columnInfo9 = new DevExpress.DataAccess.Sql.ColumnInfo(); DevExpress.DataAccess.Sql.TableInfo tableInfo5 = new DevExpress.DataAccess.Sql.TableInfo(); DevExpress.DataAccess.Sql.ColumnInfo columnInfo10 = new DevExpress.DataAccess.Sql.ColumnInfo(); this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.Title = new DevExpress.XtraReports.UI.XRControlStyle(); this.FieldCaption = new DevExpress.XtraReports.UI.XRControlStyle(); this.PageInfo = new DevExpress.XtraReports.UI.XRControlStyle(); this.DataField = new DevExpress.XtraReports.UI.XRControlStyle(); this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); 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.sharedImageCollection1 = new DevExpress.Utils.SharedImageCollection(this.components); this.cat_id = new DevExpress.XtraReports.Parameters.Parameter(); this.dersid = new DevExpress.XtraReports.Parameters.Parameter(); this.formattingRule1 = new DevExpress.XtraReports.UI.FormattingRule(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection1.ImageSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // sqlDataSource1 // this.sqlDataSource1.ConnectionName = "Tu_SinavConnectionString"; this.sqlDataSource1.Name = "sqlDataSource1"; tableQuery1.Name = "CustomSqlQuery"; relationColumnInfo1.NestedKeyColumn = "ogr_no"; relationColumnInfo1.ParentKeyColumn = "ogr_no"; relationInfo1.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] { relationColumnInfo1}); relationInfo1.NestedTable = "Ogrenci"; relationInfo1.ParentTable = "ogr_sinav_derslik"; relationColumnInfo2.NestedKeyColumn = "Sinav_id"; relationColumnInfo2.ParentKeyColumn = "Sinav_id"; relationInfo2.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] { relationColumnInfo2}); relationInfo2.NestedTable = "Sinavlar"; relationInfo2.ParentTable = "ogr_sinav_derslik"; relationColumnInfo3.NestedKeyColumn = "ders_id"; relationColumnInfo3.ParentKeyColumn = "ders_id"; relationInfo3.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] { relationColumnInfo3}); relationInfo3.NestedTable = "Dersler"; relationInfo3.ParentTable = "Sinavlar"; relationColumnInfo4.NestedKeyColumn = "derslik_id"; relationColumnInfo4.ParentKeyColumn = "derslik_id"; relationInfo4.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] { relationColumnInfo4}); relationInfo4.NestedTable = "Derslik"; relationInfo4.ParentTable = "ogr_sinav_derslik"; tableQuery1.Relations.AddRange(new DevExpress.DataAccess.Sql.RelationInfo[] { relationInfo1, relationInfo2, relationInfo3, relationInfo4}); tableInfo1.Name = "ogr_sinav_derslik"; columnInfo1.Name = "ogr_no"; columnInfo2.Name = "Sinav_id"; columnInfo3.Name = "derslik_id"; tableInfo1.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] { columnInfo1, columnInfo2, columnInfo3}); tableInfo2.Name = "Ogrenci"; columnInfo4.Name = "ogr_adi"; columnInfo5.Name = "ogr_soyadi"; tableInfo2.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] { columnInfo4, columnInfo5}); tableInfo3.Name = "Sinavlar"; columnInfo6.Name = "ders_id"; columnInfo7.Name = "tarih"; tableInfo3.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] { columnInfo6, columnInfo7}); tableInfo4.Name = "Dersler"; columnInfo8.Alias = "Dersler_ders_id"; columnInfo8.Name = "ders_id"; columnInfo9.Name = "ders_adi"; tableInfo4.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] { columnInfo8, columnInfo9}); tableInfo5.Name = "Derslik"; columnInfo10.Name = "derslik_adi"; tableInfo5.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] { columnInfo10}); tableQuery1.Tables.AddRange(new DevExpress.DataAccess.Sql.TableInfo[] { tableInfo1, tableInfo2, tableInfo3, tableInfo4, tableInfo5}); this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] { tableQuery1}); this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable"); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2}); this.Detail.HeightF = 24.93844F; this.Detail.MultiColumn.ColumnSpacing = 10F; this.Detail.MultiColumn.ColumnWidth = 355F; this.Detail.MultiColumn.Layout = DevExpress.XtraPrinting.ColumnLayout.AcrossThenDown; this.Detail.MultiColumn.Mode = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.StyleName = "DataField"; this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrTable2 // this.xrTable2.BackColor = System.Drawing.Color.Transparent; this.xrTable2.BorderColor = System.Drawing.Color.Gainsboro; this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable2.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrTable2.ForeColor = System.Drawing.Color.Black; this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2}); this.xrTable2.SizeF = new System.Drawing.SizeF(737.5F, 24.39223F); this.xrTable2.StylePriority.UseBackColor = false; this.xrTable2.StylePriority.UseBorderColor = false; this.xrTable2.StylePriority.UseBorders = false; this.xrTable2.StylePriority.UseFont = false; this.xrTable2.StylePriority.UseForeColor = false; this.xrTable2.StylePriority.UsePadding = false; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell5, this.xrTableCell6, this.xrTableCell7, this.xrTableCell8}); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Weight = 1D; // // xrTableCell5 // this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomSqlQuery.ogr_no")}); this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.Weight = 1D; // // xrTableCell6 // this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomSqlQuery.ogr_adi")}); this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.Text = "xrTableCell6"; this.xrTableCell6.Weight = 1D; // // xrTableCell7 // this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomSqlQuery.ogr_soyadi")}); this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.Text = "xrTableCell7"; this.xrTableCell7.Weight = 1D; // // xrTableCell8 // this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomSqlQuery.derslik_adi")}); this.xrTableCell8.Name = "xrTableCell8"; this.xrTableCell8.Weight = 1D; // // Title // this.Title.BackColor = System.Drawing.Color.Transparent; this.Title.BorderColor = System.Drawing.Color.Black; this.Title.Borders = DevExpress.XtraPrinting.BorderSide.None; this.Title.BorderWidth = 1F; this.Title.Font = new System.Drawing.Font("Times New Roman", 20F, System.Drawing.FontStyle.Bold); this.Title.ForeColor = System.Drawing.Color.Maroon; this.Title.Name = "Title"; // // FieldCaption // this.FieldCaption.BackColor = System.Drawing.Color.Transparent; this.FieldCaption.BorderColor = System.Drawing.Color.Black; this.FieldCaption.Borders = DevExpress.XtraPrinting.BorderSide.None; this.FieldCaption.BorderWidth = 1F; this.FieldCaption.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.FieldCaption.ForeColor = System.Drawing.Color.Maroon; this.FieldCaption.Name = "FieldCaption"; // // PageInfo // this.PageInfo.BackColor = System.Drawing.Color.Transparent; this.PageInfo.BorderColor = System.Drawing.Color.Black; this.PageInfo.Borders = DevExpress.XtraPrinting.BorderSide.None; this.PageInfo.BorderWidth = 1F; this.PageInfo.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.PageInfo.ForeColor = System.Drawing.Color.Black; this.PageInfo.Name = "PageInfo"; // // DataField // this.DataField.BackColor = System.Drawing.Color.Transparent; this.DataField.BorderColor = System.Drawing.Color.Black; this.DataField.Borders = DevExpress.XtraPrinting.BorderSide.None; this.DataField.BorderWidth = 1F; this.DataField.Font = new System.Drawing.Font("Times New Roman", 10F); this.DataField.ForeColor = System.Drawing.Color.Black; this.DataField.Name = "DataField"; this.DataField.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); // // topMarginBand1 // this.topMarginBand1.HeightF = 0F; this.topMarginBand1.Name = "topMarginBand1"; // // bottomMarginBand1 // this.bottomMarginBand1.HeightF = 0F; this.bottomMarginBand1.Name = "bottomMarginBand1"; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel1}); this.ReportHeader.HeightF = 27.41666F; this.ReportHeader.Name = "ReportHeader"; // // xrLabel1 // this.xrLabel1.BorderColor = System.Drawing.Color.DarkGray; this.xrLabel1.BorderWidth = 14F; this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162))); this.xrLabel1.ForeColor = System.Drawing.Color.Black; this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.SizeF = new System.Drawing.SizeF(253.125F, 26.41666F); this.xrLabel1.StylePriority.UseBorderColor = false; this.xrLabel1.StylePriority.UseBorderWidth = false; this.xrLabel1.StylePriority.UseFont = false; this.xrLabel1.StylePriority.UseForeColor = false; this.xrLabel1.Text = "Öğrenci Sınıf Listesi"; // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1}); this.PageHeader.HeightF = 33.37498F; this.PageHeader.Name = "PageHeader"; // // xrTable1 // this.xrTable1.BackColor = System.Drawing.Color.SlateGray; this.xrTable1.BorderColor = System.Drawing.Color.Gainsboro; this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162))); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F); this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1}); this.xrTable1.SizeF = new System.Drawing.SizeF(737.5F, 32.29167F); this.xrTable1.StylePriority.UseBackColor = false; this.xrTable1.StylePriority.UseBorderColor = false; this.xrTable1.StylePriority.UseBorders = false; this.xrTable1.StylePriority.UseFont = false; this.xrTable1.StylePriority.UsePadding = false; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell1, this.xrTableCell2, this.xrTableCell3, this.xrTableCell4}); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 1D; // // xrTableCell1 // this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.Text = "Öğrenci Numarası"; this.xrTableCell1.Weight = 1D; // // xrTableCell2 // this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.Text = "Öğrenci Adi"; this.xrTableCell2.Weight = 1D; // // xrTableCell3 // this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.Text = "Öğrenci Soyadı"; this.xrTableCell3.Weight = 1D; // // xrTableCell4 // this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.Text = "Derslik"; this.xrTableCell4.Weight = 1D; // // sharedImageCollection1 // // // // this.sharedImageCollection1.ImageSource.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("sharedImageCollection1.ImageSource.ImageStream"))); this.sharedImageCollection1.ParentControl = null; // // cat_id // this.cat_id.Description = "categoryid"; this.cat_id.Name = "cat_id"; this.cat_id.Type = typeof(int); this.cat_id.ValueInfo = "1"; this.cat_id.Visible = false; // // dersid // this.dersid.Description = "dersid"; this.dersid.Name = "dersid"; this.dersid.Type = typeof(int); this.dersid.ValueInfo = "0"; this.dersid.Visible = false; // // formattingRule1 // this.formattingRule1.Name = "formattingRule1"; // // XtraReport1 // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.topMarginBand1, this.bottomMarginBand1, this.ReportHeader, this.PageHeader}); this.ComponentStorage.Add(this.sqlDataSource1); this.DataMember = "CustomSqlQuery"; this.DataSource = this.sqlDataSource1; this.FilterString = "[Sinav_id] = ?dersid"; this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { this.formattingRule1}); this.Margins = new System.Drawing.Printing.Margins(65, 0, 0, 0); this.PageHeight = 1169; this.PageWidth = 827; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] { this.cat_id, this.dersid}); this.ReportPrintOptions.DetailCountOnEmptyDataSource = 12; this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] { this.Title, this.FieldCaption, this.PageInfo, this.DataField}); this.Version = "14.2"; ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection1.ImageSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection1)).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 = "rp_austfeed_GiayDeNghiThuyenChuyenNhanSu.resx"; System.Resources.ResourceManager resources = global::Resources.rp_austfeed_GiayDeNghiThuyenChuyenNhanSu.ResourceManager; this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); 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.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.xrLabel24 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel23 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel21 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel19 = 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(); this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1, this.xrLabel9, this.xrLabel8, this.xrLabel7, this.xrLabel6, this.xrLabel5, this.xrLabel4, this.xrLabel3, this.xrLabel2 }); this.Detail.HeightF = 485F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrTable1 // this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 102.0001F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1, this.xrTableRow2, this.xrTableRow3, this.xrTableRow4 }); this.xrTable1.SizeF = new System.Drawing.SizeF(709F, 373F); this.xrTable1.StylePriority.UseBorders = false; this.xrTable1.StylePriority.UseFont = false; this.xrTable1.StylePriority.UseTextAlignment = false; this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell1, this.xrTableCell3 }); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 1D; // // xrTableCell1 // this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.Text = "Bộ phận chuyển đi"; this.xrTableCell1.Weight = 1.5641750018250287D; // // xrTableCell3 // this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.Text = "Bộ phận chuyển đến"; this.xrTableCell3.Weight = 1.4358249981749713D; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell9, this.xrTableCell2, this.xrTableCell10, this.xrTableCell4 }); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Weight = 2.7020419059622527D; // // xrTableCell9 // this.xrTableCell9.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrTableCell9.Multiline = true; this.xrTableCell9.Name = "xrTableCell9"; this.xrTableCell9.StylePriority.UseFont = false; this.xrTableCell9.StylePriority.UseTextAlignment = false; this.xrTableCell9.Text = "\r\nVị trí"; this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; this.xrTableCell9.Weight = 0.35895631410843565D; // // xrTableCell2 // this.xrTableCell2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel10 }); this.xrTableCell2.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.StylePriority.UseFont = false; this.xrTableCell2.Weight = 1.2052186877165931D; // // xrLabel10 // this.xrLabel10.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel10.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(10F, 21.54172F); this.xrLabel10.Multiline = true; this.xrLabel10.Name = "xrLabel10"; this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel10.SizeF = new System.Drawing.SizeF(264.8333F, 106.3748F); this.xrLabel10.StylePriority.UseBorders = false; this.xrLabel10.StylePriority.UseFont = false; this.xrLabel10.StylePriority.UseTextAlignment = false; this.xrLabel10.Text = resources.GetString("xrLabel10.Text"); this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrTableCell10 // this.xrTableCell10.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrTableCell10.Multiline = true; this.xrTableCell10.Name = "xrTableCell10"; this.xrTableCell10.StylePriority.UseFont = false; this.xrTableCell10.StylePriority.UseTextAlignment = false; this.xrTableCell10.Text = "\r\nVị trí"; this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; this.xrTableCell10.Weight = 0.36971073661771919D; // // xrTableCell4 // this.xrTableCell4.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel11 }); this.xrTableCell4.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.StylePriority.UseFont = false; this.xrTableCell4.Weight = 1.0661142615572523D; // // xrLabel11 // this.xrLabel11.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel11.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(3.051758E-05F, 21.95834F); this.xrLabel11.Multiline = true; this.xrLabel11.Name = "xrLabel11"; this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel11.SizeF = new System.Drawing.SizeF(241.9583F, 106.3748F); this.xrLabel11.StylePriority.UseBorders = false; this.xrLabel11.StylePriority.UseFont = false; this.xrLabel11.StylePriority.UseTextAlignment = false; this.xrLabel11.Text = resources.GetString("xrLabel11.Text"); this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrTableRow3 // this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell11, this.xrTableCell5, this.xrTableCell13, this.xrTableCell6 }); this.xrTableRow3.Name = "xrTableRow3"; this.xrTableRow3.Weight = 2.2571480759244751D; // // xrTableCell11 // this.xrTableCell11.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrTableCell11.Multiline = true; this.xrTableCell11.Name = "xrTableCell11"; this.xrTableCell11.StylePriority.UseFont = false; this.xrTableCell11.Text = "Mức \r\nlương đang\r\n nhận"; this.xrTableCell11.Weight = 0.35895628182608924D; // // xrTableCell5 // this.xrTableCell5.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.StylePriority.UseFont = false; this.xrTableCell5.Weight = 1.2052187199989393D; // // xrTableCell13 // this.xrTableCell13.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrTableCell13.Multiline = true; this.xrTableCell13.Name = "xrTableCell13"; this.xrTableCell13.StylePriority.UseFont = false; this.xrTableCell13.Text = "Mức \r\nlương đang\r\n nhận"; this.xrTableCell13.Weight = 0.36971059134716044D; // // xrTableCell6 // this.xrTableCell6.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.StylePriority.UseFont = false; this.xrTableCell6.Weight = 1.0661144068278108D; // // xrTableRow4 // this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell12, this.xrTableCell7, this.xrTableCell14, this.xrTableCell8 }); this.xrTableRow4.Name = "xrTableRow4"; this.xrTableRow4.Weight = 1.3485774997825155D; // // xrTableCell12 // this.xrTableCell12.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrTableCell12.Name = "xrTableCell12"; this.xrTableCell12.StylePriority.UseFont = false; this.xrTableCell12.Text = "Ngày áp dụng"; this.xrTableCell12.Weight = 0.35895629796726247D; // // xrTableCell7 // this.xrTableCell7.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.StylePriority.UseFont = false; this.xrTableCell7.Weight = 1.2052187038577662D; // // xrTableCell14 // this.xrTableCell14.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrTableCell14.Name = "xrTableCell14"; this.xrTableCell14.StylePriority.UseFont = false; this.xrTableCell14.Text = "Ngày áp dụng"; this.xrTableCell14.Weight = 0.36971084960593154D; // // xrTableCell8 // this.xrTableCell8.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrTableCell8.Name = "xrTableCell8"; this.xrTableCell8.StylePriority.UseFont = false; this.xrTableCell8.Weight = 1.0661141485690397D; // // xrLabel9 // this.xrLabel9.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(1.589457E-05F, 79.00006F); this.xrLabel9.Name = "xrLabel9"; this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel9.SizeF = new System.Drawing.SizeF(665.375F, 23.00001F); this.xrLabel9.StylePriority.UseFont = false; this.xrLabel9.Text = "................................................................................." + "............................................................................"; // // xrLabel8 // this.xrLabel8.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(1.589457E-05F, 56.00004F); this.xrLabel8.Name = "xrLabel8"; this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel8.SizeF = new System.Drawing.SizeF(665.375F, 23.00001F); this.xrLabel8.StylePriority.UseFont = false; this.xrLabel8.Text = "................................................................................." + "............................................................................"; // // xrLabel7 // this.xrLabel7.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 32.99999F); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel7.SizeF = new System.Drawing.SizeF(151.9583F, 23F); this.xrLabel7.StylePriority.UseFont = false; this.xrLabel7.Text = "Lý do thuyên chuyển:"; // // xrLabel6 // this.xrLabel6.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(151.9583F, 33.00002F); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel6.SizeF = new System.Drawing.SizeF(513.4166F, 23F); this.xrLabel6.StylePriority.UseFont = false; this.xrLabel6.Text = "................................................................................." + "......................................."; // // xrLabel5 // this.xrLabel5.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(471.75F, 10.00001F); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel5.SizeF = new System.Drawing.SizeF(193.625F, 23F); this.xrLabel5.StylePriority.UseFont = false; this.xrLabel5.Text = "..........................................."; // // xrLabel4 // this.xrLabel4.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(392.5833F, 10.00001F); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel4.SizeF = new System.Drawing.SizeF(79.16666F, 23F); this.xrLabel4.StylePriority.UseFont = false; this.xrLabel4.Text = "Mã số thẻ:"; // // xrLabel3 // this.xrLabel3.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(112.5F, 10.00001F); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel3.SizeF = new System.Drawing.SizeF(280.0833F, 23F); this.xrLabel3.StylePriority.UseFont = false; this.xrLabel3.Text = "................................................................"; // // xrLabel2 // this.xrLabel2.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 10.00001F); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel2.SizeF = new System.Drawing.SizeF(112.5F, 23F); this.xrLabel2.StylePriority.UseFont = false; this.xrLabel2.Text = "Tên nhân viên:"; // // TopMargin // this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel1 }); this.ReportHeader.HeightF = 111F; this.ReportHeader.Name = "ReportHeader"; // // xrLabel1 // this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 16F, System.Drawing.FontStyle.Bold); this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 76.04166F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.SizeF = new System.Drawing.SizeF(709F, 28.20833F); this.xrLabel1.StylePriority.UseFont = false; this.xrLabel1.StylePriority.UseTextAlignment = false; this.xrLabel1.Text = "GIẤY ĐỀ NGHỊ THUYÊN CHUYỂN NHÂN SỰ"; this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel24, this.xrLabel23, this.xrLabel22, this.xrLabel21, this.xrLabel20, this.xrLabel19, this.xrLabel18, this.xrLabel17, this.xrLabel16, this.xrLabel15, this.xrLabel14, this.xrLabel13, this.xrLabel12 }); this.ReportFooter.HeightF = 377F; this.ReportFooter.Name = "ReportFooter"; // // xrLabel24 // this.xrLabel24.LocationFloat = new DevExpress.Utils.PointFloat(423.25F, 306.25F); this.xrLabel24.Name = "xrLabel24"; this.xrLabel24.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel24.SizeF = new System.Drawing.SizeF(242.1249F, 23F); this.xrLabel24.StylePriority.UseTextAlignment = false; this.xrLabel24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel23 // this.xrLabel23.LocationFloat = new DevExpress.Utils.PointFloat(51.95831F, 306.25F); this.xrLabel23.Name = "xrLabel23"; this.xrLabel23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel23.SizeF = new System.Drawing.SizeF(244.7917F, 23F); this.xrLabel23.StylePriority.UseTextAlignment = false; this.xrLabel23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel22 // this.xrLabel22.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrLabel22.LocationFloat = new DevExpress.Utils.PointFloat(423.2499F, 344.7917F); this.xrLabel22.Name = "xrLabel22"; this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel22.SizeF = new System.Drawing.SizeF(247.9167F, 23F); this.xrLabel22.StylePriority.UseFont = false; this.xrLabel22.StylePriority.UseTextAlignment = false; this.xrLabel22.Text = "Ngày..........tháng...............năm......."; this.xrLabel22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel21 // this.xrLabel21.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrLabel21.LocationFloat = new DevExpress.Utils.PointFloat(51.95831F, 344.7917F); this.xrLabel21.Name = "xrLabel21"; this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel21.SizeF = new System.Drawing.SizeF(244.7917F, 23F); this.xrLabel21.StylePriority.UseFont = false; this.xrLabel21.StylePriority.UseTextAlignment = false; this.xrLabel21.Text = "Ngày..........tháng...............năm......."; this.xrLabel21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel20 // this.xrLabel20.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(423.25F, 231.25F); this.xrLabel20.Name = "xrLabel20"; this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel20.SizeF = new System.Drawing.SizeF(242.1249F, 23F); this.xrLabel20.StylePriority.UseFont = false; this.xrLabel20.StylePriority.UseTextAlignment = false; this.xrLabel20.Text = "Tổng giám đốc"; this.xrLabel20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel19 // this.xrLabel19.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(51.95831F, 231.25F); this.xrLabel19.Name = "xrLabel19"; this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel19.SizeF = new System.Drawing.SizeF(242.125F, 23F); this.xrLabel19.StylePriority.UseFont = false; this.xrLabel19.StylePriority.UseTextAlignment = false; this.xrLabel19.Text = "Phòng HCNS"; this.xrLabel19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel18 // this.xrLabel18.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(423.25F, 197.9167F); this.xrLabel18.Name = "xrLabel18"; this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel18.SizeF = new System.Drawing.SizeF(242.1249F, 23F); this.xrLabel18.StylePriority.UseFont = false; this.xrLabel18.StylePriority.UseTextAlignment = false; this.xrLabel18.Text = "Ngày..........tháng...............năm......."; this.xrLabel18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel17 // this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(423.25F, 151.0417F); this.xrLabel17.Name = "xrLabel17"; this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel17.SizeF = new System.Drawing.SizeF(242.1249F, 23F); this.xrLabel17.StylePriority.UseTextAlignment = false; this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel16 // this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(51.95831F, 151.0417F); this.xrLabel16.Name = "xrLabel16"; this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel16.SizeF = new System.Drawing.SizeF(244.7917F, 23F); this.xrLabel16.StylePriority.UseTextAlignment = false; this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel15 // this.xrLabel15.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(51.95831F, 197.9167F); this.xrLabel15.Name = "xrLabel15"; this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel15.SizeF = new System.Drawing.SizeF(242.125F, 23F); this.xrLabel15.StylePriority.UseFont = false; this.xrLabel15.StylePriority.UseTextAlignment = false; this.xrLabel15.Text = "Ngày..........tháng...............năm......."; this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel14 // this.xrLabel14.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(423.25F, 64.58334F); this.xrLabel14.Name = "xrLabel14"; this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel14.SizeF = new System.Drawing.SizeF(242.125F, 23F); this.xrLabel14.StylePriority.UseFont = false; this.xrLabel14.StylePriority.UseTextAlignment = false; this.xrLabel14.Text = "Bộ phận chuyển đến"; this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel13 // this.xrLabel13.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(51.95831F, 64.58334F); this.xrLabel13.Name = "xrLabel13"; this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel13.SizeF = new System.Drawing.SizeF(242.125F, 23F); this.xrLabel13.StylePriority.UseFont = false; this.xrLabel13.StylePriority.UseTextAlignment = false; this.xrLabel13.Text = "Bộ phận chuyển đi"; this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel12 // this.xrLabel12.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(151.9583F, 20.83333F); this.xrLabel12.Name = "xrLabel12"; this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel12.SizeF = new System.Drawing.SizeF(362.5F, 23F); this.xrLabel12.StylePriority.UseFont = false; this.xrLabel12.StylePriority.UseTextAlignment = false; this.xrLabel12.Text = "Xác nhận của bộ trưởng bộ phận"; this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // rp_austfeed_GiayDeNghiThuyenChuyenNhanSu // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader, this.ReportFooter }); this.Margins = new System.Drawing.Printing.Margins(59, 59, 100, 100); this.PageHeight = 1169; this.PageWidth = 827; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Version = "10.1"; ((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 = "XRPrintInvoice.resx"; DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); this.GrandTotal = new DevExpress.XtraReports.Parameters.Parameter(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.lblDuplicate = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); this.SPName = new DevExpress.XtraReports.Parameters.Parameter(); this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); this.CustomerName = new DevExpress.XtraReports.Parameters.Parameter(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.CustomerCode = new DevExpress.XtraReports.Parameters.Parameter(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.PaymentType = new DevExpress.XtraReports.Parameters.Parameter(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.InvDate = new DevExpress.XtraReports.Parameters.Parameter(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.InvoiceNumber = new DevExpress.XtraReports.Parameters.Parameter(); this.InvoiceId = new DevExpress.XtraReports.Parameters.Parameter(); this.AmmountDue = new DevExpress.XtraReports.Parameters.Parameter(); this.DueAmmount = new DevExpress.XtraReports.Parameters.Parameter(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); this.TotalPaid = new DevExpress.XtraReports.Parameters.Parameter(); this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrControlStyle1 = new DevExpress.XtraReports.UI.XRControlStyle(); this.dsPrintInvoice1 = new DsPrintInvoice(); this.SPCode = new DevExpress.XtraReports.Parameters.Parameter(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.lblNote = new DevExpress.XtraReports.UI.XRLabel(); this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dsPrintInvoice1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2}); this.Detail.Dpi = 254F; this.Detail.HeightF = 61F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrTable2 // this.xrTable2.BorderColor = System.Drawing.Color.Transparent; this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable2.Dpi = 254F; this.xrTable2.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(5F, 0F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2}); this.xrTable2.SizeF = new System.Drawing.SizeF(2238F, 61F); this.xrTable2.StylePriority.UseBorderColor = false; this.xrTable2.StylePriority.UseBorders = false; this.xrTable2.StylePriority.UseFont = false; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell4, this.xrTableCell5, this.xrTableCell6, this.xrTableCell10, this.xrTableCell12}); this.xrTableRow2.Dpi = 254F; this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Weight = 1; // // xrTableCell4 // this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "vw_Invoice_Detail_Sel_Report.ItemCode")}); this.xrTableCell4.Dpi = 254F; this.xrTableCell4.Font = new System.Drawing.Font("Times New Roman", 11.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.xrTableCell4.StylePriority.UseFont = false; this.xrTableCell4.StylePriority.UseTextAlignment = false; this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; this.xrTableCell4.Weight = 0.083109919571045576; // // xrTableCell5 // this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "vw_Invoice_Detail_Sel_Report.ItemDescription")}); this.xrTableCell5.Dpi = 254F; this.xrTableCell5.Font = new System.Drawing.Font("Times New Roman", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.xrTableCell5.StylePriority.UseFont = false; this.xrTableCell5.StylePriority.UseTextAlignment = false; this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; this.xrTableCell5.Weight = 0.57327971403038425; // // xrTableCell6 // this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "vw_Invoice_Detail_Sel_Report.Quantity")}); this.xrTableCell6.Dpi = 254F; this.xrTableCell6.Font = new System.Drawing.Font("Times New Roman", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.xrTableCell6.StylePriority.UseFont = false; this.xrTableCell6.StylePriority.UseTextAlignment = false; this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; this.xrTableCell6.Weight = 0.055406613047363718; // // xrTableCell10 // this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "vw_Invoice_Detail_Sel_Report.Price", "{0:0.00}")}); this.xrTableCell10.Dpi = 254F; this.xrTableCell10.Font = new System.Drawing.Font("Times New Roman", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell10.Name = "xrTableCell10"; this.xrTableCell10.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.xrTableCell10.StylePriority.UseFont = false; this.xrTableCell10.StylePriority.UseTextAlignment = false; this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomRight; this.xrTableCell10.Weight = 0.13717605004468275; // // xrTableCell12 // this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell12.CanShrink = true; this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "vw_Invoice_Detail_Sel_Report.TotalPrice", "{0:0.00}")}); this.xrTableCell12.Dpi = 254F; this.xrTableCell12.Font = new System.Drawing.Font("Times New Roman", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTableCell12.Name = "xrTableCell12"; this.xrTableCell12.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.xrTableCell12.StylePriority.UseBorders = false; this.xrTableCell12.StylePriority.UseFont = false; this.xrTableCell12.StylePriority.UseTextAlignment = false; this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomRight; this.xrTableCell12.Weight = 0.15102770330652368; // // GrandTotal // this.GrandTotal.Name = "GrandTotal"; this.GrandTotal.Type = typeof(decimal); this.GrandTotal.Value = 0; // // PageHeader // this.PageHeader.Dpi = 254F; this.PageHeader.HeightF = 0F; this.PageHeader.Name = "PageHeader"; this.PageHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F); this.PageHeader.StylePriority.UseTextAlignment = false; this.PageHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft; // // xrTableCell9 // this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "vw_Invoice_Sel_Report.Has Line Item.Quantity")}); this.xrTableCell9.Name = "xrTableCell9"; this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F); this.xrTableCell9.Weight = 0; // // xrTableCell8 // this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "vw_Invoice_Sel_Report.Has Line Item.Price")}); this.xrTableCell8.Name = "xrTableCell8"; this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F); this.xrTableCell8.Weight = 0; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.lblDuplicate, this.xrLabel8, this.xrLabel11, this.xrLabel7, this.xrLabel6, this.xrLabel5, this.xrLabel4}); this.ReportHeader.Dpi = 254F; this.ReportHeader.HeightF = 638F; this.ReportHeader.Name = "ReportHeader"; // // lblDuplicate // this.lblDuplicate.BackColor = System.Drawing.Color.Transparent; this.lblDuplicate.Dpi = 254F; this.lblDuplicate.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.lblDuplicate.LocationFloat = new DevExpress.Utils.PointFloat(1270F, 445F); this.lblDuplicate.Name = "lblDuplicate"; this.lblDuplicate.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.lblDuplicate.SizeF = new System.Drawing.SizeF(297.9999F, 58.41995F); this.lblDuplicate.StylePriority.UseBackColor = false; this.lblDuplicate.StylePriority.UseFont = false; this.lblDuplicate.Text = "DUPLICATE"; this.lblDuplicate.Visible = false; // // xrLabel8 // this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding(this.SPName, "Text", "")}); this.xrLabel8.Dpi = 254F; this.xrLabel8.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(1270F, 339F); this.xrLabel8.Name = "xrLabel8"; this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.xrLabel8.SizeF = new System.Drawing.SizeF(254F, 64F); this.xrLabel8.StylePriority.UseFont = false; this.xrLabel8.Text = "xrLabel8"; // // SPName // this.SPName.Name = "SPName"; this.SPName.Value = ""; // // xrLabel11 // this.xrLabel11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding(this.CustomerName, "Text", "")}); this.xrLabel11.Dpi = 254F; this.xrLabel11.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(100F, 234F); this.xrLabel11.Multiline = true; this.xrLabel11.Name = "xrLabel11"; this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.xrLabel11.SizeF = new System.Drawing.SizeF(339F, 64F); this.xrLabel11.StylePriority.UseFont = false; this.xrLabel11.Text = "xrLabel11"; // // CustomerName // this.CustomerName.Name = "CustomerName"; this.CustomerName.Value = ""; // // xrLabel7 // this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding(this.CustomerCode, "Text", "")}); this.xrLabel7.Dpi = 254F; this.xrLabel7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(100F, 444F); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.xrLabel7.SizeF = new System.Drawing.SizeF(254F, 64F); this.xrLabel7.StylePriority.UseFont = false; this.xrLabel7.Text = "xrLabel7"; // // CustomerCode // this.CustomerCode.Name = "CustomerCode"; this.CustomerCode.Value = ""; // // xrLabel6 // this.xrLabel6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding(this.PaymentType, "Text", "")}); this.xrLabel6.Dpi = 254F; this.xrLabel6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(1935F, 445F); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.xrLabel6.SizeF = new System.Drawing.SizeF(254F, 64F); this.xrLabel6.StylePriority.UseFont = false; this.xrLabel6.Text = "xrLabel6"; // // PaymentType // this.PaymentType.Name = "PaymentType"; this.PaymentType.Value = ""; // // xrLabel5 // this.xrLabel5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding(this.InvDate, "Text", "{0:dd-MMM-yyyy}")}); this.xrLabel5.Dpi = 254F; this.xrLabel5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(1935F, 234F); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.xrLabel5.SizeF = new System.Drawing.SizeF(347F, 64F); this.xrLabel5.StylePriority.UseFont = false; xrSummary1.FormatString = "dd/MMM/yyyy{0}"; this.xrLabel5.Summary = xrSummary1; this.xrLabel5.Text = "xrLabel5"; // // InvDate // this.InvDate.Name = "InvDate"; this.InvDate.Type = typeof(System.DateTime); this.InvDate.Value = new System.DateTime(((long)(0))); // // xrLabel4 // this.xrLabel4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding(this.InvoiceNumber, "Text", "")}); this.xrLabel4.Dpi = 254F; this.xrLabel4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(1935F, 339F); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.xrLabel4.SizeF = new System.Drawing.SizeF(361F, 64F); this.xrLabel4.StylePriority.UseFont = false; this.xrLabel4.Text = "xrLabel4"; // // InvoiceNumber // this.InvoiceNumber.Name = "InvoiceNumber"; this.InvoiceNumber.Value = ""; // // InvoiceId // this.InvoiceId.Name = "InvoiceId"; this.InvoiceId.Type = typeof(int); this.InvoiceId.Value = 0; // // AmmountDue // this.AmmountDue.Name = "AmmountDue"; this.AmmountDue.Type = typeof(decimal); this.AmmountDue.Value = 0; // // DueAmmount // this.DueAmmount.Name = "DueAmmount"; this.DueAmmount.Type = typeof(decimal); this.DueAmmount.Value = 0; // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel1, this.xrLabel3, this.xrLabel14, this.xrLabel17, this.xrLabel12, this.xrLabel2}); this.ReportFooter.Dpi = 254F; this.ReportFooter.HeightF = 274F; this.ReportFooter.Name = "ReportFooter"; this.ReportFooter.PrintAtBottom = true; // // xrLabel1 // this.xrLabel1.Dpi = 254F; this.xrLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(1569F, 130F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.xrLabel1.SizeF = new System.Drawing.SizeF(294F, 63F); this.xrLabel1.StylePriority.UseFont = false; this.xrLabel1.Text = "Amount"; // // xrLabel3 // this.xrLabel3.Dpi = 254F; this.xrLabel3.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(1469F, 66F); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.xrLabel3.SizeF = new System.Drawing.SizeF(397F, 58F); this.xrLabel3.StylePriority.UseFont = false; this.xrLabel3.Text = "Recieved Amount"; // // xrLabel14 // this.xrLabel14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding(this.DueAmmount, "Text", "")}); this.xrLabel14.Dpi = 254F; this.xrLabel14.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel14.ForeColor = System.Drawing.Color.Maroon; this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(1900F, 133F); this.xrLabel14.Name = "xrLabel14"; this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.xrLabel14.SizeF = new System.Drawing.SizeF(346F, 64F); this.xrLabel14.StylePriority.UseFont = false; this.xrLabel14.StylePriority.UseForeColor = false; this.xrLabel14.StylePriority.UseTextAlignment = false; this.xrLabel14.Text = "xrLabel14"; this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // xrLabel17 // this.xrLabel17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding(this.TotalPaid, "Text", "")}); this.xrLabel17.Dpi = 254F; this.xrLabel17.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(1900F, 67F); this.xrLabel17.Name = "xrLabel17"; this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.xrLabel17.SizeF = new System.Drawing.SizeF(346F, 64F); this.xrLabel17.StylePriority.UseFont = false; this.xrLabel17.StylePriority.UseTextAlignment = false; this.xrLabel17.Text = "xrLabel17"; this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; // // TotalPaid // this.TotalPaid.Name = "TotalPaid"; this.TotalPaid.Type = typeof(decimal); this.TotalPaid.Value = 0; // // xrLabel12 // this.xrLabel12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding(this.GrandTotal, "Text", "")}); this.xrLabel12.Dpi = 254F; this.xrLabel12.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(1900F, 210F); this.xrLabel12.Name = "xrLabel12"; this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.xrLabel12.SizeF = new System.Drawing.SizeF(346F, 64F); this.xrLabel12.StylePriority.UseFont = false; this.xrLabel12.StylePriority.UseTextAlignment = false; this.xrLabel12.Text = "xrLabel12"; this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // xrLabel2 // this.xrLabel2.Dpi = 254F; this.xrLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(1468F, 130F); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.xrLabel2.SizeF = new System.Drawing.SizeF(100F, 63F); this.xrLabel2.StylePriority.UseFont = false; this.xrLabel2.Text = "Due"; // // xrControlStyle1 // this.xrControlStyle1.BorderColor = System.Drawing.SystemColors.Desktop; this.xrControlStyle1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrControlStyle1.Name = "xrControlStyle1"; // // dsPrintInvoice1 // this.dsPrintInvoice1.DataSetName = "DsPrintInvoice"; this.dsPrintInvoice1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // SPCode // this.SPCode.Name = "SPCode"; this.SPCode.Value = ""; // // PageFooter // this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.lblNote, this.xrPageInfo1}); this.PageFooter.Dpi = 254F; this.PageFooter.HeightF = 65.00002F; this.PageFooter.Name = "PageFooter"; this.PageFooter.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F); this.PageFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // lblNote // this.lblNote.Dpi = 254F; this.lblNote.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.lblNote.LocationFloat = new DevExpress.Utils.PointFloat(0F, 5.579924F); this.lblNote.Name = "lblNote"; this.lblNote.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.lblNote.SizeF = new System.Drawing.SizeF(1246.188F, 58.42F); this.lblNote.StylePriority.UseFont = false; this.lblNote.Text = "Cash returns are not accepted. This invoice should be submitted for any returns."; // // xrPageInfo1 // this.xrPageInfo1.Dpi = 254F; this.xrPageInfo1.Font = new System.Drawing.Font("Times New Roman", 11F); this.xrPageInfo1.Format = "Page {0} of {1}"; this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(1989F, 0F); this.xrPageInfo1.Name = "xrPageInfo1"; this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.xrPageInfo1.SizeF = new System.Drawing.SizeF(254F, 64F); this.xrPageInfo1.StylePriority.UseFont = false; // // topMarginBand1 // this.topMarginBand1.Dpi = 254F; this.topMarginBand1.HeightF = 5F; this.topMarginBand1.Name = "topMarginBand1"; // // bottomMarginBand1 // this.bottomMarginBand1.Dpi = 254F; this.bottomMarginBand1.HeightF = 5F; this.bottomMarginBand1.Name = "bottomMarginBand1"; // // XRPrintInvoice // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.PageHeader, this.ReportHeader, this.ReportFooter, this.PageFooter, this.topMarginBand1, this.bottomMarginBand1}); this.DataMember = "vw_Invoice_Detail_Sel_Report"; this.DataSource = this.dsPrintInvoice1; this.Dpi = 254F; this.Margins = new System.Drawing.Printing.Margins(5, 5, 5, 5); this.PageHeight = 2000; this.PageWidth = 2317; this.PaperKind = System.Drawing.Printing.PaperKind.Custom; this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] { this.InvoiceId, this.InvoiceNumber, this.InvDate, this.CustomerCode, this.CustomerName, this.GrandTotal, this.AmmountDue, this.PaymentType, this.DueAmmount, this.TotalPaid, this.SPCode, this.SPName}); this.ReportUnit = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter; this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] { this.xrControlStyle1}); this.Version = "11.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dsPrintInvoice1)).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 = "rp_EmployeeNotHaveHealthInsuranceNumber.resx"; this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrtstt = new DevExpress.XtraReports.UI.XRTableCell(); this.xrtmanhanvien = new DevExpress.XtraReports.UI.XRTableCell(); this.xrthoten = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_ngaysinh = new DevExpress.XtraReports.UI.XRTableCell(); this.xrtgioitinh = new DevExpress.XtraReports.UI.XRTableCell(); this.xrtdiachi = new DevExpress.XtraReports.UI.XRTableCell(); this.xrtdienthoai = new DevExpress.XtraReports.UI.XRTableCell(); this.xrtngayvaocongty = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_trinhdo = new DevExpress.XtraReports.UI.XRTableCell(); this.xrtchucvu = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrDepartmentName = new DevExpress.XtraReports.UI.XRTableCell(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrLogo = new DevExpress.XtraReports.UI.XRPictureBox(); this.xrl_TitleBC = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_NgayBaoCao = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_TenCongTy = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); 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.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.xrl_ten1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_ten2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_ten3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrtngayketxuat = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_footer1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_footer3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_footer2 = new DevExpress.XtraReports.UI.XRLabel(); this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2 }); this.Detail.HeightF = 25.41666F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; this.Detail.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.Detail_BeforePrint); // // xrTable2 // this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable2.Font = new System.Drawing.Font("Times New Roman", 9.75F); this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0.001144409F, 0F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2 }); this.xrTable2.SizeF = new System.Drawing.SizeF(1082.999F, 25.41666F); this.xrTable2.StylePriority.UseBorders = false; this.xrTable2.StylePriority.UseFont = false; this.xrTable2.StylePriority.UsePadding = false; this.xrTable2.StylePriority.UseTextAlignment = false; this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrtstt, this.xrtmanhanvien, this.xrthoten, this.xrt_ngaysinh, this.xrtgioitinh, this.xrtdiachi, this.xrtdienthoai, this.xrtngayvaocongty, this.xrt_trinhdo, this.xrtchucvu }); this.xrTableRow2.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.StylePriority.UseFont = false; this.xrTableRow2.StylePriority.UseTextAlignment = false; this.xrTableRow2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; this.xrTableRow2.Weight = 1D; // // xrtstt // this.xrtstt.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrtstt.Name = "xrtstt"; this.xrtstt.StylePriority.UseFont = false; this.xrtstt.StylePriority.UseTextAlignment = false; this.xrtstt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrtstt.Weight = 0.35416665980020634D; // // xrtmanhanvien // this.xrtmanhanvien.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrtmanhanvien.Name = "xrtmanhanvien"; this.xrtmanhanvien.StylePriority.UseFont = false; this.xrtmanhanvien.StylePriority.UseTextAlignment = false; this.xrtmanhanvien.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrtmanhanvien.Weight = 0.90000039676117249D; // // xrthoten // this.xrthoten.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrthoten.Name = "xrthoten"; this.xrthoten.StylePriority.UseFont = false; this.xrthoten.StylePriority.UseTextAlignment = false; this.xrthoten.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrthoten.Weight = 1.3000004911796745D; // // xrt_ngaysinh // this.xrt_ngaysinh.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrt_ngaysinh.Name = "xrt_ngaysinh"; this.xrt_ngaysinh.StylePriority.UseFont = false; this.xrt_ngaysinh.StylePriority.UseTextAlignment = false; this.xrt_ngaysinh.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_ngaysinh.Weight = 0.88332326601731936D; // // xrtgioitinh // this.xrtgioitinh.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrtgioitinh.Name = "xrtgioitinh"; this.xrtgioitinh.StylePriority.UseFont = false; this.xrtgioitinh.StylePriority.UseTextAlignment = false; this.xrtgioitinh.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrtgioitinh.Weight = 0.6385508098189483D; // // xrtdiachi // this.xrtdiachi.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrtdiachi.Name = "xrtdiachi"; this.xrtdiachi.StylePriority.UseFont = false; this.xrtdiachi.StylePriority.UseTextAlignment = false; this.xrtdiachi.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrtdiachi.Weight = 1.8341132432149279D; // // xrtdienthoai // this.xrtdienthoai.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrtdienthoai.Name = "xrtdienthoai"; this.xrtdienthoai.StylePriority.UseFont = false; this.xrtdienthoai.StylePriority.UseTextAlignment = false; this.xrtdienthoai.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrtdienthoai.Weight = 1.0397113824010129D; // // xrtngayvaocongty // this.xrtngayvaocongty.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrtngayvaocongty.Name = "xrtngayvaocongty"; this.xrtngayvaocongty.StylePriority.UseFont = false; this.xrtngayvaocongty.StylePriority.UseTextAlignment = false; this.xrtngayvaocongty.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrtngayvaocongty.Weight = 1.1761104498251884D; // // xrt_trinhdo // this.xrt_trinhdo.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrt_trinhdo.Name = "xrt_trinhdo"; this.xrt_trinhdo.StylePriority.UseFont = false; this.xrt_trinhdo.StylePriority.UseTextAlignment = false; this.xrt_trinhdo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrt_trinhdo.Weight = 1.275410592984175D; // // xrtchucvu // this.xrtchucvu.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrtchucvu.Name = "xrtchucvu"; this.xrtchucvu.StylePriority.UseFont = false; this.xrtchucvu.StylePriority.UseTextAlignment = false; this.xrtchucvu.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrtchucvu.Weight = 1.4286072963765166D; // // xrTable3 // this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable3.Font = new System.Drawing.Font("Times New Roman", 9.75F); this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable3.Name = "xrTable3"; this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow3 }); this.xrTable3.SizeF = new System.Drawing.SizeF(1082.999F, 25.41666F); this.xrTable3.StylePriority.UseBorders = false; this.xrTable3.StylePriority.UseFont = false; this.xrTable3.StylePriority.UsePadding = false; this.xrTable3.StylePriority.UseTextAlignment = false; this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow3 // this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrDepartmentName }); this.xrTableRow3.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrTableRow3.Name = "xrTableRow3"; this.xrTableRow3.StylePriority.UseFont = false; this.xrTableRow3.StylePriority.UseTextAlignment = false; this.xrTableRow3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; this.xrTableRow3.Weight = 1D; // // xrDepartmentName // this.xrDepartmentName.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrDepartmentName.Name = "xrDepartmentName"; this.xrDepartmentName.Padding = new DevExpress.XtraPrinting.PaddingInfo(10, 3, 3, 3, 100F); this.xrDepartmentName.StylePriority.UseFont = false; this.xrDepartmentName.StylePriority.UsePadding = false; this.xrDepartmentName.StylePriority.UseTextAlignment = false; this.xrDepartmentName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrDepartmentName.Weight = 10.829994588379142D; this.xrDepartmentName.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.Group_BeforePrint); // // TopMargin // this.TopMargin.HeightF = 50F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.HeightF = 48F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLogo, this.xrl_TitleBC, this.xrl_NgayBaoCao, this.xrl_TenCongTy }); this.ReportHeader.HeightF = 257F; this.ReportHeader.Name = "ReportHeader"; // // xrLogo // this.xrLogo.LocationFloat = new DevExpress.Utils.PointFloat(53.25F, 7.708343F); this.xrLogo.Name = "xrLogo"; this.xrLogo.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 1, 1, 1, 100F); this.xrLogo.SizeF = new System.Drawing.SizeF(110F, 110F); this.xrLogo.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; this.xrLogo.StylePriority.UsePadding = false; // // xrl_TitleBC // this.xrl_TitleBC.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_TitleBC.LocationFloat = new DevExpress.Utils.PointFloat(0F, 181.6667F); this.xrl_TitleBC.Name = "xrl_TitleBC"; this.xrl_TitleBC.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_TitleBC.SizeF = new System.Drawing.SizeF(1083F, 23F); this.xrl_TitleBC.StylePriority.UseFont = false; this.xrl_TitleBC.StylePriority.UseTextAlignment = false; this.xrl_TitleBC.Text = "BÁO CÁO DANH SÁCH CÁN BỘ CHƯA CÓ THẺ BHYT"; this.xrl_TitleBC.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_NgayBaoCao // this.xrl_NgayBaoCao.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Italic); this.xrl_NgayBaoCao.LocationFloat = new DevExpress.Utils.PointFloat(0F, 206.6666F); this.xrl_NgayBaoCao.Name = "xrl_NgayBaoCao"; this.xrl_NgayBaoCao.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_NgayBaoCao.SizeF = new System.Drawing.SizeF(1083F, 23F); this.xrl_NgayBaoCao.StylePriority.UseFont = false; this.xrl_NgayBaoCao.StylePriority.UseTextAlignment = false; this.xrl_NgayBaoCao.Text = "Từ ngày 14/3/2013 đến ngày 14/3/2013"; this.xrl_NgayBaoCao.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_TenCongTy // this.xrl_TenCongTy.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_TenCongTy.LocationFloat = new DevExpress.Utils.PointFloat(0F, 117.7083F); this.xrl_TenCongTy.Name = "xrl_TenCongTy"; this.xrl_TenCongTy.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 2, 0, 0, 100F); this.xrl_TenCongTy.SizeF = new System.Drawing.SizeF(518.7501F, 22.99999F); this.xrl_TenCongTy.StylePriority.UseFont = false; this.xrl_TenCongTy.StylePriority.UsePadding = false; this.xrl_TenCongTy.StylePriority.UseTextAlignment = false; this.xrl_TenCongTy.Text = "CÔNG TY TNHH THƯƠNG MẠI VÀ XÂY DỰNG TRUNG CHÍNH"; this.xrl_TenCongTy.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1 }); this.PageHeader.HeightF = 38.49998F; this.PageHeader.Name = "PageHeader"; // // xrTable1 // this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(3.973643E-05F, 0F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1 }); this.xrTable1.SizeF = new System.Drawing.SizeF(1083F, 38.49998F); this.xrTable1.StylePriority.UseBorders = false; this.xrTable1.StylePriority.UseTextAlignment = false; this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell1, this.xrTableCell2, this.xrTableCell4, this.xrTableCell3, this.xrTableCell5, this.xrTableCell6, this.xrTableCell7, this.xrTableCell8, this.xrTableCell12, this.xrTableCell15 }); this.xrTableRow1.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.StylePriority.UseFont = false; this.xrTableRow1.StylePriority.UseTextAlignment = false; this.xrTableRow1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; this.xrTableRow1.Weight = 1D; // // xrTableCell1 // this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.StylePriority.UseTextAlignment = false; this.xrTableCell1.Text = "STT"; this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell1.Weight = 0.35416665980020634D; // // xrTableCell2 // this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.StylePriority.UseTextAlignment = false; this.xrTableCell2.Text = "Mã nhân viên"; this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell2.Weight = 0.89999957485785176D; // // xrTableCell4 // this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.StylePriority.UseTextAlignment = false; this.xrTableCell4.Text = "Họ tên"; this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell4.Weight = 1.2999993544018953D; // // xrTableCell3 // this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.StylePriority.UseTextAlignment = false; this.xrTableCell3.Text = "Ngày sinh"; this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell3.Weight = 0.88333339515210119D; // // xrTableCell5 // this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.StylePriority.UseTextAlignment = false; this.xrTableCell5.Text = "Giới tính"; this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell5.Weight = 0.63854192110093955D; // // xrTableCell6 // this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.StylePriority.UseTextAlignment = false; this.xrTableCell6.Text = "Địa chỉ"; this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell6.Weight = 1.8341155871109893D; // // xrTableCell7 // this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.StylePriority.UseTextAlignment = false; this.xrTableCell7.Text = "Điện thoại"; this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell7.Weight = 1.039712475172728D; // // xrTableCell8 // this.xrTableCell8.Name = "xrTableCell8"; this.xrTableCell8.StylePriority.UseTextAlignment = false; this.xrTableCell8.Text = "Ngày vào công ty"; this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell8.Weight = 1.1761077314217387D; // // xrTableCell12 // this.xrTableCell12.Name = "xrTableCell12"; this.xrTableCell12.StylePriority.UseTextAlignment = false; this.xrTableCell12.Text = "Trình độ"; this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell12.Weight = 1.275410592984175D; // // xrTableCell15 // this.xrTableCell15.Name = "xrTableCell15"; this.xrTableCell15.StylePriority.UseTextAlignment = false; this.xrTableCell15.Text = "Chức vụ"; this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell15.Weight = 1.4286072963765166D; // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrl_ten1, this.xrl_ten2, this.xrl_ten3, this.xrtngayketxuat, this.xrl_footer1, this.xrl_footer3, this.xrl_footer2 }); this.ReportFooter.HeightF = 194F; this.ReportFooter.Name = "ReportFooter"; // // xrl_ten1 // this.xrl_ten1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_ten1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 148.5416F); this.xrl_ten1.Name = "xrl_ten1"; this.xrl_ten1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_ten1.SizeF = new System.Drawing.SizeF(302.1819F, 23F); this.xrl_ten1.StylePriority.UseFont = false; this.xrl_ten1.StylePriority.UseTextAlignment = false; this.xrl_ten1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_ten2 // this.xrl_ten2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_ten2.LocationFloat = new DevExpress.Utils.PointFloat(374.9999F, 148.5416F); this.xrl_ten2.Name = "xrl_ten2"; this.xrl_ten2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_ten2.SizeF = new System.Drawing.SizeF(302.1819F, 23F); this.xrl_ten2.StylePriority.UseFont = false; this.xrl_ten2.StylePriority.UseTextAlignment = false; this.xrl_ten2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_ten3 // this.xrl_ten3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_ten3.LocationFloat = new DevExpress.Utils.PointFloat(770.8332F, 148.5416F); this.xrl_ten3.Name = "xrl_ten3"; this.xrl_ten3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_ten3.SizeF = new System.Drawing.SizeF(294.4176F, 23F); this.xrl_ten3.StylePriority.UseFont = false; this.xrl_ten3.StylePriority.UseTextAlignment = false; this.xrl_ten3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrtngayketxuat // this.xrtngayketxuat.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Italic); this.xrtngayketxuat.LocationFloat = new DevExpress.Utils.PointFloat(748.9582F, 22.49998F); this.xrtngayketxuat.Name = "xrtngayketxuat"; this.xrtngayketxuat.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrtngayketxuat.SizeF = new System.Drawing.SizeF(334.0406F, 23F); this.xrtngayketxuat.StylePriority.UseFont = false; this.xrtngayketxuat.StylePriority.UseTextAlignment = false; this.xrtngayketxuat.Text = "{0}, ngày {1} tháng {2} năm {3}"; this.xrtngayketxuat.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_footer1 // this.xrl_footer1.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_footer1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 47.49997F); this.xrl_footer1.Name = "xrl_footer1"; this.xrl_footer1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_footer1.SizeF = new System.Drawing.SizeF(304.1828F, 23F); this.xrl_footer1.StylePriority.UseFont = false; this.xrl_footer1.StylePriority.UseTextAlignment = false; this.xrl_footer1.Text = "NGƯỜI LẬP"; this.xrl_footer1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_footer3 // this.xrl_footer3.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_footer3.LocationFloat = new DevExpress.Utils.PointFloat(770.8332F, 47.49997F); this.xrl_footer3.Name = "xrl_footer3"; this.xrl_footer3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_footer3.SizeF = new System.Drawing.SizeF(295.4991F, 23F); this.xrl_footer3.StylePriority.UseFont = false; this.xrl_footer3.StylePriority.UseTextAlignment = false; this.xrl_footer3.Text = "TỔNG GIÁM ĐỐC"; this.xrl_footer3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_footer2 // this.xrl_footer2.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_footer2.LocationFloat = new DevExpress.Utils.PointFloat(374.9999F, 47.49997F); this.xrl_footer2.Name = "xrl_footer2"; this.xrl_footer2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_footer2.SizeF = new System.Drawing.SizeF(304.1828F, 23F); this.xrl_footer2.StylePriority.UseFont = false; this.xrl_footer2.StylePriority.UseTextAlignment = false; this.xrl_footer2.Text = "PHÒNG HCNS"; this.xrl_footer2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable3 }); this.GroupHeader1.HeightF = 25.41666F; this.GroupHeader1.Name = "GroupHeader1"; // // PageFooter // this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPageInfo1 }); this.PageFooter.HeightF = 100F; this.PageFooter.Name = "PageFooter"; // // xrPageInfo1 // this.xrPageInfo1.Font = new System.Drawing.Font("Times New Roman", 11F); this.xrPageInfo1.Format = "Trang {0} của {1}"; this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(959.9583F, 76.99998F); this.xrPageInfo1.Name = "xrPageInfo1"; this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrPageInfo1.SizeF = new System.Drawing.SizeF(126.0417F, 23.00001F); this.xrPageInfo1.StylePriority.UseFont = false; this.xrPageInfo1.StylePriority.UseTextAlignment = false; this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; // // rp_EmployeeNotHaveHealthInsuranceNumber // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader, this.PageHeader, this.ReportFooter, this.GroupHeader1, this.PageFooter }); this.Landscape = true; this.Margins = new System.Drawing.Printing.Margins(7, 7, 50, 48); this.PageHeight = 850; this.PageWidth = 1100; this.Version = "15.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).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 = "rp_BaoCaoChiPhiTheoNhanVien.resx"; this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.xrl_TenCongTy = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_TenThanhPho = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_TitleBC = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_NgayBC = new DevExpress.XtraReports.UI.XRLabel(); this.xrTable10 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrt_tenphong = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell29 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrt_stt = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_manhanvien = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_hovaten = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_mucdongbhxh = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_luongcoban = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_tongphucap = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_chiphikhenthuong = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_chiphiphucloi = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_chiphituyendung = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_chiphidaotao = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_tongchiphi = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell47 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrl_footer3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_footer2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_footer1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrtngayketxuat = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_ten1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_ten2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_ten3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); ((System.ComponentModel.ISupportInitialize)(this.xrTable10)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable3 }); this.Detail.HeightF = 25F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // TopMargin // this.TopMargin.HeightF = 50F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1, this.xrTable10 }); this.PageHeader.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.PageHeader.HeightF = 70F; this.PageHeader.Name = "PageHeader"; this.PageHeader.StylePriority.UseFont = false; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrl_NgayBC, this.xrl_TitleBC, this.xrl_TenThanhPho, this.xrl_TenCongTy }); this.ReportHeader.HeightF = 120F; this.ReportHeader.Name = "ReportHeader"; // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2 }); this.GroupHeader1.HeightF = 25F; this.GroupHeader1.Name = "GroupHeader1"; // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrl_ten1, this.xrl_ten2, this.xrl_ten3, this.xrtngayketxuat, this.xrl_footer3, this.xrl_footer2, this.xrl_footer1 }); this.ReportFooter.HeightF = 181F; this.ReportFooter.Name = "ReportFooter"; // // PageFooter // this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPageInfo1 }); this.PageFooter.Name = "PageFooter"; // // xrl_TenCongTy // this.xrl_TenCongTy.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_TenCongTy.LocationFloat = new DevExpress.Utils.PointFloat(0F, 26.04167F); this.xrl_TenCongTy.Name = "xrl_TenCongTy"; this.xrl_TenCongTy.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_TenCongTy.SizeF = new System.Drawing.SizeF(486.3751F, 23F); this.xrl_TenCongTy.StylePriority.UseFont = false; this.xrl_TenCongTy.StylePriority.UseTextAlignment = false; this.xrl_TenCongTy.Text = "CÔNG TY CỔ PHẦN CÔNG NGHỆ DTH VÀ GIẢI PHÁP SỐ"; this.xrl_TenCongTy.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_TenThanhPho // this.xrl_TenThanhPho.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrl_TenThanhPho.LocationFloat = new DevExpress.Utils.PointFloat(0F, 1.041667F); this.xrl_TenThanhPho.Name = "xrl_TenThanhPho"; this.xrl_TenThanhPho.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_TenThanhPho.SizeF = new System.Drawing.SizeF(486.3751F, 23F); this.xrl_TenThanhPho.StylePriority.UseFont = false; this.xrl_TenThanhPho.StylePriority.UseTextAlignment = false; this.xrl_TenThanhPho.Text = "THÀNH PHỐ HÀ NỘI"; this.xrl_TenThanhPho.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_TitleBC // this.xrl_TitleBC.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_TitleBC.LocationFloat = new DevExpress.Utils.PointFloat(0F, 67.00001F); this.xrl_TitleBC.Name = "xrl_TitleBC"; this.xrl_TitleBC.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_TitleBC.SizeF = new System.Drawing.SizeF(1119F, 23F); this.xrl_TitleBC.StylePriority.UseFont = false; this.xrl_TitleBC.StylePriority.UseTextAlignment = false; this.xrl_TitleBC.Text = "BÁO CÁO CHI PHÍ THEO NHÂN VIÊN"; this.xrl_TitleBC.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_NgayBC // this.xrl_NgayBC.Font = new System.Drawing.Font("Times New Roman", 11F); this.xrl_NgayBC.LocationFloat = new DevExpress.Utils.PointFloat(3.973643E-05F, 90.00002F); this.xrl_NgayBC.Name = "xrl_NgayBC"; this.xrl_NgayBC.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_NgayBC.SizeF = new System.Drawing.SizeF(1119F, 23F); this.xrl_NgayBC.StylePriority.UseFont = false; this.xrl_NgayBC.StylePriority.UseTextAlignment = false; this.xrl_NgayBC.Text = "Từ ngày 1/2/2013 đến ngày 28/2/2013"; this.xrl_NgayBC.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrTable10 // this.xrTable10.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable10.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrTable10.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable10.Name = "xrTable10"; this.xrTable10.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrTable10.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow10 }); this.xrTable10.SizeF = new System.Drawing.SizeF(1119F, 44.79168F); this.xrTable10.StylePriority.UseBorders = false; this.xrTable10.StylePriority.UseFont = false; this.xrTable10.StylePriority.UsePadding = false; this.xrTable10.StylePriority.UseTextAlignment = false; this.xrTable10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow10 // this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell8, this.xrTableCell4, this.xrTableCell9, this.xrTableCell10, this.xrTableCell5, this.xrTableCell11, this.xrTableCell1, this.xrTableCell6, this.xrTableCell3, this.xrTableCell7, this.xrTableCell2, this.xrt_tenphong }); this.xrTableRow10.Name = "xrTableRow10"; this.xrTableRow10.Weight = 1D; // // xrt_tenphong // this.xrt_tenphong.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrt_tenphong.Name = "xrt_tenphong"; this.xrt_tenphong.Padding = new DevExpress.XtraPrinting.PaddingInfo(10, 3, 3, 3, 100F); this.xrt_tenphong.StylePriority.UseFont = false; this.xrt_tenphong.StylePriority.UsePadding = false; this.xrt_tenphong.StylePriority.UseTextAlignment = false; this.xrt_tenphong.Text = "Ghi chú"; this.xrt_tenphong.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrt_tenphong.Weight = 0.7622043746236663D; // // xrTableCell1 // this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.Text = "Chi phí khen thưởng"; this.xrTableCell1.Weight = 0.99630792192192075D; // // xrTableCell3 // this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.Text = "Chi phí tuyển dụng"; this.xrTableCell3.Weight = 0.90013033694561861D; // // xrTableCell4 // this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.Text = "Mã CBNV"; this.xrTableCell4.Weight = 0.849993061974697D; // // xrTableCell5 // this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.Text = "Lương cơ bản"; this.xrTableCell5.Weight = 0.908519020242168D; // // xrTableCell6 // this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.Text = "Chi phí khác(phúc lợi...)"; this.xrTableCell6.Weight = 0.97816485271170328D; // // xrTableCell7 // this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.Text = "Chi phí đào tạo "; this.xrTableCell7.Weight = 0.8708673220904295D; // // xrTableCell8 // this.xrTableCell8.Name = "xrTableCell8"; this.xrTableCell8.Text = "STT"; this.xrTableCell8.Weight = 0.45981948294356989D; // // xrTableCell9 // this.xrTableCell9.Name = "xrTableCell9"; this.xrTableCell9.Text = "Họ và tên"; this.xrTableCell9.Weight = 0.88901039130064685D; // // xrTableCell10 // this.xrTableCell10.Name = "xrTableCell10"; this.xrTableCell10.Text = "Mức lương đóng BHXH"; this.xrTableCell10.Weight = 0.92939349468662247D; // // xrTableCell11 // this.xrTableCell11.Name = "xrTableCell11"; this.xrTableCell11.Text = "Tổng phụ cấp"; this.xrTableCell11.Weight = 0.94753670678265456D; // // xrTableCell2 // this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.Text = "Tổng chi phí"; this.xrTableCell2.Weight = 0.98655339312243806D; // // xrTable1 // this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 44.79167F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1 }); this.xrTable1.SizeF = new System.Drawing.SizeF(1119F, 25F); this.xrTable1.StylePriority.UseBorders = false; this.xrTable1.StylePriority.UseTextAlignment = false; this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell16, this.xrTableCell15, this.xrTableCell12, this.xrTableCell18, this.xrTableCell19, this.xrTableCell17, this.xrTableCell20, this.xrTableCell13, this.xrTableCell21, this.xrTableCell22, this.xrTableCell23, this.xrTableCell14 }); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 1D; // // xrTableCell12 // this.xrTableCell12.Name = "xrTableCell12"; this.xrTableCell12.Text = "3"; this.xrTableCell12.Weight = 0.25452416327009714D; // // xrTableCell13 // this.xrTableCell13.Name = "xrTableCell13"; this.xrTableCell13.Text = "8"; this.xrTableCell13.Weight = 0.27879258129867335D; // // xrTableCell14 // this.xrTableCell14.Name = "xrTableCell14"; this.xrTableCell14.Text = "12"; this.xrTableCell14.Weight = 0.2182191638520857D; // // xrTableCell15 // this.xrTableCell15.Name = "xrTableCell15"; this.xrTableCell15.Text = "2"; this.xrTableCell15.Weight = 0.24335346711906508D; // // xrTableCell16 // this.xrTableCell16.Name = "xrTableCell16"; this.xrTableCell16.Text = "1"; this.xrTableCell16.Weight = 0.13164658060726878D; // // xrTableCell17 // this.xrTableCell17.Name = "xrTableCell17"; this.xrTableCell17.Text = "6"; this.xrTableCell17.Weight = 0.27128035067564671D; // // xrTableCell18 // this.xrTableCell18.Name = "xrTableCell18"; this.xrTableCell18.Text = "4"; this.xrTableCell18.Weight = 0.26608585400192675D; // // xrTableCell19 // this.xrTableCell19.Name = "xrTableCell19"; this.xrTableCell19.Text = "5"; this.xrTableCell19.Weight = 0.26010948407342238D; // // xrTableCell20 // this.xrTableCell20.Name = "xrTableCell20"; this.xrTableCell20.Text = "7"; this.xrTableCell20.Weight = 0.2865000501262866D; // // xrTableCell21 // this.xrTableCell21.Name = "xrTableCell21"; this.xrTableCell21.Text = "9"; this.xrTableCell21.Weight = 0.25770776882171154D; // // xrTableCell22 // this.xrTableCell22.Name = "xrTableCell22"; this.xrTableCell22.Text = "10"; this.xrTableCell22.Weight = 0.24932975864002094D; // // xrTableCell23 // this.xrTableCell23.Name = "xrTableCell23"; this.xrTableCell23.Text = "11"; this.xrTableCell23.Weight = 0.28245077751379516D; // // xrTable2 // this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2 }); this.xrTable2.SizeF = new System.Drawing.SizeF(1119F, 25F); this.xrTable2.StylePriority.UseBorders = false; this.xrTable2.StylePriority.UseTextAlignment = false; this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell29 }); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Weight = 1D; // // xrTableCell29 // this.xrTableCell29.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrTableCell29.Name = "xrTableCell29"; this.xrTableCell29.Padding = new DevExpress.XtraPrinting.PaddingInfo(10, 0, 0, 0, 100F); this.xrTableCell29.StylePriority.UseFont = false; this.xrTableCell29.StylePriority.UsePadding = false; this.xrTableCell29.StylePriority.UseTextAlignment = false; this.xrTableCell29.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrTableCell29.Weight = 3D; // // xrTable3 // this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable3.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0.0001192093F, 0F); this.xrTable3.Name = "xrTable3"; this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow3 }); this.xrTable3.SizeF = new System.Drawing.SizeF(1119F, 25F); this.xrTable3.StylePriority.UseBorders = false; this.xrTable3.StylePriority.UseFont = false; this.xrTable3.StylePriority.UseTextAlignment = false; this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow3 // this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrt_stt, this.xrt_manhanvien, this.xrt_hovaten, this.xrt_mucdongbhxh, this.xrt_luongcoban, this.xrt_tongphucap, this.xrt_chiphikhenthuong, this.xrt_chiphiphucloi, this.xrt_chiphituyendung, this.xrt_chiphidaotao, this.xrt_tongchiphi, this.xrTableCell47 }); this.xrTableRow3.Name = "xrTableRow3"; this.xrTableRow3.Weight = 1D; // // xrt_stt // this.xrt_stt.Name = "xrt_stt"; this.xrt_stt.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); this.xrt_stt.StylePriority.UsePadding = false; this.xrt_stt.Weight = 0.13164658060726878D; // // xrt_manhanvien // this.xrt_manhanvien.Name = "xrt_manhanvien"; this.xrt_manhanvien.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); this.xrt_manhanvien.StylePriority.UsePadding = false; this.xrt_manhanvien.Weight = 0.24335346711906508D; // // xrt_hovaten // this.xrt_hovaten.Name = "xrt_hovaten"; this.xrt_hovaten.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); this.xrt_hovaten.StylePriority.UsePadding = false; this.xrt_hovaten.Weight = 0.25452416327009714D; // // xrt_mucdongbhxh // this.xrt_mucdongbhxh.Name = "xrt_mucdongbhxh"; this.xrt_mucdongbhxh.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); this.xrt_mucdongbhxh.StylePriority.UsePadding = false; this.xrt_mucdongbhxh.Weight = 0.26608585400192675D; // // xrt_luongcoban // this.xrt_luongcoban.Name = "xrt_luongcoban"; this.xrt_luongcoban.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); this.xrt_luongcoban.StylePriority.UsePadding = false; this.xrt_luongcoban.StylePriority.UseTextAlignment = false; this.xrt_luongcoban.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrt_luongcoban.Weight = 0.26010948407342238D; // // xrt_tongphucap // this.xrt_tongphucap.Name = "xrt_tongphucap"; this.xrt_tongphucap.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); this.xrt_tongphucap.StylePriority.UsePadding = false; this.xrt_tongphucap.StylePriority.UseTextAlignment = false; this.xrt_tongphucap.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrt_tongphucap.Weight = 0.27128035067564671D; // // xrt_chiphikhenthuong // this.xrt_chiphikhenthuong.Name = "xrt_chiphikhenthuong"; this.xrt_chiphikhenthuong.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); this.xrt_chiphikhenthuong.StylePriority.UsePadding = false; this.xrt_chiphikhenthuong.StylePriority.UseTextAlignment = false; this.xrt_chiphikhenthuong.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrt_chiphikhenthuong.Weight = 0.2865000501262866D; // // xrt_chiphiphucloi // this.xrt_chiphiphucloi.Name = "xrt_chiphiphucloi"; this.xrt_chiphiphucloi.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); this.xrt_chiphiphucloi.StylePriority.UsePadding = false; this.xrt_chiphiphucloi.StylePriority.UseTextAlignment = false; this.xrt_chiphiphucloi.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrt_chiphiphucloi.Weight = 0.27879258129867335D; // // xrt_chiphituyendung // this.xrt_chiphituyendung.Name = "xrt_chiphituyendung"; this.xrt_chiphituyendung.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); this.xrt_chiphituyendung.StylePriority.UsePadding = false; this.xrt_chiphituyendung.StylePriority.UseTextAlignment = false; this.xrt_chiphituyendung.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrt_chiphituyendung.Weight = 0.25770776882171154D; // // xrt_chiphidaotao // this.xrt_chiphidaotao.Name = "xrt_chiphidaotao"; this.xrt_chiphidaotao.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); this.xrt_chiphidaotao.StylePriority.UsePadding = false; this.xrt_chiphidaotao.StylePriority.UseTextAlignment = false; this.xrt_chiphidaotao.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrt_chiphidaotao.Weight = 0.24932975864002094D; // // xrt_tongchiphi // this.xrt_tongchiphi.Name = "xrt_tongchiphi"; this.xrt_tongchiphi.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F); this.xrt_tongchiphi.StylePriority.UsePadding = false; this.xrt_tongchiphi.StylePriority.UseTextAlignment = false; this.xrt_tongchiphi.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrt_tongchiphi.Weight = 0.28245077751379516D; // // xrTableCell47 // this.xrTableCell47.Name = "xrTableCell47"; this.xrTableCell47.Weight = 0.2182191638520857D; // // xrl_footer3 // this.xrl_footer3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_footer3.LocationFloat = new DevExpress.Utils.PointFloat(785.6671F, 63.54167F); this.xrl_footer3.Name = "xrl_footer3"; this.xrl_footer3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_footer3.SizeF = new System.Drawing.SizeF(333.3329F, 23F); this.xrl_footer3.StylePriority.UseFont = false; this.xrl_footer3.StylePriority.UseTextAlignment = false; this.xrl_footer3.Text = "Giám đốc"; this.xrl_footer3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_footer2 // this.xrl_footer2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_footer2.LocationFloat = new DevExpress.Utils.PointFloat(380.625F, 63.54167F); this.xrl_footer2.Name = "xrl_footer2"; this.xrl_footer2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_footer2.SizeF = new System.Drawing.SizeF(333.3333F, 23F); this.xrl_footer2.StylePriority.UseFont = false; this.xrl_footer2.StylePriority.UseTextAlignment = false; this.xrl_footer2.Text = "Kế toán trưởng"; this.xrl_footer2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_footer1 // this.xrl_footer1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_footer1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 63.54167F); this.xrl_footer1.Name = "xrl_footer1"; this.xrl_footer1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_footer1.SizeF = new System.Drawing.SizeF(333.3333F, 23F); this.xrl_footer1.StylePriority.UseFont = false; this.xrl_footer1.StylePriority.UseTextAlignment = false; this.xrl_footer1.Text = "Người lập biểu"; this.xrl_footer1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrtngayketxuat // this.xrtngayketxuat.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Italic); this.xrtngayketxuat.LocationFloat = new DevExpress.Utils.PointFloat(785.6671F, 38.54167F); this.xrtngayketxuat.Name = "xrtngayketxuat"; this.xrtngayketxuat.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrtngayketxuat.SizeF = new System.Drawing.SizeF(333.3329F, 23F); this.xrtngayketxuat.StylePriority.UseFont = false; this.xrtngayketxuat.StylePriority.UseTextAlignment = false; this.xrtngayketxuat.Text = "Hà Nội, ngày.......tháng.......năm......"; this.xrtngayketxuat.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_ten1 // this.xrl_ten1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_ten1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 155F); this.xrl_ten1.Name = "xrl_ten1"; this.xrl_ten1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_ten1.SizeF = new System.Drawing.SizeF(333.3333F, 23F); this.xrl_ten1.StylePriority.UseFont = false; this.xrl_ten1.StylePriority.UseTextAlignment = false; this.xrl_ten1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_ten2 // this.xrl_ten2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_ten2.LocationFloat = new DevExpress.Utils.PointFloat(380.625F, 155F); this.xrl_ten2.Name = "xrl_ten2"; this.xrl_ten2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_ten2.SizeF = new System.Drawing.SizeF(333.3333F, 23F); this.xrl_ten2.StylePriority.UseFont = false; this.xrl_ten2.StylePriority.UseTextAlignment = false; this.xrl_ten2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_ten3 // this.xrl_ten3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_ten3.LocationFloat = new DevExpress.Utils.PointFloat(785.6671F, 155F); this.xrl_ten3.Name = "xrl_ten3"; this.xrl_ten3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_ten3.SizeF = new System.Drawing.SizeF(333.3329F, 23F); this.xrl_ten3.StylePriority.UseFont = false; this.xrl_ten3.StylePriority.UseTextAlignment = false; this.xrl_ten3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrPageInfo1 // this.xrPageInfo1.Font = new System.Drawing.Font("Times New Roman", 11F); this.xrPageInfo1.Format = "Trang {0} của {1}"; this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(992.9582F, 37.5F); this.xrPageInfo1.Name = "xrPageInfo1"; this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrPageInfo1.SizeF = new System.Drawing.SizeF(126.0417F, 23.00001F); this.xrPageInfo1.StylePriority.UseFont = false; this.xrPageInfo1.StylePriority.UseTextAlignment = false; this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; // // rp_BaoCaoChiPhiTheoNhanVien // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.PageHeader, this.ReportHeader, this.GroupHeader1, this.ReportFooter, this.PageFooter }); this.Landscape = true; this.Margins = new System.Drawing.Printing.Margins(25, 25, 50, 100); this.PageHeight = 827; this.PageWidth = 1169; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Version = "10.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTable10)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).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.lbUnitPrice = new DevExpress.XtraReports.UI.XRLabel(); this.hlProductName = new E4931.XRHyperlink(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.nWindDataSet1 = new E4931.NWindDataSet(); this.productsTableAdapter = new E4931.NWindDataSetTableAdapters.ProductsTableAdapter(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.lbHeader = new DevExpress.XtraReports.UI.XRLabel(); ((System.ComponentModel.ISupportInitialize)(this.nWindDataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.lbUnitPrice, this.hlProductName }); this.Detail.HeightF = 25F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // lbUnitPrice // this.lbUnitPrice.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Products.UnitPrice", "{0:c}") }); this.lbUnitPrice.Font = new System.Drawing.Font("Times New Roman", 14F); this.lbUnitPrice.LocationFloat = new DevExpress.Utils.PointFloat(501.6667F, 0F); this.lbUnitPrice.Name = "lbUnitPrice"; this.lbUnitPrice.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.lbUnitPrice.SizeF = new System.Drawing.SizeF(138.3332F, 25F); this.lbUnitPrice.StylePriority.UseFont = false; this.lbUnitPrice.StylePriority.UseTextAlignment = false; this.lbUnitPrice.Text = "lbUnitPrice"; this.lbUnitPrice.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // hlProductName // this.hlProductName.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Products.ProductName"), new DevExpress.XtraReports.UI.XRBinding("NavigateUrl", null, "Products.ProductID", "javascript:void({0})") }); this.hlProductName.Font = new System.Drawing.Font("Times New Roman", 12F); this.hlProductName.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 0F); this.hlProductName.Name = "hlProductName"; this.hlProductName.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.hlProductName.SizeF = new System.Drawing.SizeF(491.6667F, 25F); this.hlProductName.StylePriority.UseFont = false; this.hlProductName.StylePriority.UseTextAlignment = false; this.hlProductName.Text = "hlProductName"; this.hlProductName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // TopMargin // this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // nWindDataSet1 // this.nWindDataSet1.DataSetName = "NWindDataSet"; this.nWindDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // productsTableAdapter // this.productsTableAdapter.ClearBeforeFill = true; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.lbHeader }); this.ReportHeader.Name = "ReportHeader"; // // lbHeader // this.lbHeader.Font = new System.Drawing.Font("Times New Roman", 36F); this.lbHeader.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 10.00001F); this.lbHeader.Name = "lbHeader"; this.lbHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.lbHeader.SizeF = new System.Drawing.SizeF(630F, 79.99998F); this.lbHeader.StylePriority.UseFont = false; this.lbHeader.StylePriority.UseTextAlignment = false; this.lbHeader.Text = "Sample Report"; this.lbHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // SampleReport // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader }); this.DataAdapter = this.productsTableAdapter; this.DataMember = "Products"; this.DataSource = this.nWindDataSet1; this.Version = "13.1"; ((System.ComponentModel.ISupportInitialize)(this.nWindDataSet1)).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(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.dsBaoCaoThuChiTheoNgay1 = new WebUI.Report.DsBaoCaoThuChiTheoNgay(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel5 = 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.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.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); this.DoanhThu = new DevExpress.XtraReports.UI.CalculatedField(); this.NhapHang = new DevExpress.XtraReports.UI.CalculatedField(); this.ThucThu = new DevExpress.XtraReports.UI.CalculatedField(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dsBaoCaoThuChiTheoNgay1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2 }); this.Detail.HeightF = 25F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrTable2 // this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable2.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F); this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2 }); this.xrTable2.SizeF = new System.Drawing.SizeF(750F, 25F); this.xrTable2.StylePriority.UseBorders = false; this.xrTable2.StylePriority.UseFont = false; this.xrTable2.StylePriority.UsePadding = false; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell6, this.xrTableCell7, this.xrTableCell8, this.xrTableCell9, this.xrTableCell10 }); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Weight = 11.5D; // // xrTableCell6 // this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Detail.CreatedDate") }); this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.StylePriority.UseTextAlignment = false; xrSummary1.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell6.Summary = xrSummary1; this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell6.Weight = 0.27222222900390625D; // // xrTableCell7 // this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Detail.CreatedDate", "{0:dd/MM/yyyy}") }); this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.StylePriority.UseTextAlignment = false; this.xrTableCell7.Text = "xrTableCell7"; this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell7.Weight = 0.5277777709960938D; // // xrTableCell8 // this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Detail.DoanhThu", "{0:n0}") }); this.xrTableCell8.Name = "xrTableCell8"; this.xrTableCell8.StylePriority.UseTextAlignment = false; this.xrTableCell8.Text = "xrTableCell8"; this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell8.Weight = 0.4D; // // xrTableCell9 // this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Detail.NhapHang", "{0:n0}") }); this.xrTableCell9.Name = "xrTableCell9"; this.xrTableCell9.StylePriority.UseTextAlignment = false; this.xrTableCell9.Text = "xrTableCell9"; this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell9.Weight = 0.4D; // // xrTableCell10 // this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Detail.ThucThu", "{0:n0}") }); this.xrTableCell10.Name = "xrTableCell10"; this.xrTableCell10.StylePriority.UseTextAlignment = false; this.xrTableCell10.Text = "xrTableCell10"; this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell10.Weight = 0.4D; // // TopMargin // this.TopMargin.HeightF = 48.95833F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.HeightF = 100F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // dsBaoCaoThuChiTheoNgay1 // this.dsBaoCaoThuChiTheoNgay1.DataSetName = "DsBaoCaoThuChiTheoNgay"; this.dsBaoCaoThuChiTheoNgay1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel3, this.xrLabel4, this.xrLabel6, this.xrLabel7, this.xrLabel8, this.xrLabel9, this.xrLabel5, this.xrLabel2, this.xrLabel1 }); this.ReportHeader.HeightF = 159.9792F; this.ReportHeader.Name = "ReportHeader"; // // xrLabel3 // this.xrLabel3.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "HeaderInformation.Address") }); this.xrLabel3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(142.7083F, 49.66666F); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel3.SizeF = new System.Drawing.SizeF(307.2916F, 23F); this.xrLabel3.StylePriority.UseBorders = false; this.xrLabel3.StylePriority.UseFont = false; this.xrLabel3.Text = "xrLabel2"; // // xrLabel4 // this.xrLabel4.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel4.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(50F, 49.66666F); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel4.SizeF = new System.Drawing.SizeF(92.70834F, 23F); this.xrLabel4.StylePriority.UseBorders = false; this.xrLabel4.StylePriority.UseFont = false; this.xrLabel4.StylePriority.UseTextAlignment = false; this.xrLabel4.Text = "Địa chỉ:"; this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; // // xrLabel6 // this.xrLabel6.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel6.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(173.9581F, 125.5208F); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel6.SizeF = new System.Drawing.SizeF(92.70834F, 23.00002F); this.xrLabel6.StylePriority.UseBorders = false; this.xrLabel6.StylePriority.UseFont = false; this.xrLabel6.StylePriority.UseTextAlignment = false; this.xrLabel6.Text = "Từ ngày:"; this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; // // xrLabel7 // this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "HeaderInformation.FromDate", "{0:dd/MM/yyyy}") }); this.xrLabel7.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(266.6665F, 125.5208F); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel7.SizeF = new System.Drawing.SizeF(108.3336F, 23F); this.xrLabel7.StylePriority.UseFont = false; this.xrLabel7.Text = "xrLabel7"; // // xrLabel8 // this.xrLabel8.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel8.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(375F, 125.5207F); this.xrLabel8.Name = "xrLabel8"; this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel8.SizeF = new System.Drawing.SizeF(92.70834F, 23.00002F); this.xrLabel8.StylePriority.UseBorders = false; this.xrLabel8.StylePriority.UseFont = false; this.xrLabel8.StylePriority.UseTextAlignment = false; this.xrLabel8.Text = "Đến ngày:"; this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; // // xrLabel9 // this.xrLabel9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "HeaderInformation.ToDate", "{0:dd/MM/yyyy}") }); this.xrLabel9.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(467.7083F, 125.5208F); this.xrLabel9.Name = "xrLabel9"; this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel9.SizeF = new System.Drawing.SizeF(108.3335F, 23F); this.xrLabel9.StylePriority.UseFont = false; this.xrLabel9.Text = "xrLabel2"; // // xrLabel5 // this.xrLabel5.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel5.Font = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(184.8958F, 90.02081F); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel5.SizeF = new System.Drawing.SizeF(382.2917F, 35.50002F); this.xrLabel5.StylePriority.UseBorders = false; this.xrLabel5.StylePriority.UseFont = false; this.xrLabel5.StylePriority.UseTextAlignment = false; this.xrLabel5.Text = "BÁO CÁO THU CHI "; this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel2 // this.xrLabel2.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "HeaderInformation.StoreName") }); this.xrLabel2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(142.7083F, 26.66667F); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel2.SizeF = new System.Drawing.SizeF(307.2917F, 23F); this.xrLabel2.StylePriority.UseBorders = false; this.xrLabel2.StylePriority.UseFont = false; this.xrLabel2.Text = "xrLabel2"; // // xrLabel1 // this.xrLabel1.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(50F, 26.66667F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.SizeF = new System.Drawing.SizeF(92.70834F, 23F); this.xrLabel1.StylePriority.UseBorders = false; this.xrLabel1.StylePriority.UseFont = false; this.xrLabel1.StylePriority.UseTextAlignment = false; this.xrLabel1.Text = "Cửa hàng:"; this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1 }); this.PageHeader.HeightF = 25F; this.PageHeader.Name = "PageHeader"; // // xrTable1 // this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F); this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1 }); this.xrTable1.SizeF = new System.Drawing.SizeF(750F, 25F); this.xrTable1.StylePriority.UseBorders = false; this.xrTable1.StylePriority.UseFont = false; this.xrTable1.StylePriority.UsePadding = false; this.xrTable1.StylePriority.UseTextAlignment = false; this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell1, this.xrTableCell2, this.xrTableCell3, this.xrTableCell4, this.xrTableCell5 }); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 11.5D; // // xrTableCell1 // this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.Text = "STT"; this.xrTableCell1.Weight = 0.27222222900390625D; // // xrTableCell2 // this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.Text = "Ngày"; this.xrTableCell2.Weight = 0.5277777709960938D; // // xrTableCell3 // this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.Text = "Doanh thu\t"; this.xrTableCell3.Weight = 0.4D; // // xrTableCell4 // this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.Text = "Nhập hàng"; this.xrTableCell4.Weight = 0.4D; // // xrTableCell5 // this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.Text = "Thực thu"; this.xrTableCell5.Weight = 0.4D; // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable3 }); this.ReportFooter.HeightF = 100F; this.ReportFooter.Name = "ReportFooter"; // // xrTable3 // this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable3.Name = "xrTable3"; this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F); this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow3 }); this.xrTable3.SizeF = new System.Drawing.SizeF(750.0001F, 25F); this.xrTable3.StylePriority.UseBorders = false; this.xrTable3.StylePriority.UsePadding = false; // // xrTableRow3 // this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell11, this.xrTableCell13, this.xrTableCell14, this.xrTableCell12 }); this.xrTableRow3.Name = "xrTableRow3"; this.xrTableRow3.Weight = 1D; // // xrTableCell11 // this.xrTableCell11.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrTableCell11.Name = "xrTableCell11"; this.xrTableCell11.StylePriority.UseFont = false; this.xrTableCell11.StylePriority.UseTextAlignment = false; this.xrTableCell11.Text = "Tổng cộng"; this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell11.Weight = 0.8D; // // xrTableCell13 // this.xrTableCell13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Detail.DoanhThu") }); this.xrTableCell13.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrTableCell13.Name = "xrTableCell13"; this.xrTableCell13.StylePriority.UseFont = false; this.xrTableCell13.StylePriority.UseTextAlignment = false; xrSummary2.FormatString = "{0:n0}"; xrSummary2.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell13.Summary = xrSummary2; this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell13.Weight = 0.39999999999999997D; // // xrTableCell14 // this.xrTableCell14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Detail.NhapHang") }); this.xrTableCell14.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrTableCell14.Name = "xrTableCell14"; this.xrTableCell14.StylePriority.UseFont = false; this.xrTableCell14.StylePriority.UseTextAlignment = false; xrSummary3.FormatString = "{0:n0}"; xrSummary3.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell14.Summary = xrSummary3; this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell14.Weight = 0.39999999999999997D; // // xrTableCell12 // this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Detail.ThucThu") }); this.xrTableCell12.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrTableCell12.Name = "xrTableCell12"; this.xrTableCell12.StylePriority.UseFont = false; this.xrTableCell12.StylePriority.UseTextAlignment = false; xrSummary4.FormatString = "{0:n0}"; xrSummary4.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell12.Summary = xrSummary4; this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell12.Weight = 0.40000016276041706D; // // DoanhThu // this.DoanhThu.DataMember = "Detail"; this.DoanhThu.Expression = "Iif([GrossRevenue]==0, \'-\' , [GrossRevenue] )"; this.DoanhThu.Name = "DoanhThu"; // // NhapHang // this.NhapHang.DataMember = "Detail"; this.NhapHang.Expression = "Iif([Import]==0, \'-\' ,[Import] )"; this.NhapHang.Name = "NhapHang"; // // ThucThu // this.ThucThu.DataMember = "Detail"; this.ThucThu.Expression = "Iif([GrossRevenue] - [Import]==0, \'-\' , [GrossRevenue] - [Import] )"; this.ThucThu.Name = "ThucThu"; // // BaoCaoThuChiTheoNgayXtraReport // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader, this.PageHeader, this.ReportFooter }); this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] { this.DoanhThu, this.NhapHang, this.ThucThu }); this.DataMember = "Detail"; this.DataSource = this.dsBaoCaoThuChiTheoNgay1; this.Margins = new System.Drawing.Printing.Margins(51, 49, 49, 100); this.Version = "15.2"; ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dsBaoCaoThuChiTheoNgay1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).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.components = new System.ComponentModel.Container(); DevExpress.DataAccess.Sql.SelectQuery selectQuery1 = new DevExpress.DataAccess.Sql.SelectQuery(); DevExpress.DataAccess.Sql.Column column1 = new DevExpress.DataAccess.Sql.Column(); DevExpress.DataAccess.Sql.ColumnExpression columnExpression1 = new DevExpress.DataAccess.Sql.ColumnExpression(); DevExpress.DataAccess.Sql.Table table3 = new DevExpress.DataAccess.Sql.Table(); DevExpress.DataAccess.Sql.Column column2 = new DevExpress.DataAccess.Sql.Column(); DevExpress.DataAccess.Sql.ColumnExpression columnExpression2 = new DevExpress.DataAccess.Sql.ColumnExpression(); DevExpress.DataAccess.Sql.Column column3 = new DevExpress.DataAccess.Sql.Column(); DevExpress.DataAccess.Sql.ColumnExpression columnExpression3 = new DevExpress.DataAccess.Sql.ColumnExpression(); DevExpress.DataAccess.Sql.Column column4 = new DevExpress.DataAccess.Sql.Column(); DevExpress.DataAccess.Sql.ColumnExpression columnExpression4 = new DevExpress.DataAccess.Sql.ColumnExpression(); DevExpress.DataAccess.Sql.Column column5 = new DevExpress.DataAccess.Sql.Column(); DevExpress.DataAccess.Sql.ColumnExpression columnExpression5 = new DevExpress.DataAccess.Sql.ColumnExpression(); DevExpress.DataAccess.Sql.Column column6 = new DevExpress.DataAccess.Sql.Column(); DevExpress.DataAccess.Sql.ColumnExpression columnExpression6 = new DevExpress.DataAccess.Sql.ColumnExpression(); DevExpress.DataAccess.Sql.Column column7 = new DevExpress.DataAccess.Sql.Column(); DevExpress.DataAccess.Sql.ColumnExpression columnExpression7 = new DevExpress.DataAccess.Sql.ColumnExpression(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AnimalReport)); DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary(); this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components); this.Title = new DevExpress.XtraReports.UI.XRControlStyle(); this.DetailCaption1 = new DevExpress.XtraReports.UI.XRControlStyle(); this.DetailData1 = new DevExpress.XtraReports.UI.XRControlStyle(); this.DetailData3_Odd = new DevExpress.XtraReports.UI.XRControlStyle(); this.GrandTotalCaption1 = new DevExpress.XtraReports.UI.XRControlStyle(); this.GrandTotalData1 = new DevExpress.XtraReports.UI.XRControlStyle(); this.GrandTotalBackground1 = new DevExpress.XtraReports.UI.XRControlStyle(); this.PageInfo = new DevExpress.XtraReports.UI.XRControlStyle(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.pageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); this.pageInfo2 = new DevExpress.XtraReports.UI.XRPageInfo(); this.label1 = new DevExpress.XtraReports.UI.XRLabel(); this.table1 = new DevExpress.XtraReports.UI.XRTable(); this.tableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); this.tableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.table2 = new DevExpress.XtraReports.UI.XRTable(); this.tableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.tableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); this.panel1 = new DevExpress.XtraReports.UI.XRPanel(); this.label2 = new DevExpress.XtraReports.UI.XRLabel(); this.label3 = new DevExpress.XtraReports.UI.XRLabel(); ((System.ComponentModel.ISupportInitialize)(this.table1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.table2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // sqlDataSource1 // this.sqlDataSource1.ConnectionName = "cosc3380-02-team12.mysql.database.azure.com_zoo_Connection"; this.sqlDataSource1.Name = "sqlDataSource1"; columnExpression1.ColumnName = "animal_id"; table3.Name = "animal"; columnExpression1.Table = table3; column1.Expression = columnExpression1; columnExpression2.ColumnName = "animal_name"; columnExpression2.Table = table3; column2.Expression = columnExpression2; columnExpression3.ColumnName = "species"; columnExpression3.Table = table3; column3.Expression = columnExpression3; columnExpression4.ColumnName = "health_profile"; columnExpression4.Table = table3; column4.Expression = columnExpression4; columnExpression5.ColumnName = "diet"; columnExpression5.Table = table3; column5.Expression = columnExpression5; columnExpression6.ColumnName = "exhibit"; columnExpression6.Table = table3; column6.Expression = columnExpression6; columnExpression7.ColumnName = "date"; columnExpression7.Table = table3; column7.Expression = columnExpression7; selectQuery1.Columns.Add(column1); selectQuery1.Columns.Add(column2); selectQuery1.Columns.Add(column3); selectQuery1.Columns.Add(column4); selectQuery1.Columns.Add(column5); selectQuery1.Columns.Add(column6); selectQuery1.Columns.Add(column7); selectQuery1.Name = "animal"; selectQuery1.Tables.Add(table3); this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] { selectQuery1 }); this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable"); // // Title // this.Title.BackColor = System.Drawing.Color.Transparent; this.Title.BorderColor = System.Drawing.Color.Black; this.Title.Borders = DevExpress.XtraPrinting.BorderSide.None; this.Title.BorderWidth = 1F; this.Title.Font = new System.Drawing.Font("Arial", 14.25F); this.Title.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75))))); this.Title.Name = "Title"; // // DetailCaption1 // this.DetailCaption1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75))))); this.DetailCaption1.BorderColor = System.Drawing.Color.White; this.DetailCaption1.Borders = DevExpress.XtraPrinting.BorderSide.Left; this.DetailCaption1.BorderWidth = 2F; this.DetailCaption1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold); this.DetailCaption1.ForeColor = System.Drawing.Color.White; this.DetailCaption1.Name = "DetailCaption1"; this.DetailCaption1.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F); this.DetailCaption1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // DetailData1 // this.DetailData1.BorderColor = System.Drawing.Color.Transparent; this.DetailData1.Borders = DevExpress.XtraPrinting.BorderSide.Left; this.DetailData1.BorderWidth = 2F; this.DetailData1.Font = new System.Drawing.Font("Arial", 8.25F); this.DetailData1.ForeColor = System.Drawing.Color.Black; this.DetailData1.Name = "DetailData1"; this.DetailData1.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F); this.DetailData1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // DetailData3_Odd // this.DetailData3_Odd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231))))); this.DetailData3_Odd.BorderColor = System.Drawing.Color.Transparent; this.DetailData3_Odd.Borders = DevExpress.XtraPrinting.BorderSide.None; this.DetailData3_Odd.BorderWidth = 1F; this.DetailData3_Odd.Font = new System.Drawing.Font("Arial", 8.25F); this.DetailData3_Odd.ForeColor = System.Drawing.Color.Black; this.DetailData3_Odd.Name = "DetailData3_Odd"; this.DetailData3_Odd.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F); this.DetailData3_Odd.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // GrandTotalCaption1 // this.GrandTotalCaption1.Borders = DevExpress.XtraPrinting.BorderSide.None; this.GrandTotalCaption1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold); this.GrandTotalCaption1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(147)))), ((int)(((byte)(147))))); this.GrandTotalCaption1.Name = "GrandTotalCaption1"; this.GrandTotalCaption1.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 2, 0, 0, 100F); this.GrandTotalCaption1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // GrandTotalData1 // this.GrandTotalData1.Borders = DevExpress.XtraPrinting.BorderSide.None; this.GrandTotalData1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold); this.GrandTotalData1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75))))); this.GrandTotalData1.Name = "GrandTotalData1"; this.GrandTotalData1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 6, 0, 0, 100F); this.GrandTotalData1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // GrandTotalBackground1 // this.GrandTotalBackground1.BackColor = System.Drawing.Color.White; this.GrandTotalBackground1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75))))); this.GrandTotalBackground1.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.GrandTotalBackground1.BorderWidth = 2F; this.GrandTotalBackground1.Name = "GrandTotalBackground1"; // // PageInfo // this.PageInfo.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold); this.PageInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75))))); this.PageInfo.Name = "PageInfo"; this.PageInfo.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); // // TopMargin // this.TopMargin.Name = "TopMargin"; // // BottomMargin // this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.pageInfo1, this.pageInfo2 }); this.BottomMargin.Name = "BottomMargin"; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.label1 }); this.ReportHeader.HeightF = 60F; this.ReportHeader.Name = "ReportHeader"; // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.table1 }); this.GroupHeader1.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail; this.GroupHeader1.HeightF = 28F; this.GroupHeader1.Name = "GroupHeader1"; // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.table2 }); this.Detail.HeightF = 25F; this.Detail.Name = "Detail"; // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.panel1 }); this.ReportFooter.HeightF = 49.38444F; this.ReportFooter.Name = "ReportFooter"; // // pageInfo1 // this.pageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(5F, 5F); this.pageInfo1.Name = "pageInfo1"; this.pageInfo1.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime; this.pageInfo1.SizeF = new System.Drawing.SizeF(315F, 23F); this.pageInfo1.StyleName = "PageInfo"; // // pageInfo2 // this.pageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(330F, 5F); this.pageInfo2.Name = "pageInfo2"; this.pageInfo2.SizeF = new System.Drawing.SizeF(315F, 23F); this.pageInfo2.StyleName = "PageInfo"; this.pageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; this.pageInfo2.TextFormatString = "Page {0} of {1}"; // // label1 // this.label1.LocationFloat = new DevExpress.Utils.PointFloat(5F, 5F); this.label1.Name = "label1"; this.label1.SizeF = new System.Drawing.SizeF(640F, 24.19433F); this.label1.StyleName = "Title"; this.label1.Text = "Animal Report"; // // table1 // this.table1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.table1.Name = "table1"; this.table1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.tableRow1 }); this.table1.SizeF = new System.Drawing.SizeF(650F, 28F); // // tableRow1 // this.tableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.tableCell1, this.tableCell2, this.tableCell3, this.tableCell4, this.tableCell5, this.tableCell6, this.tableCell7 }); this.tableRow1.Name = "tableRow1"; this.tableRow1.Weight = 1D; // // tableCell1 // this.tableCell1.Borders = DevExpress.XtraPrinting.BorderSide.None; this.tableCell1.Name = "tableCell1"; this.tableCell1.StyleName = "DetailCaption1"; this.tableCell1.StylePriority.UseBorders = false; this.tableCell1.StylePriority.UseTextAlignment = false; this.tableCell1.Text = "animal id"; this.tableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.tableCell1.Weight = 0.11479719708986173D; // // tableCell2 // this.tableCell2.Name = "tableCell2"; this.tableCell2.StyleName = "DetailCaption1"; this.tableCell2.Text = "animal name"; this.tableCell2.Weight = 0.18575206971779992D; // // tableCell3 // this.tableCell3.Name = "tableCell3"; this.tableCell3.StyleName = "DetailCaption1"; this.tableCell3.StylePriority.UseTextAlignment = false; this.tableCell3.Text = "species"; this.tableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.tableCell3.Weight = 0.11042685755141157D; // // tableCell4 // this.tableCell4.Name = "tableCell4"; this.tableCell4.StyleName = "DetailCaption1"; this.tableCell4.StylePriority.UseTextAlignment = false; this.tableCell4.Text = "health profile"; this.tableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.tableCell4.Weight = 0.14827919897195696D; // // tableCell5 // this.tableCell5.Name = "tableCell5"; this.tableCell5.StyleName = "DetailCaption1"; this.tableCell5.StylePriority.UseTextAlignment = false; this.tableCell5.Text = "diet"; this.tableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.tableCell5.Weight = 0.11685753025152586D; // // tableCell6 // this.tableCell6.Name = "tableCell6"; this.tableCell6.StyleName = "DetailCaption1"; this.tableCell6.StylePriority.UseTextAlignment = false; this.tableCell6.Text = "exhibit"; this.tableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.tableCell6.Weight = 0.11083740174184228D; // // tableCell7 // this.tableCell7.Name = "tableCell7"; this.tableCell7.StyleName = "DetailCaption1"; this.tableCell7.Text = "date"; this.tableCell7.Weight = 0.21304979162572185D; // // table2 // this.table2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.table2.Name = "table2"; this.table2.OddStyleName = "DetailData3_Odd"; this.table2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.tableRow2 }); this.table2.SizeF = new System.Drawing.SizeF(650F, 25F); // // tableRow2 // this.tableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.tableCell8, this.tableCell9, this.tableCell10, this.tableCell11, this.tableCell12, this.tableCell13, this.tableCell14 }); this.tableRow2.Name = "tableRow2"; this.tableRow2.Weight = 11.5D; // // tableCell8 // this.tableCell8.Borders = DevExpress.XtraPrinting.BorderSide.None; this.tableCell8.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[animal_id]") }); this.tableCell8.Name = "tableCell8"; this.tableCell8.StyleName = "DetailData1"; this.tableCell8.StylePriority.UseBorders = false; this.tableCell8.StylePriority.UseTextAlignment = false; this.tableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.tableCell8.Weight = 0.11479718838452903D; // // tableCell9 // this.tableCell9.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[animal_name]") }); this.tableCell9.Name = "tableCell9"; this.tableCell9.StyleName = "DetailData1"; this.tableCell9.Weight = 0.18575203577677421D; // // tableCell10 // this.tableCell10.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[species]") }); this.tableCell10.Name = "tableCell10"; this.tableCell10.StyleName = "DetailData1"; this.tableCell10.StylePriority.UseTextAlignment = false; this.tableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.tableCell10.Weight = 0.11042684777013265D; // // tableCell11 // this.tableCell11.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[health_profile]") }); this.tableCell11.Name = "tableCell11"; this.tableCell11.StyleName = "DetailData1"; this.tableCell11.StylePriority.UseTextAlignment = false; this.tableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.tableCell11.Weight = 0.14827917422533843D; // // tableCell12 // this.tableCell12.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[diet]") }); this.tableCell12.Name = "tableCell12"; this.tableCell12.StyleName = "DetailData1"; this.tableCell12.StylePriority.UseTextAlignment = false; this.tableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.tableCell12.Weight = 0.11685757465851551D; // // tableCell13 // this.tableCell13.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[exhibit]") }); this.tableCell13.Name = "tableCell13"; this.tableCell13.StyleName = "DetailData1"; this.tableCell13.StylePriority.UseTextAlignment = false; this.tableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.tableCell13.Weight = 0.11083735576982352D; // // tableCell14 // this.tableCell14.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[date]") }); this.tableCell14.Name = "tableCell14"; this.tableCell14.StyleName = "DetailData1"; this.tableCell14.Weight = 0.21304979407106159D; // // panel1 // this.panel1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.label2, this.label3 }); this.panel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.panel1.Name = "panel1"; this.panel1.SizeF = new System.Drawing.SizeF(650F, 49.38444F); this.panel1.StyleName = "GrandTotalBackground1"; // // label2 // this.label2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 11.50004F); this.label2.Name = "label2"; this.label2.SizeF = new System.Drawing.SizeF(127.9515F, 14.88444F); this.label2.StyleName = "GrandTotalCaption1"; this.label2.Text = "Number of Animals: "; // // label3 // this.label3.CanGrow = false; this.label3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "sumCount([animal_id])") }); this.label3.LocationFloat = new DevExpress.Utils.PointFloat(127.9515F, 11.50004F); this.label3.Name = "label3"; this.label3.SizeF = new System.Drawing.SizeF(84.21513F, 14.88444F); this.label3.StyleName = "GrandTotalData1"; this.label3.StylePriority.UseTextAlignment = false; xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.label3.Summary = xrSummary1; this.label3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.label3.WordWrap = false; // // AnimalReport // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.TopMargin, this.BottomMargin, this.ReportHeader, this.GroupHeader1, this.Detail, this.ReportFooter }); this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] { this.sqlDataSource1 }); this.DataMember = "animal"; this.DataSource = this.sqlDataSource1; this.Font = new System.Drawing.Font("Arial", 9.75F); this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] { this.Title, this.DetailCaption1, this.DetailData1, this.DetailData3_Odd, this.GrandTotalCaption1, this.GrandTotalData1, this.GrandTotalBackground1, this.PageInfo }); this.Version = "18.2"; ((System.ComponentModel.ISupportInitialize)(this.table1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.table2)).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 = "rp_DanhSachNhanVienCoMatTrongNgay.resx"; this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrt_stt = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_macanbonv = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_hovaten = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_chucvu = new DevExpress.XtraReports.UI.XRTableCell(); this.xrtViTriCongViec = new DevExpress.XtraReports.UI.XRTableCell(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrl_NgayChon = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_TitleBC = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_TenCongTy = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_TenThanhPho = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.xrl_ten3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_ten1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_footer1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_footer3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrtngayketxuat = new DevExpress.XtraReports.UI.XRLabel(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); this.grpBoPhan = new DevExpress.XtraReports.UI.XRTableCell(); this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrtMaCa = new DevExpress.XtraReports.UI.XRTableCell(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2 }); this.Detail.HeightF = 25F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrTable2 // this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable2.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(3.973643E-05F, 0F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2 }); this.xrTable2.SizeF = new System.Drawing.SizeF(794.875F, 25F); this.xrTable2.StylePriority.UseBorders = false; this.xrTable2.StylePriority.UseFont = false; this.xrTable2.StylePriority.UseTextAlignment = false; this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrt_stt, this.xrt_macanbonv, this.xrt_hovaten, this.xrtMaCa, this.xrt_chucvu, this.xrtViTriCongViec }); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Weight = 1D; // // xrt_stt // this.xrt_stt.Name = "xrt_stt"; this.xrt_stt.Weight = 0.1990914269997677D; this.xrt_stt.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.Detail_BeforePrint); // // xrt_macanbonv // this.xrt_macanbonv.Name = "xrt_macanbonv"; this.xrt_macanbonv.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrt_macanbonv.StylePriority.UsePadding = false; this.xrt_macanbonv.StylePriority.UseTextAlignment = false; this.xrt_macanbonv.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrt_macanbonv.Weight = 0.41838984235719318D; // // xrt_hovaten // this.xrt_hovaten.Name = "xrt_hovaten"; this.xrt_hovaten.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrt_hovaten.StylePriority.UsePadding = false; this.xrt_hovaten.StylePriority.UseTextAlignment = false; this.xrt_hovaten.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrt_hovaten.Weight = 0.66055746517764324D; // // xrt_chucvu // this.xrt_chucvu.Name = "xrt_chucvu"; this.xrt_chucvu.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrt_chucvu.StylePriority.UsePadding = false; this.xrt_chucvu.StylePriority.UseTextAlignment = false; this.xrt_chucvu.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrt_chucvu.Weight = 0.59790128388780406D; // // xrtViTriCongViec // this.xrtViTriCongViec.Name = "xrtViTriCongViec"; this.xrtViTriCongViec.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrtViTriCongViec.StylePriority.UsePadding = false; this.xrtViTriCongViec.StylePriority.UseTextAlignment = false; this.xrtViTriCongViec.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrtViTriCongViec.Weight = 0.80811454155459339D; // // TopMargin // this.TopMargin.HeightF = 49F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.HeightF = 0F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrl_NgayChon, this.xrl_TitleBC, this.xrl_TenCongTy, this.xrl_TenThanhPho }); this.ReportHeader.HeightF = 110F; this.ReportHeader.Name = "ReportHeader"; // // xrl_NgayChon // this.xrl_NgayChon.Font = new System.Drawing.Font("Times New Roman", 11F); this.xrl_NgayChon.LocationFloat = new DevExpress.Utils.PointFloat(1.081292F, 86.99998F); this.xrl_NgayChon.Name = "xrl_NgayChon"; this.xrl_NgayChon.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_NgayChon.SizeF = new System.Drawing.SizeF(793.7937F, 23F); this.xrl_NgayChon.StylePriority.UseFont = false; this.xrl_NgayChon.StylePriority.UseTextAlignment = false; this.xrl_NgayChon.Text = "Ngày 31/10/2013"; this.xrl_NgayChon.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_TitleBC // this.xrl_TitleBC.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_TitleBC.LocationFloat = new DevExpress.Utils.PointFloat(0F, 62.5F); this.xrl_TitleBC.Name = "xrl_TitleBC"; this.xrl_TitleBC.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_TitleBC.SizeF = new System.Drawing.SizeF(794.875F, 23F); this.xrl_TitleBC.StylePriority.UseFont = false; this.xrl_TitleBC.StylePriority.UseTextAlignment = false; this.xrl_TitleBC.Text = "DANH SÁCH NHÂN VIÊN CÓ MẶT TRONG NGÀY"; this.xrl_TitleBC.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_TenCongTy // this.xrl_TenCongTy.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_TenCongTy.LocationFloat = new DevExpress.Utils.PointFloat(0F, 25F); this.xrl_TenCongTy.Name = "xrl_TenCongTy"; this.xrl_TenCongTy.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_TenCongTy.SizeF = new System.Drawing.SizeF(436.4586F, 23F); this.xrl_TenCongTy.StylePriority.UseFont = false; this.xrl_TenCongTy.StylePriority.UseTextAlignment = false; this.xrl_TenCongTy.Text = "CÔNG TY CỔ PHẦN CÔNG NGHỆ DTH VÀ GIẢI PHÁP SỐ"; this.xrl_TenCongTy.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_TenThanhPho // this.xrl_TenThanhPho.Font = new System.Drawing.Font("Times New Roman", 11F); this.xrl_TenThanhPho.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrl_TenThanhPho.Name = "xrl_TenThanhPho"; this.xrl_TenThanhPho.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_TenThanhPho.SizeF = new System.Drawing.SizeF(436.4586F, 23F); this.xrl_TenThanhPho.StylePriority.UseFont = false; this.xrl_TenThanhPho.StylePriority.UseTextAlignment = false; this.xrl_TenThanhPho.Text = "THÀNH PHỐ HÀ NỘI"; this.xrl_TenThanhPho.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1 }); this.PageHeader.HeightF = 25F; this.PageHeader.Name = "PageHeader"; // // xrTable1 // this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1 }); this.xrTable1.SizeF = new System.Drawing.SizeF(794.875F, 25F); this.xrTable1.StylePriority.UseBorders = false; this.xrTable1.StylePriority.UseFont = false; this.xrTable1.StylePriority.UseTextAlignment = false; this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell5, this.xrTableCell4, this.xrTableCell1, this.xrTableCell7, this.xrTableCell2, this.xrTableCell3 }); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 1D; // // xrTableCell5 // this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.Text = "STT"; this.xrTableCell5.Weight = 0.1990914269997677D; // // xrTableCell4 // this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.Text = "Mã CBNV"; this.xrTableCell4.Weight = 0.41838984235719318D; // // xrTableCell1 // this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.Text = "Họ và tên"; this.xrTableCell1.Weight = 0.66055746517764324D; // // xrTableCell2 // this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.Text = "Chức vụ"; this.xrTableCell2.Weight = 0.5979011089741284D; // // xrTableCell3 // this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.Text = "Vị trí công việc"; this.xrTableCell3.Weight = 0.8081146844786673D; // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrl_ten3, this.xrl_ten1, this.xrl_footer1, this.xrl_footer3, this.xrtngayketxuat }); this.ReportFooter.HeightF = 173F; this.ReportFooter.Name = "ReportFooter"; // // xrl_ten3 // this.xrl_ten3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_ten3.LocationFloat = new DevExpress.Utils.PointFloat(507.3313F, 150F); this.xrl_ten3.Name = "xrl_ten3"; this.xrl_ten3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_ten3.SizeF = new System.Drawing.SizeF(287.5437F, 23F); this.xrl_ten3.StylePriority.UseFont = false; this.xrl_ten3.StylePriority.UseTextAlignment = false; this.xrl_ten3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_ten1 // this.xrl_ten1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_ten1.LocationFloat = new DevExpress.Utils.PointFloat(1.081276F, 150F); this.xrl_ten1.Name = "xrl_ten1"; this.xrl_ten1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_ten1.SizeF = new System.Drawing.SizeF(302.1819F, 23F); this.xrl_ten1.StylePriority.UseFont = false; this.xrl_ten1.StylePriority.UseTextAlignment = false; this.xrl_ten1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_footer1 // this.xrl_footer1.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_footer1.LocationFloat = new DevExpress.Utils.PointFloat(1.081276F, 50F); this.xrl_footer1.Name = "xrl_footer1"; this.xrl_footer1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_footer1.SizeF = new System.Drawing.SizeF(304.1828F, 23F); this.xrl_footer1.StylePriority.UseFont = false; this.xrl_footer1.StylePriority.UseTextAlignment = false; this.xrl_footer1.Text = "NGƯỜI LẬP"; this.xrl_footer1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_footer3 // this.xrl_footer3.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_footer3.LocationFloat = new DevExpress.Utils.PointFloat(507.3313F, 50F); this.xrl_footer3.Name = "xrl_footer3"; this.xrl_footer3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_footer3.SizeF = new System.Drawing.SizeF(287.5437F, 23F); this.xrl_footer3.StylePriority.UseFont = false; this.xrl_footer3.StylePriority.UseTextAlignment = false; this.xrl_footer3.Text = "PHÒNG TCHC"; this.xrl_footer3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrtngayketxuat // this.xrtngayketxuat.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Italic); this.xrtngayketxuat.LocationFloat = new DevExpress.Utils.PointFloat(507.3313F, 25F); this.xrtngayketxuat.Name = "xrtngayketxuat"; this.xrtngayketxuat.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrtngayketxuat.SizeF = new System.Drawing.SizeF(287.5437F, 23F); this.xrtngayketxuat.StylePriority.UseFont = false; this.xrtngayketxuat.StylePriority.UseTextAlignment = false; this.xrtngayketxuat.Text = "Ngày 15 tháng 4 năm 2013"; this.xrtngayketxuat.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // PageFooter // this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPageInfo1 }); this.PageFooter.Name = "PageFooter"; // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable3 }); this.GroupHeader1.HeightF = 25.41666F; this.GroupHeader1.Name = "GroupHeader1"; // // xrTable3 // this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable3.Font = new System.Drawing.Font("Times New Roman", 9.75F); this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable3.Name = "xrTable3"; this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow3 }); this.xrTable3.SizeF = new System.Drawing.SizeF(794.875F, 25.41666F); this.xrTable3.StylePriority.UseBorders = false; this.xrTable3.StylePriority.UseFont = false; this.xrTable3.StylePriority.UsePadding = false; this.xrTable3.StylePriority.UseTextAlignment = false; this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow3 // this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.grpBoPhan }); this.xrTableRow3.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrTableRow3.Name = "xrTableRow3"; this.xrTableRow3.StylePriority.UseFont = false; this.xrTableRow3.StylePriority.UseTextAlignment = false; this.xrTableRow3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; this.xrTableRow3.Weight = 1D; // // grpBoPhan // this.grpBoPhan.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.grpBoPhan.Name = "grpBoPhan"; this.grpBoPhan.Padding = new DevExpress.XtraPrinting.PaddingInfo(10, 3, 3, 3, 100F); this.grpBoPhan.StylePriority.UseFont = false; this.grpBoPhan.StylePriority.UsePadding = false; this.grpBoPhan.StylePriority.UseTextAlignment = false; this.grpBoPhan.Text = "Không thuộc phòng ban nào"; this.grpBoPhan.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.grpBoPhan.Weight = 10.829994588379142D; // // xrPageInfo1 // this.xrPageInfo1.Font = new System.Drawing.Font("Times New Roman", 11F); this.xrPageInfo1.Format = "Trang {0} của {1}"; this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(659.9586F, 43.75F); this.xrPageInfo1.Name = "xrPageInfo1"; this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrPageInfo1.SizeF = new System.Drawing.SizeF(126.0414F, 23.00001F); this.xrPageInfo1.StylePriority.UseFont = false; this.xrPageInfo1.StylePriority.UseTextAlignment = false; this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; // // xrTableCell7 // this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.Text = "Mã ca"; this.xrTableCell7.Weight = 0.30419803436058956D; // // xrtMaCa // this.xrtMaCa.Name = "xrtMaCa"; this.xrtMaCa.Weight = 0.30419777291548561D; // // rp_DanhSachNhanVienCoMatTrongNgay // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader, this.PageHeader, this.ReportFooter, this.PageFooter, this.GroupHeader1 }); this.Margins = new System.Drawing.Printing.Margins(26, 28, 49, 0); this.Version = "10.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).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 = "rp_wgBangTongHopHaThuong.resx"; System.Resources.ResourceManager resources = global::Resources.rp_wgBangTongHopHaThuong.ResourceManager; this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable5 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrt_stt = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_hoten = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrRichText2 = new DevExpress.XtraReports.UI.XRRichText(); 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.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrRichText1 = new DevExpress.XtraReports.UI.XRRichText(); this.xrlReportTitle = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_chinhanh = new DevExpress.XtraReports.UI.XRLabel(); this.xrlTenCongTy = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); 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.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTable4 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.xrThoiGian = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); this.xrlNguoiKy = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable5 }); this.Detail.HeightF = 25F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrTable5 // this.xrTable5.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable5.Name = "xrTable5"; this.xrTable5.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow5 }); this.xrTable5.SizeF = new System.Drawing.SizeF(768.9999F, 25F); this.xrTable5.StylePriority.UseBorders = false; this.xrTable5.StylePriority.UsePadding = false; this.xrTable5.StylePriority.UseTextAlignment = false; this.xrTable5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrTableRow5 // this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrt_stt, this.xrt_hoten, this.xrTableCell15, this.xrTableCell16, this.xrTableCell17, this.xrTableCell18 }); this.xrTableRow5.Name = "xrTableRow5"; this.xrTableRow5.Weight = 1D; // // xrt_stt // this.xrt_stt.Name = "xrt_stt"; this.xrt_stt.StylePriority.UseTextAlignment = false; this.xrt_stt.Text = "1"; this.xrt_stt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_stt.Weight = 0.18042964903988676D; this.xrt_stt.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.Detail_BeforePrint); // // xrt_hoten // this.xrt_hoten.Font = new System.Drawing.Font("Times New Roman", 9.75F); this.xrt_hoten.Name = "xrt_hoten"; this.xrt_hoten.StylePriority.UseFont = false; this.xrt_hoten.Text = "Lê Kiên Trung"; this.xrt_hoten.Weight = 0.49540911812922861D; // // xrTableCell15 // this.xrTableCell15.Font = new System.Drawing.Font("Times New Roman", 9.75F); this.xrTableCell15.Name = "xrTableCell15"; this.xrTableCell15.StylePriority.UseFont = false; this.xrTableCell15.StylePriority.UseTextAlignment = false; this.xrTableCell15.Text = "14/10"; this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell15.Weight = 0.19876457373210166D; // // xrTableCell16 // this.xrTableCell16.Font = new System.Drawing.Font("Times New Roman", 9.75F); this.xrTableCell16.Name = "xrTableCell16"; this.xrTableCell16.StylePriority.UseFont = false; this.xrTableCell16.StylePriority.UseTextAlignment = false; this.xrTableCell16.Text = "1,280,000"; this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell16.Weight = 0.38531888093738587D; // // xrTableCell17 // this.xrTableCell17.Font = new System.Drawing.Font("Times New Roman", 9.75F); this.xrTableCell17.Name = "xrTableCell17"; this.xrTableCell17.StylePriority.UseFont = false; this.xrTableCell17.StylePriority.UseTextAlignment = false; this.xrTableCell17.Text = "1,280"; this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell17.Weight = 0.3088557335946176D; // // xrTableCell18 // this.xrTableCell18.Font = new System.Drawing.Font("Times New Roman", 9.75F); this.xrTableCell18.Name = "xrTableCell18"; this.xrTableCell18.StylePriority.UseFont = false; this.xrTableCell18.Text = "Đi làm muộn 64 phút (lần 1)"; this.xrTableCell18.Weight = 1.4312220445667792D; // // TopMargin // this.TopMargin.HeightF = 46F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.HeightF = 38F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrRichText2, this.xrLabel9, this.xrLabel8, this.xrLabel7, this.xrLabel6, this.xrLabel3, this.xrLabel2, this.xrLabel1, this.xrRichText1, this.xrlReportTitle, this.xrLabel5, this.xrLabel4, this.xrl_chinhanh, this.xrlTenCongTy }); this.ReportHeader.HeightF = 372F; this.ReportHeader.Name = "ReportHeader"; // // xrRichText2 // this.xrRichText2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 316.7083F); this.xrRichText2.Name = "xrRichText2"; this.xrRichText2.SerializableRtfString = resources.GetString("xrRichText2.SerializableRtfString"); this.xrRichText2.SizeF = new System.Drawing.SizeF(769F, 45.91669F); // // xrLabel9 // this.xrLabel9.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(0F, 293.7083F); this.xrLabel9.Name = "xrLabel9"; this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrLabel9.SizeF = new System.Drawing.SizeF(312.5F, 22.99998F); this.xrLabel9.StylePriority.UseFont = false; this.xrLabel9.StylePriority.UsePadding = false; this.xrLabel9.Text = "I. THÀNH PHẦN THAM DỰ"; // // xrLabel8 // this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(9.999974F, 262.4999F); this.xrLabel8.Name = "xrLabel8"; this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel8.SizeF = new System.Drawing.SizeF(341.6667F, 19F); this.xrLabel8.StylePriority.UseTextAlignment = false; this.xrLabel8.Text = "5. Nhân sự/ Thư ký: Đỗ Thị Kim Anh"; this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrLabel7 // this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(9.999974F, 243.5F); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrLabel7.SizeF = new System.Drawing.SizeF(341.6667F, 19F); this.xrLabel7.StylePriority.UsePadding = false; this.xrLabel7.StylePriority.UseTextAlignment = false; this.xrLabel7.Text = "4. Thanh tra: Trần Văn Tá"; this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrLabel6 // this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(9.999974F, 224.5F); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrLabel6.SizeF = new System.Drawing.SizeF(341.6667F, 19F); this.xrLabel6.StylePriority.UsePadding = false; this.xrLabel6.StylePriority.UseTextAlignment = false; this.xrLabel6.Text = "3. Thanh tra: Vũ Tiến Anh"; this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrLabel3 // this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(9.999974F, 205.5F); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrLabel3.SizeF = new System.Drawing.SizeF(341.6667F, 19F); this.xrLabel3.StylePriority.UsePadding = false; this.xrLabel3.StylePriority.UseTextAlignment = false; this.xrLabel3.Text = "2. Trưởng ca: Hoàng Văn Ngân"; this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrLabel2 // this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(9.999974F, 186.5F); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrLabel2.SizeF = new System.Drawing.SizeF(341.6667F, 19F); this.xrLabel2.StylePriority.UsePadding = false; this.xrLabel2.StylePriority.UseTextAlignment = false; this.xrLabel2.Text = "1. Chủ trì cuộc họp: Trưởng ca: Ngô Văn Thọ "; this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrLabel1 // this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 163.5F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrLabel1.SizeF = new System.Drawing.SizeF(312.5F, 22.99998F); this.xrLabel1.StylePriority.UseFont = false; this.xrLabel1.StylePriority.UsePadding = false; this.xrLabel1.Text = "I. THÀNH PHẦN THAM DỰ"; // // xrRichText1 // this.xrRichText1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 98.91666F); this.xrRichText1.Name = "xrRichText1"; this.xrRichText1.SerializableRtfString = resources.GetString("xrRichText1.SerializableRtfString"); this.xrRichText1.SizeF = new System.Drawing.SizeF(768.9999F, 50.08334F); // // xrlReportTitle // this.xrlReportTitle.Font = new System.Drawing.Font("Times New Roman", 13F, System.Drawing.FontStyle.Bold); this.xrlReportTitle.LocationFloat = new DevExpress.Utils.PointFloat(0F, 62.5F); this.xrlReportTitle.Name = "xrlReportTitle"; this.xrlReportTitle.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrlReportTitle.SizeF = new System.Drawing.SizeF(768.9999F, 23F); this.xrlReportTitle.StylePriority.UseFont = false; this.xrlReportTitle.StylePriority.UseTextAlignment = false; this.xrlReportTitle.Text = "BẢNG TỔNG HỢP HẠ THƯỞNG THÁNG 10/2013"; this.xrlReportTitle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrLabel5 // this.xrLabel5.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(472.2501F, 25F); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel5.SizeF = new System.Drawing.SizeF(296.7497F, 23F); this.xrLabel5.StylePriority.UseFont = false; this.xrLabel5.StylePriority.UseTextAlignment = false; this.xrLabel5.Text = "Độc lập - Tự do - Hạnh phúc"; this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrLabel4 // this.xrLabel4.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(472.2501F, 0F); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel4.SizeF = new System.Drawing.SizeF(296.7498F, 23F); this.xrLabel4.StylePriority.UseFont = false; this.xrLabel4.StylePriority.UseTextAlignment = false; this.xrLabel4.Text = "CỘNG HÒA XÃ HỘI CHỦ NGHĨA VIỆT NAM"; this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_chinhanh // this.xrl_chinhanh.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Italic); this.xrl_chinhanh.LocationFloat = new DevExpress.Utils.PointFloat(0F, 25F); this.xrl_chinhanh.Name = "xrl_chinhanh"; this.xrl_chinhanh.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_chinhanh.SizeF = new System.Drawing.SizeF(417.7084F, 23F); this.xrl_chinhanh.StylePriority.UseFont = false; this.xrl_chinhanh.StylePriority.UseTextAlignment = false; this.xrl_chinhanh.Text = "Chi nhánh: Bà Triệu"; this.xrl_chinhanh.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrlTenCongTy // this.xrlTenCongTy.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrlTenCongTy.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrlTenCongTy.Name = "xrlTenCongTy"; this.xrlTenCongTy.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrlTenCongTy.SizeF = new System.Drawing.SizeF(417.7084F, 23F); this.xrlTenCongTy.StylePriority.UseFont = false; this.xrlTenCongTy.StylePriority.UseTextAlignment = false; this.xrlTenCongTy.Text = "CÔNG TY CỔ PHẦN THẾ GIỚI GIẢI TRÍ"; this.xrlTenCongTy.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1 }); this.PageHeader.HeightF = 65.95834F; this.PageHeader.Name = "PageHeader"; // // xrTable1 // this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0.0001271566F, 0F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1 }); this.xrTable1.SizeF = new System.Drawing.SizeF(768.9999F, 65.95834F); this.xrTable1.StylePriority.UseBorders = false; this.xrTable1.StylePriority.UseTextAlignment = false; this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell1, this.xrTableCell2, this.xrTableCell3, this.xrTableCell5 }); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 1D; // // xrTableCell1 // this.xrTableCell1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.StylePriority.UseFont = false; this.xrTableCell1.Text = "STT"; this.xrTableCell1.Weight = 0.18042915737977075D; // // xrTableCell2 // this.xrTableCell2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.StylePriority.UseFont = false; this.xrTableCell2.Text = "Họ tên"; this.xrTableCell2.Weight = 0.495409603903203D; // // xrTableCell3 // this.xrTableCell3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.StylePriority.UseFont = false; this.xrTableCell3.Text = "Ngày"; this.xrTableCell3.Weight = 0.19876464903509672D; // // xrTableCell5 // this.xrTableCell5.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2, this.xrTable3 }); this.xrTableCell5.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.StylePriority.UseFont = false; this.xrTableCell5.Text = "xrTableCell5"; this.xrTableCell5.Weight = 2.12539658968193D; // // xrTable2 // this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(4.577637E-05F, 27.41663F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2 }); this.xrTable2.SizeF = new System.Drawing.SizeF(544.8101F, 38.54166F); // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell4, this.xrTableCell6, this.xrTableCell7 }); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Weight = 1D; // // xrTableCell4 // this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell4.Multiline = true; this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.StylePriority.UseBorders = false; this.xrTableCell4.Text = "Số tiền\r\n(VND)"; this.xrTableCell4.Weight = 0.54387762406865114D; // // xrTableCell6 // this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.Text = "Số điểm"; this.xrTableCell6.Weight = 0.43595013962880147D; // // xrTableCell7 // this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.Text = "Lý do"; this.xrTableCell7.Weight = 2.0201722363025474D; // // xrTable3 // this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(4.577637E-05F, 0F); this.xrTable3.Name = "xrTable3"; this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow3 }); this.xrTable3.SizeF = new System.Drawing.SizeF(544.8099F, 27.41663F); // // xrTableRow3 // this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell8 }); this.xrTableRow3.Name = "xrTableRow3"; this.xrTableRow3.Weight = 1D; // // xrTableCell8 // this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right))); this.xrTableCell8.Name = "xrTableCell8"; this.xrTableCell8.StylePriority.UseBorders = false; this.xrTableCell8.Text = "Hạ thưởng"; this.xrTableCell8.Weight = 3D; // // xrTable4 // this.xrTable4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable4.Name = "xrTable4"; this.xrTable4.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow4 }); this.xrTable4.SizeF = new System.Drawing.SizeF(768.9999F, 25F); this.xrTable4.StylePriority.UseBorders = false; this.xrTable4.StylePriority.UsePadding = false; this.xrTable4.StylePriority.UseTextAlignment = false; this.xrTable4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrTableRow4 // this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell12 }); this.xrTableRow4.Name = "xrTableRow4"; this.xrTableRow4.Weight = 1D; // // xrTableCell12 // this.xrTableCell12.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrTableCell12.Name = "xrTableCell12"; this.xrTableCell12.StylePriority.UseFont = false; this.xrTableCell12.Text = "VĂN PHÒNG"; this.xrTableCell12.Weight = 3D; // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable4 }); this.GroupHeader1.HeightF = 25F; this.GroupHeader1.Name = "GroupHeader1"; // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrThoiGian, this.xrLabel11, this.xrLabel10, this.xrlNguoiKy, this.xrLabel15 }); this.ReportFooter.HeightF = 173F; this.ReportFooter.Name = "ReportFooter"; // // xrThoiGian // this.xrThoiGian.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Italic); this.xrThoiGian.LocationFloat = new DevExpress.Utils.PointFloat(410.5416F, 13.12497F); this.xrThoiGian.Name = "xrThoiGian"; this.xrThoiGian.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrThoiGian.SizeF = new System.Drawing.SizeF(355.4583F, 23F); this.xrThoiGian.StylePriority.UseFont = false; this.xrThoiGian.StylePriority.UseTextAlignment = false; this.xrThoiGian.Text = "Hà Nội, ngày 19 tháng 02 năm 2014"; this.xrThoiGian.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrLabel11 // this.xrLabel11.Font = new System.Drawing.Font("Times New Roman", 13F, System.Drawing.FontStyle.Bold); this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(410.5416F, 138.125F); this.xrLabel11.Name = "xrLabel11"; this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel11.SizeF = new System.Drawing.SizeF(355.4583F, 23F); this.xrLabel11.StylePriority.UseFont = false; this.xrLabel11.StylePriority.UseTextAlignment = false; this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrLabel10 // this.xrLabel10.Font = new System.Drawing.Font("Times New Roman", 13F, System.Drawing.FontStyle.Bold); this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(410.5416F, 38.12497F); this.xrLabel10.Name = "xrLabel10"; this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel10.SizeF = new System.Drawing.SizeF(355.4583F, 23F); this.xrLabel10.StylePriority.UseFont = false; this.xrLabel10.StylePriority.UseTextAlignment = false; this.xrLabel10.Text = "CHỮ KÝ THÀNH VIÊN HỘI ĐỒNG KTKL"; this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrlNguoiKy // this.xrlNguoiKy.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrlNguoiKy.LocationFloat = new DevExpress.Utils.PointFloat(0F, 138.125F); this.xrlNguoiKy.Name = "xrlNguoiKy"; this.xrlNguoiKy.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrlNguoiKy.SizeF = new System.Drawing.SizeF(281.1248F, 23F); this.xrlNguoiKy.StylePriority.UseFont = false; this.xrlNguoiKy.StylePriority.UseTextAlignment = false; this.xrlNguoiKy.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel15 // this.xrLabel15.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(0F, 38.12497F); this.xrLabel15.Name = "xrLabel15"; this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel15.SizeF = new System.Drawing.SizeF(281.1248F, 23F); this.xrLabel15.StylePriority.UseFont = false; this.xrLabel15.StylePriority.UseTextAlignment = false; this.xrLabel15.Text = "XÉT DUYỆT CỦA LÃNH ĐẠO"; this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // PageFooter // this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPageInfo1 }); this.PageFooter.HeightF = 59F; this.PageFooter.Name = "PageFooter"; // // xrPageInfo1 // this.xrPageInfo1.Font = new System.Drawing.Font("Times New Roman", 11F); this.xrPageInfo1.Format = "Trang {0} của {1}"; this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(642.9586F, 35.41667F); this.xrPageInfo1.Name = "xrPageInfo1"; this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrPageInfo1.SizeF = new System.Drawing.SizeF(126.0414F, 23.00001F); this.xrPageInfo1.StylePriority.UseFont = false; this.xrPageInfo1.StylePriority.UseTextAlignment = false; this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; // // rp_wgBangTongHopHaThuong // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader, this.PageHeader, this.GroupHeader1, this.ReportFooter, this.PageFooter }); this.Margins = new System.Drawing.Printing.Margins(36, 45, 46, 38); this.Version = "10.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).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.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrCellIndex = new DevExpress.XtraReports.UI.XRTableCell(); this.xrCellEmployeeCode = new DevExpress.XtraReports.UI.XRTableCell(); this.xrCellFullName = new DevExpress.XtraReports.UI.XRTableCell(); this.xrCellPosition = new DevExpress.XtraReports.UI.XRTableCell(); this.xrCellDepartment = new DevExpress.XtraReports.UI.XRTableCell(); this.xrCellStartTraining = new DevExpress.XtraReports.UI.XRTableCell(); this.xrCellEndTraining = new DevExpress.XtraReports.UI.XRTableCell(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); 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.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.lblDuration = new DevExpress.XtraReports.UI.XRLabel(); this.lblReportTitle = new DevExpress.XtraReports.UI.XRLabel(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.lblCreatedByName = new DevExpress.XtraReports.UI.XRLabel(); this.lblSignedByName = new DevExpress.XtraReports.UI.XRLabel(); this.lblSignedByTitle = new DevExpress.XtraReports.UI.XRLabel(); this.lblCreatedByTitle = new DevExpress.XtraReports.UI.XRLabel(); this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrt_GroupDepartment = new DevExpress.XtraReports.UI.XRTableCell(); this.lblReportDate = new DevExpress.XtraReports.UI.XRLabel(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2 }); this.Detail.HeightF = 25F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrTable2 // this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2 }); this.xrTable2.SizeF = new System.Drawing.SizeF(1146F, 25F); this.xrTable2.StylePriority.UseBorders = false; this.xrTable2.StylePriority.UseTextAlignment = false; this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrCellIndex, this.xrCellEmployeeCode, this.xrCellFullName, this.xrCellPosition, this.xrCellDepartment, this.xrCellStartTraining, this.xrCellEndTraining }); this.xrTableRow2.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); this.xrTableRow2.StylePriority.UseFont = false; this.xrTableRow2.StylePriority.UsePadding = false; this.xrTableRow2.StylePriority.UseTextAlignment = false; this.xrTableRow2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; this.xrTableRow2.Weight = 1D; // // xrCellIndex // this.xrCellIndex.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrCellIndex.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrCellIndex.Name = "xrCellIndex"; this.xrCellIndex.StylePriority.UseBorders = false; this.xrCellIndex.StylePriority.UseFont = false; this.xrCellIndex.StylePriority.UseTextAlignment = false; this.xrCellIndex.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrCellIndex.Weight = 0.049460032922055974D; this.xrCellIndex.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.Detail_BeforePrint); // // xrCellEmployeeCode // this.xrCellEmployeeCode.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrCellEmployeeCode.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrCellEmployeeCode.Name = "xrCellEmployeeCode"; this.xrCellEmployeeCode.StylePriority.UseBorders = false; this.xrCellEmployeeCode.StylePriority.UseFont = false; this.xrCellEmployeeCode.StylePriority.UseTextAlignment = false; this.xrCellEmployeeCode.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrCellEmployeeCode.Weight = 0.12709927305365387D; // // xrCellFullName // this.xrCellFullName.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrCellFullName.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrCellFullName.Name = "xrCellFullName"; this.xrCellFullName.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrCellFullName.StylePriority.UseBorders = false; this.xrCellFullName.StylePriority.UseFont = false; this.xrCellFullName.StylePriority.UsePadding = false; this.xrCellFullName.StylePriority.UseTextAlignment = false; this.xrCellFullName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrCellFullName.Weight = 0.34042770332405548D; // // xrCellPosition // this.xrCellPosition.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrCellPosition.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrCellPosition.Name = "xrCellPosition"; this.xrCellPosition.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrCellPosition.StylePriority.UseBorders = false; this.xrCellPosition.StylePriority.UseFont = false; this.xrCellPosition.StylePriority.UsePadding = false; this.xrCellPosition.StylePriority.UseTextAlignment = false; this.xrCellPosition.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrCellPosition.Weight = 0.23498597773423327D; // // xrCellDepartment // this.xrCellDepartment.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrCellDepartment.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrCellDepartment.Name = "xrCellDepartment"; this.xrCellDepartment.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrCellDepartment.StylePriority.UseBorders = false; this.xrCellDepartment.StylePriority.UseFont = false; this.xrCellDepartment.StylePriority.UsePadding = false; this.xrCellDepartment.StylePriority.UseTextAlignment = false; this.xrCellDepartment.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrCellDepartment.Weight = 0.2577373628812919D; // // xrCellStartTraining // this.xrCellStartTraining.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrCellStartTraining.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrCellStartTraining.Name = "xrCellStartTraining"; this.xrCellStartTraining.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrCellStartTraining.StylePriority.UseBorders = false; this.xrCellStartTraining.StylePriority.UseFont = false; this.xrCellStartTraining.StylePriority.UsePadding = false; this.xrCellStartTraining.StylePriority.UseTextAlignment = false; this.xrCellStartTraining.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrCellStartTraining.Weight = 0.23594214599094326D; // // xrCellEndTraining // this.xrCellEndTraining.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrCellEndTraining.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrCellEndTraining.Name = "xrCellEndTraining"; this.xrCellEndTraining.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrCellEndTraining.StylePriority.UseBorders = false; this.xrCellEndTraining.StylePriority.UseFont = false; this.xrCellEndTraining.StylePriority.UsePadding = false; this.xrCellEndTraining.StylePriority.UseTextAlignment = false; this.xrCellEndTraining.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrCellEndTraining.Weight = 0.25031031636778039D; // // TopMargin // this.TopMargin.HeightF = 46F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.HeightF = 61F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1 }); this.PageHeader.HeightF = 50F; this.PageHeader.Name = "PageHeader"; // // xrTable1 // this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0.0002066294F, 0F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1 }); this.xrTable1.SizeF = new System.Drawing.SizeF(1146F, 50F); this.xrTable1.StylePriority.UseBorders = false; this.xrTable1.StylePriority.UseTextAlignment = false; this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell1, this.xrTableCell2, this.xrTableCell4, this.xrTableCell9, this.xrTableCell6, this.xrTableCell3, this.xrTableCell5 }); this.xrTableRow1.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 3, 0, 100F); this.xrTableRow1.StylePriority.UseFont = false; this.xrTableRow1.StylePriority.UsePadding = false; this.xrTableRow1.StylePriority.UseTextAlignment = false; this.xrTableRow1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; this.xrTableRow1.Weight = 1D; // // xrTableCell1 // this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.StylePriority.UseBorders = false; this.xrTableCell1.StylePriority.UseTextAlignment = false; this.xrTableCell1.Text = "STT"; this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell1.Weight = 0.049286877321332551D; // // xrTableCell2 // this.xrTableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.StylePriority.UseBorders = false; this.xrTableCell2.StylePriority.UseTextAlignment = false; this.xrTableCell2.Text = "Mã NV"; this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell2.Weight = 0.12665500329161894D; // // xrTableCell4 // this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell4.Multiline = true; this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.StylePriority.UseBorders = false; this.xrTableCell4.StylePriority.UseTextAlignment = false; this.xrTableCell4.Text = "HỌ VÀ TÊN\r\n"; this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell4.Weight = 0.33923746102834329D; // // xrTableCell9 // this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell9.Name = "xrTableCell9"; this.xrTableCell9.StylePriority.UseBorders = false; this.xrTableCell9.StylePriority.UseTextAlignment = false; this.xrTableCell9.Text = "CHỨC VỤ"; this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell9.Weight = 0.23416492626246363D; // // xrTableCell6 // this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.StylePriority.UseBorders = false; this.xrTableCell6.StylePriority.UseTextAlignment = false; this.xrTableCell6.Text = "PHÒNG BAN"; this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell6.Weight = 0.2568365253625069D; // // xrTableCell3 // this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.StylePriority.UseBorders = false; this.xrTableCell3.StylePriority.UseTextAlignment = false; this.xrTableCell3.Text = "NGÀY THỬ VIỆC"; this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell3.Weight = 0.23511734764729431D; // // xrTableCell5 // this.xrTableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.StylePriority.UseBorders = false; this.xrTableCell5.StylePriority.UseTextAlignment = false; this.xrTableCell5.Text = "NGÀY HẾT THỬ VIỆC"; this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell5.Weight = 0.24943530111302203D; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.lblDuration, this.lblReportTitle }); this.ReportHeader.HeightF = 95.08333F; this.ReportHeader.Name = "ReportHeader"; // // lblDuration // this.lblDuration.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.lblDuration.LocationFloat = new DevExpress.Utils.PointFloat(0F, 51.12502F); this.lblDuration.Name = "lblDuration"; this.lblDuration.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.lblDuration.SizeF = new System.Drawing.SizeF(1146F, 23F); this.lblDuration.StylePriority.UseFont = false; this.lblDuration.StylePriority.UseTextAlignment = false; this.lblDuration.Text = "Từ ngày {0} đến ngày {1}"; this.lblDuration.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // lblReportTitle // this.lblReportTitle.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.lblReportTitle.LocationFloat = new DevExpress.Utils.PointFloat(0F, 28.12503F); this.lblReportTitle.Name = "lblReportTitle"; this.lblReportTitle.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.lblReportTitle.SizeF = new System.Drawing.SizeF(1146F, 23F); this.lblReportTitle.StylePriority.UseFont = false; this.lblReportTitle.StylePriority.UseTextAlignment = false; this.lblReportTitle.Text = "BÁO CÁO NHÂN SỰ ĐANG TRONG THỜI GIAN THỬ VIỆC"; this.lblReportTitle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.lblReportDate, this.lblCreatedByName, this.lblSignedByName, this.lblSignedByTitle, this.lblCreatedByTitle }); this.ReportFooter.HeightF = 226F; this.ReportFooter.Name = "ReportFooter"; // // lblCreatedByName // this.lblCreatedByName.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.lblCreatedByName.LocationFloat = new DevExpress.Utils.PointFloat(0F, 176.0417F); this.lblCreatedByName.Name = "lblCreatedByName"; this.lblCreatedByName.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.lblCreatedByName.SizeF = new System.Drawing.SizeF(576.0578F, 23F); this.lblCreatedByName.StylePriority.UseFont = false; this.lblCreatedByName.StylePriority.UseTextAlignment = false; this.lblCreatedByName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // lblSignedByName // this.lblSignedByName.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.lblSignedByName.LocationFloat = new DevExpress.Utils.PointFloat(576.0578F, 176.0417F); this.lblSignedByName.Name = "lblSignedByName"; this.lblSignedByName.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.lblSignedByName.SizeF = new System.Drawing.SizeF(569.9421F, 23F); this.lblSignedByName.StylePriority.UseFont = false; this.lblSignedByName.StylePriority.UseTextAlignment = false; this.lblSignedByName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // lblSignedByTitle // this.lblSignedByTitle.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.lblSignedByTitle.LocationFloat = new DevExpress.Utils.PointFloat(576.0577F, 63.54167F); this.lblSignedByTitle.Multiline = true; this.lblSignedByTitle.Name = "lblSignedByTitle"; this.lblSignedByTitle.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.lblSignedByTitle.SizeF = new System.Drawing.SizeF(569.9422F, 23F); this.lblSignedByTitle.StylePriority.UseFont = false; this.lblSignedByTitle.StylePriority.UseTextAlignment = false; this.lblSignedByTitle.Text = "NGƯỜI LẬP\r\n"; this.lblSignedByTitle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // lblCreatedByTitle // this.lblCreatedByTitle.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.lblCreatedByTitle.LocationFloat = new DevExpress.Utils.PointFloat(0F, 63.54167F); this.lblCreatedByTitle.Name = "lblCreatedByTitle"; this.lblCreatedByTitle.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.lblCreatedByTitle.SizeF = new System.Drawing.SizeF(576.0578F, 23F); this.lblCreatedByTitle.StylePriority.UseFont = false; this.lblCreatedByTitle.StylePriority.UseTextAlignment = false; this.lblCreatedByTitle.Text = "PHÒNG NHÂN SỰ"; this.lblCreatedByTitle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable3 }); this.GroupHeader1.HeightF = 25F; this.GroupHeader1.Name = "GroupHeader1"; // // xrTable3 // this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable3.Name = "xrTable3"; this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow3 }); this.xrTable3.SizeF = new System.Drawing.SizeF(1146F, 25F); // // xrTableRow3 // this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrt_GroupDepartment }); this.xrTableRow3.Name = "xrTableRow3"; this.xrTableRow3.Weight = 1D; // // xrt_GroupDepartment // this.xrt_GroupDepartment.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrt_GroupDepartment.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrt_GroupDepartment.Name = "xrt_GroupDepartment"; this.xrt_GroupDepartment.Padding = new DevExpress.XtraPrinting.PaddingInfo(10, 3, 3, 3, 100F); this.xrt_GroupDepartment.StylePriority.UseBorders = false; this.xrt_GroupDepartment.StylePriority.UseFont = false; this.xrt_GroupDepartment.StylePriority.UsePadding = false; this.xrt_GroupDepartment.StylePriority.UseTextAlignment = false; this.xrt_GroupDepartment.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrt_GroupDepartment.Weight = 2D; this.xrt_GroupDepartment.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.Group_BeforePrint); // // lblReportDate // this.lblReportDate.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.lblReportDate.LocationFloat = new DevExpress.Utils.PointFloat(576.0579F, 40.54165F); this.lblReportDate.Name = "lblReportDate"; this.lblReportDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.lblReportDate.SizeF = new System.Drawing.SizeF(569.9421F, 23F); this.lblReportDate.StylePriority.UseFont = false; this.lblReportDate.StylePriority.UseTextAlignment = false; this.lblReportDate.Text = "Ngày {0} tháng {1} năm {2}"; this.lblReportDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // rp_BusinessTrainee // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.PageHeader, this.ReportHeader, this.ReportFooter, this.GroupHeader1 }); this.Landscape = true; this.Margins = new System.Drawing.Printing.Margins(11, 12, 46, 61); this.PageHeight = 827; this.PageWidth = 1169; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Version = "15.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).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.xrLabel29 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel28 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.DetailReport1 = new DevExpress.XtraReports.UI.DetailReportBand(); this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); this.xrLabel43 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel(); this.ppGroupHeaderBand1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrLabel21 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel47 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLine2 = new DevExpress.XtraReports.UI.XRLine(); this.xrLabel25 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); this.ppDetailBand1 = new DevExpress.XtraReports.UI.DetailBand(); this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); this.xrPanel1 = new DevExpress.XtraReports.UI.XRPanel(); this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel42 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel44 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel41 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLine3 = new DevExpress.XtraReports.UI.XRLine(); this.xrLabel30 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel27 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel26 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel24 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel23 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel(); this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); this.ReportFooter1 = new DevExpress.XtraReports.UI.ReportFooterBand(); this.xrLabel49 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel48 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLine4 = new DevExpress.XtraReports.UI.XRLine(); this.xrLabel31 = new DevExpress.XtraReports.UI.XRLabel(); this.ReportFooter3 = new DevExpress.XtraReports.UI.ReportFooterBand(); this.xrLabel40 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel36 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel35 = new DevExpress.XtraReports.UI.XRLabel(); this.Detail3 = new DevExpress.XtraReports.UI.DetailBand(); this.xrLabel45 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel46 = new DevExpress.XtraReports.UI.XRLabel(); this.DetailBand1 = new DevExpress.XtraReports.UI.DetailBand(); this.xrLine1 = new DevExpress.XtraReports.UI.XRLine(); this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel33 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel39 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel37 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel32 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.DetailReport3 = new DevExpress.XtraReports.UI.DetailReportBand(); this.HeaderBand1 = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel38 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel34 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabelstrMemberName = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabelMembershipID = new DevExpress.XtraReports.UI.XRLabel(); this.ppChildReport1 = new DevExpress.XtraReports.UI.DetailReportBand(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel29, this.xrLabel28}); this.Detail.Font = new System.Drawing.Font("Arial", 8.5F); this.Detail.Height = 18; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel29 // this.xrLabel29.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.Receipt_ReceiptPayment_Relation.mAmount", "{0:$0.00}")}); this.xrLabel29.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel29.Location = new System.Drawing.Point(208, 0); this.xrLabel29.Name = "xrLabel29"; this.xrLabel29.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel29.Size = new System.Drawing.Size(92, 17); this.xrLabel29.Text = "xrLabel29"; this.xrLabel29.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel28 // this.xrLabel28.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.Receipt_ReceiptPayment_Relation.strPaymentCode", "")}); this.xrLabel28.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel28.Location = new System.Drawing.Point(25, 0); this.xrLabel28.Name = "xrLabel28"; this.xrLabel28.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel28.Size = new System.Drawing.Size(158, 17); this.xrLabel28.Text = "xrLabel28"; this.xrLabel28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel1 // this.xrLabel1.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel1.Location = new System.Drawing.Point(25, 92); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.Size = new System.Drawing.Size(92, 17); this.xrLabel1.Text = "Membership ID:"; this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // DetailReport1 // this.DetailReport1.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail1}); this.DetailReport1.DataMember = "TblReceipt.Receipt_ReceiptFreebie_Relation"; this.DetailReport1.Level = 2; this.DetailReport1.Name = "DetailReport1"; this.DetailReport1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.DetailReport1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // Detail1 // this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel43, this.xrLabel16, this.xrLabel15}); this.Detail1.Height = 25; this.Detail1.Name = "Detail1"; this.Detail1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel43 // this.xrLabel43.Location = new System.Drawing.Point(25, 0); this.xrLabel43.Name = "xrLabel43"; this.xrLabel43.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel43.Size = new System.Drawing.Size(83, 25); this.xrLabel43.Text = "Free Product :"; this.xrLabel43.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel16 // this.xrLabel16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.Receipt_ReceiptFreebie_Relation.strDescription", "")}); this.xrLabel16.Location = new System.Drawing.Point(108, 0); this.xrLabel16.Name = "xrLabel16"; this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel16.Size = new System.Drawing.Size(283, 25); this.xrLabel16.Text = "xrLabel16"; this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel15 // this.xrLabel15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.Receipt_ReceiptFreebie_Relation.strItemCode", "")}); this.xrLabel15.Location = new System.Drawing.Point(392, 0); this.xrLabel15.Name = "xrLabel15"; this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel15.Size = new System.Drawing.Size(100, 25); this.xrLabel15.Text = "xrLabel15"; this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; this.xrLabel15.Visible = false; // // ppGroupHeaderBand1 // this.ppGroupHeaderBand1.Font = new System.Drawing.Font("Arial", 8.5F); this.ppGroupHeaderBand1.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] { new DevExpress.XtraReports.UI.GroupField("strReceiptNo", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)}); this.ppGroupHeaderBand1.Height = 0; this.ppGroupHeaderBand1.Name = "ppGroupHeaderBand1"; this.ppGroupHeaderBand1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.ppGroupHeaderBand1.RepeatEveryPage = true; this.ppGroupHeaderBand1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel21 // this.xrLabel21.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel21.Location = new System.Drawing.Point(25, 75); this.xrLabel21.Name = "xrLabel21"; this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel21.Size = new System.Drawing.Size(92, 17); this.xrLabel21.Text = "Total Payable:"; this.xrLabel21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel47 // this.xrLabel47.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblBranch.strFooter1", "")}); this.xrLabel47.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel47.Location = new System.Drawing.Point(25, 42); this.xrLabel47.Multiline = true; this.xrLabel47.Name = "xrLabel47"; this.xrLabel47.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel47.Size = new System.Drawing.Size(308, 17); this.xrLabel47.Text = "xrLabel34"; this.xrLabel47.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLine2 // this.xrLine2.Font = new System.Drawing.Font("Times New Roman", 9.75F); this.xrLine2.LineStyle = System.Drawing.Drawing2D.DashStyle.Dash; this.xrLine2.Location = new System.Drawing.Point(8, 100); this.xrLine2.Name = "xrLine2"; this.xrLine2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.xrLine2.Size = new System.Drawing.Size(334, 8); // // xrLabel25 // this.xrLabel25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.mNettAmount", "{0:$0.00}")}); this.xrLabel25.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel25.Location = new System.Drawing.Point(208, 42); this.xrLabel25.Name = "xrLabel25"; this.xrLabel25.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel25.Size = new System.Drawing.Size(100, 14); this.xrLabel25.Text = "xrLabel25"; this.xrLabel25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel10 // this.xrLabel10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.Receipt_ReceiptEntries_Relation.nQuantity", "")}); this.xrLabel10.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel10.Location = new System.Drawing.Point(25, 0); this.xrLabel10.Name = "xrLabel10"; this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel10.Size = new System.Drawing.Size(17, 17); this.xrLabel10.Text = "xrLabel10"; this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ppDetailBand1 // this.ppDetailBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel14, this.xrPanel1, this.xrLabel13, this.xrLabel11, this.xrLabel10}); this.ppDetailBand1.Font = new System.Drawing.Font("Arial", 8.5F); this.ppDetailBand1.Height = 47; this.ppDetailBand1.Name = "ppDetailBand1"; this.ppDetailBand1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.ppDetailBand1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel14 // this.xrLabel14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.Receipt_ReceiptEntries_Relation.strFreebieCode", "")}); this.xrLabel14.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel14.Location = new System.Drawing.Point(208, 33); this.xrLabel14.Name = "xrLabel14"; this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel14.Size = new System.Drawing.Size(117, 14); this.xrLabel14.Text = "xrLabel14"; this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrPanel1 // this.xrPanel1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel17, this.xrLabel42, this.xrLabel44}); this.xrPanel1.Location = new System.Drawing.Point(192, 17); this.xrPanel1.Name = "xrPanel1"; this.xrPanel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.xrPanel1.Size = new System.Drawing.Size(141, 16); // // xrLabel17 // this.xrLabel17.Font = new System.Drawing.Font("Arial", 8.5F, System.Drawing.FontStyle.Bold); this.xrLabel17.Location = new System.Drawing.Point(58, 0); this.xrLabel17.Name = "xrLabel17"; this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel17.Size = new System.Drawing.Size(8, 25); this.xrLabel17.Text = ")"; this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel42 // this.xrLabel42.Font = new System.Drawing.Font("Arial", 8.5F, System.Drawing.FontStyle.Bold); this.xrLabel42.Location = new System.Drawing.Point(0, 0); this.xrLabel42.Name = "xrLabel42"; this.xrLabel42.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel42.Size = new System.Drawing.Size(16, 25); this.xrLabel42.Text = "($"; this.xrLabel42.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel44 // this.xrLabel44.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.Receipt_ReceiptEntries_Relation.DiscountAmt", "")}); this.xrLabel44.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel44.Location = new System.Drawing.Point(17, 0); this.xrLabel44.Name = "xrLabel44"; this.xrLabel44.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel44.Size = new System.Drawing.Size(41, 16); this.xrLabel44.Text = "ItemdiscountAmt"; this.xrLabel44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel13 // this.xrLabel13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.Receipt_ReceiptEntries_Relation.mUnitPrice", "{0:$0.00}")}); this.xrLabel13.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel13.Location = new System.Drawing.Point(208, 0); this.xrLabel13.Name = "xrLabel13"; this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel13.Size = new System.Drawing.Size(116, 15); this.xrLabel13.Text = "xrLabel13"; this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel11 // this.xrLabel11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.Receipt_ReceiptEntries_Relation.strDescription", "")}); this.xrLabel11.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel11.Location = new System.Drawing.Point(42, 0); this.xrLabel11.Name = "xrLabel11"; this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel11.Size = new System.Drawing.Size(141, 19); this.xrLabel11.Text = "xrLabel11"; this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel4 // this.xrLabel4.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel4.Location = new System.Drawing.Point(25, 125); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel4.Size = new System.Drawing.Size(83, 17); this.xrLabel4.Text = "Cashier ID:"; this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel22, this.xrLabel41, this.xrLabel12, this.xrLine3, this.xrLine2, this.xrLabel30, this.xrLabel27, this.xrLabel26, this.xrLabel25, this.xrLabel24, this.xrLabel23, this.xrLabel21, this.xrLabel20, this.xrLabel18, this.xrLabel19}); this.ReportFooter.Font = new System.Drawing.Font("Arial", 8.5F); this.ReportFooter.Height = 125; this.ReportFooter.Name = "ReportFooter"; this.ReportFooter.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.ReportFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel22 // this.xrLabel22.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.mSubTotal", "{0:$0.00}")}); this.xrLabel22.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel22.Location = new System.Drawing.Point(208, 8); this.xrLabel22.Name = "xrLabel22"; this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel22.Size = new System.Drawing.Size(116, 17); this.xrLabel22.Text = "xrLabel22"; this.xrLabel22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel41 // this.xrLabel41.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.GstTax", "")}); this.xrLabel41.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel41.Location = new System.Drawing.Point(25, 58); this.xrLabel41.Name = "xrLabel41"; this.xrLabel41.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel41.Size = new System.Drawing.Size(17, 16); this.xrLabel41.Text = "xrLabel41"; this.xrLabel41.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel12 // this.xrLabel12.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel12.Location = new System.Drawing.Point(25, 8); this.xrLabel12.Name = "xrLabel12"; this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel12.Size = new System.Drawing.Size(75, 17); this.xrLabel12.Text = "SubTotal:"; this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLine3 // this.xrLine3.Font = new System.Drawing.Font("Times New Roman", 9.75F); this.xrLine3.LineStyle = System.Drawing.Drawing2D.DashStyle.Dash; this.xrLine3.Location = new System.Drawing.Point(8, 0); this.xrLine3.Name = "xrLine3"; this.xrLine3.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.xrLine3.Size = new System.Drawing.Size(334, 8); // // xrLabel30 // this.xrLabel30.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel30.Location = new System.Drawing.Point(25, 108); this.xrLabel30.Name = "xrLabel30"; this.xrLabel30.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel30.Size = new System.Drawing.Size(92, 17); this.xrLabel30.Text = "TENDERED:"; this.xrLabel30.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel27 // this.xrLabel27.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.mTotalAmount", "{0:$0.00}")}); this.xrLabel27.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel27.Location = new System.Drawing.Point(208, 75); this.xrLabel27.Name = "xrLabel27"; this.xrLabel27.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel27.Size = new System.Drawing.Size(100, 23); this.xrLabel27.Text = "xrLabel27"; this.xrLabel27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel26 // this.xrLabel26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.mGSTAmount", "{0:$0.00}")}); this.xrLabel26.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel26.Location = new System.Drawing.Point(208, 58); this.xrLabel26.Name = "xrLabel26"; this.xrLabel26.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel26.Size = new System.Drawing.Size(100, 16); this.xrLabel26.Text = "xrLabel26"; this.xrLabel26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel24 // this.xrLabel24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.DiscountAmt", "{0:$0.00}")}); this.xrLabel24.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel24.Location = new System.Drawing.Point(208, 25); this.xrLabel24.Name = "xrLabel24"; this.xrLabel24.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel24.Size = new System.Drawing.Size(100, 16); this.xrLabel24.Text = "xrLabel24"; this.xrLabel24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel23 // this.xrLabel23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.strFreebieCode", "")}); this.xrLabel23.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel23.Location = new System.Drawing.Point(117, 25); this.xrLabel23.Name = "xrLabel23"; this.xrLabel23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel23.Size = new System.Drawing.Size(91, 16); this.xrLabel23.Text = "xrLabel23"; this.xrLabel23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel20 // this.xrLabel20.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel20.Location = new System.Drawing.Point(42, 58); this.xrLabel20.Name = "xrLabel20"; this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel20.Size = new System.Drawing.Size(67, 17); this.xrLabel20.Text = "% GST:"; this.xrLabel20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel18 // this.xrLabel18.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel18.Location = new System.Drawing.Point(25, 25); this.xrLabel18.Name = "xrLabel18"; this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel18.Size = new System.Drawing.Size(83, 17); this.xrLabel18.Text = "Bill Discount:"; this.xrLabel18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel19 // this.xrLabel19.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel19.Location = new System.Drawing.Point(25, 42); this.xrLabel19.Name = "xrLabel19"; this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel19.Size = new System.Drawing.Size(75, 17); this.xrLabel19.Text = "Nett Value:"; this.xrLabel19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // DetailReport // this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.ReportFooter1}); this.DetailReport.DataMember = "TblReceipt.Receipt_ReceiptPayment_Relation"; this.DetailReport.Font = new System.Drawing.Font("Arial", 8.5F); this.DetailReport.Level = 1; this.DetailReport.Name = "DetailReport"; this.DetailReport.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.DetailReport.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportFooter1 // this.ReportFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel49, this.xrLabel48, this.xrLabel7, this.xrLabel6}); this.ReportFooter1.Font = new System.Drawing.Font("Arial", 8.5F); this.ReportFooter1.Height = 49; this.ReportFooter1.Name = "ReportFooter1"; this.ReportFooter1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.ReportFooter1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; this.ReportFooter1.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.ReportFooter1_BeforePrint); // // xrLabel49 // this.xrLabel49.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.mOutstandingAmount", "{0:$0.00}")}); this.xrLabel49.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel49.Location = new System.Drawing.Point(208, 17); this.xrLabel49.Name = "xrLabel49"; this.xrLabel49.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel49.Size = new System.Drawing.Size(75, 17); this.xrLabel49.Text = "xrLabel36"; this.xrLabel49.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel48 // this.xrLabel48.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel48.Location = new System.Drawing.Point(25, 17); this.xrLabel48.Name = "xrLabel48"; this.xrLabel48.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel48.Size = new System.Drawing.Size(183, 17); this.xrLabel48.Text = "OutStanding Amount :"; this.xrLabel48.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel7 // this.xrLabel7.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel7.Location = new System.Drawing.Point(25, 0); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel7.Size = new System.Drawing.Size(183, 17); this.xrLabel7.Text = "GST Collected For this Bill:"; this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel6 // this.xrLabel6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.GSTPaid", "{0:$0.00}")}); this.xrLabel6.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel6.Location = new System.Drawing.Point(208, 0); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel6.Size = new System.Drawing.Size(75, 17); this.xrLabel6.Text = "xrLabel36"; this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLine4 // this.xrLine4.Font = new System.Drawing.Font("Times New Roman", 9.75F); this.xrLine4.LineStyle = System.Drawing.Drawing2D.DashStyle.Dash; this.xrLine4.Location = new System.Drawing.Point(8, 0); this.xrLine4.Name = "xrLine4"; this.xrLine4.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.xrLine4.Size = new System.Drawing.Size(334, 8); // // xrLabel31 // this.xrLabel31.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblBranch.strHeader1", "")}); this.xrLabel31.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel31.Location = new System.Drawing.Point(25, 0); this.xrLabel31.Name = "xrLabel31"; this.xrLabel31.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel31.Size = new System.Drawing.Size(317, 17); this.xrLabel31.Text = "xrLabel31"; this.xrLabel31.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportFooter3 // this.ReportFooter3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel47, this.xrLabel40, this.xrLine4, this.xrLabel36, this.xrLabel35}); this.ReportFooter3.Name = "ReportFooter3"; // // xrLabel40 // this.xrLabel40.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel40.Location = new System.Drawing.Point(25, 67); this.xrLabel40.Multiline = true; this.xrLabel40.Name = "xrLabel40"; this.xrLabel40.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel40.Size = new System.Drawing.Size(308, 17); this.xrLabel40.Text = "Amore Fitness is an award winning company and its once again cerfitied ISO9001:20" + "08 for quality assurance and service execellence"; this.xrLabel40.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel36 // this.xrLabel36.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.RewardPoint", "")}); this.xrLabel36.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel36.Location = new System.Drawing.Point(208, 17); this.xrLabel36.Name = "xrLabel36"; this.xrLabel36.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel36.Size = new System.Drawing.Size(100, 17); this.xrLabel36.Text = "xrLabel36"; this.xrLabel36.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel35 // this.xrLabel35.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel35.Location = new System.Drawing.Point(25, 17); this.xrLabel35.Name = "xrLabel35"; this.xrLabel35.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel35.Size = new System.Drawing.Size(200, 17); this.xrLabel35.Text = "BALANCE REWARDS POINTS: "; this.xrLabel35.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // Detail3 // this.Detail3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel45, this.xrLabel46}); this.Detail3.Height = 25; this.Detail3.Name = "Detail3"; // // xrLabel45 // this.xrLabel45.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.Receipt_FreePackage_Relation.strDescription", "")}); this.xrLabel45.Location = new System.Drawing.Point(108, 0); this.xrLabel45.Name = "xrLabel45"; this.xrLabel45.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel45.Size = new System.Drawing.Size(284, 25); this.xrLabel45.Text = "xrLabel45"; this.xrLabel45.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel46 // this.xrLabel46.Location = new System.Drawing.Point(25, 0); this.xrLabel46.Name = "xrLabel46"; this.xrLabel46.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel46.Size = new System.Drawing.Size(100, 25); this.xrLabel46.Text = "Free Package :"; this.xrLabel46.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // DetailBand1 // this.DetailBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLine1, this.xrLabel9}); this.DetailBand1.Font = new System.Drawing.Font("Arial", 8.5F); this.DetailBand1.Height = 25; this.DetailBand1.Name = "DetailBand1"; this.DetailBand1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.DetailBand1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLine1 // this.xrLine1.Font = new System.Drawing.Font("Times New Roman", 9.75F); this.xrLine1.LineStyle = System.Drawing.Drawing2D.DashStyle.Dash; this.xrLine1.Location = new System.Drawing.Point(8, 17); this.xrLine1.Name = "xrLine1"; this.xrLine1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.xrLine1.Size = new System.Drawing.Size(334, 8); // // xrLabel9 // this.xrLabel9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.strReceiptNo", "")}); this.xrLabel9.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel9.Location = new System.Drawing.Point(42, 0); this.xrLabel9.Name = "xrLabel9"; this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel9.Size = new System.Drawing.Size(100, 17); this.xrLabel9.Text = "xrLabel9"; this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; this.xrLabel9.Visible = false; // // xrLabel33 // this.xrLabel33.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblBranch.strHeader3", "")}); this.xrLabel33.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel33.Location = new System.Drawing.Point(25, 33); this.xrLabel33.Name = "xrLabel33"; this.xrLabel33.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel33.Size = new System.Drawing.Size(317, 16); this.xrLabel33.Text = "xrLabel33"; this.xrLabel33.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel3 // this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.nSalespersonID", "")}); this.xrLabel3.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel3.Location = new System.Drawing.Point(117, 108); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel3.Size = new System.Drawing.Size(108, 19); this.xrLabel3.Text = "xrLabel3"; this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel39 // this.xrLabel39.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.strReceiptNo", "")}); this.xrLabel39.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel39.Location = new System.Drawing.Point(33, 142); this.xrLabel39.Name = "xrLabel39"; this.xrLabel39.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel39.Size = new System.Drawing.Size(75, 17); this.xrLabel39.Text = "xrLabel6"; this.xrLabel39.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel37 // this.xrLabel37.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.dtDate", "{0:dddd, dd MMMM yyyy}")}); this.xrLabel37.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel37.Location = new System.Drawing.Point(108, 142); this.xrLabel37.Name = "xrLabel37"; this.xrLabel37.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel37.Size = new System.Drawing.Size(234, 17); this.xrLabel37.Text = "xrLabel37"; this.xrLabel37.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel32 // this.xrLabel32.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblBranch.strHeader2", "")}); this.xrLabel32.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel32.Location = new System.Drawing.Point(25, 17); this.xrLabel32.Name = "xrLabel32"; this.xrLabel32.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel32.Size = new System.Drawing.Size(317, 17); this.xrLabel32.Text = "xrLabel32"; this.xrLabel32.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel2 // this.xrLabel2.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel2.Location = new System.Drawing.Point(25, 108); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel2.Size = new System.Drawing.Size(92, 17); this.xrLabel2.Text = "Salesperson ID:"; this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // DetailReport3 // this.DetailReport3.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail3, this.ReportFooter3}); this.DetailReport3.DataMember = "TblReceipt.Receipt_FreePackage_Relation"; this.DetailReport3.Level = 3; this.DetailReport3.Name = "DetailReport3"; // // HeaderBand1 // this.HeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel8, this.xrLabel39, this.xrLabel38, this.xrLabel37, this.xrLabel34, this.xrLabel33, this.xrLabel32, this.xrLabel31, this.xrLabel5, this.xrLabel4, this.xrLabel3, this.xrLabel2, this.xrLabelstrMemberName, this.xrLabelMembershipID, this.xrLabel1}); this.HeaderBand1.Font = new System.Drawing.Font("Arial", 8.5F); this.HeaderBand1.Height = 159; this.HeaderBand1.Name = "HeaderBand1"; this.HeaderBand1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.HeaderBand1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel8 // this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblBranch.strHeader5", "")}); this.xrLabel8.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel8.Location = new System.Drawing.Point(25, 67); this.xrLabel8.Name = "xrLabel8"; this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel8.Size = new System.Drawing.Size(317, 17); this.xrLabel8.Text = "xrLabel8"; this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel38 // this.xrLabel38.Font = new System.Drawing.Font("Arial", 8.5F, System.Drawing.FontStyle.Bold); this.xrLabel38.Location = new System.Drawing.Point(25, 142); this.xrLabel38.Name = "xrLabel38"; this.xrLabel38.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel38.Size = new System.Drawing.Size(17, 17); this.xrLabel38.Text = "#"; this.xrLabel38.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel34 // this.xrLabel34.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblBranch.strHeader4", "")}); this.xrLabel34.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel34.Location = new System.Drawing.Point(25, 50); this.xrLabel34.Name = "xrLabel34"; this.xrLabel34.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel34.Size = new System.Drawing.Size(317, 17); this.xrLabel34.Text = "xrLabel34"; this.xrLabel34.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel5 // this.xrLabel5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.nCashierID", "")}); this.xrLabel5.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabel5.Location = new System.Drawing.Point(117, 125); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel5.Size = new System.Drawing.Size(83, 19); this.xrLabel5.Text = "xrLabel5"; this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabelstrMemberName // this.xrLabelstrMemberName.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.strMemberName", "")}); this.xrLabelstrMemberName.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabelstrMemberName.Location = new System.Drawing.Point(167, 92); this.xrLabelstrMemberName.Name = "xrLabelstrMemberName"; this.xrLabelstrMemberName.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabelstrMemberName.Size = new System.Drawing.Size(109, 17); this.xrLabelstrMemberName.Text = "Member Name"; this.xrLabelstrMemberName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabelMembershipID // this.xrLabelMembershipID.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "TblReceipt.strMembershipID", "")}); this.xrLabelMembershipID.Font = new System.Drawing.Font("Arial", 8.5F); this.xrLabelMembershipID.Location = new System.Drawing.Point(117, 92); this.xrLabelMembershipID.Name = "xrLabelMembershipID"; this.xrLabelMembershipID.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabelMembershipID.Size = new System.Drawing.Size(58, 17); this.xrLabelMembershipID.Text = "xrLabelMembershipID"; this.xrLabelMembershipID.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ppChildReport1 // this.ppChildReport1.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.ppDetailBand1, this.ReportFooter}); this.ppChildReport1.DataMember = "TblReceipt.Receipt_ReceiptEntries_Relation"; this.ppChildReport1.Font = new System.Drawing.Font("Arial", 8.5F); this.ppChildReport1.Name = "ppChildReport1"; this.ppChildReport1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.ppChildReport1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // Receipt // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.DetailBand1, this.HeaderBand1, this.ppGroupHeaderBand1, this.ppChildReport1, this.DetailReport, this.DetailReport1, this.DetailReport3}); this.DataMember = "TblReceipt"; this.Margins = new System.Drawing.Printing.Margins(0, 48, 0, 12); this.PageHeight = 900; this.PageWidth = 544; this.PaperKind = System.Drawing.Printing.PaperKind.Custom; this.PreviewRowCount = 100; this.Version = "8.3"; ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
public Xtrp_BangDiemTongKet(String malop, String tenlop) { InitializeComponent(); this.lbLop.Text = "Lớp: " + tenlop; // Create a detail report band and bind it to data. DetailReportBand detailReportBand = new DetailReportBand(); this.Bands.Add(detailReportBand); // Add a header to the detail report. ReportHeaderBand detailReportHeader = new ReportHeaderBand(); detailReportBand.Bands.Add(detailReportHeader); XRTable tableHeader = new XRTable(); tableHeader.BeginInit(); tableHeader.Rows.Add(new XRTableRow()); tableHeader.Borders = DevExpress.XtraPrinting.BorderSide.All; tableHeader.BorderColor = Color.DarkGray; tableHeader.Font = new Font("Tahoma", 10, System.Drawing.FontStyle.Bold); tableHeader.Padding = 10; tableHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; String cmd = "EXEC sp_BANGDIEMTONGKET '" + malop + "'"; SqlDataReader reader = Program.ExecSqlDataReader(cmd); if (reader != null && reader.HasRows) { tableHeader.Rows.Add(new XRTableRow()); List <XRTableCell> titleCells = new List <XRTableCell>(); for (int i = 0; i < reader.FieldCount; i++) { XRTableCell cell = new XRTableCell(); cell.Text = reader.GetName(i); titleCells.Add(cell); } tableHeader.Rows[0].Cells.AddRange(titleCells.ToArray()); DataTable dt = new DataTable(); dt.Load(reader); for (int i = 0; i < dt.Rows.Count; i++) { tableHeader.Rows.Add(new XRTableRow()); List <XRTableCell> dataCells = new List <XRTableCell>(); for (int j = 0; j < dt.Columns.Count; j++) { XRTableCell cell = new XRTableCell(); cell.Text = dt.Rows[i][j].ToString(); cell.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; dataCells.Add(cell); } tableHeader.Rows[i + 1].Cells.AddRange(dataCells.ToArray()); } } detailReportHeader.Height = tableHeader.Height; detailReportHeader.Controls.Add(tableHeader); // Adjust the table width. tableHeader.BeforePrint += tableHeader_BeforePrint; tableHeader.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 = "rptBanHang.resx"; 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.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.colHangHoa = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell30 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell31 = new DevExpress.XtraReports.UI.XRTableCell(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.xrTable4 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell(); this.header = new DevExpress.XtraReports.UI.XRSubreport(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); this.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrTable7 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow8 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell(); 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.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.formattingRule1 = new DevExpress.XtraReports.UI.FormattingRule(); this.dsBaoCaoBanHang1 = new dsBaoCaoBanHang(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrSum = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell29 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow7 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell33 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); this.sdfsdfsdf = new DevExpress.XtraReports.UI.XRTableCell(); this.xrDiscount01 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow11 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell(); this.thanhtienafterdis01 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTable6 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); this.lbchu = new DevExpress.XtraReports.UI.XRLabel(); this.xrLine1 = new DevExpress.XtraReports.UI.XRLine(); this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrBarCode1 = new DevExpress.XtraReports.UI.XRBarCode(); this.pTongTien = new DevExpress.XtraReports.UI.CalculatedField(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.sale_InvoiceToPrintTableAdapter1 = new dsBaoCaoBanHangTableAdapters.sale_InvoiceToPrintTableAdapter(); this.Thanhtien = new DevExpress.XtraReports.UI.CalculatedField(); this.percentDiscount1 = new DevExpress.XtraReports.UI.CalculatedField(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); this.xrPictureBox4 = new DevExpress.XtraReports.UI.XRPictureBox(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrPictureBox5 = new DevExpress.XtraReports.UI.XRPictureBox(); this.xrTableCell34 = new DevExpress.XtraReports.UI.XRTableCell(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable7)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dsBaoCaoBanHang1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2}); this.Detail.Font = new System.Drawing.Font("Times New Roman", 9F); this.Detail.HeightF = 30F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.StylePriority.UseFont = false; this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrTable2 // this.xrTable2.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid; this.xrTable2.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.xrTable2.BorderWidth = 1F; this.xrTable2.Font = new System.Drawing.Font("MS Reference Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 5, 5, 100F); this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2}); this.xrTable2.SizeF = new System.Drawing.SizeF(748.96F, 30F); this.xrTable2.StylePriority.UseBorderDashStyle = false; this.xrTable2.StylePriority.UseBorders = false; this.xrTable2.StylePriority.UseBorderWidth = false; this.xrTable2.StylePriority.UseFont = false; this.xrTable2.StylePriority.UsePadding = false; this.xrTable2.StylePriority.UseTextAlignment = false; this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell7, this.colHangHoa, this.xrTableCell11, this.xrTableCell30, this.xrTableCell31}); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Weight = 1D; // // xrTableCell7 // this.xrTableCell7.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 5, 0, 0, 100F); this.xrTableCell7.StylePriority.UseBorders = false; this.xrTableCell7.StylePriority.UsePadding = false; this.xrTableCell7.StylePriority.UseTextAlignment = false; this.xrTableCell7.Text = "STT"; this.xrTableCell7.Weight = 0.36458328247070315D; this.xrTableCell7.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xrTableCell7_BeforePrint); // // colHangHoa // this.colHangHoa.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.colHangHoa.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.productname")}); this.colHangHoa.Name = "colHangHoa"; this.colHangHoa.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 100F); this.colHangHoa.StylePriority.UseBorders = false; this.colHangHoa.StylePriority.UsePadding = false; this.colHangHoa.StylePriority.UseTextAlignment = false; this.colHangHoa.Text = "colHangHoa"; this.colHangHoa.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.colHangHoa.Weight = 4.052847185033353D; // // xrTableCell11 // this.xrTableCell11.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.xrTableCell11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.CurrentPrice", "{0:n0}")}); this.xrTableCell11.Name = "xrTableCell11"; this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 100F); this.xrTableCell11.StylePriority.UseBorders = false; this.xrTableCell11.StylePriority.UsePadding = false; this.xrTableCell11.StylePriority.UseTextAlignment = false; xrSummary1.FormatString = "{0:0.00 VND}"; this.xrTableCell11.Summary = xrSummary1; this.xrTableCell11.Text = "xrTableCell11"; this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell11.Weight = 0.99829627768477114D; // // xrTableCell30 // this.xrTableCell30.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.xrTableCell30.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.Quantity", "{0:n0}")}); this.xrTableCell30.Name = "xrTableCell30"; this.xrTableCell30.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 5, 0, 0, 100F); this.xrTableCell30.StylePriority.UseBorders = false; this.xrTableCell30.StylePriority.UsePadding = false; this.xrTableCell30.StylePriority.UseTextAlignment = false; this.xrTableCell30.Text = "xrTableCell30"; this.xrTableCell30.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell30.Weight = 0.782191345631486D; // // xrTableCell31 // this.xrTableCell31.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.xrTableCell31.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.Total", "{0:n0}")}); this.xrTableCell31.Name = "xrTableCell31"; this.xrTableCell31.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 5, 0, 0, 100F); this.xrTableCell31.StylePriority.UseBorders = false; this.xrTableCell31.StylePriority.UsePadding = false; this.xrTableCell31.StylePriority.UseTextAlignment = false; this.xrTableCell31.Text = "xrTableCell31"; this.xrTableCell31.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell31.Weight = 0.97617918250893376D; // // TopMargin // this.TopMargin.HeightF = 0F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.HeightF = 14F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable4}); this.PageHeader.HeightF = 25F; this.PageHeader.Name = "PageHeader"; this.PageHeader.PrintOn = DevExpress.XtraReports.UI.PrintOnPages.NotWithReportHeader; // // xrTable4 // this.xrTable4.BackColor = System.Drawing.Color.Snow; this.xrTable4.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable4.BorderWidth = 1F; this.xrTable4.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable4.Name = "xrTable4"; this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow4}); this.xrTable4.SizeF = new System.Drawing.SizeF(748.96F, 25F); this.xrTable4.StylePriority.UseBackColor = false; this.xrTable4.StylePriority.UseBorders = false; this.xrTable4.StylePriority.UseBorderWidth = false; this.xrTable4.StylePriority.UseFont = false; this.xrTable4.StylePriority.UseTextAlignment = false; this.xrTable4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow4 // this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell3, this.xrTableCell13, this.xrTableCell14, this.xrTableCell16, this.xrTableCell19}); this.xrTableRow4.Name = "xrTableRow4"; this.xrTableRow4.Weight = 1D; // // xrTableCell3 // this.xrTableCell3.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.StylePriority.UseBorders = false; this.xrTableCell3.StylePriority.UseTextAlignment = false; this.xrTableCell3.Text = "STT"; this.xrTableCell3.Weight = 0.36560020791428305D; // // xrTableCell13 // this.xrTableCell13.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.xrTableCell13.Name = "xrTableCell13"; this.xrTableCell13.StylePriority.UseBorders = false; this.xrTableCell13.Text = "Tên Hàng Hoá"; this.xrTableCell13.Weight = 4.0641524463652621D; // // xrTableCell14 // this.xrTableCell14.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.xrTableCell14.Name = "xrTableCell14"; this.xrTableCell14.StylePriority.UseBorders = false; this.xrTableCell14.Text = "Đơn giá"; this.xrTableCell14.Weight = 1.0010809425008556D; // // xrTableCell16 // this.xrTableCell16.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.xrTableCell16.Multiline = true; this.xrTableCell16.Name = "xrTableCell16"; this.xrTableCell16.StylePriority.UseBorders = false; this.xrTableCell16.StylePriority.UseTextAlignment = false; this.xrTableCell16.Text = "Số lượng\r\n"; this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell16.Weight = 0.78437319053638133D; // // xrTableCell19 // this.xrTableCell19.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.xrTableCell19.Name = "xrTableCell19"; this.xrTableCell19.StylePriority.UseBorders = false; this.xrTableCell19.Text = "Thành tiền"; this.xrTableCell19.Weight = 0.97890222513473879D; // // header // this.header.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.header.Name = "header"; this.header.SizeF = new System.Drawing.SizeF(750F, 29.625F); // // xrLabel10 // this.xrLabel10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.InvoiceNo", "Mã đơn : {0}")}); this.xrLabel10.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Italic); this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(1.04173F, 75.54163F); this.xrLabel10.Name = "xrLabel10"; this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel10.SizeF = new System.Drawing.SizeF(738.9999F, 26.41667F); this.xrLabel10.StylePriority.UseFont = false; this.xrLabel10.StylePriority.UseTextAlignment = false; this.xrLabel10.Text = "xrLabel10"; this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrLabel13 // this.xrLabel13.Font = new System.Drawing.Font("Verdana", 18F, System.Drawing.FontStyle.Bold); this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(1.04173F, 32.74995F); this.xrLabel13.Name = "xrLabel13"; this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel13.SizeF = new System.Drawing.SizeF(748.9583F, 42.79168F); this.xrLabel13.StylePriority.UseFont = false; this.xrLabel13.StylePriority.UseTextAlignment = false; this.xrLabel13.Text = "HOÁ ĐƠN BÁN HÀNG"; this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel17 // this.xrLabel17.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(1.04173F, 173.75F); this.xrLabel17.Name = "xrLabel17"; this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel17.SizeF = new System.Drawing.SizeF(69.79163F, 16F); this.xrLabel17.StylePriority.UseFont = false; this.xrLabel17.Text = "Ghi chú: "; // // GroupHeader2 // this.GroupHeader2.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] { new DevExpress.XtraReports.UI.GroupField("TenKhachHang", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)}); this.GroupHeader2.HeightF = 0F; this.GroupHeader2.Name = "GroupHeader2"; // // xrTable7 // this.xrTable7.Font = new System.Drawing.Font("Verdana", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTable7.LocationFloat = new DevExpress.Utils.PointFloat(7.249959F, 101.9583F); this.xrTable7.Name = "xrTable7"; this.xrTable7.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 4, 4, 100F); this.xrTable7.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow8, this.xrTableRow9}); this.xrTable7.SizeF = new System.Drawing.SizeF(741.7084F, 54.75F); this.xrTable7.StylePriority.UseFont = false; this.xrTable7.StylePriority.UsePadding = false; this.xrTable7.StylePriority.UseTextAlignment = false; this.xrTable7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrTableRow8 // this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell6, this.xrTableCell23, this.xrTableCell20, this.xrTableCell18, this.xrTableCell25, this.xrTableCell24}); this.xrTableRow8.Name = "xrTableRow8"; this.xrTableRow8.Weight = 1D; // // xrTableCell6 // this.xrTableCell6.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold); this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.StylePriority.UseFont = false; this.xrTableCell6.StylePriority.UseTextAlignment = false; this.xrTableCell6.Text = "Khách hàng: "; this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrTableCell6.Weight = 1.0520836686849815D; // // xrTableCell23 // this.xrTableCell23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.Customer")}); this.xrTableCell23.Font = new System.Drawing.Font("Verdana", 10F); this.xrTableCell23.Name = "xrTableCell23"; this.xrTableCell23.StylePriority.UseFont = false; this.xrTableCell23.Text = "xrTableCell23"; this.xrTableCell23.Weight = 2.5880258821406894D; // // xrTableCell20 // this.xrTableCell20.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold); this.xrTableCell20.Name = "xrTableCell20"; this.xrTableCell20.StylePriority.UseFont = false; this.xrTableCell20.Text = "Ngày :"; this.xrTableCell20.Weight = 0.5894757719221223D; // // xrTableCell18 // this.xrTableCell18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.CurrentDate", "{0:dd/MM/yyyy}")}); this.xrTableCell18.Font = new System.Drawing.Font("Verdana", 10F); this.xrTableCell18.Name = "xrTableCell18"; this.xrTableCell18.StylePriority.UseFont = false; this.xrTableCell18.Weight = 1.0417734816221154D; // // xrTableCell25 // this.xrTableCell25.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold); this.xrTableCell25.Name = "xrTableCell25"; this.xrTableCell25.StylePriority.UseFont = false; this.xrTableCell25.StylePriority.UseTextAlignment = false; this.xrTableCell25.Text = "Điện thoại:"; this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrTableCell25.Weight = 0.90503245148400147D; // // xrTableCell24 // this.xrTableCell24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.Phone")}); this.xrTableCell24.Font = new System.Drawing.Font("Verdana", 10F); this.xrTableCell24.Name = "xrTableCell24"; this.xrTableCell24.StylePriority.UseFont = false; this.xrTableCell24.Text = "xrTableCell24"; this.xrTableCell24.Weight = 1.2406931607105067D; // // xrTableRow9 // this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell26, this.xrTableCell27}); this.xrTableRow9.Name = "xrTableRow9"; this.xrTableRow9.Weight = 1D; // // xrTableCell26 // this.xrTableCell26.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold); this.xrTableCell26.Name = "xrTableCell26"; this.xrTableCell26.StylePriority.UseFont = false; this.xrTableCell26.Text = "Địa chỉ : "; this.xrTableCell26.Weight = 0.73958367866282337D; // // xrTableCell27 // this.xrTableCell27.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.CustomerAddress")}); this.xrTableCell27.Font = new System.Drawing.Font("Verdana", 10F); this.xrTableCell27.Multiline = true; this.xrTableCell27.Name = "xrTableCell27"; this.xrTableCell27.StylePriority.UseFont = false; this.xrTableCell27.Weight = 6.6775007379015943D; // // xrTable1 // this.xrTable1.BackColor = System.Drawing.Color.Snow; this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable1.BorderWidth = 1F; this.xrTable1.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 183.4722F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1}); this.xrTable1.SizeF = new System.Drawing.SizeF(748.9583F, 25F); this.xrTable1.StylePriority.UseBackColor = false; this.xrTable1.StylePriority.UseBorders = false; this.xrTable1.StylePriority.UseBorderWidth = false; this.xrTable1.StylePriority.UseFont = false; this.xrTable1.StylePriority.UseTextAlignment = false; this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell1, this.xrTableCell2, this.xrTableCell4, this.xrTableCell21, this.xrTableCell5}); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 1D; // // xrTableCell1 // this.xrTableCell1.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.StylePriority.UseBorders = false; this.xrTableCell1.StylePriority.UseTextAlignment = false; this.xrTableCell1.Text = "STT"; this.xrTableCell1.Weight = 0.36560020791428305D; // // xrTableCell2 // this.xrTableCell2.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.StylePriority.UseBorders = false; this.xrTableCell2.Text = "Tên Hàng Hoá"; this.xrTableCell2.Weight = 4.0641554790407382D; // // xrTableCell4 // this.xrTableCell4.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.StylePriority.UseBorders = false; this.xrTableCell4.Text = "Đơn giá"; this.xrTableCell4.Weight = 1.0011300565736081D; // // xrTableCell21 // this.xrTableCell21.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.xrTableCell21.Multiline = true; this.xrTableCell21.Name = "xrTableCell21"; this.xrTableCell21.StylePriority.UseBorders = false; this.xrTableCell21.StylePriority.UseTextAlignment = false; this.xrTableCell21.Text = "Số lượng\r\n"; this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell21.Weight = 0.78432104378815293D; // // xrTableCell5 // this.xrTableCell5.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.StylePriority.UseBorders = false; this.xrTableCell5.Text = "Thành tiền"; this.xrTableCell5.Weight = 0.97895618222477876D; // // formattingRule1 // this.formattingRule1.DataMember = null; // // // this.formattingRule1.Formatting.BackColor = System.Drawing.Color.Gray; this.formattingRule1.Formatting.Padding = new DevExpress.XtraPrinting.PaddingInfo(50, 50, 50, 50, 100F); this.formattingRule1.Name = "formattingRule1"; // // dsBaoCaoBanHang1 // this.dsBaoCaoBanHang1.DataSetName = "dsBaoCaoBanHang"; this.dsBaoCaoBanHang1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // GroupFooter1 // this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel4, this.xrTable3, this.xrTable6, this.xrLabel17}); this.GroupFooter1.HeightF = 192.4583F; this.GroupFooter1.Name = "GroupFooter1"; // // xrLabel4 // this.xrLabel4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.Notes")}); this.xrLabel4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Italic); this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(70.83334F, 173.75F); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel4.SizeF = new System.Drawing.SizeF(329.0094F, 16F); this.xrLabel4.StylePriority.UseFont = false; // // xrTable3 // this.xrTable3.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid; this.xrTable3.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.xrTable3.BorderWidth = 1F; this.xrTable3.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable3.Name = "xrTable3"; this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow3, this.xrTableRow5, this.xrTableRow7, this.xrTableRow10, this.xrTableRow11}); this.xrTable3.SizeF = new System.Drawing.SizeF(749F, 124.1666F); this.xrTable3.StylePriority.UseBorderDashStyle = false; this.xrTable3.StylePriority.UseBorders = false; this.xrTable3.StylePriority.UseBorderWidth = false; this.xrTable3.StylePriority.UseFont = false; this.xrTable3.StylePriority.UseTextAlignment = false; this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow3 // this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell12, this.xrTableCell10, this.xrSum}); this.xrTableRow3.Name = "xrTableRow3"; this.xrTableRow3.Weight = 1D; // // xrTableCell12 // this.xrTableCell12.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrTableCell12.Name = "xrTableCell12"; this.xrTableCell12.StylePriority.UseBorders = false; this.xrTableCell12.Weight = 4.6116583633422845D; // // xrTableCell10 // this.xrTableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell10.Font = new System.Drawing.Font("Arial", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic)))); this.xrTableCell10.Name = "xrTableCell10"; this.xrTableCell10.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 5, 0, 0, 100F); this.xrTableCell10.StylePriority.UseBorders = false; this.xrTableCell10.StylePriority.UseFont = false; this.xrTableCell10.StylePriority.UsePadding = false; this.xrTableCell10.StylePriority.UseTextAlignment = false; this.xrTableCell10.Text = "Tổng cộng"; this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell10.Weight = 1.4052649307250975D; // // xrSum // this.xrSum.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrSum.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.FinalTotal", "{0:n0}")}); this.xrSum.Font = new System.Drawing.Font("Verdana", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic)))); this.xrSum.Name = "xrSum"; this.xrSum.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 8, 0, 0, 100F); this.xrSum.StylePriority.UseBorders = false; this.xrSum.StylePriority.UseFont = false; this.xrSum.StylePriority.UsePadding = false; this.xrSum.StylePriority.UseTextAlignment = false; xrSummary2.FormatString = "{0:n0}"; this.xrSum.Summary = xrSummary2; this.xrSum.Text = "xrSum"; this.xrSum.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrSum.Weight = 1.4730767059326171D; // // xrTableRow5 // this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell22, this.xrTableCell28, this.xrTableCell29}); this.xrTableRow5.Name = "xrTableRow5"; this.xrTableRow5.Weight = 1D; // // xrTableCell22 // this.xrTableCell22.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrTableCell22.Name = "xrTableCell22"; this.xrTableCell22.StylePriority.UseBorders = false; this.xrTableCell22.Weight = 4.6116583633422845D; // // xrTableCell28 // this.xrTableCell28.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell28.Font = new System.Drawing.Font("Arial", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic)))); this.xrTableCell28.Name = "xrTableCell28"; this.xrTableCell28.StylePriority.UseBorders = false; this.xrTableCell28.StylePriority.UseFont = false; this.xrTableCell28.StylePriority.UseTextAlignment = false; this.xrTableCell28.Text = "Chiết khấu 1"; this.xrTableCell28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell28.Weight = 1.4052649307250975D; // // xrTableCell29 // this.xrTableCell29.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell29.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.Discount", "{0:n0}")}); this.xrTableCell29.Font = new System.Drawing.Font("Verdana", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic)))); this.xrTableCell29.Name = "xrTableCell29"; this.xrTableCell29.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 8, 0, 0, 100F); this.xrTableCell29.StylePriority.UseBorders = false; this.xrTableCell29.StylePriority.UseFont = false; this.xrTableCell29.StylePriority.UsePadding = false; this.xrTableCell29.StylePriority.UseTextAlignment = false; this.xrTableCell29.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell29.Weight = 1.4730767059326171D; // // xrTableRow7 // this.xrTableRow7.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell32, this.xrTableCell33, this.xrTableCell34}); this.xrTableRow7.Name = "xrTableRow7"; this.xrTableRow7.Weight = 1D; // // xrTableCell32 // this.xrTableCell32.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrTableCell32.Name = "xrTableCell32"; this.xrTableCell32.StylePriority.UseBorders = false; this.xrTableCell32.Weight = 4.6116583633422845D; // // xrTableCell33 // this.xrTableCell33.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell33.Font = new System.Drawing.Font("Arial", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic)))); this.xrTableCell33.Name = "xrTableCell33"; this.xrTableCell33.StylePriority.UseBorders = false; this.xrTableCell33.StylePriority.UseFont = false; this.xrTableCell33.StylePriority.UseTextAlignment = false; this.xrTableCell33.Text = "Chiết khấu 2"; this.xrTableCell33.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell33.Weight = 1.4052649307250975D; // // xrTableRow10 // this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell15, this.sdfsdfsdf, this.xrDiscount01}); this.xrTableRow10.Name = "xrTableRow10"; this.xrTableRow10.Weight = 1D; // // xrTableCell15 // this.xrTableCell15.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrTableCell15.Name = "xrTableCell15"; this.xrTableCell15.StylePriority.UseBorders = false; this.xrTableCell15.Weight = 4.6116586875915528D; // // sdfsdfsdf // this.sdfsdfsdf.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.sdfsdfsdf.Font = new System.Drawing.Font("Arial", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic)))); this.sdfsdfsdf.Multiline = true; this.sdfsdfsdf.Name = "sdfsdfsdf"; this.sdfsdfsdf.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 5, 0, 0, 100F); this.sdfsdfsdf.StylePriority.UseBorders = false; this.sdfsdfsdf.StylePriority.UseFont = false; this.sdfsdfsdf.StylePriority.UsePadding = false; this.sdfsdfsdf.StylePriority.UseTextAlignment = false; this.sdfsdfsdf.Text = "Phí giao hàng\r\n"; this.sdfsdfsdf.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.sdfsdfsdf.Weight = 1.4052652549743652D; // // xrDiscount01 // this.xrDiscount01.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrDiscount01.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.ShipFees", "{0:n0}")}); this.xrDiscount01.Font = new System.Drawing.Font("Verdana", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic)))); this.xrDiscount01.Name = "xrDiscount01"; this.xrDiscount01.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 8, 0, 0, 100F); this.xrDiscount01.StylePriority.UseBorders = false; this.xrDiscount01.StylePriority.UseFont = false; this.xrDiscount01.StylePriority.UsePadding = false; this.xrDiscount01.StylePriority.UseTextAlignment = false; this.xrDiscount01.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrDiscount01.Weight = 1.473076057434082D; // // xrTableRow11 // this.xrTableRow11.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell17, this.xrTableCell48, this.thanhtienafterdis01}); this.xrTableRow11.Name = "xrTableRow11"; this.xrTableRow11.Weight = 1D; // // xrTableCell17 // this.xrTableCell17.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrTableCell17.Name = "xrTableCell17"; this.xrTableCell17.StylePriority.UseBorders = false; this.xrTableCell17.Weight = 4.6116583824157713D; // // xrTableCell48 // this.xrTableCell48.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell48.Font = new System.Drawing.Font("Arial", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic)))); this.xrTableCell48.Name = "xrTableCell48"; this.xrTableCell48.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 5, 0, 0, 100F); this.xrTableCell48.StylePriority.UseBorders = false; this.xrTableCell48.StylePriority.UseFont = false; this.xrTableCell48.StylePriority.UsePadding = false; this.xrTableCell48.StylePriority.UseTextAlignment = false; this.xrTableCell48.Text = "Thành tiền"; this.xrTableCell48.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell48.Weight = 1.4052649497985839D; // // thanhtienafterdis01 // this.thanhtienafterdis01.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); this.thanhtienafterdis01.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.Payment", "{0:n0}")}); this.thanhtienafterdis01.Font = new System.Drawing.Font("Verdana", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic)))); this.thanhtienafterdis01.Name = "thanhtienafterdis01"; this.thanhtienafterdis01.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 8, 0, 0, 100F); this.thanhtienafterdis01.StylePriority.UseBorders = false; this.thanhtienafterdis01.StylePriority.UseFont = false; this.thanhtienafterdis01.StylePriority.UsePadding = false; this.thanhtienafterdis01.StylePriority.UseTextAlignment = false; this.thanhtienafterdis01.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.thanhtienafterdis01.Weight = 1.4730766677856444D; this.thanhtienafterdis01.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.thanhtienafterdis01_BeforePrint); // // xrTable6 // this.xrTable6.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrTable6.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 137.6666F); this.xrTable6.Name = "xrTable6"; this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow6}); this.xrTable6.SizeF = new System.Drawing.SizeF(750F, 20F); this.xrTable6.StylePriority.UseBorders = false; this.xrTable6.StylePriority.UseFont = false; this.xrTable6.StylePriority.UseTextAlignment = false; this.xrTable6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow6 // this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell8, this.xrTableCell9}); this.xrTableRow6.Name = "xrTableRow6"; this.xrTableRow6.Weight = 1D; // // xrTableCell8 // this.xrTableCell8.Font = new System.Drawing.Font("Arial", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic)))); this.xrTableCell8.Name = "xrTableCell8"; this.xrTableCell8.StylePriority.UseFont = false; this.xrTableCell8.StylePriority.UseTextAlignment = false; this.xrTableCell8.Text = "Tổng tiền (bằng chữ):"; this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrTableCell8.Weight = 1.4999997049967446D; // // xrTableCell9 // this.xrTableCell9.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.lbchu}); this.xrTableCell9.Font = new System.Drawing.Font("Times New Roman", 9F); this.xrTableCell9.Name = "xrTableCell9"; this.xrTableCell9.StylePriority.UseFont = false; this.xrTableCell9.StylePriority.UseTextAlignment = false; xrSummary3.FormatString = "{0:0.00 VND}"; this.xrTableCell9.Summary = xrSummary3; this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrTableCell9.Weight = 5.0000002950032547D; // // lbchu // this.lbchu.Font = new System.Drawing.Font("Arial", 12F); this.lbchu.LocationFloat = new DevExpress.Utils.PointFloat(2.499835F, 0F); this.lbchu.Name = "lbchu"; this.lbchu.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.lbchu.SizeF = new System.Drawing.SizeF(573.4233F, 20F); this.lbchu.StylePriority.UseFont = false; this.lbchu.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.lbchu_BeforePrint); // // xrLine1 // this.xrLine1.BorderWidth = 5F; this.xrLine1.LineStyle = System.Drawing.Drawing2D.DashStyle.Dash; this.xrLine1.LineWidth = 2; this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 3.000005F); this.xrLine1.Name = "xrLine1"; this.xrLine1.SizeF = new System.Drawing.SizeF(750.0001F, 11.54169F); this.xrLine1.StylePriority.UseBorderWidth = false; // // xrPictureBox1 // this.xrPictureBox1.ImageUrl = "~\\img\\logohdk.png"; this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(239.5835F, 24.54169F); this.xrPictureBox1.Name = "xrPictureBox1"; this.xrPictureBox1.SizeF = new System.Drawing.SizeF(171.875F, 61.49998F); this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.Squeeze; // // xrLabel5 // this.xrLabel5.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Italic); this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(239.5835F, 115.2917F); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel5.SizeF = new System.Drawing.SizeF(480.514F, 31.33333F); this.xrLabel5.StylePriority.UseFont = false; this.xrLabel5.StylePriority.UseTextAlignment = false; this.xrLabel5.Text = "Mã giảm giá bên có thời hạn từ 01-05-2015 đến ngày 30-05-2015."; this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel3 // this.xrLabel3.Font = new System.Drawing.Font("Verdana", 10F); this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(239.5835F, 86.04166F); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel3.SizeF = new System.Drawing.SizeF(480.514F, 18.83333F); this.xrLabel3.StylePriority.UseFont = false; this.xrLabel3.StylePriority.UseTextAlignment = false; this.xrLabel3.Text = "TẶNG BẠN MÃ GIẢM GIÁ 10% CHO LẦN MUA HÀNG TIẾP THEO"; this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel1 // this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 22F, System.Drawing.FontStyle.Bold); this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(419.7918F, 36.20841F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.SizeF = new System.Drawing.SizeF(240.6251F, 36.37494F); this.xrLabel1.StylePriority.UseFont = false; this.xrLabel1.StylePriority.UseTextAlignment = false; this.xrLabel1.Text = "CẢM ƠN BẠN !"; this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrBarCode1 // this.xrBarCode1.AutoModule = true; this.xrBarCode1.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.DashDotDot; this.xrBarCode1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrBarCode1.Font = new System.Drawing.Font("Microsoft YaHei", 16F, System.Drawing.FontStyle.Bold); this.xrBarCode1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText; this.xrBarCode1.FormattingRules.Add(this.formattingRule1); this.xrBarCode1.LocationFloat = new DevExpress.Utils.PointFloat(23.95846F, 24.54169F); this.xrBarCode1.Module = 8F; this.xrBarCode1.Name = "xrBarCode1"; this.xrBarCode1.Padding = new DevExpress.XtraPrinting.PaddingInfo(20, 10, 20, 10, 100F); this.xrBarCode1.SizeF = new System.Drawing.SizeF(196.8751F, 215.7501F); this.xrBarCode1.StylePriority.UseBorderDashStyle = false; this.xrBarCode1.StylePriority.UseBorders = false; this.xrBarCode1.StylePriority.UseFont = false; this.xrBarCode1.StylePriority.UseForeColor = false; this.xrBarCode1.StylePriority.UsePadding = false; this.xrBarCode1.StylePriority.UseTextAlignment = false; qrCodeGenerator1.ErrorCorrectionLevel = DevExpress.XtraPrinting.BarCode.QRCodeErrorCorrectionLevel.M; qrCodeGenerator1.Version = DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version1; this.xrBarCode1.Symbology = qrCodeGenerator1; this.xrBarCode1.Text = "GGHKBD"; this.xrBarCode1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // pTongTien // this.pTongTien.Expression = "[TongTien]+[Thue]+[ShipFees]-[GiamGia]"; this.pTongTien.Name = "pTongTien"; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.header, this.xrLabel10, this.xrLabel13, this.xrTable7, this.xrTable1}); this.ReportHeader.HeightF = 208.4722F; this.ReportHeader.Name = "ReportHeader"; // // sale_InvoiceToPrintTableAdapter1 // this.sale_InvoiceToPrintTableAdapter1.ClearBeforeFill = true; // // Thanhtien // this.Thanhtien.Expression = "[sale_InvoiceToPrint.FinalTotal] - [sale_InvoiceToPrint.ShipFees]"; this.Thanhtien.Name = "Thanhtien"; // // percentDiscount1 // this.percentDiscount1.Expression = "[sale_InvoiceToPrint.ShipFees]/[sale_InvoiceToPrint.FinalTotal]*100"; this.percentDiscount1.Name = "percentDiscount1"; // // PageFooter // this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel11, this.xrPictureBox4, this.xrLabel2, this.xrPictureBox5, this.xrLine1, this.xrBarCode1, this.xrPictureBox1, this.xrLabel1, this.xrLabel3, this.xrLabel5}); this.PageFooter.HeightF = 245.8333F; this.PageFooter.Name = "PageFooter"; // // xrLabel11 // this.xrLabel11.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Underline); this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(279.4574F, 182.3125F); this.xrLabel11.Name = "xrLabel11"; this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel11.SizeF = new System.Drawing.SizeF(181.7084F, 23F); this.xrLabel11.StylePriority.UseFont = false; this.xrLabel11.StylePriority.UseTextAlignment = false; this.xrLabel11.Text = "www.hongdiepkhang.com"; this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrPictureBox4 // this.xrPictureBox4.ImageUrl = "~\\images\\icon-webapp.png"; this.xrPictureBox4.LocationFloat = new DevExpress.Utils.PointFloat(254.4574F, 181.3125F); this.xrPictureBox4.Name = "xrPictureBox4"; this.xrPictureBox4.SizeF = new System.Drawing.SizeF(24F, 24F); this.xrPictureBox4.Sizing = DevExpress.XtraPrinting.ImageSizeMode.Squeeze; // // xrLabel2 // this.xrLabel2.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Underline); this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(495.0408F, 182.3125F); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel2.SizeF = new System.Drawing.SizeF(211.515F, 23F); this.xrLabel2.StylePriority.UseFont = false; this.xrLabel2.StylePriority.UseTextAlignment = false; this.xrLabel2.Text = "facebook.com/hongdiepkhang"; this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrPictureBox5 // this.xrPictureBox5.ImageUrl = "~\\images\\circle-social_facebook_outline_stroke-128.png"; this.xrPictureBox5.LocationFloat = new DevExpress.Utils.PointFloat(468.0409F, 180.3125F); this.xrPictureBox5.Name = "xrPictureBox5"; this.xrPictureBox5.SizeF = new System.Drawing.SizeF(24F, 24F); this.xrPictureBox5.Sizing = DevExpress.XtraPrinting.ImageSizeMode.Squeeze; // // xrTableCell34 // this.xrTableCell34.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell34.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.Discount2", "{0:n0}")}); this.xrTableCell34.Font = new System.Drawing.Font("Verdana", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic)))); this.xrTableCell34.Name = "xrTableCell34"; this.xrTableCell34.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 8, 0, 0, 100F); this.xrTableCell34.StylePriority.UseBorders = false; this.xrTableCell34.StylePriority.UseFont = false; this.xrTableCell34.StylePriority.UsePadding = false; this.xrTableCell34.StylePriority.UseTextAlignment = false; this.xrTableCell34.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell34.Weight = 1.4730767059326171D; // // rptBanHang // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.PageHeader, this.GroupHeader2, this.GroupFooter1, this.ReportHeader, this.PageFooter}); this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] { this.pTongTien, this.Thanhtien, this.percentDiscount1}); this.DataAdapter = this.sale_InvoiceToPrintTableAdapter1; this.DataMember = "sale_InvoiceToPrint"; this.DataSource = this.dsBaoCaoBanHang1; this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { this.formattingRule1}); this.Margins = new System.Drawing.Printing.Margins(49, 51, 0, 14); this.Version = "14.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable7)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dsBaoCaoBanHang1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).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 = "rp_bangdanhkylambu.resx"; this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrt_stt = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_macbnv = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_tennhanvien = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_ngaylambu = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_ngaynghibu = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_chucvu = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_TitleBC = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_TenThanhPho = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_TenCongTy = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.xrtngayketxuat = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_ten3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_footer3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_footer1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_ten1 = new DevExpress.XtraReports.UI.XRLabel(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2 }); this.Detail.HeightF = 25F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrTable2 // this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable2.Font = new System.Drawing.Font("Times New Roman", 10F); this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2 }); this.xrTable2.SizeF = new System.Drawing.SizeF(824F, 25F); this.xrTable2.StylePriority.UseBorders = false; this.xrTable2.StylePriority.UseFont = false; this.xrTable2.StylePriority.UseTextAlignment = false; this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrt_stt, this.xrt_macbnv, this.xrt_tennhanvien, this.xrt_ngaylambu, this.xrt_ngaynghibu, this.xrt_chucvu, this.xrTableCell14 }); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Weight = 1D; // // xrt_stt // this.xrt_stt.Name = "xrt_stt"; this.xrt_stt.Weight = 0.15867718446601944D; // // xrt_macbnv // this.xrt_macbnv.Name = "xrt_macbnv"; this.xrt_macbnv.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrt_macbnv.StylePriority.UsePadding = false; this.xrt_macbnv.StylePriority.UseTextAlignment = false; this.xrt_macbnv.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrt_macbnv.Weight = 0.39032159268277361D; // // xrt_tennhanvien // this.xrt_tennhanvien.Name = "xrt_tennhanvien"; this.xrt_tennhanvien.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrt_tennhanvien.StylePriority.UsePadding = false; this.xrt_tennhanvien.StylePriority.UseTextAlignment = false; this.xrt_tennhanvien.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrt_tennhanvien.Weight = 0.45100122285120692D; // // xrt_ngaylambu // this.xrt_ngaylambu.Name = "xrt_ngaylambu"; this.xrt_ngaylambu.Weight = 0.4638954644064302D; // // xrt_ngaynghibu // this.xrt_ngaynghibu.Name = "xrt_ngaynghibu"; this.xrt_ngaynghibu.Weight = 0.52912624136915487D; // // xrt_chucvu // this.xrt_chucvu.Name = "xrt_chucvu"; this.xrt_chucvu.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrt_chucvu.StylePriority.UsePadding = false; this.xrt_chucvu.StylePriority.UseTextAlignment = false; this.xrt_chucvu.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrt_chucvu.Weight = 0.5034891471122076D; // // xrTableCell14 // this.xrTableCell14.Name = "xrTableCell14"; this.xrTableCell14.Weight = 0.5034891471122076D; // // TopMargin // this.TopMargin.HeightF = 49F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel1, this.xrl_TitleBC, this.xrl_TenThanhPho, this.xrl_TenCongTy }); this.ReportHeader.HeightF = 110F; this.ReportHeader.Name = "ReportHeader"; // // xrLabel1 // this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Italic); this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 86.54169F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.SizeF = new System.Drawing.SizeF(823.9999F, 17.79166F); this.xrLabel1.StylePriority.UseFont = false; this.xrLabel1.StylePriority.UseTextAlignment = false; this.xrLabel1.Text = "Từ ..../..../..... đến ..../..../......"; this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_TitleBC // this.xrl_TitleBC.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_TitleBC.LocationFloat = new DevExpress.Utils.PointFloat(0F, 63.54167F); this.xrl_TitleBC.Name = "xrl_TitleBC"; this.xrl_TitleBC.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_TitleBC.SizeF = new System.Drawing.SizeF(823.9999F, 23F); this.xrl_TitleBC.StylePriority.UseFont = false; this.xrl_TitleBC.StylePriority.UseTextAlignment = false; this.xrl_TitleBC.Text = "BẢNG ĐĂNG KÝ LÀM BÙ"; this.xrl_TitleBC.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_TenThanhPho // this.xrl_TenThanhPho.Font = new System.Drawing.Font("Times New Roman", 11F); this.xrl_TenThanhPho.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrl_TenThanhPho.Name = "xrl_TenThanhPho"; this.xrl_TenThanhPho.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_TenThanhPho.SizeF = new System.Drawing.SizeF(420.8333F, 23F); this.xrl_TenThanhPho.StylePriority.UseFont = false; this.xrl_TenThanhPho.StylePriority.UseTextAlignment = false; this.xrl_TenThanhPho.Text = "THÀNH PHỐ HÀ NỘI"; this.xrl_TenThanhPho.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_TenCongTy // this.xrl_TenCongTy.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_TenCongTy.LocationFloat = new DevExpress.Utils.PointFloat(0F, 25F); this.xrl_TenCongTy.Name = "xrl_TenCongTy"; this.xrl_TenCongTy.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_TenCongTy.SizeF = new System.Drawing.SizeF(420.8334F, 23F); this.xrl_TenCongTy.StylePriority.UseFont = false; this.xrl_TenCongTy.StylePriority.UseTextAlignment = false; this.xrl_TenCongTy.Text = "CÔNG TY CỔ PHẦN CÔNG NGHỆ DTH VÀ GIẢI PHÁP SỐ"; this.xrl_TenCongTy.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1 }); this.PageHeader.HeightF = 25F; this.PageHeader.Name = "PageHeader"; // // xrTable1 // this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1 }); this.xrTable1.SizeF = new System.Drawing.SizeF(824F, 25F); this.xrTable1.StylePriority.UseBorders = false; this.xrTable1.StylePriority.UseFont = false; this.xrTable1.StylePriority.UseTextAlignment = false; this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell4, this.xrTableCell5, this.xrTableCell1, this.xrTableCell2, this.xrTableCell6, this.xrTableCell7, this.xrTableCell3 }); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 1D; // // xrTableCell4 // this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.Text = "STT"; this.xrTableCell4.Weight = 0.15867718446601944D; // // xrTableCell5 // this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.Text = "Mã cán bộ"; this.xrTableCell5.Weight = 0.39032159268277361D; // // xrTableCell1 // this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.Text = "Tên cán bộ"; this.xrTableCell1.Weight = 0.45100122285120692D; // // xrTableCell2 // this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.Text = "Ngày làm bù"; this.xrTableCell2.Weight = 0.4638954644064302D; // // xrTableCell6 // this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.Text = "Ngày nghỉ bù"; this.xrTableCell6.Weight = 0.52912624136915487D; // // xrTableCell7 // this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.Text = "Chức vụ"; this.xrTableCell7.Weight = 0.5034891471122076D; // // xrTableCell3 // this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.Text = "Ghi chú"; this.xrTableCell3.Weight = 0.5034891471122076D; // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrtngayketxuat, this.xrl_ten3, this.xrl_footer3, this.xrl_footer1, this.xrl_ten1 }); this.ReportFooter.HeightF = 201F; this.ReportFooter.Name = "ReportFooter"; // // xrtngayketxuat // this.xrtngayketxuat.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Italic); this.xrtngayketxuat.LocationFloat = new DevExpress.Utils.PointFloat(542.0834F, 25F); this.xrtngayketxuat.Name = "xrtngayketxuat"; this.xrtngayketxuat.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrtngayketxuat.SizeF = new System.Drawing.SizeF(281.9166F, 23F); this.xrtngayketxuat.StylePriority.UseFont = false; this.xrtngayketxuat.StylePriority.UseTextAlignment = false; this.xrtngayketxuat.Text = "Ngày 15 tháng 4 năm 2013"; this.xrtngayketxuat.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_ten3 // this.xrl_ten3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_ten3.LocationFloat = new DevExpress.Utils.PointFloat(542.0834F, 150F); this.xrl_ten3.Name = "xrl_ten3"; this.xrl_ten3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_ten3.SizeF = new System.Drawing.SizeF(281.9166F, 23F); this.xrl_ten3.StylePriority.UseFont = false; this.xrl_ten3.StylePriority.UseTextAlignment = false; this.xrl_ten3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_footer3 // this.xrl_footer3.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_footer3.LocationFloat = new DevExpress.Utils.PointFloat(542.0834F, 50F); this.xrl_footer3.Name = "xrl_footer3"; this.xrl_footer3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_footer3.SizeF = new System.Drawing.SizeF(281.9166F, 23F); this.xrl_footer3.StylePriority.UseFont = false; this.xrl_footer3.StylePriority.UseTextAlignment = false; this.xrl_footer3.Text = "Phòng HCNS"; this.xrl_footer3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_footer1 // this.xrl_footer1.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_footer1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 39.58333F); this.xrl_footer1.Name = "xrl_footer1"; this.xrl_footer1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_footer1.SizeF = new System.Drawing.SizeF(304.1828F, 23F); this.xrl_footer1.StylePriority.UseFont = false; this.xrl_footer1.StylePriority.UseTextAlignment = false; this.xrl_footer1.Text = "NGƯỜI LẬP"; this.xrl_footer1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_ten1 // this.xrl_ten1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_ten1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 139.5833F); this.xrl_ten1.Name = "xrl_ten1"; this.xrl_ten1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_ten1.SizeF = new System.Drawing.SizeF(302.1819F, 23F); this.xrl_ten1.StylePriority.UseFont = false; this.xrl_ten1.StylePriority.UseTextAlignment = false; this.xrl_ten1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // PageFooter // this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPageInfo1 }); this.PageFooter.Name = "PageFooter"; // // xrPageInfo1 // this.xrPageInfo1.Font = new System.Drawing.Font("Times New Roman", 11F); this.xrPageInfo1.Format = "Trang {0} của {1}"; this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(697.9583F, 37.5F); this.xrPageInfo1.Name = "xrPageInfo1"; this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrPageInfo1.SizeF = new System.Drawing.SizeF(126.0417F, 23.00001F); this.xrPageInfo1.StylePriority.UseFont = false; this.xrPageInfo1.StylePriority.UseTextAlignment = false; this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; // // rp_bangdanhkylambu // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader, this.PageHeader, this.ReportFooter, this.PageFooter }); this.Margins = new System.Drawing.Printing.Margins(12, 14, 49, 100); this.Version = "10.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).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() { this.components = new System.ComponentModel.Container(); DevExpress.DataAccess.EntityFramework.EFConnectionParameters efConnectionParameters1 = new DevExpress.DataAccess.EntityFramework.EFConnectionParameters(); DevExpress.DataAccess.EntityFramework.EFStoredProcedureInfo efStoredProcedureInfo1 = new DevExpress.DataAccess.EntityFramework.EFStoredProcedureInfo(); DevExpress.DataAccess.EntityFramework.EFParameter efParameter1 = new DevExpress.DataAccess.EntityFramework.EFParameter(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.efDataSource1 = new DevExpress.DataAccess.EntityFramework.EFDataSource(this.components); this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); this.xrPageInfo2 = new DevExpress.XtraReports.UI.XRPageInfo(); this.reportHeaderBand1 = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.groupHeaderBand2 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrPanel1 = new DevExpress.XtraReports.UI.XRPanel(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell36 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell37 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell38 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell39 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell43 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell46 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell47 = new DevExpress.XtraReports.UI.XRTableCell(); this.groupFooterBand2 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.reportFooterBand1 = new DevExpress.XtraReports.UI.ReportFooterBand(); this.Title = new DevExpress.XtraReports.UI.XRControlStyle(); this.GroupCaption3 = new DevExpress.XtraReports.UI.XRControlStyle(); this.GroupData3 = new DevExpress.XtraReports.UI.XRControlStyle(); this.DetailCaption3 = new DevExpress.XtraReports.UI.XRControlStyle(); this.DetailData3 = new DevExpress.XtraReports.UI.XRControlStyle(); this.DetailData3_Odd = new DevExpress.XtraReports.UI.XRControlStyle(); this.DetailCaptionBackground3 = new DevExpress.XtraReports.UI.XRControlStyle(); this.TotalCaption3 = new DevExpress.XtraReports.UI.XRControlStyle(); this.TotalData3 = new DevExpress.XtraReports.UI.XRControlStyle(); this.TotalBackground3 = new DevExpress.XtraReports.UI.XRControlStyle(); this.GrandTotalCaption3 = new DevExpress.XtraReports.UI.XRControlStyle(); this.GrandTotalData3 = new DevExpress.XtraReports.UI.XRControlStyle(); this.GrandTotalBackground3 = new DevExpress.XtraReports.UI.XRControlStyle(); this.PageInfo = new DevExpress.XtraReports.UI.XRControlStyle(); this.headerrecid = new DevExpress.XtraReports.Parameters.Parameter(); this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); ((System.ComponentModel.ISupportInitialize)(this.efDataSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable3 }); this.Detail.HeightF = 25F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // TopMargin // this.TopMargin.HeightF = 50F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPageInfo1, this.xrPageInfo2 }); this.BottomMargin.HeightF = 29.00001F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // efDataSource1 // efConnectionParameters1.ConnectionString = ""; efConnectionParameters1.ConnectionStringName = "HovisMillingPortalEntities"; efConnectionParameters1.Source = typeof(HovisMillingPortal.Models.HovisMillingPortalEntities); this.efDataSource1.ConnectionParameters = efConnectionParameters1; this.efDataSource1.Name = "efDataSource1"; efStoredProcedureInfo1.Name = "usp_Milling_Bacs_Indivdual_Detail_Report"; efParameter1.Name = "headerrecid"; efParameter1.Type = typeof(DevExpress.DataAccess.Expression); efParameter1.Value = new DevExpress.DataAccess.Expression("[Parameters.headerrecid]", typeof(long)); efStoredProcedureInfo1.Parameters.AddRange(new DevExpress.DataAccess.EntityFramework.EFParameter[] { efParameter1 }); this.efDataSource1.StoredProcedures.AddRange(new DevExpress.DataAccess.EntityFramework.EFStoredProcedureInfo[] { efStoredProcedureInfo1 }); // // xrPageInfo1 // this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 6F); this.xrPageInfo1.Name = "xrPageInfo1"; this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F); this.xrPageInfo1.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime; this.xrPageInfo1.SizeF = new System.Drawing.SizeF(313F, 23F); this.xrPageInfo1.StyleName = "PageInfo"; // // xrPageInfo2 // this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(331F, 6.00001F); this.xrPageInfo2.Name = "xrPageInfo2"; this.xrPageInfo2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F); this.xrPageInfo2.SizeF = new System.Drawing.SizeF(728F, 23F); this.xrPageInfo2.StyleName = "PageInfo"; this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; this.xrPageInfo2.TextFormatString = "Page {0} of {1}"; // // reportHeaderBand1 // this.reportHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel11, this.xrLabel10, this.xrLabel9, this.xrLabel8, this.xrLabel1 }); this.reportHeaderBand1.HeightF = 93.33334F; this.reportHeaderBand1.Name = "reportHeaderBand1"; // // xrLabel1 // this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 6F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F); this.xrLabel1.SizeF = new System.Drawing.SizeF(638F, 26F); this.xrLabel1.StyleName = "Title"; this.xrLabel1.Text = "Hovis Limited (Milling) - Direct Debit Customers"; // // groupHeaderBand2 // this.groupHeaderBand2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPanel1 }); this.groupHeaderBand2.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail; this.groupHeaderBand2.HeightF = 48F; this.groupHeaderBand2.Level = 1; this.groupHeaderBand2.Name = "groupHeaderBand2"; this.groupHeaderBand2.RepeatEveryPage = true; // // xrPanel1 // this.xrPanel1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2 }); this.xrPanel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrPanel1.Name = "xrPanel1"; this.xrPanel1.SizeF = new System.Drawing.SizeF(1069F, 48F); this.xrPanel1.StyleName = "DetailCaptionBackground3"; // // xrTable2 // this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 20.00001F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2 }); this.xrTable2.SizeF = new System.Drawing.SizeF(1069F, 28F); // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell23, this.xrTableCell22, this.xrTableCell19, this.xrTableCell12, this.xrTableCell13, this.xrTableCell14, this.xrTableCell15, this.xrTableCell20 }); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Weight = 1D; // // xrTableCell12 // this.xrTableCell12.Name = "xrTableCell12"; this.xrTableCell12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell12.StyleName = "DetailCaption3"; this.xrTableCell12.Text = "Customer No"; this.xrTableCell12.Weight = 0.044064284104567308D; // // xrTableCell13 // this.xrTableCell13.Name = "xrTableCell13"; this.xrTableCell13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell13.StyleName = "DetailCaption3"; this.xrTableCell13.Text = "Sorting Code"; this.xrTableCell13.Weight = 0.034936647111785485D; // // xrTableCell14 // this.xrTableCell14.Name = "xrTableCell14"; this.xrTableCell14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell14.StyleName = "DetailCaption3"; this.xrTableCell14.Text = "Bank Account No"; this.xrTableCell14.Weight = 0.04026633435360473D; // // xrTableCell15 // this.xrTableCell15.Name = "xrTableCell15"; this.xrTableCell15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell15.StyleName = "DetailCaption3"; this.xrTableCell15.Text = "Bank Account Name"; this.xrTableCell15.Weight = 0.10298052918167264D; // // xrTableCell19 // this.xrTableCell19.Name = "xrTableCell19"; this.xrTableCell19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell19.StyleName = "DetailCaption3"; this.xrTableCell19.Text = "Second Claim"; this.xrTableCell19.Weight = 0.045619492164024937D; // // xrTableCell20 // this.xrTableCell20.Name = "xrTableCell20"; this.xrTableCell20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell20.StyleName = "DetailCaption3"; this.xrTableCell20.Text = "Claimed Amount"; this.xrTableCell20.Weight = 0.040582693013168546D; // // xrTableCell22 // this.xrTableCell22.Name = "xrTableCell22"; this.xrTableCell22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell22.StyleName = "DetailCaption3"; this.xrTableCell22.Text = "Payment Date"; this.xrTableCell22.Weight = 0.047174703157865087D; // // xrTableCell23 // this.xrTableCell23.Name = "xrTableCell23"; this.xrTableCell23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell23.StyleName = "DetailCaption3"; this.xrTableCell23.Text = "Bacs ID"; this.xrTableCell23.Weight = 0.0285121829693134D; // // xrTable3 // this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable3.Name = "xrTable3"; this.xrTable3.OddStyleName = "DetailData3_Odd"; this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow3 }); this.xrTable3.SizeF = new System.Drawing.SizeF(1069F, 25F); // // xrTableRow3 // this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell47, this.xrTableCell46, this.xrTableCell43, this.xrTableCell36, this.xrTableCell37, this.xrTableCell38, this.xrTableCell39, this.xrTableCell44 }); this.xrTableRow3.Name = "xrTableRow3"; this.xrTableRow3.Weight = 11.5D; // // xrTableCell36 // this.xrTableCell36.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[CustomerNo]") }); this.xrTableCell36.Name = "xrTableCell36"; this.xrTableCell36.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell36.StyleName = "DetailData3"; this.xrTableCell36.Text = "xrTableCell36"; this.xrTableCell36.Weight = 0.044064284104567308D; // // xrTableCell37 // this.xrTableCell37.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[SortingCode]") }); this.xrTableCell37.Name = "xrTableCell37"; this.xrTableCell37.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell37.StyleName = "DetailData3"; this.xrTableCell37.Text = "xrTableCell37"; this.xrTableCell37.Weight = 0.034936669044295904D; // // xrTableCell38 // this.xrTableCell38.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[BankAccountNo]") }); this.xrTableCell38.Name = "xrTableCell38"; this.xrTableCell38.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell38.StyleName = "DetailData3"; this.xrTableCell38.Text = "xrTableCell38"; this.xrTableCell38.Weight = 0.0402663124210943D; // // xrTableCell39 // this.xrTableCell39.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[BankAccountName]") }); this.xrTableCell39.Name = "xrTableCell39"; this.xrTableCell39.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell39.StyleName = "DetailData3"; this.xrTableCell39.Text = "xrTableCell39"; this.xrTableCell39.Weight = 0.10298052918167264D; // // xrTableCell43 // this.xrTableCell43.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[SecondClaim]") }); this.xrTableCell43.Name = "xrTableCell43"; this.xrTableCell43.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell43.StyleName = "DetailData3"; this.xrTableCell43.Text = "xrTableCell43"; this.xrTableCell43.Weight = 0.045619492164024937D; // // xrTableCell44 // this.xrTableCell44.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ClaimedAmount]") }); this.xrTableCell44.Name = "xrTableCell44"; this.xrTableCell44.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell44.StyleName = "DetailData3"; this.xrTableCell44.StylePriority.UseTextAlignment = false; this.xrTableCell44.Text = "xrTableCell44"; this.xrTableCell44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell44.TextFormatString = "{0:£0.00}"; this.xrTableCell44.Weight = 0.040582693013168546D; // // xrTableCell46 // this.xrTableCell46.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[PaymentDate]") }); this.xrTableCell46.Name = "xrTableCell46"; this.xrTableCell46.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell46.StyleName = "DetailData3"; this.xrTableCell46.Text = "xrTableCell46"; this.xrTableCell46.TextFormatString = "{0:dd/MM/yyyy}"; this.xrTableCell46.Weight = 0.047174703157865087D; // // xrTableCell47 // this.xrTableCell47.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[BacsID]") }); this.xrTableCell47.Name = "xrTableCell47"; this.xrTableCell47.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTableCell47.StyleName = "DetailData3"; this.xrTableCell47.Text = "xrTableCell47"; this.xrTableCell47.Weight = 0.0285121829693134D; // // groupFooterBand2 // this.groupFooterBand2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel3, this.xrLabel2 }); this.groupFooterBand2.HeightF = 33.41667F; this.groupFooterBand2.Name = "groupFooterBand2"; // // reportFooterBand1 // this.reportFooterBand1.HeightF = 0F; this.reportFooterBand1.Name = "reportFooterBand1"; // // Title // this.Title.BackColor = System.Drawing.Color.Transparent; this.Title.BorderColor = System.Drawing.Color.Black; this.Title.Borders = DevExpress.XtraPrinting.BorderSide.None; this.Title.BorderWidth = 1F; this.Title.Font = new System.Drawing.Font("Tahoma", 14F); this.Title.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75))))); this.Title.Name = "Title"; // // GroupCaption3 // this.GroupCaption3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(137)))), ((int)(((byte)(137))))); this.GroupCaption3.BorderColor = System.Drawing.Color.White; this.GroupCaption3.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.GroupCaption3.BorderWidth = 2F; this.GroupCaption3.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.GroupCaption3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(228)))), ((int)(((byte)(228))))); this.GroupCaption3.Name = "GroupCaption3"; this.GroupCaption3.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 2, 0, 0, 100F); this.GroupCaption3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // GroupData3 // this.GroupData3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(137)))), ((int)(((byte)(137))))); this.GroupData3.BorderColor = System.Drawing.Color.White; this.GroupData3.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.GroupData3.BorderWidth = 2F; this.GroupData3.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.GroupData3.ForeColor = System.Drawing.Color.White; this.GroupData3.Name = "GroupData3"; this.GroupData3.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 2, 0, 0, 100F); this.GroupData3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // DetailCaption3 // this.DetailCaption3.BackColor = System.Drawing.Color.Transparent; this.DetailCaption3.BorderColor = System.Drawing.Color.Transparent; this.DetailCaption3.Borders = DevExpress.XtraPrinting.BorderSide.None; this.DetailCaption3.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.DetailCaption3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75))))); this.DetailCaption3.Name = "DetailCaption3"; this.DetailCaption3.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F); this.DetailCaption3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // DetailData3 // this.DetailData3.Font = new System.Drawing.Font("Tahoma", 8F); this.DetailData3.ForeColor = System.Drawing.Color.Black; this.DetailData3.Name = "DetailData3"; this.DetailData3.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F); this.DetailData3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // DetailData3_Odd // this.DetailData3_Odd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231))))); this.DetailData3_Odd.BorderColor = System.Drawing.Color.Transparent; this.DetailData3_Odd.Borders = DevExpress.XtraPrinting.BorderSide.None; this.DetailData3_Odd.BorderWidth = 1F; this.DetailData3_Odd.Font = new System.Drawing.Font("Tahoma", 8F); this.DetailData3_Odd.ForeColor = System.Drawing.Color.Black; this.DetailData3_Odd.Name = "DetailData3_Odd"; this.DetailData3_Odd.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F); this.DetailData3_Odd.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // DetailCaptionBackground3 // this.DetailCaptionBackground3.BackColor = System.Drawing.Color.Transparent; this.DetailCaptionBackground3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206))))); this.DetailCaptionBackground3.Borders = DevExpress.XtraPrinting.BorderSide.Top; this.DetailCaptionBackground3.BorderWidth = 2F; this.DetailCaptionBackground3.Name = "DetailCaptionBackground3"; // // TotalCaption3 // this.TotalCaption3.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.TotalCaption3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(147)))), ((int)(((byte)(147)))), ((int)(((byte)(147))))); this.TotalCaption3.Name = "TotalCaption3"; this.TotalCaption3.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 2, 0, 0, 100F); this.TotalCaption3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // TotalData3 // this.TotalData3.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.TotalData3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75))))); this.TotalData3.Name = "TotalData3"; this.TotalData3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 6, 0, 0, 100F); this.TotalData3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // TotalBackground3 // this.TotalBackground3.Name = "TotalBackground3"; // // GrandTotalCaption3 // this.GrandTotalCaption3.Borders = DevExpress.XtraPrinting.BorderSide.None; this.GrandTotalCaption3.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.GrandTotalCaption3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197))))); this.GrandTotalCaption3.Name = "GrandTotalCaption3"; this.GrandTotalCaption3.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 2, 0, 0, 100F); this.GrandTotalCaption3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // GrandTotalData3 // this.GrandTotalData3.Borders = DevExpress.XtraPrinting.BorderSide.None; this.GrandTotalData3.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.GrandTotalData3.ForeColor = System.Drawing.Color.White; this.GrandTotalData3.Name = "GrandTotalData3"; this.GrandTotalData3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 6, 0, 0, 100F); this.GrandTotalData3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // GrandTotalBackground3 // this.GrandTotalBackground3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(111)))), ((int)(((byte)(111))))); this.GrandTotalBackground3.BorderColor = System.Drawing.Color.White; this.GrandTotalBackground3.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.GrandTotalBackground3.BorderWidth = 2F; this.GrandTotalBackground3.Name = "GrandTotalBackground3"; // // PageInfo // this.PageInfo.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.PageInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75))))); this.PageInfo.Name = "PageInfo"; this.PageInfo.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); // // headerrecid // this.headerrecid.Description = "headerrecid"; this.headerrecid.Name = "headerrecid"; this.headerrecid.Type = typeof(long); this.headerrecid.ValueInfo = "0"; // // xrLabel8 // this.xrLabel8.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[DDFrequency]") }); this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(944.7917F, 5.999994F); this.xrLabel8.Name = "xrLabel8"; this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F); this.xrLabel8.SizeF = new System.Drawing.SizeF(124.2083F, 23F); this.xrLabel8.Text = "xrLabel8"; // // xrLabel9 // this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(844.7917F, 5.999994F); this.xrLabel9.Name = "xrLabel9"; this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F); this.xrLabel9.SizeF = new System.Drawing.SizeF(100F, 23F); this.xrLabel9.Text = "Frequency :"; // // xrLabel10 // this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(6.000002F, 47.87499F); this.xrLabel10.Name = "xrLabel10"; this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F); this.xrLabel10.SizeF = new System.Drawing.SizeF(100F, 23F); this.xrLabel10.Text = "Payment Date :"; // // xrLabel11 // this.xrLabel11.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[PaymentDate]") }); this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(106F, 47.87499F); this.xrLabel11.Name = "xrLabel11"; this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F); this.xrLabel11.SizeF = new System.Drawing.SizeF(100F, 23F); this.xrLabel11.Text = "xrLabel11"; this.xrLabel11.TextFormatString = "{0:dd/MM/yyyy}"; // // xrLabel2 // this.xrLabel2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "sum([ClaimedAmount])") }); this.xrLabel2.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold); this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(956.064F, 10.00001F); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F); this.xrLabel2.SizeF = new System.Drawing.SizeF(112.936F, 23F); this.xrLabel2.StylePriority.UseFont = false; this.xrLabel2.StylePriority.UseTextAlignment = false; this.xrLabel2.Text = "xrLabel2"; this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; this.xrLabel2.TextFormatString = "{0:£0.00}"; // // xrLabel3 // this.xrLabel3.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold); this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(856.064F, 10.00001F); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel3.SizeF = new System.Drawing.SizeF(100F, 23F); this.xrLabel3.StylePriority.UseFont = false; this.xrLabel3.Text = "Total Value :"; // // BacsDetailReport // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.reportHeaderBand1, this.groupHeaderBand2, this.groupFooterBand2, this.reportFooterBand1 }); this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] { this.efDataSource1 }); this.DataMember = "usp_Milling_Bacs_Indivdual_Detail_Report"; this.DataSource = this.efDataSource1; this.Landscape = true; this.Margins = new System.Drawing.Printing.Margins(50, 50, 50, 29); this.PageHeight = 827; this.PageWidth = 1169; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] { this.headerrecid }); this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] { this.Title, this.GroupCaption3, this.GroupData3, this.DetailCaption3, this.DetailData3, this.DetailData3_Odd, this.DetailCaptionBackground3, this.TotalCaption3, this.TotalData3, this.TotalBackground3, this.GrandTotalCaption3, this.GrandTotalData3, this.GrandTotalBackground3, this.PageInfo }); this.Version = "17.2"; ((System.ComponentModel.ISupportInitialize)(this.efDataSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(rptSoldProducts)); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.lbTDT = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); this.lbPNM = new DevExpress.XtraReports.UI.XRTableCell(); this.lbSVL = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.lbQTY = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); this.lbAMT = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); this.lbPAM = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell(); this.lbBAL = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); this.lbPID = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); this.xrLine1 = new DevExpress.XtraReports.UI.XRLine(); this.lbTTL = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.lblCNM = new DevExpress.XtraReports.UI.XRLabel(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); this.lbSDT = new DevExpress.XtraReports.UI.XRTableCell(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.xrTable4 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); this.lbSTT = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.xrTable5 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); this.lbGTT = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); this.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable3 }); this.Detail.HeightF = 42F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrTable3 // this.xrTable3.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrTable3.Font = new System.Drawing.Font("Tahoma", 9.75F); this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable3.Name = "xrTable3"; this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow3, this.xrTableRow6 }); this.xrTable3.SizeF = new System.Drawing.SizeF(727.0001F, 42F); this.xrTable3.StylePriority.UseBorders = false; this.xrTable3.StylePriority.UseFont = false; this.xrTable3.StylePriority.UseTextAlignment = false; this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow3 // this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell7, this.lbTDT, this.xrTableCell13, this.lbPNM, this.lbSVL, this.xrTableCell8, this.lbQTY, this.xrTableCell9, this.lbAMT, this.xrTableCell10, this.lbPAM, this.xrTableCell22, this.lbBAL, this.xrTableCell26 }); this.xrTableRow3.Name = "xrTableRow3"; this.xrTableRow3.Weight = 1D; // // xrTableCell7 // this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.Weight = 0.13575214689740092D; // // lbTDT // this.lbTDT.Name = "lbTDT"; xrSummary1.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Group; this.lbTDT.Summary = xrSummary1; this.lbTDT.Text = "Date"; this.lbTDT.Weight = 0.22351578730917926D; // // xrTableCell13 // this.xrTableCell13.Name = "xrTableCell13"; this.xrTableCell13.Weight = 0.016772668422417005D; // // lbPNM // this.lbPNM.Name = "lbPNM"; this.lbPNM.StylePriority.UseTextAlignment = false; this.lbPNM.Text = "Description"; this.lbPNM.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.lbPNM.Weight = 1.2929353784758977D; // // lbSVL // this.lbSVL.Name = "lbSVL"; this.lbSVL.StylePriority.UseTextAlignment = false; this.lbSVL.Text = "Debit"; this.lbSVL.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.lbSVL.Weight = 0.419091077975699D; // // xrTableCell8 // this.xrTableCell8.Name = "xrTableCell8"; this.xrTableCell8.Weight = 0.0443131361890639D; // // lbQTY // this.lbQTY.Name = "lbQTY"; this.lbQTY.StylePriority.UseTextAlignment = false; this.lbQTY.Text = "Credit"; this.lbQTY.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.lbQTY.Weight = 0.299875625998829D; // // xrTableCell9 // this.xrTableCell9.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrTableCell9.Name = "xrTableCell9"; this.xrTableCell9.StylePriority.UseBorders = false; this.xrTableCell9.Weight = 0.035450501560092D; // // lbAMT // this.lbAMT.Borders = DevExpress.XtraPrinting.BorderSide.None; this.lbAMT.Name = "lbAMT"; this.lbAMT.StylePriority.UseBorders = false; this.lbAMT.StylePriority.UseTextAlignment = false; this.lbAMT.Text = "Balance"; this.lbAMT.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.lbAMT.Weight = 0.50707231781083562D; // // xrTableCell10 // this.xrTableCell10.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrTableCell10.Name = "xrTableCell10"; this.xrTableCell10.StylePriority.UseBorders = false; this.xrTableCell10.Weight = 0.025221278393488186D; // // lbPAM // this.lbPAM.Borders = DevExpress.XtraPrinting.BorderSide.None; this.lbPAM.Name = "lbPAM"; this.lbPAM.StylePriority.UseBorders = false; this.lbPAM.StylePriority.UseTextAlignment = false; this.lbPAM.Text = "lbPAM"; this.lbPAM.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.lbPAM.Weight = 0.50993006396006024D; // // xrTableCell22 // this.xrTableCell22.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrTableCell22.Name = "xrTableCell22"; this.xrTableCell22.StylePriority.UseBorders = false; this.xrTableCell22.Weight = 0.022363615604859572D; // // lbBAL // this.lbBAL.Borders = DevExpress.XtraPrinting.BorderSide.None; this.lbBAL.Name = "lbBAL"; this.lbBAL.StylePriority.UseBorders = false; this.lbBAL.StylePriority.UseTextAlignment = false; this.lbBAL.Text = "lbBAL"; this.lbBAL.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.lbBAL.Weight = 0.50992972283369653D; // // xrTableCell26 // this.xrTableCell26.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrTableCell26.Name = "xrTableCell26"; this.xrTableCell26.StylePriority.UseBorders = false; this.xrTableCell26.Weight = 0.022363956746919329D; // // xrTableRow6 // this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell18, this.lbPID, this.xrTableCell27 }); this.xrTableRow6.Font = new System.Drawing.Font("Tahoma", 8F); this.xrTableRow6.Name = "xrTableRow6"; this.xrTableRow6.StylePriority.UseFont = false; this.xrTableRow6.Weight = 0.68D; // // xrTableCell18 // this.xrTableCell18.Name = "xrTableCell18"; this.xrTableCell18.Weight = 0.4543751986080195D; // // lbPID // this.lbPID.Name = "lbPID"; this.lbPID.StylePriority.UseTextAlignment = false; this.lbPID.Text = "lbPID"; this.lbPID.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.lbPID.Weight = 5.1318410516151367D; // // xrTableCell27 // this.xrTableCell27.Name = "xrTableCell27"; this.xrTableCell27.StylePriority.UseTextAlignment = false; this.xrTableCell27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrTableCell27.Weight = 8.0183318061645643D; // // TopMargin // this.TopMargin.HeightF = 75F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.HeightF = 75F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel2, this.xrLabel4, this.xrLabel1, this.xrLabel5, this.xrPictureBox1, this.xrLine1, this.lbTTL }); this.ReportHeader.HeightF = 134.0001F; this.ReportHeader.Name = "ReportHeader"; // // xrLabel2 // this.xrLabel2.Font = new System.Drawing.Font("Verdana", 11.25F, System.Drawing.FontStyle.Bold); this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(99.99994F, 0F); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel2.SizeF = new System.Drawing.SizeF(627.0001F, 29F); this.xrLabel2.StylePriority.UseFont = false; this.xrLabel2.StylePriority.UseTextAlignment = false; this.xrLabel2.Text = "SKYNET COMPUTERS"; this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel4 // this.xrLabel4.Font = new System.Drawing.Font("Verdana", 9.75F); this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(99.99994F, 56.00007F); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel4.SizeF = new System.Drawing.SizeF(627F, 28.00003F); this.xrLabel4.StylePriority.UseFont = false; this.xrLabel4.StylePriority.UseTextAlignment = false; this.xrLabel4.Text = "Aizawl 796007, Mizoram"; this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel1 // this.xrLabel1.Font = new System.Drawing.Font("Verdana", 9.75F); this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(99.99994F, 29F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.SizeF = new System.Drawing.SizeF(627.0001F, 27.00008F); this.xrLabel1.StylePriority.UseFont = false; this.xrLabel1.StylePriority.UseTextAlignment = false; this.xrLabel1.Text = "Chanmari (P & Sons Building)"; this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel5 // this.xrLabel5.Font = new System.Drawing.Font("Verdana", 9.75F); this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(99.99994F, 84.00011F); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel5.SizeF = new System.Drawing.SizeF(627F, 24.99999F); this.xrLabel5.StylePriority.UseFont = false; this.xrLabel5.StylePriority.UseTextAlignment = false; this.xrLabel5.Text = "Phone : 0389-2342228"; this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrPictureBox1 // this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image"))); this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrPictureBox1.Name = "xrPictureBox1"; this.xrPictureBox1.SizeF = new System.Drawing.SizeF(100F, 109.0001F); this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage; // // xrLine1 // this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 132.0001F); this.xrLine1.Name = "xrLine1"; this.xrLine1.SizeF = new System.Drawing.SizeF(726.9999F, 2F); // // lbTTL // this.lbTTL.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold); this.lbTTL.LocationFloat = new DevExpress.Utils.PointFloat(0F, 109.0001F); this.lbTTL.Name = "lbTTL"; this.lbTTL.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.lbTTL.SizeF = new System.Drawing.SizeF(727F, 22.99998F); this.lbTTL.StylePriority.UseFont = false; this.lbTTL.StylePriority.UseTextAlignment = false; this.lbTTL.Text = "Sold Products"; this.lbTTL.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1 }); this.PageHeader.HeightF = 25F; this.PageHeader.Name = "PageHeader"; // // xrTable1 // this.xrTable1.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.xrTable1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1 }); this.xrTable1.SizeF = new System.Drawing.SizeF(727F, 25F); this.xrTable1.StylePriority.UseBorders = false; this.xrTable1.StylePriority.UseFont = false; this.xrTable1.StylePriority.UseTextAlignment = false; this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell14, this.xrTableCell4, this.xrTableCell6, this.xrTableCell2, this.xrTableCell5, this.xrTableCell3, this.xrTableCell16, this.xrTableCell17 }); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 1D; // // xrTableCell14 // this.xrTableCell14.Name = "xrTableCell14"; this.xrTableCell14.Weight = 0.12713836554715319D; // // xrTableCell4 // this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.Text = "Sl.No"; this.xrTableCell4.Weight = 0.20933326030367239D; // // xrTableCell6 // this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.Text = "Product Name"; this.xrTableCell6.Weight = 1.2266044143180381D; // // xrTableCell2 // this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.Text = "Rate"; this.xrTableCell2.Weight = 0.434000395666048D; // // xrTableCell5 // this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.Text = "Quantity"; this.xrTableCell5.Weight = 0.314049012091859D; // // xrTableCell3 // this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.Text = "Amount"; this.xrTableCell3.Weight = 0.498518241025347D; // // xrTableCell16 // this.xrTableCell16.Name = "xrTableCell16"; this.xrTableCell16.Text = "Paid"; this.xrTableCell16.Weight = 0.498518241025347D; // // xrTableCell17 // this.xrTableCell17.Name = "xrTableCell17"; this.xrTableCell17.Text = "Balance"; this.xrTableCell17.Weight = 0.498518241025347D; // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.lblCNM }); this.GroupHeader1.HeightF = 25F; this.GroupHeader1.Name = "GroupHeader1"; // // lblCNM // this.lblCNM.LocationFloat = new DevExpress.Utils.PointFloat(52.0833F, 0F); this.lblCNM.Name = "lblCNM"; this.lblCNM.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.lblCNM.SizeF = new System.Drawing.SizeF(674.9166F, 25F); this.lblCNM.StylePriority.UseTextAlignment = false; this.lblCNM.Text = "lblCNM"; this.lblCNM.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrTable2 // this.xrTable2.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot; this.xrTable2.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2 }); this.xrTable2.SizeF = new System.Drawing.SizeF(726.9999F, 25F); this.xrTable2.StylePriority.UseBorderDashStyle = false; this.xrTable2.StylePriority.UseBorders = false; this.xrTable2.StylePriority.UseTextAlignment = false; this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell1, this.lbSDT }); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Weight = 1D; // // xrTableCell1 // this.xrTableCell1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold); this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.StylePriority.UseFont = false; this.xrTableCell1.Text = "Date:"; this.xrTableCell1.Weight = 0.52083301544189453D; // // lbSDT // this.lbSDT.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold); this.lbSDT.Name = "lbSDT"; this.lbSDT.StylePriority.UseFont = false; this.lbSDT.Text = "lbSDT"; this.lbSDT.Weight = 6.2491660690307613D; // // GroupFooter1 // this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable4 }); this.GroupFooter1.HeightF = 25F; this.GroupFooter1.Name = "GroupFooter1"; // // xrTable4 // this.xrTable4.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable4.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold); this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable4.Name = "xrTable4"; this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow4 }); this.xrTable4.SizeF = new System.Drawing.SizeF(677.0001F, 25F); this.xrTable4.StylePriority.UseBorders = false; this.xrTable4.StylePriority.UseFont = false; this.xrTable4.StylePriority.UseTextAlignment = false; this.xrTable4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow4 // this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell11, this.lbSTT, this.xrTableCell21 }); this.xrTableRow4.Name = "xrTableRow4"; this.xrTableRow4.Weight = 1D; // // xrTableCell11 // this.xrTableCell11.Name = "xrTableCell11"; this.xrTableCell11.StylePriority.UseTextAlignment = false; this.xrTableCell11.Text = "SUB-TOTAL : "; this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell11.Weight = 0.42477333134247D; // // lbSTT // this.lbSTT.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom))); this.lbSTT.Name = "lbSTT"; this.lbSTT.StylePriority.UseBorders = false; this.lbSTT.StylePriority.UseTextAlignment = false; this.lbSTT.Text = "Balance"; this.lbSTT.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.lbSTT.Weight = 0.0839973551596344D; // // xrTableCell21 // this.xrTableCell21.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell21.Name = "xrTableCell21"; this.xrTableCell21.StylePriority.UseBorders = false; this.xrTableCell21.Weight = 0.00762786528675917D; // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable5 }); this.ReportFooter.HeightF = 25F; this.ReportFooter.Name = "ReportFooter"; // // xrTable5 // this.xrTable5.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.xrTable5.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold); this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable5.Name = "xrTable5"; this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow5 }); this.xrTable5.SizeF = new System.Drawing.SizeF(677.0001F, 25F); this.xrTable5.StylePriority.UseBorders = false; this.xrTable5.StylePriority.UseFont = false; this.xrTable5.StylePriority.UseTextAlignment = false; this.xrTable5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow5 // this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell12, this.lbGTT, this.xrTableCell15 }); this.xrTableRow5.Name = "xrTableRow5"; this.xrTableRow5.Weight = 1D; // // xrTableCell12 // this.xrTableCell12.Name = "xrTableCell12"; this.xrTableCell12.StylePriority.UseTextAlignment = false; this.xrTableCell12.Text = "GRAND-TOTAL : "; this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell12.Weight = 0.42477333134247D; // // lbGTT // this.lbGTT.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.lbGTT.Name = "lbGTT"; this.lbGTT.StylePriority.UseBorders = false; this.lbGTT.StylePriority.UseTextAlignment = false; this.lbGTT.Text = "Balance"; this.lbGTT.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.lbGTT.Weight = 0.0839973551596344D; // // xrTableCell15 // this.xrTableCell15.Borders = DevExpress.XtraPrinting.BorderSide.Bottom; this.xrTableCell15.Name = "xrTableCell15"; this.xrTableCell15.StylePriority.UseBorders = false; this.xrTableCell15.Weight = 0.00762786528675917D; // // GroupHeader2 // this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2 }); this.GroupHeader2.HeightF = 25F; this.GroupHeader2.Level = 1; this.GroupHeader2.Name = "GroupHeader2"; // // rptSoldProducts // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader, this.PageHeader, this.GroupHeader1, this.GroupFooter1, this.ReportFooter, this.GroupHeader2 }); this.DisplayName = "Sold Products"; this.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Margins = new System.Drawing.Printing.Margins(50, 50, 75, 75); this.PageHeight = 1169; this.PageWidth = 827; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Version = "15.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).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 = "XtraReport_ban_tonghop.resx"; System.Resources.ResourceManager resources = global::Resources.XtraReport_ban_tonghop.ResourceManager; this.components = new System.ComponentModel.Container(); DevExpress.DataAccess.Sql.StoredProcQuery storedProcQuery1 = new DevExpress.DataAccess.Sql.StoredProcQuery(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components); this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); this.xrPageInfo2 = new DevExpress.XtraReports.UI.XRPageInfo(); this.reportHeaderBand1 = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.groupHeaderBand1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrPanel1 = new DevExpress.XtraReports.UI.XRPanel(); 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.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell(); this.Title = new DevExpress.XtraReports.UI.XRControlStyle(); this.DetailCaption3 = new DevExpress.XtraReports.UI.XRControlStyle(); this.DetailData3 = new DevExpress.XtraReports.UI.XRControlStyle(); this.DetailData3_Odd = new DevExpress.XtraReports.UI.XRControlStyle(); this.DetailCaptionBackground3 = new DevExpress.XtraReports.UI.XRControlStyle(); this.PageInfo = new DevExpress.XtraReports.UI.XRControlStyle(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2 }); this.Detail.HeightF = 25F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // TopMargin // this.TopMargin.HeightF = 100F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPageInfo1, this.xrPageInfo2 }); this.BottomMargin.HeightF = 100F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // sqlDataSource1 // this.sqlDataSource1.ConnectionName = "localhost_toyshop_Connection"; this.sqlDataSource1.Name = "sqlDataSource1"; storedProcQuery1.Name = "report_ban_tonghop()"; storedProcQuery1.StoredProcName = "report_ban_tonghop"; this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] { storedProcQuery1 }); this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable"); // // xrPageInfo1 // this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 6F); this.xrPageInfo1.Name = "xrPageInfo1"; this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F); this.xrPageInfo1.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime; this.xrPageInfo1.SizeF = new System.Drawing.SizeF(313F, 23F); this.xrPageInfo1.StyleName = "PageInfo"; // // xrPageInfo2 // this.xrPageInfo2.Format = "Page {0} of {1}"; this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(331F, 6F); this.xrPageInfo2.Name = "xrPageInfo2"; this.xrPageInfo2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F); this.xrPageInfo2.SizeF = new System.Drawing.SizeF(313F, 23F); this.xrPageInfo2.StyleName = "PageInfo"; this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; // // reportHeaderBand1 // this.reportHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel1 }); this.reportHeaderBand1.HeightF = 60F; this.reportHeaderBand1.Name = "reportHeaderBand1"; // // xrLabel1 // this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 6F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F); this.xrLabel1.SizeF = new System.Drawing.SizeF(638F, 26F); this.xrLabel1.StyleName = "Title"; this.xrLabel1.Text = "TỔNG HỢP PHIẾU BÁN"; // // groupHeaderBand1 // this.groupHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPanel1 }); this.groupHeaderBand1.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail; this.groupHeaderBand1.HeightF = 48F; this.groupHeaderBand1.Name = "groupHeaderBand1"; // // xrPanel1 // this.xrPanel1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1 }); this.xrPanel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrPanel1.Name = "xrPanel1"; this.xrPanel1.SizeF = new System.Drawing.SizeF(650F, 48F); this.xrPanel1.StyleName = "DetailCaptionBackground3"; // // xrTable1 // this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 20F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2 }); this.xrTable1.SizeF = new System.Drawing.SizeF(650F, 28F); // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell1, this.xrTableCell2, this.xrTableCell3 }); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 1D; // // xrTableCell1 // this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.Text = "xrTableCell1"; this.xrTableCell1.Weight = 1D; // // xrTableCell2 // this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.Text = "xrTableCell2"; this.xrTableCell2.Weight = 1D; // // xrTableCell3 // this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.Text = "xrTableCell3"; this.xrTableCell3.Weight = 1D; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell4, this.xrTableCell5, this.xrTableCell6, this.xrTableCell7, this.xrTableCell8, this.xrTableCell9, this.xrTableCell10, this.xrTableCell11, this.xrTableCell12, this.xrTableCell13 }); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Weight = 0D; // // xrTableCell4 // this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.StyleName = "DetailCaption3"; this.xrTableCell4.StylePriority.UseTextAlignment = false; this.xrTableCell4.Text = "phieu"; this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell4.Weight = 0D; // // xrTableCell5 // this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.StyleName = "DetailCaption3"; this.xrTableCell5.StylePriority.UseTextAlignment = false; this.xrTableCell5.Text = "tong"; this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell5.Weight = 0D; // // xrTableCell6 // this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.StyleName = "DetailCaption3"; this.xrTableCell6.StylePriority.UseTextAlignment = false; this.xrTableCell6.Text = "sosp"; this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell6.Weight = 0D; // // xrTableCell7 // this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.StyleName = "DetailCaption3"; this.xrTableCell7.StylePriority.UseTextAlignment = false; this.xrTableCell7.Text = "id"; this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell7.Weight = 0D; // // xrTableCell8 // this.xrTableCell8.Name = "xrTableCell8"; this.xrTableCell8.StyleName = "DetailCaption3"; this.xrTableCell8.StylePriority.UseTextAlignment = false; this.xrTableCell8.Text = "loaiphieu"; this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell8.Weight = 0D; // // xrTableCell9 // this.xrTableCell9.Name = "xrTableCell9"; this.xrTableCell9.StyleName = "DetailCaption3"; this.xrTableCell9.Text = "ngaylapphieu"; this.xrTableCell9.Weight = 0D; // // xrTableCell10 // this.xrTableCell10.Name = "xrTableCell10"; this.xrTableCell10.StyleName = "DetailCaption3"; this.xrTableCell10.StylePriority.UseTextAlignment = false; this.xrTableCell10.Text = "nhanvien"; this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell10.Weight = 0D; // // xrTableCell11 // this.xrTableCell11.Name = "xrTableCell11"; this.xrTableCell11.StyleName = "DetailCaption3"; this.xrTableCell11.Text = "ghichu"; this.xrTableCell11.Weight = 0D; // // xrTableCell12 // this.xrTableCell12.Name = "xrTableCell12"; this.xrTableCell12.StyleName = "DetailCaption3"; this.xrTableCell12.Text = "hoten"; this.xrTableCell12.Weight = 0D; // // xrTableCell13 // this.xrTableCell13.Name = "xrTableCell13"; this.xrTableCell13.StyleName = "DetailCaption3"; this.xrTableCell13.Text = "username"; this.xrTableCell13.Weight = 0D; // // xrTable2 // this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable2.Name = "xrTable2"; this.xrTable2.OddStyleName = "DetailData3_Odd"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow4 }); this.xrTable2.SizeF = new System.Drawing.SizeF(650F, 25F); // // xrTableRow3 // this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell14, this.xrTableCell15, this.xrTableCell16 }); this.xrTableRow3.Name = "xrTableRow3"; this.xrTableRow3.Weight = 1D; // // xrTableCell14 // this.xrTableCell14.Name = "xrTableCell14"; this.xrTableCell14.Text = "xrTableCell14"; this.xrTableCell14.Weight = 1D; // // xrTableCell15 // this.xrTableCell15.Name = "xrTableCell15"; this.xrTableCell15.Text = "xrTableCell15"; this.xrTableCell15.Weight = 1D; // // xrTableCell16 // this.xrTableCell16.Name = "xrTableCell16"; this.xrTableCell16.Text = "xrTableCell16"; this.xrTableCell16.Weight = 1D; // // xrTableRow4 // this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell17, this.xrTableCell18, this.xrTableCell19, this.xrTableCell20, this.xrTableCell21, this.xrTableCell22, this.xrTableCell23, this.xrTableCell24, this.xrTableCell25, this.xrTableCell26 }); this.xrTableRow4.Name = "xrTableRow4"; this.xrTableRow4.Weight = 0D; // // xrTableCell17 // this.xrTableCell17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "report_ban_tonghop().phieu") }); this.xrTableCell17.Name = "xrTableCell17"; this.xrTableCell17.StyleName = "DetailData3"; this.xrTableCell17.StylePriority.UseTextAlignment = false; this.xrTableCell17.Text = "xrTableCell17"; this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell17.Weight = 0D; // // xrTableCell18 // this.xrTableCell18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "report_ban_tonghop().tong") }); this.xrTableCell18.Name = "xrTableCell18"; this.xrTableCell18.StyleName = "DetailData3"; this.xrTableCell18.StylePriority.UseTextAlignment = false; this.xrTableCell18.Text = "xrTableCell18"; this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell18.Weight = 0D; // // xrTableCell19 // this.xrTableCell19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "report_ban_tonghop().sosp") }); this.xrTableCell19.Name = "xrTableCell19"; this.xrTableCell19.StyleName = "DetailData3"; this.xrTableCell19.StylePriority.UseTextAlignment = false; this.xrTableCell19.Text = "xrTableCell19"; this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell19.Weight = 0D; // // xrTableCell20 // this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "report_ban_tonghop().id") }); this.xrTableCell20.Name = "xrTableCell20"; this.xrTableCell20.StyleName = "DetailData3"; this.xrTableCell20.StylePriority.UseTextAlignment = false; this.xrTableCell20.Text = "xrTableCell20"; this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell20.Weight = 0D; // // xrTableCell21 // this.xrTableCell21.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "report_ban_tonghop().loaiphieu") }); this.xrTableCell21.Name = "xrTableCell21"; this.xrTableCell21.StyleName = "DetailData3"; this.xrTableCell21.StylePriority.UseTextAlignment = false; this.xrTableCell21.Text = "xrTableCell21"; this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell21.Weight = 0D; // // xrTableCell22 // this.xrTableCell22.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "report_ban_tonghop().ngaylapphieu") }); this.xrTableCell22.Name = "xrTableCell22"; this.xrTableCell22.StyleName = "DetailData3"; this.xrTableCell22.Text = "xrTableCell22"; this.xrTableCell22.Weight = 0D; // // xrTableCell23 // this.xrTableCell23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "report_ban_tonghop().nhanvien") }); this.xrTableCell23.Name = "xrTableCell23"; this.xrTableCell23.StyleName = "DetailData3"; this.xrTableCell23.StylePriority.UseTextAlignment = false; this.xrTableCell23.Text = "xrTableCell23"; this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell23.Weight = 0D; // // xrTableCell24 // this.xrTableCell24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "report_ban_tonghop().ghichu") }); this.xrTableCell24.Name = "xrTableCell24"; this.xrTableCell24.StyleName = "DetailData3"; this.xrTableCell24.Text = "xrTableCell24"; this.xrTableCell24.Weight = 0D; // // xrTableCell25 // this.xrTableCell25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "report_ban_tonghop().hoten") }); this.xrTableCell25.Name = "xrTableCell25"; this.xrTableCell25.StyleName = "DetailData3"; this.xrTableCell25.Text = "xrTableCell25"; this.xrTableCell25.Weight = 0D; // // xrTableCell26 // this.xrTableCell26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "report_ban_tonghop().username") }); this.xrTableCell26.Name = "xrTableCell26"; this.xrTableCell26.StyleName = "DetailData3"; this.xrTableCell26.Text = "xrTableCell26"; this.xrTableCell26.Weight = 0D; // // Title // this.Title.BackColor = System.Drawing.Color.Transparent; this.Title.BorderColor = System.Drawing.Color.Black; this.Title.Borders = DevExpress.XtraPrinting.BorderSide.None; this.Title.BorderWidth = 1F; this.Title.Font = new System.Drawing.Font("Tahoma", 14F); this.Title.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75))))); this.Title.Name = "Title"; // // DetailCaption3 // this.DetailCaption3.BackColor = System.Drawing.Color.Transparent; this.DetailCaption3.BorderColor = System.Drawing.Color.Transparent; this.DetailCaption3.Borders = DevExpress.XtraPrinting.BorderSide.None; this.DetailCaption3.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.DetailCaption3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75))))); this.DetailCaption3.Name = "DetailCaption3"; this.DetailCaption3.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F); this.DetailCaption3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // DetailData3 // this.DetailData3.Font = new System.Drawing.Font("Tahoma", 8F); this.DetailData3.ForeColor = System.Drawing.Color.Black; this.DetailData3.Name = "DetailData3"; this.DetailData3.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F); this.DetailData3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // DetailData3_Odd // this.DetailData3_Odd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231))))); this.DetailData3_Odd.BorderColor = System.Drawing.Color.Transparent; this.DetailData3_Odd.Borders = DevExpress.XtraPrinting.BorderSide.None; this.DetailData3_Odd.BorderWidth = 1F; this.DetailData3_Odd.Font = new System.Drawing.Font("Tahoma", 8F); this.DetailData3_Odd.ForeColor = System.Drawing.Color.Black; this.DetailData3_Odd.Name = "DetailData3_Odd"; this.DetailData3_Odd.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F); this.DetailData3_Odd.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // DetailCaptionBackground3 // this.DetailCaptionBackground3.BackColor = System.Drawing.Color.Transparent; this.DetailCaptionBackground3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206))))); this.DetailCaptionBackground3.Borders = DevExpress.XtraPrinting.BorderSide.Top; this.DetailCaptionBackground3.BorderWidth = 2F; this.DetailCaptionBackground3.Name = "DetailCaptionBackground3"; // // PageInfo // this.PageInfo.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.PageInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75))))); this.PageInfo.Name = "PageInfo"; this.PageInfo.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); // // XtraReport_ban_tonghop // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.reportHeaderBand1, this.groupHeaderBand1 }); this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] { this.sqlDataSource1 }); this.DataMember = "report_ban_tonghop()"; this.DataSource = this.sqlDataSource1; this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] { this.Title, this.DetailCaption3, this.DetailData3, this.DetailData3_Odd, this.DetailCaptionBackground3, this.PageInfo }); this.Version = "17.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).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 = "XtraReport05.resx"; this.dsTEFollowUp1 = new dsTEFollowUp(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTable6 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow13 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell39 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell40 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell31 = new DevExpress.XtraReports.UI.XRTableCell(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); this.lblSchool = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.cdtblhedeTableAdapter1 = new dsTEFollowUpTableAdapters.cdtblhedeTableAdapter(); this.xRep05TableAdapter1 = new dsTEFollowUpTableAdapters.XRep05TableAdapter(); ((System.ComponentModel.ISupportInitialize)(this.dsTEFollowUp1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // dsTEFollowUp1 // this.dsTEFollowUp1.DataSetName = "dsTEFollowUp"; this.dsTEFollowUp1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2}); this.Detail.HeightF = 50F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.StylePriority.UseTextAlignment = false; this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // xrTable2 // this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow4}); this.xrTable2.SizeF = new System.Drawing.SizeF(900F, 50F); this.xrTable2.StylePriority.UseBorders = false; this.xrTable2.StylePriority.UseFont = false; this.xrTable2.StylePriority.UseTextAlignment = false; this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow4 // this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell10, this.xrTableCell22, this.xrTableCell20, this.xrTableCell16, this.xrTableCell18, this.xrTableCell21, this.xrTableCell11}); this.xrTableRow4.Name = "xrTableRow4"; this.xrTableRow4.Weight = 1D; // // xrTableCell10 // this.xrTableCell10.CanGrow = false; this.xrTableCell10.CanShrink = true; this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep05.trremark")}); this.xrTableCell10.Multiline = true; this.xrTableCell10.Name = "xrTableCell10"; this.xrTableCell10.StylePriority.UseTextAlignment = false; this.xrTableCell10.Text = "xrTableCell10"; this.xrTableCell10.Weight = 0.92361152648925782D; // // xrTableCell22 // this.xrTableCell22.CanGrow = false; this.xrTableCell22.CanShrink = true; this.xrTableCell22.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep05.mostahdfeen")}); this.xrTableCell22.Multiline = true; this.xrTableCell22.Name = "xrTableCell22"; this.xrTableCell22.StylePriority.UseTextAlignment = false; this.xrTableCell22.Text = "xrTableCell22"; this.xrTableCell22.Weight = 0.40972208658854165D; // // xrTableCell20 // this.xrTableCell20.CanGrow = false; this.xrTableCell20.CanShrink = true; this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep05.todate", "{0:d/M/yyyy}")}); this.xrTableCell20.Multiline = true; this.xrTableCell20.Name = "xrTableCell20"; this.xrTableCell20.StylePriority.UseTextAlignment = false; this.xrTableCell20.Text = "xrTableCell20"; this.xrTableCell20.Weight = 0.33333361307779946D; // // xrTableCell16 // this.xrTableCell16.CanGrow = false; this.xrTableCell16.CanShrink = true; this.xrTableCell16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep05.fromdate", "{0:d/M/yyyy}")}); this.xrTableCell16.Multiline = true; this.xrTableCell16.Name = "xrTableCell16"; this.xrTableCell16.StylePriority.UseTextAlignment = false; this.xrTableCell16.Text = "xrTableCell16"; this.xrTableCell16.Weight = 0.33333333333333326D; // // xrTableCell18 // this.xrTableCell18.CanGrow = false; this.xrTableCell18.CanShrink = true; this.xrTableCell18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep05.trainhours")}); this.xrTableCell18.Multiline = true; this.xrTableCell18.Name = "xrTableCell18"; this.xrTableCell18.StylePriority.UseTextAlignment = false; this.xrTableCell18.Text = "xrTableCell18"; this.xrTableCell18.Weight = 0.26388895670572915D; // // xrTableCell21 // this.xrTableCell21.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep05.traindates")}); this.xrTableCell21.Name = "xrTableCell21"; this.xrTableCell21.StylePriority.UseTextAlignment = false; this.xrTableCell21.Text = "xrTableCell21"; this.xrTableCell21.Weight = 0.24305501302083338D; // // xrTableCell11 // this.xrTableCell11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep05.trainingname")}); this.xrTableCell11.Name = "xrTableCell11"; this.xrTableCell11.StylePriority.UseTextAlignment = false; this.xrTableCell11.Text = "xrTableCell11"; this.xrTableCell11.Weight = 0.49305547078450523D; // // xrTable6 // this.xrTable6.BackColor = System.Drawing.Color.Gray; this.xrTable6.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable6.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrTable6.ForeColor = System.Drawing.Color.White; this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(0.0001271566F, 145.2083F); this.xrTable6.Name = "xrTable6"; this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow13}); this.xrTable6.SizeF = new System.Drawing.SizeF(899.9999F, 24.99999F); this.xrTable6.StylePriority.UseBackColor = false; this.xrTable6.StylePriority.UseBorders = false; this.xrTable6.StylePriority.UseFont = false; this.xrTable6.StylePriority.UseForeColor = false; this.xrTable6.StylePriority.UseTextAlignment = false; this.xrTable6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow13 // this.xrTableRow13.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell39, this.xrTableCell14, this.xrTableCell12, this.xrTableCell13, this.xrTableCell25, this.xrTableCell40, this.xrTableCell31}); this.xrTableRow13.Name = "xrTableRow13"; this.xrTableRow13.Weight = 1D; // // xrTableCell39 // this.xrTableCell39.Name = "xrTableCell39"; this.xrTableCell39.Text = "ملاحظات"; this.xrTableCell39.Weight = 0.92361126931419923D; // // xrTableCell14 // this.xrTableCell14.Name = "xrTableCell14"; this.xrTableCell14.Text = "المستهدفين"; this.xrTableCell14.Weight = 0.40972224519010836D; // // xrTableCell12 // this.xrTableCell12.Name = "xrTableCell12"; this.xrTableCell12.Text = "الي تاريخ"; this.xrTableCell12.Weight = 0.33333337984873657D; // // xrTableCell13 // this.xrTableCell13.Name = "xrTableCell13"; this.xrTableCell13.StylePriority.UseTextAlignment = false; this.xrTableCell13.Text = "من تاريخ"; this.xrTableCell13.Weight = 0.33333337984873668D; // // xrTableCell25 // this.xrTableCell25.Name = "xrTableCell25"; this.xrTableCell25.Text = "عدد الساعات"; this.xrTableCell25.Weight = 0.26388898108647546D; // // xrTableCell40 // this.xrTableCell40.Name = "xrTableCell40"; this.xrTableCell40.Text = "عدد الايام"; this.xrTableCell40.Weight = 0.24305525791493837D; // // xrTableCell31 // this.xrTableCell31.Name = "xrTableCell31"; this.xrTableCell31.Text = "الخطة التدريبية"; this.xrTableCell31.Weight = 0.49305548679680539D; // // TopMargin // this.TopMargin.HeightF = 19F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.HeightF = 62.5F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.StylePriority.UseTextAlignment = false; this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1, this.xrTable6}); this.ReportHeader.HeightF = 170.2083F; this.ReportHeader.Name = "ReportHeader"; // // xrTable1 // this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1, this.xrTableRow3, this.xrTableRow5, this.xrTableRow2}); this.xrTable1.SizeF = new System.Drawing.SizeF(900F, 133.3333F); this.xrTable1.StylePriority.UseFont = false; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.lblSchool, this.xrTableCell2, this.xrTableCell3}); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 1D; // // lblSchool // this.lblSchool.Name = "lblSchool"; this.lblSchool.StylePriority.UseTextAlignment = false; this.lblSchool.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.lblSchool.Weight = 1D; // // xrTableCell2 // this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.Weight = 1D; // // xrTableCell3 // this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "cdtblhede.dawla")}); this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.StylePriority.UseTextAlignment = false; this.xrTableCell3.Text = "xrTableCell3"; this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell3.Weight = 1D; // // xrTableRow3 // this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell7, this.xrTableCell8, this.xrTableCell9}); this.xrTableRow3.Name = "xrTableRow3"; this.xrTableRow3.Weight = 1D; // // xrTableCell7 // this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "cdtblhede.dept")}); this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.StylePriority.UseTextAlignment = false; this.xrTableCell7.Text = "xrTableCell7"; this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrTableCell7.Weight = 1D; // // xrTableCell8 // this.xrTableCell8.Font = new System.Drawing.Font("Times New Roman", 14F); this.xrTableCell8.Name = "xrTableCell8"; this.xrTableCell8.StylePriority.UseFont = false; this.xrTableCell8.StylePriority.UseTextAlignment = false; this.xrTableCell8.Text = "الخطة التدريبية"; this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell8.Weight = 1D; // // xrTableCell9 // this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "cdtblhede.wezara")}); this.xrTableCell9.Name = "xrTableCell9"; this.xrTableCell9.StylePriority.UseTextAlignment = false; this.xrTableCell9.Text = "xrTableCell9"; this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell9.Weight = 1D; // // xrTableRow5 // this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell23, this.xrTableCell24, this.xrTableCell26}); this.xrTableRow5.Name = "xrTableRow5"; this.xrTableRow5.Weight = 1D; // // xrTableCell23 // this.xrTableCell23.Name = "xrTableCell23"; this.xrTableCell23.Weight = 1D; // // xrTableCell24 // this.xrTableCell24.Name = "xrTableCell24"; this.xrTableCell24.Weight = 1D; // // xrTableCell26 // this.xrTableCell26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "cdtblhede.edara")}); this.xrTableCell26.Name = "xrTableCell26"; this.xrTableCell26.Text = "xrTableCell26"; this.xrTableCell26.Weight = 1D; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell4, this.xrTableCell5, this.xrTableCell6}); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Weight = 1D; // // xrTableCell4 // this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.StylePriority.UseTextAlignment = false; this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrTableCell4.Weight = 1D; // // xrTableCell5 // this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.Weight = 1D; // // xrTableCell6 // this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.StylePriority.UseTextAlignment = false; this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell6.Weight = 1D; // // ReportFooter // this.ReportFooter.HeightF = 32.29167F; this.ReportFooter.Name = "ReportFooter"; // // cdtblhedeTableAdapter1 // this.cdtblhedeTableAdapter1.ClearBeforeFill = true; // // xRep05TableAdapter1 // this.xRep05TableAdapter1.ClearBeforeFill = true; // // XtraReport05 // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader, this.ReportFooter}); this.DataMember = "XRep05"; this.DataSource = this.dsTEFollowUp1; this.Landscape = true; this.Margins = new System.Drawing.Printing.Margins(100, 100, 19, 62); this.PageHeight = 850; this.PageWidth = 1100; this.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.Version = "12.2"; this.DataSourceDemanded += new System.EventHandler<System.EventArgs>(this.XtraReport01_DataSourceDemanded); ((System.ComponentModel.ISupportInitialize)(this.dsTEFollowUp1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).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 = "rp_TheoDoiTongHopTienDoDanhGiaTheoDonVi.resx"; this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrt_stt = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_phongban = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_donvi = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_tongcbnv = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_songuotudanhgia = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_songuoiduoctructiep = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_songuoiduoccanbodanhgia = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_ghichu = new DevExpress.XtraReports.UI.XRTableCell(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrlblNgayDanhGia = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblTenDotDG = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblRpTitle = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); 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.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.xrlblChuKy3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblChuKy2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblNguoiLapBC = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblTieuDe3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblTieuDe1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblTieuDe2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrlblNgayTao = new DevExpress.XtraReports.UI.XRLabel(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2 }); this.Detail.HeightF = 25F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrTable2 // this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(3.973643E-05F, 0F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2 }); this.xrTable2.SizeF = new System.Drawing.SizeF(823.9999F, 25F); this.xrTable2.StylePriority.UseBorders = false; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrt_stt, this.xrt_phongban, this.xrt_donvi, this.xrt_tongcbnv, this.xrt_songuotudanhgia, this.xrt_songuoiduoctructiep, this.xrt_songuoiduoccanbodanhgia, this.xrt_ghichu }); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Weight = 1D; // // xrt_stt // this.xrt_stt.Name = "xrt_stt"; this.xrt_stt.StylePriority.UseTextAlignment = false; this.xrt_stt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_stt.Weight = 0.13652898972237265D; // // xrt_phongban // this.xrt_phongban.Name = "xrt_phongban"; this.xrt_phongban.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); this.xrt_phongban.StylePriority.UsePadding = false; this.xrt_phongban.StylePriority.UseTextAlignment = false; this.xrt_phongban.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrt_phongban.Weight = 0.47785201572947616D; // // xrt_donvi // this.xrt_donvi.Name = "xrt_donvi"; this.xrt_donvi.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F); this.xrt_donvi.StylePriority.UsePadding = false; this.xrt_donvi.StylePriority.UseTextAlignment = false; this.xrt_donvi.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrt_donvi.Weight = 0.59170172592393111D; // // xrt_tongcbnv // this.xrt_tongcbnv.Name = "xrt_tongcbnv"; this.xrt_tongcbnv.StylePriority.UseTextAlignment = false; this.xrt_tongcbnv.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_tongcbnv.Weight = 0.31291783578228283D; // // xrt_songuotudanhgia // this.xrt_songuotudanhgia.Name = "xrt_songuotudanhgia"; this.xrt_songuotudanhgia.StylePriority.UseTextAlignment = false; this.xrt_songuotudanhgia.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_songuotudanhgia.Weight = 0.32332718862677379D; // // xrt_songuoiduoctructiep // this.xrt_songuoiduoctructiep.Name = "xrt_songuoiduoctructiep"; this.xrt_songuoiduoctructiep.StylePriority.UseTextAlignment = false; this.xrt_songuoiduoctructiep.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_songuoiduoctructiep.Weight = 0.39869333841928173D; // // xrt_songuoiduoccanbodanhgia // this.xrt_songuoiduoccanbodanhgia.Name = "xrt_songuoiduoccanbodanhgia"; this.xrt_songuoiduoccanbodanhgia.StylePriority.UseTextAlignment = false; this.xrt_songuoiduoccanbodanhgia.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_songuoiduoccanbodanhgia.Weight = 0.41172559913827189D; // // xrt_ghichu // this.xrt_ghichu.Name = "xrt_ghichu"; this.xrt_ghichu.StylePriority.UseTextAlignment = false; this.xrt_ghichu.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleJustify; this.xrt_ghichu.Weight = 0.34725330665761012D; // // TopMargin // this.TopMargin.HeightF = 25F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrlblNgayDanhGia, this.xrlblTenDotDG, this.xrlblRpTitle }); this.ReportHeader.HeightF = 76.00004F; this.ReportHeader.Name = "ReportHeader"; // // xrlblNgayDanhGia // this.xrlblNgayDanhGia.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrlblNgayDanhGia.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrlblNgayDanhGia.LocationFloat = new DevExpress.Utils.PointFloat(3.973643E-05F, 55.50003F); this.xrlblNgayDanhGia.Name = "xrlblNgayDanhGia"; this.xrlblNgayDanhGia.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrlblNgayDanhGia.SizeF = new System.Drawing.SizeF(823.9999F, 20.50001F); this.xrlblNgayDanhGia.StylePriority.UseBorders = false; this.xrlblNgayDanhGia.StylePriority.UseFont = false; this.xrlblNgayDanhGia.StylePriority.UseTextAlignment = false; this.xrlblNgayDanhGia.Text = "Ngày: ......................"; this.xrlblNgayDanhGia.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrlblTenDotDG // this.xrlblTenDotDG.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrlblTenDotDG.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrlblTenDotDG.LocationFloat = new DevExpress.Utils.PointFloat(3.973643E-05F, 35.00001F); this.xrlblTenDotDG.Name = "xrlblTenDotDG"; this.xrlblTenDotDG.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrlblTenDotDG.SizeF = new System.Drawing.SizeF(823.9999F, 20.50001F); this.xrlblTenDotDG.StylePriority.UseBorders = false; this.xrlblTenDotDG.StylePriority.UseFont = false; this.xrlblTenDotDG.StylePriority.UseTextAlignment = false; this.xrlblTenDotDG.Text = "Đợt đánh giá: ..........."; this.xrlblTenDotDG.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrlblRpTitle // this.xrlblRpTitle.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrlblRpTitle.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrlblRpTitle.LocationFloat = new DevExpress.Utils.PointFloat(3.973643E-05F, 10.00001F); this.xrlblRpTitle.Name = "xrlblRpTitle"; this.xrlblRpTitle.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrlblRpTitle.SizeF = new System.Drawing.SizeF(823.9999F, 20.50001F); this.xrlblRpTitle.StylePriority.UseBorders = false; this.xrlblRpTitle.StylePriority.UseFont = false; this.xrlblRpTitle.StylePriority.UseTextAlignment = false; this.xrlblRpTitle.Text = "THEO DÕI TỔNG HỢP TIẾN ĐỘ ĐÁNH GIÁ THEO ĐƠN VỊ"; this.xrlblRpTitle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1 }); this.PageHeader.HeightF = 45.83333F; this.PageHeader.Name = "PageHeader"; // // xrTable1 // this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1 }); this.xrTable1.SizeF = new System.Drawing.SizeF(824F, 45.83333F); this.xrTable1.StylePriority.UseFont = false; this.xrTable1.StylePriority.UseTextAlignment = false; this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell1, this.xrTableCell2, this.xrTableCell4, this.xrTableCell5, this.xrTableCell6, this.xrTableCell7, this.xrTableCell8, this.xrTableCell3 }); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 1D; // // xrTableCell1 // this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.StylePriority.UseTextAlignment = false; this.xrTableCell1.Text = "STT"; this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell1.Weight = 0.37499999999999994D; // // xrTableCell2 // this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.Text = "Phòng ban"; this.xrTableCell2.Weight = 1.3125001525878908D; // // xrTableCell4 // this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.Text = "Đơn vị"; this.xrTableCell4.Weight = 1.6252074432373047D; // // xrTableCell5 // this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.Text = "Tổng CBNV của đơn vị"; this.xrTableCell5.Weight = 0.85947902679443366D; // // xrTableCell6 // this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.Text = "Số người đã tự đánh giá"; this.xrTableCell6.Weight = 0.88807252883911125D; // // xrTableCell7 // this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.Text = "Số người đã được người khác đánh giá"; this.xrTableCell7.Weight = 1.0950787067413335D; // // xrTableCell8 // this.xrTableCell8.Name = "xrTableCell8"; this.xrTableCell8.Text = "Số người đã được người quản lý đánh giá"; this.xrTableCell8.Weight = 1.1308727884292606D; // // xrTableCell3 // this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.Text = "Ghi chú"; this.xrTableCell3.Weight = 0.95378935337066639D; // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrlblChuKy3, this.xrlblChuKy2, this.xrlblNguoiLapBC, this.xrLabel12, this.xrlblTieuDe3, this.xrLabel14, this.xrlblTieuDe1, this.xrLabel10, this.xrlblTieuDe2, this.xrlblNgayTao }); this.ReportFooter.HeightF = 199F; this.ReportFooter.Name = "ReportFooter"; // // xrlblChuKy3 // this.xrlblChuKy3.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrlblChuKy3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrlblChuKy3.LocationFloat = new DevExpress.Utils.PointFloat(537.5001F, 112.4584F); this.xrlblChuKy3.Name = "xrlblChuKy3"; this.xrlblChuKy3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrlblChuKy3.SizeF = new System.Drawing.SizeF(286.4998F, 23F); this.xrlblChuKy3.StylePriority.UseBorders = false; this.xrlblChuKy3.StylePriority.UseFont = false; this.xrlblChuKy3.Text = "Trần Quang Khải"; // // xrlblChuKy2 // this.xrlblChuKy2.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrlblChuKy2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrlblChuKy2.LocationFloat = new DevExpress.Utils.PointFloat(252.0833F, 112.4584F); this.xrlblChuKy2.Name = "xrlblChuKy2"; this.xrlblChuKy2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrlblChuKy2.SizeF = new System.Drawing.SizeF(250F, 23F); this.xrlblChuKy2.StylePriority.UseBorders = false; this.xrlblChuKy2.StylePriority.UseFont = false; this.xrlblChuKy2.Text = "Trần Duy Hưng"; // // xrlblNguoiLapBC // this.xrlblNguoiLapBC.BorderWidth = 0; this.xrlblNguoiLapBC.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrlblNguoiLapBC.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 112.4584F); this.xrlblNguoiLapBC.Name = "xrlblNguoiLapBC"; this.xrlblNguoiLapBC.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrlblNguoiLapBC.SizeF = new System.Drawing.SizeF(232.2917F, 23.00001F); this.xrlblNguoiLapBC.StylePriority.UseBorderWidth = false; this.xrlblNguoiLapBC.StylePriority.UseFont = false; this.xrlblNguoiLapBC.Text = "Demo"; // // xrLabel12 // this.xrLabel12.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel12.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(252.0833F, 57.91667F); this.xrLabel12.Name = "xrLabel12"; this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel12.SizeF = new System.Drawing.SizeF(250F, 23F); this.xrLabel12.StylePriority.UseBorders = false; this.xrLabel12.StylePriority.UseFont = false; this.xrLabel12.StylePriority.UseTextAlignment = false; this.xrLabel12.Text = "(Ký và ghi rõ họ tên)"; this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrlblTieuDe3 // this.xrlblTieuDe3.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrlblTieuDe3.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrlblTieuDe3.LocationFloat = new DevExpress.Utils.PointFloat(537.5001F, 45.41667F); this.xrlblTieuDe3.Name = "xrlblTieuDe3"; this.xrlblTieuDe3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrlblTieuDe3.SizeF = new System.Drawing.SizeF(286.4999F, 10.5F); this.xrlblTieuDe3.StylePriority.UseBorders = false; this.xrlblTieuDe3.StylePriority.UseFont = false; this.xrlblTieuDe3.StylePriority.UseTextAlignment = false; this.xrlblTieuDe3.Text = "GIÁM ĐỐC"; this.xrlblTieuDe3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrLabel14 // this.xrLabel14.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel14.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(537.5001F, 57.91667F); this.xrLabel14.Name = "xrLabel14"; this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel14.SizeF = new System.Drawing.SizeF(286.4999F, 23F); this.xrLabel14.StylePriority.UseBorders = false; this.xrLabel14.StylePriority.UseFont = false; this.xrLabel14.StylePriority.UseTextAlignment = false; this.xrLabel14.Text = "(Ký và ghi rõ họ tên)"; this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrlblTieuDe1 // this.xrlblTieuDe1.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrlblTieuDe1.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrlblTieuDe1.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 45.41667F); this.xrlblTieuDe1.Name = "xrlblTieuDe1"; this.xrlblTieuDe1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrlblTieuDe1.SizeF = new System.Drawing.SizeF(232.2917F, 10.5F); this.xrlblTieuDe1.StylePriority.UseBorders = false; this.xrlblTieuDe1.StylePriority.UseFont = false; this.xrlblTieuDe1.StylePriority.UseTextAlignment = false; this.xrlblTieuDe1.Text = "NGƯỜI LẬP"; this.xrlblTieuDe1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrLabel10 // this.xrLabel10.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrLabel10.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 57.91667F); this.xrLabel10.Name = "xrLabel10"; this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel10.SizeF = new System.Drawing.SizeF(232.2917F, 23F); this.xrLabel10.StylePriority.UseBorders = false; this.xrLabel10.StylePriority.UseFont = false; this.xrLabel10.StylePriority.UseTextAlignment = false; this.xrLabel10.Text = "(Ký và ghi rõ họ tên)"; this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrlblTieuDe2 // this.xrlblTieuDe2.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrlblTieuDe2.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrlblTieuDe2.LocationFloat = new DevExpress.Utils.PointFloat(252.0833F, 45.41667F); this.xrlblTieuDe2.Name = "xrlblTieuDe2"; this.xrlblTieuDe2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrlblTieuDe2.SizeF = new System.Drawing.SizeF(250F, 10.5F); this.xrlblTieuDe2.StylePriority.UseBorders = false; this.xrlblTieuDe2.StylePriority.UseFont = false; this.xrlblTieuDe2.StylePriority.UseTextAlignment = false; this.xrlblTieuDe2.Text = "PHÒNG TCHC"; this.xrlblTieuDe2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrlblNgayTao // this.xrlblNgayTao.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrlblNgayTao.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrlblNgayTao.LocationFloat = new DevExpress.Utils.PointFloat(646.9166F, 10.00001F); this.xrlblNgayTao.Name = "xrlblNgayTao"; this.xrlblNgayTao.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrlblNgayTao.SizeF = new System.Drawing.SizeF(177.0834F, 23F); this.xrlblNgayTao.StylePriority.UseBorders = false; this.xrlblNgayTao.StylePriority.UseFont = false; this.xrlblNgayTao.Text = "Ngày 27 tháng 7 năm 2013"; // // PageFooter // this.PageFooter.Name = "PageFooter"; // // rp_TheoDoiTongHopTienDoDanhGiaTheoDonVi // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader, this.PageHeader, this.ReportFooter, this.PageFooter }); this.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.Margins = new System.Drawing.Printing.Margins(12, 14, 25, 100); this.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; this.Version = "10.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).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 = "SinifListesi.resx"; System.Resources.ResourceManager resources = global::Resources.SinifListesi.ResourceManager; DevExpress.DataAccess.Sql.CustomSqlQuery customSqlQuery1 = new DevExpress.DataAccess.Sql.CustomSqlQuery(); DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.Parameters.DynamicListLookUpSettings dynamicListLookUpSettings1 = new DevExpress.XtraReports.Parameters.DynamicListLookUpSettings(); this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); 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.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); 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.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.reportHeaderBand1 = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.Title = new DevExpress.XtraReports.UI.XRControlStyle(); this.FieldCaption = new DevExpress.XtraReports.UI.XRControlStyle(); this.PageInfo = new DevExpress.XtraReports.UI.XRControlStyle(); this.DataField = new DevExpress.XtraReports.UI.XRControlStyle(); this.sinav_id = new DevExpress.XtraReports.Parameters.Parameter(); this.derslikid = new DevExpress.XtraReports.Parameters.Parameter(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // sqlDataSource1 // this.sqlDataSource1.ConnectionName = "Tu_SinavConnectionString"; this.sqlDataSource1.Name = "sqlDataSource1"; customSqlQuery1.Name = "ogr_sinav_derslik"; customSqlQuery1.Sql = resources.GetString("customSqlQuery1.Sql"); this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] { customSqlQuery1}); this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable"); // // Detail // this.Detail.Borders = DevExpress.XtraPrinting.BorderSide.None; this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel11, this.xrLabel10, this.xrTable1, this.xrLabel13}); this.Detail.HeightF = 23.75F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.StylePriority.UseBorders = false; this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel11 // this.xrLabel11.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrLabel11.Font = new System.Drawing.Font("Times New Roman", 9.75F); this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrLabel11.Name = "xrLabel11"; this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel11.SizeF = new System.Drawing.SizeF(64.06253F, 23.75F); this.xrLabel11.StylePriority.UseBorders = false; this.xrLabel11.StylePriority.UseFont = false; xrSummary1.FormatString = "{0:}"; xrSummary1.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber; xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrLabel11.Summary = xrSummary1; // // xrLabel10 // this.xrLabel10.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrLabel10.Font = new System.Drawing.Font("Times New Roman", 9.75F); this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(518.1033F, 0F); this.xrLabel10.Name = "xrLabel10"; this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel10.SizeF = new System.Drawing.SizeF(131.8967F, 23.75F); this.xrLabel10.StylePriority.UseBorders = false; this.xrLabel10.StylePriority.UseFont = false; // // xrTable1 // this.xrTable1.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 9.75F); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(75F, 0F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1}); this.xrTable1.SizeF = new System.Drawing.SizeF(443.1033F, 23.75F); this.xrTable1.StylePriority.UseBorders = false; this.xrTable1.StylePriority.UseFont = false; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell1, this.xrTableCell2, this.xrTableCell3}); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 1D; // // xrTableCell1 // this.xrTableCell1.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid; this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "ogr_sinav_derslik.ogr_no")}); this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.StylePriority.UseBorderDashStyle = false; this.xrTableCell1.StylePriority.UseBorders = false; this.xrTableCell1.Text = " xrTableCell1"; this.xrTableCell1.Weight = 0.75994065325908811D; // // xrTableCell2 // this.xrTableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "ogr_sinav_derslik.ogr_adi")}); this.xrTableCell2.Multiline = true; this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.xrTableCell2.StylePriority.UseBorders = false; this.xrTableCell2.StylePriority.UsePadding = false; this.xrTableCell2.Text = " xrTableCell2"; this.xrTableCell2.Weight = 1.0306610344403175D; // // xrTableCell3 // this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "ogr_sinav_derslik.ogr_soyadi")}); this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.StylePriority.UseBorders = false; this.xrTableCell3.Text = " xrTableCell3"; this.xrTableCell3.Weight = 0.92589477536983389D; // // xrLabel13 // this.xrLabel13.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrLabel13.Font = new System.Drawing.Font("Times New Roman", 9.75F); this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(64.0625F, 0F); this.xrLabel13.Multiline = true; this.xrLabel13.Name = "xrLabel13"; this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel13.SizeF = new System.Drawing.SizeF(10.93748F, 23.75F); this.xrLabel13.StylePriority.UseBorders = false; this.xrLabel13.StylePriority.UseFont = false; this.xrLabel13.Text = "\r\n"; // // TopMargin // this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel9, this.xrLabel8, this.xrLabel7, this.xrLabel6, this.xrLabel5, this.xrLabel4, this.xrLabel3, this.xrLabel2, this.xrLabel1}); this.TopMargin.HeightF = 83F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel9 // this.xrLabel9.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(0F, 50.24999F); this.xrLabel9.Name = "xrLabel9"; this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel9.SizeF = new System.Drawing.SizeF(120.8333F, 16.75F); this.xrLabel9.StylePriority.UseBorders = false; this.xrLabel9.Text = "Sınav Tarih / Saat :"; // // xrLabel8 // this.xrLabel8.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(0F, 33.5F); this.xrLabel8.Name = "xrLabel8"; this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel8.SizeF = new System.Drawing.SizeF(75F, 16.74999F); this.xrLabel8.StylePriority.UseBorders = false; this.xrLabel8.Text = "Sınav Türü:"; // // xrLabel7 // this.xrLabel7.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 16.75F); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel7.SizeF = new System.Drawing.SizeF(75F, 16.75F); this.xrLabel7.StylePriority.UseBorders = false; this.xrLabel7.Text = "Ders Adı:"; // // xrLabel6 // this.xrLabel6.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrLabel6.Name = "xrLabel6"; this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel6.SizeF = new System.Drawing.SizeF(75F, 16.75F); this.xrLabel6.StylePriority.UseBorders = false; this.xrLabel6.Text = "Bölüm Adı:"; // // xrLabel5 // this.xrLabel5.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrLabel5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "ogr_sinav_derslik.sinav_saati")}); this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(195.2141F, 50.24999F); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel5.SizeF = new System.Drawing.SizeF(146.1054F, 16.75F); this.xrLabel5.StylePriority.UseBorders = false; // // xrLabel4 // this.xrLabel4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrLabel4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "ogr_sinav_derslik.tarih")}); this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(120.8333F, 50.24999F); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel4.SizeF = new System.Drawing.SizeF(74.38071F, 16.75F); this.xrLabel4.StylePriority.UseBorders = false; // // xrLabel3 // this.xrLabel3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "ogr_sinav_derslik.ders_adi")}); this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(75F, 16.75F); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel3.SizeF = new System.Drawing.SizeF(485.0694F, 16.75F); this.xrLabel3.StylePriority.UseBorders = false; // // xrLabel2 // this.xrLabel2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "ogr_sinav_derslik.sinav_tur")}); this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(75F, 33.5F); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel2.SizeF = new System.Drawing.SizeF(100F, 16.74999F); this.xrLabel2.StylePriority.UseBorders = false; // // xrLabel1 // this.xrLabel1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "ogr_sinav_derslik.bolum_adi")}); this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(75F, 0F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.SizeF = new System.Drawing.SizeF(485.0694F, 16.75F); this.xrLabel1.StylePriority.UseBorders = false; // // BottomMargin // this.BottomMargin.Borders = DevExpress.XtraPrinting.BorderSide.None; this.BottomMargin.HeightF = 10.62501F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.StylePriority.UseBorders = false; this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // reportHeaderBand1 // this.reportHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel12, this.xrTable3}); this.reportHeaderBand1.HeightF = 25.00003F; this.reportHeaderBand1.Name = "reportHeaderBand1"; // // xrLabel12 // this.xrLabel12.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrLabel12.Name = "xrLabel12"; this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel12.SizeF = new System.Drawing.SizeF(64.06253F, 25.00003F); this.xrLabel12.StylePriority.UseBorders = false; this.xrLabel12.Text = "Sıra No"; // // xrTable3 // this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(64.06253F, 0F); this.xrTable3.Name = "xrTable3"; this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow3}); this.xrTable3.SizeF = new System.Drawing.SizeF(585.9374F, 25.00001F); this.xrTable3.StylePriority.UseBorders = false; // // xrTableRow3 // this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell4, this.xrTableCell5, this.xrTableCell7, this.xrTableCell8}); this.xrTableRow3.Name = "xrTableRow3"; this.xrTableRow3.Weight = 1D; // // xrTableCell4 // this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.StylePriority.UseBorders = false; this.xrTableCell4.Text = " Öğrenci No"; this.xrTableCell4.Weight = 0.76618290343549933D; // // xrTableCell5 // this.xrTableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.StylePriority.UseBorders = false; this.xrTableCell5.Text = " Öğrenci Adı"; this.xrTableCell5.Weight = 0.94315419211474694D; // // xrTableCell7 // this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.StylePriority.UseBorders = false; this.xrTableCell7.Text = " Öğrenci Soyadı"; this.xrTableCell7.Weight = 0.94315465469699966D; // // xrTableCell8 // this.xrTableCell8.Name = "xrTableCell8"; this.xrTableCell8.Text = " İmza"; this.xrTableCell8.Weight = 0.77053532448251061D; // // Title // this.Title.BackColor = System.Drawing.Color.Transparent; this.Title.BorderColor = System.Drawing.Color.Black; this.Title.Borders = DevExpress.XtraPrinting.BorderSide.None; this.Title.BorderWidth = 1F; this.Title.Font = new System.Drawing.Font("Times New Roman", 20F, System.Drawing.FontStyle.Bold); this.Title.ForeColor = System.Drawing.Color.Maroon; this.Title.Name = "Title"; // // FieldCaption // this.FieldCaption.BackColor = System.Drawing.Color.Transparent; this.FieldCaption.BorderColor = System.Drawing.Color.Black; this.FieldCaption.Borders = DevExpress.XtraPrinting.BorderSide.None; this.FieldCaption.BorderWidth = 1F; this.FieldCaption.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold); this.FieldCaption.ForeColor = System.Drawing.Color.Maroon; this.FieldCaption.Name = "FieldCaption"; // // PageInfo // this.PageInfo.BackColor = System.Drawing.Color.Transparent; this.PageInfo.BorderColor = System.Drawing.Color.Black; this.PageInfo.Borders = DevExpress.XtraPrinting.BorderSide.None; this.PageInfo.BorderWidth = 1F; this.PageInfo.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.PageInfo.ForeColor = System.Drawing.Color.Black; this.PageInfo.Name = "PageInfo"; // // DataField // this.DataField.BackColor = System.Drawing.Color.Transparent; this.DataField.BorderColor = System.Drawing.Color.Black; this.DataField.Borders = DevExpress.XtraPrinting.BorderSide.None; this.DataField.BorderWidth = 1F; this.DataField.Font = new System.Drawing.Font("Times New Roman", 10F); this.DataField.ForeColor = System.Drawing.Color.Black; this.DataField.Name = "DataField"; this.DataField.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); // // sinav_id // this.sinav_id.Description = "sinav_id"; this.sinav_id.Name = "sinav_id"; this.sinav_id.Type = typeof(int); this.sinav_id.ValueInfo = "1"; this.sinav_id.Visible = false; // // derslikid // this.derslikid.Description = "derslikid"; dynamicListLookUpSettings1.DataAdapter = null; dynamicListLookUpSettings1.DataMember = "ogr_sinav_derslik"; dynamicListLookUpSettings1.DataSource = this.sqlDataSource1; dynamicListLookUpSettings1.DisplayMember = "derslik_id"; dynamicListLookUpSettings1.FilterString = null; dynamicListLookUpSettings1.ValueMember = "derslik_id"; this.derslikid.LookUpSettings = dynamicListLookUpSettings1; this.derslikid.Name = "derslikid"; this.derslikid.Type = typeof(int); this.derslikid.ValueInfo = "0"; this.derslikid.Visible = false; // // SinifListesi // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.reportHeaderBand1}); this.ComponentStorage.Add(this.sqlDataSource1); this.DataMember = "ogr_sinav_derslik"; this.DataSource = this.sqlDataSource1; this.ExportOptions.Image.ExportMode = DevExpress.XtraPrinting.ImageExportMode.DifferentFiles; this.ExportOptions.Image.Format = System.Drawing.Imaging.ImageFormat.Wmf; this.FilterString = "[derslik_id] = ?derslikid And [Sinav_id] = ?sinav_id"; this.Margins = new System.Drawing.Printing.Margins(100, 100, 83, 11); this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] { this.sinav_id, this.derslikid}); this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] { this.Title, this.FieldCaption, this.PageInfo, this.DataField}); this.Version = "14.2"; ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).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 = "rp_DanhSachCanBoHetHanBoNhiem.resx"; this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrt_stt = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_macanbonhanvien = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_hoten = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_phongban = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_chucvuhientai = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_ngaybonhiem = new DevExpress.XtraReports.UI.XRTableCell(); this.xrt_thoihan = new DevExpress.XtraReports.UI.XRTableCell(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrl_TitleBC = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_TenCongTy = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_TenThanhPho = new DevExpress.XtraReports.UI.XRLabel(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.xrl_ten1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_ten3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_footer1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrtngayketxuat = new DevExpress.XtraReports.UI.XRLabel(); this.xrl_footer3 = new DevExpress.XtraReports.UI.XRLabel(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2 }); this.Detail.HeightF = 25F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrTable2 // this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2 }); this.xrTable2.SizeF = new System.Drawing.SizeF(828F, 25F); this.xrTable2.StylePriority.UseBorders = false; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrt_stt, this.xrt_macanbonhanvien, this.xrt_hoten, this.xrt_phongban, this.xrt_chucvuhientai, this.xrt_ngaybonhiem, this.xrt_thoihan }); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Weight = 1D; // // xrt_stt // this.xrt_stt.Name = "xrt_stt"; this.xrt_stt.StylePriority.UseTextAlignment = false; this.xrt_stt.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_stt.Weight = 0.1456573740818497D; // // xrt_macanbonhanvien // this.xrt_macanbonhanvien.Name = "xrt_macanbonhanvien"; this.xrt_macanbonhanvien.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrt_macanbonhanvien.StylePriority.UsePadding = false; this.xrt_macanbonhanvien.StylePriority.UseTextAlignment = false; this.xrt_macanbonhanvien.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrt_macanbonhanvien.Weight = 0.36308812144598113D; // // xrt_hoten // this.xrt_hoten.Name = "xrt_hoten"; this.xrt_hoten.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrt_hoten.StylePriority.UsePadding = false; this.xrt_hoten.StylePriority.UseTextAlignment = false; this.xrt_hoten.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrt_hoten.Weight = 0.49125450447216917D; // // xrt_phongban // this.xrt_phongban.Name = "xrt_phongban"; this.xrt_phongban.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrt_phongban.StylePriority.UsePadding = false; this.xrt_phongban.StylePriority.UseTextAlignment = false; this.xrt_phongban.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrt_phongban.Weight = 0.7848730924480235D; // // xrt_chucvuhientai // this.xrt_chucvuhientai.Name = "xrt_chucvuhientai"; this.xrt_chucvuhientai.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrt_chucvuhientai.StylePriority.UsePadding = false; this.xrt_chucvuhientai.StylePriority.UseTextAlignment = false; this.xrt_chucvuhientai.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrt_chucvuhientai.Weight = 0.37983073277771667D; // // xrt_ngaybonhiem // this.xrt_ngaybonhiem.Name = "xrt_ngaybonhiem"; this.xrt_ngaybonhiem.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrt_ngaybonhiem.StylePriority.UsePadding = false; this.xrt_ngaybonhiem.StylePriority.UseTextAlignment = false; this.xrt_ngaybonhiem.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_ngaybonhiem.Weight = 0.41002468326611391D; // // xrt_thoihan // this.xrt_thoihan.Name = "xrt_thoihan"; this.xrt_thoihan.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F); this.xrt_thoihan.StylePriority.UsePadding = false; this.xrt_thoihan.StylePriority.UseTextAlignment = false; this.xrt_thoihan.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrt_thoihan.Weight = 0.42527149150814608D; // // TopMargin // this.TopMargin.HeightF = 49F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrl_TitleBC, this.xrl_TenCongTy, this.xrl_TenThanhPho }); this.ReportHeader.HeightF = 93F; this.ReportHeader.Name = "ReportHeader"; // // xrl_TitleBC // this.xrl_TitleBC.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_TitleBC.LocationFloat = new DevExpress.Utils.PointFloat(0F, 63.54167F); this.xrl_TitleBC.Name = "xrl_TitleBC"; this.xrl_TitleBC.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_TitleBC.SizeF = new System.Drawing.SizeF(828F, 23F); this.xrl_TitleBC.StylePriority.UseFont = false; this.xrl_TitleBC.StylePriority.UseTextAlignment = false; this.xrl_TitleBC.Text = "DANH SÁCH CÁN BỘ HẾT HẠN BỔ NHIỆM"; this.xrl_TitleBC.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_TenCongTy // this.xrl_TenCongTy.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_TenCongTy.LocationFloat = new DevExpress.Utils.PointFloat(0F, 26.04167F); this.xrl_TenCongTy.Name = "xrl_TenCongTy"; this.xrl_TenCongTy.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_TenCongTy.SizeF = new System.Drawing.SizeF(436.4586F, 23F); this.xrl_TenCongTy.StylePriority.UseFont = false; this.xrl_TenCongTy.StylePriority.UseTextAlignment = false; this.xrl_TenCongTy.Text = "CÔNG TY CỔ PHẦN CÔNG NGHỆ DTH VÀ GIẢI PHÁP SỐ"; this.xrl_TenCongTy.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_TenThanhPho // this.xrl_TenThanhPho.Font = new System.Drawing.Font("Times New Roman", 11F); this.xrl_TenThanhPho.LocationFloat = new DevExpress.Utils.PointFloat(0F, 1.041667F); this.xrl_TenThanhPho.Name = "xrl_TenThanhPho"; this.xrl_TenThanhPho.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_TenThanhPho.SizeF = new System.Drawing.SizeF(436.4586F, 23F); this.xrl_TenThanhPho.StylePriority.UseFont = false; this.xrl_TenThanhPho.StylePriority.UseTextAlignment = false; this.xrl_TenThanhPho.Text = "THÀNH PHỐ HÀ NỘI"; this.xrl_TenThanhPho.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1 }); this.PageHeader.HeightF = 25F; this.PageHeader.Name = "PageHeader"; // // xrTable1 // this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1 }); this.xrTable1.SizeF = new System.Drawing.SizeF(828F, 25F); this.xrTable1.StylePriority.UseBorders = false; this.xrTable1.StylePriority.UseFont = false; this.xrTable1.StylePriority.UseTextAlignment = false; this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell4, this.xrTableCell5, this.xrTableCell1, this.xrTableCell6, this.xrTableCell2, this.xrTableCell7, this.xrTableCell3 }); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 1D; // // xrTableCell4 // this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.Text = "STT"; this.xrTableCell4.Weight = 0.1456573740818497D; // // xrTableCell5 // this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.Text = "Mã CBNV"; this.xrTableCell5.Weight = 0.36308812144598113D; // // xrTableCell1 // this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.Text = "Họ tên"; this.xrTableCell1.Weight = 0.49125450447216923D; // // xrTableCell6 // this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.Text = "Phòng ban"; this.xrTableCell6.Weight = 0.782720165567997D; // // xrTableCell2 // this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.Text = "Chức vụ hiện tại"; this.xrTableCell2.Weight = 0.37937258210756836D; // // xrTableCell7 // this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.Text = "Ngày bổ nhiệm"; this.xrTableCell7.Weight = 0.40952976789337031D; // // xrTableCell3 // this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.Text = "Thời hạn ( tháng)"; this.xrTableCell3.Weight = 0.42475888718692334D; // // ReportFooter // this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrl_ten1, this.xrl_ten3, this.xrl_footer1, this.xrtngayketxuat, this.xrl_footer3 }); this.ReportFooter.HeightF = 223F; this.ReportFooter.Name = "ReportFooter"; // // xrl_ten1 // this.xrl_ten1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_ten1.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 150F); this.xrl_ten1.Name = "xrl_ten1"; this.xrl_ten1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_ten1.SizeF = new System.Drawing.SizeF(302.1819F, 23F); this.xrl_ten1.StylePriority.UseFont = false; this.xrl_ten1.StylePriority.UseTextAlignment = false; this.xrl_ten1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_ten3 // this.xrl_ten3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrl_ten3.LocationFloat = new DevExpress.Utils.PointFloat(524.5013F, 150F); this.xrl_ten3.Name = "xrl_ten3"; this.xrl_ten3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_ten3.SizeF = new System.Drawing.SizeF(302.4174F, 23F); this.xrl_ten3.StylePriority.UseFont = false; this.xrl_ten3.StylePriority.UseTextAlignment = false; this.xrl_ten3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_footer1 // this.xrl_footer1.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_footer1.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 50F); this.xrl_footer1.Name = "xrl_footer1"; this.xrl_footer1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_footer1.SizeF = new System.Drawing.SizeF(304.1828F, 23F); this.xrl_footer1.StylePriority.UseFont = false; this.xrl_footer1.StylePriority.UseTextAlignment = false; this.xrl_footer1.Text = "NGƯỜI LẬP"; this.xrl_footer1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrtngayketxuat // this.xrtngayketxuat.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Italic); this.xrtngayketxuat.LocationFloat = new DevExpress.Utils.PointFloat(524.5013F, 27.00001F); this.xrtngayketxuat.Name = "xrtngayketxuat"; this.xrtngayketxuat.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrtngayketxuat.SizeF = new System.Drawing.SizeF(303.4987F, 23F); this.xrtngayketxuat.StylePriority.UseFont = false; this.xrtngayketxuat.StylePriority.UseTextAlignment = false; this.xrtngayketxuat.Text = "Hà Nội, ngày 15 tháng 4 năm 2013"; this.xrtngayketxuat.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrl_footer3 // this.xrl_footer3.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold); this.xrl_footer3.LocationFloat = new DevExpress.Utils.PointFloat(524.5013F, 50F); this.xrl_footer3.Name = "xrl_footer3"; this.xrl_footer3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrl_footer3.SizeF = new System.Drawing.SizeF(302.4174F, 23F); this.xrl_footer3.StylePriority.UseFont = false; this.xrl_footer3.StylePriority.UseTextAlignment = false; this.xrl_footer3.Text = "PHÒNG TCHC"; this.xrl_footer3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // PageFooter // this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPageInfo1 }); this.PageFooter.Name = "PageFooter"; // // xrPageInfo1 // this.xrPageInfo1.Font = new System.Drawing.Font("Times New Roman", 11F); this.xrPageInfo1.Format = "Trang {0} của {1}"; this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(700.877F, 37.5F); this.xrPageInfo1.Name = "xrPageInfo1"; this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrPageInfo1.SizeF = new System.Drawing.SizeF(126.0417F, 23.00001F); this.xrPageInfo1.StylePriority.UseFont = false; this.xrPageInfo1.StylePriority.UseTextAlignment = false; this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; // // rp_DanhSachCanBoHetHanBoNhiem // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader, this.PageHeader, this.ReportFooter, this.PageFooter }); this.Margins = new System.Drawing.Printing.Margins(10, 12, 49, 100); this.Version = "10.1"; ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).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 = "StepReport.resx"; this.components = new System.ComponentModel.Container(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.tblActs = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.srcActs = new System.Windows.Forms.BindingSource(this.components); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTable5 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell45 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell46 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell47 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell49 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell50 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell51 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell52 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell53 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell54 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell55 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell56 = new DevExpress.XtraReports.UI.XRTableCell(); this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); this.detailSteps = new DevExpress.XtraReports.UI.DetailBand(); this.tblSteps = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell31 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell29 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell30 = new DevExpress.XtraReports.UI.XRTableCell(); this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand(); this.xrTable4 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell33 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell34 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell35 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell36 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell37 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell38 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell39 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell40 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell41 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell42 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell43 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell(); ((System.ComponentModel.ISupportInitialize)(this.tblActs)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.srcActs)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tblSteps)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.tblActs}); this.Detail.HeightF = 15F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; this.Detail.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.Detail_BeforePrint); // // tblActs // this.tblActs.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.tblActs.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.tblActs.Name = "tblActs"; this.tblActs.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1}); this.tblActs.SizeF = new System.Drawing.SizeF(1069F, 15F); this.tblActs.StylePriority.UseBorders = false; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell14, this.xrTableCell15, this.xrTableCell1, this.xrTableCell7, this.xrTableCell8, this.xrTableCell9, this.xrTableCell2, this.xrTableCell10, this.xrTableCell3, this.xrTableCell12, this.xrTableCell13, this.xrTableCell11}); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 1D; // // xrTableCell14 // this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "MeteringDate", "{0:dd.MM.yyyy}")}); this.xrTableCell14.Name = "xrTableCell14"; this.xrTableCell14.StylePriority.UseBorders = false; this.xrTableCell14.StylePriority.UseTextAlignment = false; this.xrTableCell14.Text = "xrTableCell14"; this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell14.Weight = 0.091450357298137608D; // // xrTableCell15 // this.xrTableCell15.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "StateName")}); this.xrTableCell15.Name = "xrTableCell15"; this.xrTableCell15.StylePriority.UseBorders = false; this.xrTableCell15.StylePriority.UseTextAlignment = false; this.xrTableCell15.Text = "xrTableCell15"; this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell15.Weight = 0.10669208251214116D; // // xrTableCell1 // this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "EmployeeName")}); this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.StylePriority.UseBorders = false; this.xrTableCell1.StylePriority.UseTextAlignment = false; this.xrTableCell1.Text = "xrTableCell1"; this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrTableCell1.Weight = 0.27435106813559013D; // // xrTableCell7 // this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "UnitName")}); this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.StylePriority.UseBorders = false; this.xrTableCell7.StylePriority.UseTextAlignment = false; this.xrTableCell7.Text = "xrTableCell7"; this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrTableCell7.Weight = 0.18290071309274597D; // // xrTableCell8 // this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Address")}); this.xrTableCell8.Name = "xrTableCell8"; this.xrTableCell8.StylePriority.UseBorders = false; this.xrTableCell8.StylePriority.UseTextAlignment = false; this.xrTableCell8.Text = "xrTableCell8"; this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrTableCell8.Weight = 0.22862589249357956D; // // xrTableCell9 // this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerName")}); this.xrTableCell9.Font = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold); this.xrTableCell9.Name = "xrTableCell9"; this.xrTableCell9.StylePriority.UseBorders = false; this.xrTableCell9.StylePriority.UseFont = false; this.xrTableCell9.StylePriority.UseTextAlignment = false; this.xrTableCell9.Text = "xrTableCell9"; this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrTableCell9.Weight = 0.18290070970980582D; // // xrTableCell2 // this.xrTableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomerPhone")}); this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.StylePriority.UseBorders = false; this.xrTableCell2.StylePriority.UseTextAlignment = false; this.xrTableCell2.Text = "xrTableCell2"; this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell2.Weight = 0.10669207988096552D; // // xrTableCell10 // this.xrTableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "AreaAmount")}); this.xrTableCell10.Name = "xrTableCell10"; this.xrTableCell10.StylePriority.UseBorders = false; this.xrTableCell10.StylePriority.UseTextAlignment = false; this.xrTableCell10.Text = "xrTableCell10"; this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell10.Weight = 0.076208630856557685D; // // xrTableCell3 // this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "ActAmount")}); this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.StylePriority.UseBorders = false; this.xrTableCell3.StylePriority.UseTextAlignment = false; this.xrTableCell3.Text = "xrTableCell3"; this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell3.Weight = 0.076208628889134711D; // // xrTableCell12 // this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "CategoryName")}); this.xrTableCell12.Name = "xrTableCell12"; this.xrTableCell12.StylePriority.UseBorders = false; this.xrTableCell12.StylePriority.UseTextAlignment = false; this.xrTableCell12.Text = "xrTableCell12"; this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell12.Weight = 0.10669208419765233D; // // xrTableCell13 // this.xrTableCell13.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "ActDate", "{0:dd.MM.yyyy}")}); this.xrTableCell13.Name = "xrTableCell13"; this.xrTableCell13.StylePriority.UseBorders = false; this.xrTableCell13.StylePriority.UseTextAlignment = false; this.xrTableCell13.Text = "xrTableCell13"; this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell13.Weight = 0.091450355559682034D; // // xrTableCell11 // this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "ActNum")}); this.xrTableCell11.Name = "xrTableCell11"; this.xrTableCell11.StylePriority.UseBorders = false; this.xrTableCell11.StylePriority.UseTextAlignment = false; this.xrTableCell11.Text = "xrTableCell11"; this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell11.Weight = 0.10516790311461627D; // // TopMargin // this.TopMargin.HeightF = 51F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.HeightF = 50F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // srcActs // this.srcActs.DataSource = typeof(Kayflow.Reports.ActCollection); // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1, this.xrTable5}); this.ReportHeader.HeightF = 43.25F; this.ReportHeader.Name = "ReportHeader"; // // xrTable1 // this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right))); this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(3.178914E-05F, 0F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow3}); this.xrTable1.SizeF = new System.Drawing.SizeF(1069F, 27.49999F); this.xrTable1.StylePriority.UseBorders = false; this.xrTable1.StylePriority.UseFont = false; this.xrTable1.StylePriority.UseTextAlignment = false; this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow3 // this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell22, this.xrTableCell19, this.xrTableCell23, this.xrTableCell16, this.xrTableCell24, this.xrTableCell20, this.xrTableCell25, this.xrTableCell17, this.xrTableCell26, this.xrTableCell21, this.xrTableCell27, this.xrTableCell18}); this.xrTableRow3.Name = "xrTableRow3"; this.xrTableRow3.Weight = 1D; // // xrTableCell22 // this.xrTableCell22.Multiline = true; this.xrTableCell22.Name = "xrTableCell22"; this.xrTableCell22.StylePriority.UseTextAlignment = false; this.xrTableCell22.Text = "Дата\r\nзаміру"; this.xrTableCell22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell22.Weight = 0.16838166867604984D; // // xrTableCell19 // this.xrTableCell19.Name = "xrTableCell19"; this.xrTableCell19.Text = "Статус"; this.xrTableCell19.Weight = 0.19644527952731267D; // // xrTableCell23 // this.xrTableCell23.Name = "xrTableCell23"; this.xrTableCell23.Text = "Працівник"; this.xrTableCell23.Weight = 0.50514498818578624D; // // xrTableCell16 // this.xrTableCell16.Name = "xrTableCell16"; this.xrTableCell16.Text = "Населений пункт"; this.xrTableCell16.Weight = 0.336763323078209D; // // xrTableCell24 // this.xrTableCell24.Name = "xrTableCell24"; this.xrTableCell24.Text = "Адреса"; this.xrTableCell24.Weight = 0.42095415563199762D; // // xrTableCell20 // this.xrTableCell20.Name = "xrTableCell20"; this.xrTableCell20.Text = "Замовник"; this.xrTableCell20.Weight = 0.33676332307820905D; // // xrTableCell25 // this.xrTableCell25.Name = "xrTableCell25"; this.xrTableCell25.Text = "№ телефону"; this.xrTableCell25.Weight = 0.19644527952731264D; // // xrTableCell17 // this.xrTableCell17.Font = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold); this.xrTableCell17.Multiline = true; this.xrTableCell17.Name = "xrTableCell17"; this.xrTableCell17.StylePriority.UseFont = false; this.xrTableCell17.Text = "К-сть\r\n ділянок"; this.xrTableCell17.Weight = 0.14031805247207801D; // // xrTableCell26 // this.xrTableCell26.Multiline = true; this.xrTableCell26.Name = "xrTableCell26"; this.xrTableCell26.Text = "К-сть\r\nактів"; this.xrTableCell26.Weight = 0.14031805247207793D; // // xrTableCell21 // this.xrTableCell21.Name = "xrTableCell21"; this.xrTableCell21.Text = "Категорія"; this.xrTableCell21.Weight = 0.19644527952731267D; // // xrTableCell27 // this.xrTableCell27.Multiline = true; this.xrTableCell27.Name = "xrTableCell27"; this.xrTableCell27.Text = "Дата\r\nдоговору"; this.xrTableCell27.Weight = 0.16838166867604984D; // // xrTableCell18 // this.xrTableCell18.Name = "xrTableCell18"; this.xrTableCell18.Text = "№ договору"; this.xrTableCell18.Weight = 0.19363892914760436D; // // xrTable5 // this.xrTable5.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable5.Font = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold); this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 28.25F); this.xrTable5.Name = "xrTable5"; this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow6}); this.xrTable5.SizeF = new System.Drawing.SizeF(1069F, 15F); this.xrTable5.StylePriority.UseBorders = false; this.xrTable5.StylePriority.UseFont = false; this.xrTable5.StylePriority.UseTextAlignment = false; this.xrTable5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow6 // this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell45, this.xrTableCell46, this.xrTableCell47, this.xrTableCell48, this.xrTableCell49, this.xrTableCell50, this.xrTableCell51, this.xrTableCell52, this.xrTableCell53, this.xrTableCell54, this.xrTableCell55, this.xrTableCell56}); this.xrTableRow6.Name = "xrTableRow6"; this.xrTableRow6.Weight = 1D; // // xrTableCell45 // this.xrTableCell45.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell45.Multiline = true; this.xrTableCell45.Name = "xrTableCell45"; this.xrTableCell45.StylePriority.UseBorders = false; this.xrTableCell45.StylePriority.UseTextAlignment = false; this.xrTableCell45.Text = "1"; this.xrTableCell45.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell45.Weight = 0.16838166867604984D; // // xrTableCell46 // this.xrTableCell46.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell46.Name = "xrTableCell46"; this.xrTableCell46.StylePriority.UseBorders = false; this.xrTableCell46.Text = "2"; this.xrTableCell46.Weight = 0.19644527952731267D; // // xrTableCell47 // this.xrTableCell47.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell47.Name = "xrTableCell47"; this.xrTableCell47.StylePriority.UseBorders = false; this.xrTableCell47.Text = "3"; this.xrTableCell47.Weight = 0.50514498818578624D; // // xrTableCell48 // this.xrTableCell48.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell48.Name = "xrTableCell48"; this.xrTableCell48.StylePriority.UseBorders = false; this.xrTableCell48.Text = "4"; this.xrTableCell48.Weight = 0.336763323078209D; // // xrTableCell49 // this.xrTableCell49.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell49.Name = "xrTableCell49"; this.xrTableCell49.StylePriority.UseBorders = false; this.xrTableCell49.Text = "5"; this.xrTableCell49.Weight = 0.42095415563199762D; // // xrTableCell50 // this.xrTableCell50.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell50.Name = "xrTableCell50"; this.xrTableCell50.StylePriority.UseBorders = false; this.xrTableCell50.Text = "6"; this.xrTableCell50.Weight = 0.33676332307820905D; // // xrTableCell51 // this.xrTableCell51.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell51.Name = "xrTableCell51"; this.xrTableCell51.StylePriority.UseBorders = false; this.xrTableCell51.Text = "7"; this.xrTableCell51.Weight = 0.19644527952731264D; // // xrTableCell52 // this.xrTableCell52.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell52.Font = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold); this.xrTableCell52.Multiline = true; this.xrTableCell52.Name = "xrTableCell52"; this.xrTableCell52.StylePriority.UseBorders = false; this.xrTableCell52.StylePriority.UseFont = false; this.xrTableCell52.Text = "8"; this.xrTableCell52.Weight = 0.14031805247207801D; // // xrTableCell53 // this.xrTableCell53.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell53.Multiline = true; this.xrTableCell53.Name = "xrTableCell53"; this.xrTableCell53.StylePriority.UseBorders = false; this.xrTableCell53.Text = "9"; this.xrTableCell53.Weight = 0.14031805247207793D; // // xrTableCell54 // this.xrTableCell54.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell54.Name = "xrTableCell54"; this.xrTableCell54.StylePriority.UseBorders = false; this.xrTableCell54.Text = "10"; this.xrTableCell54.Weight = 0.19644527952731267D; // // xrTableCell55 // this.xrTableCell55.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell55.Multiline = true; this.xrTableCell55.Name = "xrTableCell55"; this.xrTableCell55.StylePriority.UseBorders = false; this.xrTableCell55.Text = "11"; this.xrTableCell55.Weight = 0.16838166867604984D; // // xrTableCell56 // this.xrTableCell56.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell56.Name = "xrTableCell56"; this.xrTableCell56.StylePriority.UseBorders = false; this.xrTableCell56.Text = "12"; this.xrTableCell56.Weight = 0.19363892914760436D; // // DetailReport // this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.detailSteps, this.GroupHeader1, this.GroupFooter1}); this.DetailReport.DataMember = "Steps"; this.DetailReport.DataSource = this.srcActs; this.DetailReport.Level = 0; this.DetailReport.Name = "DetailReport"; // // detailSteps // this.detailSteps.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.tblSteps}); this.detailSteps.HeightF = 15F; this.detailSteps.KeepTogether = true; this.detailSteps.Name = "detailSteps"; this.detailSteps.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.detailSteps_BeforePrint); // // tblSteps // this.tblSteps.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.tblSteps.Font = new System.Drawing.Font("Times New Roman", 8F); this.tblSteps.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.tblSteps.Name = "tblSteps"; this.tblSteps.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2}); this.tblSteps.SizeF = new System.Drawing.SizeF(430F, 15F); this.tblSteps.StylePriority.UseBorders = false; this.tblSteps.StylePriority.UseFont = false; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell32, this.xrTableCell4, this.xrTableCell5, this.xrTableCell6}); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Weight = 1D; // // xrTableCell32 // this.xrTableCell32.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell32.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Steps.OrdNum")}); this.xrTableCell32.Name = "xrTableCell32"; this.xrTableCell32.StylePriority.UseBorders = false; this.xrTableCell32.StylePriority.UseTextAlignment = false; this.xrTableCell32.Text = "xrTableCell32"; this.xrTableCell32.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell32.Weight = 0.18575856007409755D; // // xrTableCell4 // this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Steps.ActionName")}); this.xrTableCell4.Name = "xrTableCell4"; this.xrTableCell4.StylePriority.UseBorders = false; this.xrTableCell4.StylePriority.UseTextAlignment = false; this.xrTableCell4.Text = "xrTableCell4"; this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrTableCell4.Weight = 0.650154799860234D; // // xrTableCell5 // this.xrTableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Steps.Delivered", "{0:dd.MM.yyyy}")}); this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.StylePriority.UseBorders = false; this.xrTableCell5.StylePriority.UseTextAlignment = false; this.xrTableCell5.Text = "xrTableCell5"; this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell5.Weight = 0.24767801857585131D; // // xrTableCell6 // this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "Steps.Received", "{0:dd.MM.yyyy}")}); this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.StylePriority.UseBorders = false; this.xrTableCell6.StylePriority.UseTextAlignment = false; this.xrTableCell6.Text = "xrTableCell6"; this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell6.Weight = 0.24767801857585131D; // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable3}); this.GroupHeader1.HeightF = 15F; this.GroupHeader1.Name = "GroupHeader1"; this.GroupHeader1.RepeatEveryPage = true; // // xrTable3 // this.xrTable3.BackColor = System.Drawing.Color.Gainsboro; this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable3.Font = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold); this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable3.Name = "xrTable3"; this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow4}); this.xrTable3.SizeF = new System.Drawing.SizeF(430F, 15F); this.xrTable3.StylePriority.UseBackColor = false; this.xrTable3.StylePriority.UseBorders = false; this.xrTable3.StylePriority.UseFont = false; this.xrTable3.StylePriority.UseTextAlignment = false; this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow4 // this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell31, this.xrTableCell28, this.xrTableCell29, this.xrTableCell30}); this.xrTableRow4.Name = "xrTableRow4"; this.xrTableRow4.Weight = 1D; // // xrTableCell31 // this.xrTableCell31.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell31.Name = "xrTableCell31"; this.xrTableCell31.StylePriority.UseBorders = false; this.xrTableCell31.Text = "№ п/п"; this.xrTableCell31.Weight = 0.59999996430703428D; // // xrTableCell28 // this.xrTableCell28.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell28.Name = "xrTableCell28"; this.xrTableCell28.StylePriority.UseBorders = false; this.xrTableCell28.Text = "Назва етапу"; this.xrTableCell28.Weight = 2.0999996549191584D; // // xrTableCell29 // this.xrTableCell29.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell29.Name = "xrTableCell29"; this.xrTableCell29.StylePriority.UseBorders = false; this.xrTableCell29.Text = "Передали"; this.xrTableCell29.Weight = 0.80000030517577592D; // // xrTableCell30 // this.xrTableCell30.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell30.Name = "xrTableCell30"; this.xrTableCell30.StylePriority.UseBorders = false; this.xrTableCell30.Text = "Отримали"; this.xrTableCell30.Weight = 0.80000030517577592D; // // GroupFooter1 // this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable4}); this.GroupFooter1.GroupUnion = DevExpress.XtraReports.UI.GroupFooterUnion.WithLastDetail; this.GroupFooter1.HeightF = 15F; this.GroupFooter1.Name = "GroupFooter1"; this.GroupFooter1.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.GroupFooter1_BeforePrint); // // xrTable4 // this.xrTable4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable4.Font = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold); this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable4.Name = "xrTable4"; this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow5}); this.xrTable4.SizeF = new System.Drawing.SizeF(1069F, 15F); this.xrTable4.StylePriority.UseBorders = false; this.xrTable4.StylePriority.UseFont = false; this.xrTable4.StylePriority.UseTextAlignment = false; this.xrTable4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow5 // this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell33, this.xrTableCell34, this.xrTableCell35, this.xrTableCell36, this.xrTableCell37, this.xrTableCell38, this.xrTableCell39, this.xrTableCell40, this.xrTableCell41, this.xrTableCell42, this.xrTableCell43, this.xrTableCell44}); this.xrTableRow5.Name = "xrTableRow5"; this.xrTableRow5.Weight = 1D; // // xrTableCell33 // this.xrTableCell33.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell33.Multiline = true; this.xrTableCell33.Name = "xrTableCell33"; this.xrTableCell33.StylePriority.UseBorders = false; this.xrTableCell33.StylePriority.UseTextAlignment = false; this.xrTableCell33.Text = "1"; this.xrTableCell33.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.xrTableCell33.Weight = 0.16838166867604984D; // // xrTableCell34 // this.xrTableCell34.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell34.Name = "xrTableCell34"; this.xrTableCell34.StylePriority.UseBorders = false; this.xrTableCell34.Text = "2"; this.xrTableCell34.Weight = 0.19644527952731267D; // // xrTableCell35 // this.xrTableCell35.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell35.Name = "xrTableCell35"; this.xrTableCell35.StylePriority.UseBorders = false; this.xrTableCell35.Text = "3"; this.xrTableCell35.Weight = 0.50514498818578624D; // // xrTableCell36 // this.xrTableCell36.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell36.Name = "xrTableCell36"; this.xrTableCell36.StylePriority.UseBorders = false; this.xrTableCell36.Text = "4"; this.xrTableCell36.Weight = 0.336763323078209D; // // xrTableCell37 // this.xrTableCell37.Name = "xrTableCell37"; this.xrTableCell37.Text = "5"; this.xrTableCell37.Weight = 0.42095415563199762D; // // xrTableCell38 // this.xrTableCell38.Name = "xrTableCell38"; this.xrTableCell38.Text = "6"; this.xrTableCell38.Weight = 0.33676332307820905D; // // xrTableCell39 // this.xrTableCell39.Name = "xrTableCell39"; this.xrTableCell39.Text = "7"; this.xrTableCell39.Weight = 0.19644527952731264D; // // xrTableCell40 // this.xrTableCell40.Font = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold); this.xrTableCell40.Multiline = true; this.xrTableCell40.Name = "xrTableCell40"; this.xrTableCell40.StylePriority.UseFont = false; this.xrTableCell40.Text = "8"; this.xrTableCell40.Weight = 0.14031805247207801D; // // xrTableCell41 // this.xrTableCell41.Multiline = true; this.xrTableCell41.Name = "xrTableCell41"; this.xrTableCell41.Text = "9"; this.xrTableCell41.Weight = 0.14031805247207793D; // // xrTableCell42 // this.xrTableCell42.Name = "xrTableCell42"; this.xrTableCell42.Text = "10"; this.xrTableCell42.Weight = 0.19644527952731267D; // // xrTableCell43 // this.xrTableCell43.Multiline = true; this.xrTableCell43.Name = "xrTableCell43"; this.xrTableCell43.Text = "11"; this.xrTableCell43.Weight = 0.16838166867604984D; // // xrTableCell44 // this.xrTableCell44.Name = "xrTableCell44"; this.xrTableCell44.Text = "12"; this.xrTableCell44.Weight = 0.19363892914760436D; // // StepReport // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader, this.DetailReport}); this.DataSource = this.srcActs; this.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Landscape = true; this.Margins = new System.Drawing.Printing.Margins(50, 50, 51, 50); this.PageHeight = 827; this.PageWidth = 1169; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Version = "15.1"; ((System.ComponentModel.ISupportInitialize)(this.tblActs)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.srcActs)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tblSteps)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).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 = "Att_HolidayReport.resx"; this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.xrPageInfo2 = new DevExpress.XtraReports.UI.XRPageInfo(); this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); this.attendanceDataSet1 = new AttendanceDataSet(); this.sp_Att_ScheduleDescription_ReportTableAdapter1 = new AttendanceDataSetTableAdapters.sp_Att_ScheduleDescription_ReportTableAdapter(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrPanel1 = new DevExpress.XtraReports.UI.XRPanel(); this.xrCompAddress = new DevExpress.XtraReports.UI.XRLabel(); this.xrTitle = new DevExpress.XtraReports.UI.XRLabel(); this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); this.xrCompName = new DevExpress.XtraReports.UI.XRLabel(); this.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); this.sp_Set_Employee_Holiday_ReportTableAdapter1 = new AttendanceDataSetTableAdapters.sp_Set_Employee_Holiday_ReportTableAdapter(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.attendanceDataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2 }); this.Detail.HeightF = 16.66667F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrTable2 // this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable2.Font = new System.Drawing.Font("Verdana", 8F); this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow2 }); this.xrTable2.SizeF = new System.Drawing.SizeF(678F, 16.66667F); this.xrTable2.StylePriority.UseBorders = false; this.xrTable2.StylePriority.UseFont = false; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell5, this.xrTableCell8 }); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Weight = 1; // // xrTableCell5 // this.xrTableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_Set_Employee_Holiday_Report.Holiday_Date") }); this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.StylePriority.UseBorders = false; this.xrTableCell5.StylePriority.UseTextAlignment = false; this.xrTableCell5.Text = "xrTableCell5"; this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; this.xrTableCell5.Weight = 1.4687499317875314; this.xrTableCell5.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xrTableCell5_BeforePrint); // // xrTableCell8 // this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_Set_Employee_Holiday_Report.Holiday_Name") }); this.xrTableCell8.Name = "xrTableCell8"; this.xrTableCell8.StylePriority.UseBorders = false; this.xrTableCell8.StylePriority.UseTextAlignment = false; this.xrTableCell8.Text = "xrTableCell8"; this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; this.xrTableCell8.Weight = 5.3112507220426384; // // TopMargin // this.TopMargin.HeightF = 0F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.HeightF = 0F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1 }); this.GroupHeader1.HeightF = 14.99999F; this.GroupHeader1.Name = "GroupHeader1"; this.GroupHeader1.StylePriority.UseTextAlignment = false; this.GroupHeader1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrTable1 // this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable1.Font = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Bold); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1 }); this.xrTable1.SizeF = new System.Drawing.SizeF(678.0001F, 14.99999F); this.xrTable1.StylePriority.UseBorders = false; this.xrTable1.StylePriority.UseFont = false; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell7, this.xrTableCell1 }); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 1; // // xrTableCell7 // this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.StylePriority.UseTextAlignment = false; this.xrTableCell7.Text = "Date"; this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; this.xrTableCell7.Weight = 1.2772879676245481; // // xrTableCell1 // this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.StylePriority.UseTextAlignment = false; this.xrTableCell1.Text = "Holiday Name"; this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; this.xrTableCell1.Weight = 4.6188924680252459; // // PageFooter // this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPageInfo2, this.xrPageInfo1 }); this.PageFooter.HeightF = 23.95833F; this.PageFooter.Name = "PageFooter"; // // xrPageInfo2 // this.xrPageInfo2.Format = "Page{0}"; this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(383.8334F, 0F); this.xrPageInfo2.Name = "xrPageInfo2"; this.xrPageInfo2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrPageInfo2.SizeF = new System.Drawing.SizeF(295.2082F, 23F); this.xrPageInfo2.StylePriority.UseTextAlignment = false; this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; // // xrPageInfo1 // this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); 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.SizeF = new System.Drawing.SizeF(344.7917F, 23F); // // attendanceDataSet1 // this.attendanceDataSet1.DataSetName = "AttendanceDataSet"; this.attendanceDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // sp_Att_ScheduleDescription_ReportTableAdapter1 // this.sp_Att_ScheduleDescription_ReportTableAdapter1.ClearBeforeFill = true; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPanel1 }); this.ReportHeader.HeightF = 79.16666F; this.ReportHeader.Name = "ReportHeader"; // // xrPanel1 // this.xrPanel1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrPanel1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrCompAddress, this.xrTitle, this.xrPictureBox1, this.xrCompName }); this.xrPanel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 4.166664F); this.xrPanel1.Name = "xrPanel1"; this.xrPanel1.SizeF = new System.Drawing.SizeF(678.0001F, 75F); this.xrPanel1.StylePriority.UseBorders = false; // // xrCompAddress // this.xrCompAddress.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrCompAddress.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold); this.xrCompAddress.LocationFloat = new DevExpress.Utils.PointFloat(4F, 29F); this.xrCompAddress.Name = "xrCompAddress"; this.xrCompAddress.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrCompAddress.SizeF = new System.Drawing.SizeF(353.125F, 22.04167F); this.xrCompAddress.StylePriority.UseBorders = false; this.xrCompAddress.StylePriority.UseFont = false; this.xrCompAddress.Text = "xrCompAddress"; // // xrTitle // this.xrTitle.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrTitle.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold); this.xrTitle.LocationFloat = new DevExpress.Utils.PointFloat(125F, 54F); this.xrTitle.Name = "xrTitle"; this.xrTitle.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrTitle.SizeF = new System.Drawing.SizeF(450.1771F, 16F); this.xrTitle.StylePriority.UseBorders = false; this.xrTitle.StylePriority.UseFont = false; this.xrTitle.StylePriority.UseTextAlignment = false; this.xrTitle.Text = "xrTitle"; this.xrTitle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrPictureBox1 // this.xrPictureBox1.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(573.0001F, 3.999998F); this.xrPictureBox1.Name = "xrPictureBox1"; this.xrPictureBox1.SizeF = new System.Drawing.SizeF(100F, 45.04167F); this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage; this.xrPictureBox1.StylePriority.UseBorders = false; // // xrCompName // this.xrCompName.Borders = DevExpress.XtraPrinting.BorderSide.None; this.xrCompName.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold); this.xrCompName.LocationFloat = new DevExpress.Utils.PointFloat(4F, 4F); this.xrCompName.Name = "xrCompName"; this.xrCompName.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrCompName.SizeF = new System.Drawing.SizeF(353.125F, 23F); this.xrCompName.StylePriority.UseBorders = false; this.xrCompName.StylePriority.UseFont = false; this.xrCompName.Text = "xrCompName"; // // GroupHeader2 // this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable3 }); this.GroupHeader2.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] { new DevExpress.XtraReports.UI.GroupField("Emp_Code", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending) }); this.GroupHeader2.HeightF = 14.99999F; this.GroupHeader2.Level = 1; this.GroupHeader2.Name = "GroupHeader2"; // // xrTable3 // this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable3.Font = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Bold); this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable3.Name = "xrTable3"; this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow3 }); this.xrTable3.SizeF = new System.Drawing.SizeF(678F, 14.99999F); this.xrTable3.StylePriority.UseBorders = false; this.xrTable3.StylePriority.UseFont = false; // // xrTableRow3 // this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell13, this.xrTableCell14, this.xrTableCell16, this.xrTableCell17, this.xrTableCell18, this.xrTableCell15 }); this.xrTableRow3.Name = "xrTableRow3"; this.xrTableRow3.Weight = 1; // // xrTableCell13 // this.xrTableCell13.Name = "xrTableCell13"; this.xrTableCell13.Text = "ID"; this.xrTableCell13.Weight = 1.0305784572139505; // // xrTableCell14 // this.xrTableCell14.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrTableCell14.Name = "xrTableCell14"; this.xrTableCell14.StylePriority.UseFont = false; this.xrTableCell14.StylePriority.UseTextAlignment = false; this.xrTableCell14.Text = ":"; this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; this.xrTableCell14.Weight = 0.13541648864746092; // // xrTableCell16 // this.xrTableCell16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_Set_Employee_Holiday_Report.Emp_Id") }); this.xrTableCell16.Name = "xrTableCell16"; this.xrTableCell16.Text = "xrTableCell16"; this.xrTableCell16.Weight = 0.96875007629394538; // // xrTableCell17 // this.xrTableCell17.Name = "xrTableCell17"; this.xrTableCell17.Text = "Name"; this.xrTableCell17.Weight = 0.49263153076171884; // // xrTableCell18 // this.xrTableCell18.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrTableCell18.Name = "xrTableCell18"; this.xrTableCell18.StylePriority.UseFont = false; this.xrTableCell18.StylePriority.UseTextAlignment = false; this.xrTableCell18.Text = ":"; this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; this.xrTableCell18.Weight = 0.15929840087890612; // // xrTableCell15 // this.xrTableCell15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_Set_Employee_Holiday_Report.Emp_Name") }); this.xrTableCell15.Name = "xrTableCell15"; this.xrTableCell15.Text = "xrTableCell15"; this.xrTableCell15.Weight = 3.1514472036231371; // // sp_Set_Employee_Holiday_ReportTableAdapter1 // this.sp_Set_Employee_Holiday_ReportTableAdapter1.ClearBeforeFill = true; // // Att_HolidayReport // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.GroupHeader1, this.PageFooter, this.ReportHeader, this.GroupHeader2 }); this.DataAdapter = this.sp_Set_Employee_Holiday_ReportTableAdapter1; this.DataMember = "sp_Set_Employee_Holiday_Report"; this.DataSource = this.attendanceDataSet1; this.Font = new System.Drawing.Font("Times New Roman", 9.75F); this.Margins = new System.Drawing.Printing.Margins(100, 61, 0, 0); this.Version = "10.2"; ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.attendanceDataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }
protected virtual void Inizializza(ImpostazioneReportDTO impostazioniReport, string noteRtf) { _impostazioniReport = impostazioniReport; // Create XtraReport instance _report = GetXtraReport(impostazioniReport, _isSubreport); _report.BeginInit(); if (!_isSubreport) { _reportHeaderBand = new ReportHeaderBand(); _reportFooterBand = new ReportFooterBand(); _topMarginBand = new TopMarginBand(); _bottomMarginBand = new BottomMarginBand(); _pageFooterBand = new PageFooterBand(); } _pageHeaderBand = new PageHeaderBand(); _detailBand = new DetailBand(); // // Report Header // if (_reportHeaderBand != null) { _reportHeaderBand.Name = "ReportHeader"; _reportHeaderBand.Padding = new PaddingInfo(0, 0, 0, 0, 100F); _reportHeaderBand.TextAlignment = TextAlignment.TopLeft; } // // Report Footer // if (_reportFooterBand != null) { _reportFooterBand.Name = "ReportFooter"; _reportFooterBand.Padding = new PaddingInfo(0, 0, 0, 0, 100F); _reportFooterBand.TextAlignment = TextAlignment.TopLeft; } // // Page Header // if (_pageHeaderBand != null) { _pageHeaderBand.Name = "PageHeader"; _pageHeaderBand.Padding = new PaddingInfo(0, 0, 0, 0, 100F); _pageHeaderBand.TextAlignment = TextAlignment.TopLeft; if (_isSubreport) _pageHeaderBand.HeightF = 40f; } // // Page Footer // if (_pageFooterBand != null) { _pageFooterBand.Name = "PageFooter"; _pageFooterBand.Padding = new PaddingInfo(0, 0, 0, 0, 100F); _pageFooterBand.TextAlignment = TextAlignment.TopLeft; } // // TopMargin // if (_topMarginBand != null) { _topMarginBand.Name = "TopMargin"; _topMarginBand.Padding = new PaddingInfo(0, 0, 0, 0, 100F); _topMarginBand.TextAlignment = TextAlignment.TopLeft; _topMarginBand.HeightF = 10; } // // BottomMargin // if (_bottomMarginBand != null) { _bottomMarginBand.Name = "BottomMargin"; _bottomMarginBand.Padding = new PaddingInfo(0, 0, 0, 0, 100F); _bottomMarginBand.TextAlignment = TextAlignment.TopLeft; _bottomMarginBand.HeightF = 10; } // // Detail // _detailBand.Name = "Detail"; _detailBand.Padding = new PaddingInfo(0, 0, 0, 0, 100F); _detailBand.TextAlignment = TextAlignment.TopLeft; // // RipartoConsuntivo // _report.Bands.Add(_detailBand); if (_reportHeaderBand != null) _report.Bands.Add(_reportHeaderBand); if (_reportFooterBand != null) _report.Bands.Add(_reportFooterBand); if (_pageHeaderBand != null) _report.Bands.Add(_pageHeaderBand); if (_pageFooterBand != null) _report.Bands.Add(_pageFooterBand); if (_topMarginBand != null) _report.Bands.Add(_topMarginBand); if (_bottomMarginBand != null) _report.Bands.Add(_bottomMarginBand); _report.BeforePrint += RipartoConsuntivo_BeforePrint; if(!_isSubreport && _addLogo) addLogo(); if (!_isSubreport && _addPageNumberFooter) addFooter(); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); DevExpress.DataAccess.Sql.StoredProcQuery storedProcQuery1 = new DevExpress.DataAccess.Sql.StoredProcQuery(); DevExpress.DataAccess.Sql.QueryParameter queryParameter1 = new DevExpress.DataAccess.Sql.QueryParameter(); DevExpress.DataAccess.Sql.QueryParameter queryParameter2 = new DevExpress.DataAccess.Sql.QueryParameter(); DevExpress.DataAccess.Sql.QueryParameter queryParameter3 = new DevExpress.DataAccess.Sql.QueryParameter(); DevExpress.DataAccess.Sql.QueryParameter queryParameter4 = new DevExpress.DataAccess.Sql.QueryParameter(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReportTest)); DevExpress.XtraReports.Parameters.DynamicListLookUpSettings dynamicListLookUpSettings1 = new DevExpress.XtraReports.Parameters.DynamicListLookUpSettings(); DevExpress.XtraReports.Parameters.DynamicListLookUpSettings dynamicListLookUpSettings2 = new DevExpress.XtraReports.Parameters.DynamicListLookUpSettings(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrPivotGrid1 = new DevExpress.XtraReports.UI.XRPivotGrid(); this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components); this.fieldEmpName1 = new DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField(); this.fieldCode1 = new DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField(); this.fieldjobName1 = new DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField(); this.fielddeptName1 = new DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField(); this.fieldCustodyName1 = new DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField(); this.fieldInUse1 = new DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField(); this.fieldCustodyCat12 = new DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField(); this.fielddeliveryStatus = new DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.companyLogo = new DevExpress.XtraReports.UI.XRPictureBox(); this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.CompanyName = new DevExpress.XtraReports.Parameters.Parameter(); this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand(); this.xrPageInfo2 = new DevExpress.XtraReports.UI.XRPageInfo(); this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); this.User = new DevExpress.XtraReports.Parameters.Parameter(); this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel(); this.formattingRule1 = new DevExpress.XtraReports.UI.FormattingRule(); this.formattingRule2 = new DevExpress.XtraReports.UI.FormattingRule(); this.formattingRule3 = new DevExpress.XtraReports.UI.FormattingRule(); this.formattingRule4 = new DevExpress.XtraReports.UI.FormattingRule(); this.formattingRule5 = new DevExpress.XtraReports.UI.FormattingRule(); this.formattingRule6 = new DevExpress.XtraReports.UI.FormattingRule(); this.formattingRule7 = new DevExpress.XtraReports.UI.FormattingRule(); this.Odding = new DevExpress.XtraReports.UI.XRControlStyle(); this.GroupCaption3 = new DevExpress.XtraReports.UI.XRControlStyle(); this.xrControlStyle1 = new DevExpress.XtraReports.UI.XRControlStyle(); this.Title = new DevExpress.XtraReports.UI.XRControlStyle(); this.xrControlStyle4 = new DevExpress.XtraReports.UI.XRControlStyle(); this.xrControlStyle2 = new DevExpress.XtraReports.UI.XRControlStyle(); this.tbl_header_style = new DevExpress.XtraReports.UI.XRControlStyle(); this.tbl_even_detail = new DevExpress.XtraReports.UI.XRControlStyle(); this.tbl_odd_detail = new DevExpress.XtraReports.UI.XRControlStyle(); this.StatusImg = new DevExpress.XtraReports.UI.CalculatedField(); this.PeriodYear = new DevExpress.XtraReports.UI.CalculatedField(); this.PeriodMonth = new DevExpress.XtraReports.UI.CalculatedField(); this.PeriodDay = new DevExpress.XtraReports.UI.CalculatedField(); this.DeptIds = new DevExpress.XtraReports.Parameters.Parameter(); this.EmpIds = new DevExpress.XtraReports.Parameters.Parameter(); this.from = new DevExpress.XtraReports.Parameters.Parameter(); this.to = new DevExpress.XtraReports.Parameters.Parameter(); this.Culture = new DevExpress.XtraReports.Parameters.Parameter(); this.CompanyId = new DevExpress.XtraReports.Parameters.Parameter(); this.MappingEmpIds = new DevExpress.XtraReports.Parameters.Parameter(); this.MappingDeptIds = new DevExpress.XtraReports.Parameters.Parameter(); this.ReportName = new DevExpress.XtraReports.Parameters.Parameter(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPivotGrid1 }); this.Detail.Dpi = 254F; this.Detail.HeightF = 297.3333F; this.Detail.KeepTogether = true; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F); this.Detail.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] { new DevExpress.XtraReports.UI.GroupField("custodyName", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending), new DevExpress.XtraReports.UI.GroupField("custodyName", DevExpress.XtraReports.UI.XRColumnSortOrder.Descending), new DevExpress.XtraReports.UI.GroupField("delvryDate", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending), new DevExpress.XtraReports.UI.GroupField("delvryDate", DevExpress.XtraReports.UI.XRColumnSortOrder.Descending), new DevExpress.XtraReports.UI.GroupField("RecvDate", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending), new DevExpress.XtraReports.UI.GroupField("RecvDate", DevExpress.XtraReports.UI.XRColumnSortOrder.Descending), new DevExpress.XtraReports.UI.GroupField("CustodyCat", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending), new DevExpress.XtraReports.UI.GroupField("CustodyCat", DevExpress.XtraReports.UI.XRColumnSortOrder.Descending) }); this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrPivotGrid1 // this.xrPivotGrid1.Appearance.Cell.Font = new System.Drawing.Font("Tahoma", 8F); this.xrPivotGrid1.Appearance.CustomTotalCell.Font = new System.Drawing.Font("Tahoma", 8F); this.xrPivotGrid1.Appearance.FieldHeader.Font = new System.Drawing.Font("Tahoma", 8F); this.xrPivotGrid1.Appearance.FieldValue.Font = new System.Drawing.Font("Tahoma", 8F); this.xrPivotGrid1.Appearance.FieldValueGrandTotal.Font = new System.Drawing.Font("Tahoma", 8F); this.xrPivotGrid1.Appearance.FieldValueTotal.Font = new System.Drawing.Font("Tahoma", 8F); this.xrPivotGrid1.Appearance.GrandTotalCell.Font = new System.Drawing.Font("Tahoma", 8F); this.xrPivotGrid1.Appearance.Lines.Font = new System.Drawing.Font("Tahoma", 8F); this.xrPivotGrid1.Appearance.TotalCell.Font = new System.Drawing.Font("Tahoma", 8F); this.xrPivotGrid1.DataMember = "SP_EmployeeCustody"; this.xrPivotGrid1.DataSource = this.sqlDataSource1; this.xrPivotGrid1.Dpi = 254F; this.xrPivotGrid1.Fields.AddRange(new DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField[] { this.fieldEmpName1, this.fieldCode1, this.fieldjobName1, this.fielddeptName1, this.fieldCustodyName1, this.fieldInUse1, this.fieldCustodyCat12, this.fielddeliveryStatus }); this.xrPivotGrid1.LocationFloat = new DevExpress.Utils.PointFloat(10.58333F, 0F); this.xrPivotGrid1.Name = "xrPivotGrid1"; this.xrPivotGrid1.OptionsPrint.FilterSeparatorBarPadding = 3; this.xrPivotGrid1.SizeF = new System.Drawing.SizeF(2950.653F, 245.1806F); // // sqlDataSource1 // this.sqlDataSource1.ConnectionName = "HrContext"; this.sqlDataSource1.Name = "sqlDataSource1"; storedProcQuery1.Name = "SP_EmployeeCustody"; queryParameter1.Name = "@Culture"; queryParameter1.Type = typeof(DevExpress.DataAccess.Expression); queryParameter1.Value = new DevExpress.DataAccess.Expression("[Parameters.Culture]", typeof(string)); queryParameter2.Name = "@LoginCompanyId"; queryParameter2.Type = typeof(DevExpress.DataAccess.Expression); queryParameter2.Value = new DevExpress.DataAccess.Expression("[Parameters.CompanyId]", typeof(int)); queryParameter3.Name = "@deptName"; queryParameter3.Type = typeof(DevExpress.DataAccess.Expression); queryParameter3.Value = new DevExpress.DataAccess.Expression("[Parameters.MappingDeptIds]", typeof(string)); queryParameter4.Name = "@empIds"; queryParameter4.Type = typeof(DevExpress.DataAccess.Expression); queryParameter4.Value = new DevExpress.DataAccess.Expression("[Parameters.MappingEmpIds]", typeof(string)); storedProcQuery1.Parameters.Add(queryParameter1); storedProcQuery1.Parameters.Add(queryParameter2); storedProcQuery1.Parameters.Add(queryParameter3); storedProcQuery1.Parameters.Add(queryParameter4); storedProcQuery1.StoredProcName = "SP_EmployeeCustody"; this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] { storedProcQuery1 }); this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable"); // // fieldEmpName1 // this.fieldEmpName1.Appearance.Cell.Font = new System.Drawing.Font("Frutiger LT Arabic 55 Roman", 9F); this.fieldEmpName1.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea; this.fieldEmpName1.AreaIndex = 3; this.fieldEmpName1.Caption = "اسم الموظف"; this.fieldEmpName1.ColumnValueLineCount = 2; this.fieldEmpName1.FieldName = "EmpName"; this.fieldEmpName1.KPIGraphic = DevExpress.XtraPivotGrid.PivotKPIGraphic.Shapes; this.fieldEmpName1.Name = "fieldEmpName1"; this.fieldEmpName1.Options.ShowCustomTotals = false; this.fieldEmpName1.Options.ShowGrandTotal = false; this.fieldEmpName1.Options.ShowTotals = false; this.fieldEmpName1.TotalsVisibility = DevExpress.XtraPivotGrid.PivotTotalsVisibility.None; // // fieldCode1 // this.fieldCode1.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea; this.fieldCode1.AreaIndex = 2; this.fieldCode1.Caption = "كود الموظف"; this.fieldCode1.FieldName = "Code"; this.fieldCode1.Name = "fieldCode1"; this.fieldCode1.Options.ShowCustomTotals = false; this.fieldCode1.Options.ShowGrandTotal = false; this.fieldCode1.Options.ShowTotals = false; this.fieldCode1.TotalsVisibility = DevExpress.XtraPivotGrid.PivotTotalsVisibility.None; // // fieldjobName1 // this.fieldjobName1.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea; this.fieldjobName1.AreaIndex = 1; this.fieldjobName1.Caption = "الوظيفة"; this.fieldjobName1.FieldName = "jobName"; this.fieldjobName1.Name = "fieldjobName1"; this.fieldjobName1.Options.ShowCustomTotals = false; this.fieldjobName1.Options.ShowGrandTotal = false; this.fieldjobName1.Options.ShowTotals = false; this.fieldjobName1.TotalsVisibility = DevExpress.XtraPivotGrid.PivotTotalsVisibility.None; // // fielddeptName1 // this.fielddeptName1.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea; this.fielddeptName1.AreaIndex = 0; this.fielddeptName1.Caption = "الإدارة"; this.fielddeptName1.FieldName = "deptName"; this.fielddeptName1.Name = "fielddeptName1"; this.fielddeptName1.Options.ShowCustomTotals = false; this.fielddeptName1.Options.ShowGrandTotal = false; this.fielddeptName1.Options.ShowTotals = false; this.fielddeptName1.TotalsVisibility = DevExpress.XtraPivotGrid.PivotTotalsVisibility.None; // // fieldCustodyName1 // this.fieldCustodyName1.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea; this.fieldCustodyName1.AreaIndex = 1; this.fieldCustodyName1.Caption = "العهدة"; this.fieldCustodyName1.FieldName = "CustodyName"; this.fieldCustodyName1.Name = "fieldCustodyName1"; this.fieldCustodyName1.Options.ShowCustomTotals = false; this.fieldCustodyName1.Options.ShowGrandTotal = false; this.fieldCustodyName1.Options.ShowTotals = false; this.fieldCustodyName1.TotalsVisibility = DevExpress.XtraPivotGrid.PivotTotalsVisibility.None; // // fieldInUse1 // this.fieldInUse1.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea; this.fieldInUse1.AreaIndex = 0; this.fieldInUse1.Caption = "حالة العهدة(مخزن-عمل)"; this.fieldInUse1.FieldName = "InUse"; this.fieldInUse1.KPIGraphic = DevExpress.XtraPivotGrid.PivotKPIGraphic.Shapes; this.fieldInUse1.Name = "fieldInUse1"; this.fieldInUse1.Options.ShowCustomTotals = false; this.fieldInUse1.Options.ShowGrandTotal = false; this.fieldInUse1.Options.ShowTotals = false; this.fieldInUse1.TotalsVisibility = DevExpress.XtraPivotGrid.PivotTotalsVisibility.None; this.fieldInUse1.Width = 116; // // fieldCustodyCat12 // this.fieldCustodyCat12.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea; this.fieldCustodyCat12.AreaIndex = 0; this.fieldCustodyCat12.Caption = "تصنيف العهدة"; this.fieldCustodyCat12.FieldName = "CustodyCat_1"; this.fieldCustodyCat12.Name = "fieldCustodyCat12"; this.fieldCustodyCat12.Options.ShowCustomTotals = false; this.fieldCustodyCat12.Options.ShowGrandTotal = false; this.fieldCustodyCat12.Options.ShowTotals = false; this.fieldCustodyCat12.TotalsVisibility = DevExpress.XtraPivotGrid.PivotTotalsVisibility.None; // // fielddeliveryStatus // this.fielddeliveryStatus.AreaIndex = 0; this.fielddeliveryStatus.FieldName = "delivery Status"; this.fielddeliveryStatus.Name = "fielddeliveryStatus"; this.fielddeliveryStatus.Options.ShowCustomTotals = false; this.fielddeliveryStatus.Options.ShowGrandTotal = false; this.fielddeliveryStatus.Options.ShowTotals = false; this.fielddeliveryStatus.TotalsVisibility = DevExpress.XtraPivotGrid.PivotTotalsVisibility.None; // // TopMargin // this.TopMargin.Dpi = 254F; this.TopMargin.HeightF = 0F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.Dpi = 254F; this.BottomMargin.HeightF = 0F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.companyLogo, this.xrLabel4, this.xrLabel1 }); this.ReportHeader.Dpi = 254F; this.ReportHeader.HeightF = 226.9861F; this.ReportHeader.Name = "ReportHeader"; // // companyLogo // this.companyLogo.Dpi = 254F; this.companyLogo.LocationFloat = new DevExpress.Utils.PointFloat(10.58333F, 0F); this.companyLogo.Name = "companyLogo"; this.companyLogo.SizeF = new System.Drawing.SizeF(400F, 200F); this.companyLogo.Sizing = DevExpress.XtraPrinting.ImageSizeMode.Squeeze; // // xrLabel4 // this.xrLabel4.BorderColor = System.Drawing.Color.Transparent; this.xrLabel4.Dpi = 254F; this.xrLabel4.Font = new System.Drawing.Font("Frutiger LT Arabic 55 Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128))))); this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(825.6727F, 38.99773F); this.xrLabel4.Name = "xrLabel4"; this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.xrLabel4.SizeF = new System.Drawing.SizeF(1178.278F, 161.0023F); this.xrLabel4.StylePriority.UseBorderColor = false; this.xrLabel4.StylePriority.UseFont = false; this.xrLabel4.StylePriority.UseForeColor = false; this.xrLabel4.StylePriority.UseTextAlignment = false; this.xrLabel4.Text = "ReportTest"; this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrLabel1 // this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding(this.CompanyName, "Text", "") }); this.xrLabel1.Dpi = 254F; this.xrLabel1.Font = new System.Drawing.Font("Frutiger LT Arabic 55 Roman", 14F, System.Drawing.FontStyle.Bold); this.xrLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128))))); this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(2192.181F, 0F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.xrLabel1.SizeF = new System.Drawing.SizeF(758.4722F, 139.5589F); this.xrLabel1.StylePriority.UseFont = false; this.xrLabel1.StylePriority.UseForeColor = false; this.xrLabel1.StylePriority.UseTextAlignment = false; this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; // // CompanyName // this.CompanyName.Description = "CompanyName"; this.CompanyName.Name = "CompanyName"; this.CompanyName.Visible = false; // // PageFooter // this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPageInfo2, this.xrPageInfo1, this.xrLabel10, this.xrLabel9 }); this.PageFooter.Dpi = 254F; this.PageFooter.HeightF = 77.61111F; this.PageFooter.Name = "PageFooter"; // // xrPageInfo2 // this.xrPageInfo2.Dpi = 254F; this.xrPageInfo2.Font = new System.Drawing.Font("Frutiger LT Arabic 55 Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrPageInfo2.Format = "{0:yyyy-MM-dd h:mm tt}"; this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(10.58333F, 0F); this.xrPageInfo2.Name = "xrPageInfo2"; this.xrPageInfo2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.xrPageInfo2.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime; this.xrPageInfo2.SizeF = new System.Drawing.SizeF(664.6506F, 58.42F); this.xrPageInfo2.StylePriority.UseFont = false; this.xrPageInfo2.StylePriority.UseTextAlignment = false; this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrPageInfo1 // this.xrPageInfo1.Dpi = 254F; this.xrPageInfo1.Font = new System.Drawing.Font("Frutiger LT Arabic 55 Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrPageInfo1.Format = "صفحة {0} من {1}"; this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(2696.653F, 8.308817F); this.xrPageInfo1.Name = "xrPageInfo1"; this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.xrPageInfo1.SizeF = new System.Drawing.SizeF(254F, 58.42F); this.xrPageInfo1.StylePriority.UseFont = false; this.xrPageInfo1.StylePriority.UseTextAlignment = false; this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; // // xrLabel10 // this.xrLabel10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding(this.User, "Text", "") }); this.xrLabel10.Dpi = 254F; this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(974.0002F, 5.364372F); this.xrLabel10.Name = "xrLabel10"; this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.xrLabel10.SizeF = new System.Drawing.SizeF(254F, 58.42F); this.xrLabel10.StylePriority.UseTextAlignment = false; this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleJustify; // // User // this.User.Description = "User"; this.User.Name = "User"; this.User.Visible = false; // // xrLabel9 // this.xrLabel9.Dpi = 254F; this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(1228F, 5.364372F); this.xrLabel9.Name = "xrLabel9"; this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F); this.xrLabel9.SizeF = new System.Drawing.SizeF(137.5833F, 58.41999F); this.xrLabel9.StylePriority.UseTextAlignment = false; this.xrLabel9.Text = "المستخدم"; this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleJustify; // // formattingRule1 // this.formattingRule1.Condition = "[EmpStatus] == 0"; this.formattingRule1.DataMember = "EmployeeDetailsReport"; this.formattingRule1.Formatting.BackColor = System.Drawing.Color.White; this.formattingRule1.Formatting.BorderColor = System.Drawing.Color.White; this.formattingRule1.Formatting.BorderWidth = 10F; this.formattingRule1.Name = "formattingRule1"; // // formattingRule2 // this.formattingRule2.Condition = "[EmpStatus] == 1"; this.formattingRule2.DataMember = "EmployeeDetailsReport"; this.formattingRule2.Formatting.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.formattingRule2.Formatting.BorderColor = System.Drawing.Color.White; this.formattingRule2.Formatting.BorderWidth = 10F; this.formattingRule2.Name = "formattingRule2"; // // formattingRule3 // this.formattingRule3.Condition = "[EmpStatus] == 2"; this.formattingRule3.DataMember = "EmployeeDetailsReport"; this.formattingRule3.Formatting.BackColor = System.Drawing.Color.Yellow; this.formattingRule3.Formatting.BorderColor = System.Drawing.Color.White; this.formattingRule3.Formatting.BorderWidth = 10F; this.formattingRule3.Name = "formattingRule3"; // // formattingRule4 // this.formattingRule4.Condition = "[EmpStatus] == 3"; this.formattingRule4.DataMember = "EmployeeDetailsReport"; this.formattingRule4.Formatting.BackColor = System.Drawing.Color.Red; this.formattingRule4.Formatting.BorderColor = System.Drawing.Color.White; this.formattingRule4.Formatting.BorderWidth = 10F; this.formattingRule4.Name = "formattingRule4"; // // formattingRule5 // this.formattingRule5.Condition = "[EmpStatus] == 12"; this.formattingRule5.DataMember = "EmployeeDetailsReport"; this.formattingRule5.Formatting.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.formattingRule5.Formatting.BorderColor = System.Drawing.Color.White; this.formattingRule5.Formatting.BorderWidth = 10F; this.formattingRule5.Name = "formattingRule5"; // // formattingRule6 // this.formattingRule6.Condition = "[EmpStatus]==1 Or ([EmpStatus] != 0 And [EmpStatus] != 3 And [EmpStatus] " + "!= 12 And [EmpStatus] != 2 )"; this.formattingRule6.DataMember = "EmployeeDetailsReport"; this.formattingRule6.Formatting.Visible = DevExpress.Utils.DefaultBoolean.True; this.formattingRule6.Name = "formattingRule6"; // // formattingRule7 // this.formattingRule7.Condition = "[CompanyId] == 4172 And [Source]==\'Company\' And [TypeId]=1"; this.formattingRule7.DataMember = "CompanyDocs.CompanyDocsCompanyDocuments"; this.formattingRule7.Formatting.Visible = DevExpress.Utils.DefaultBoolean.True; this.formattingRule7.Name = "formattingRule7"; // // Odding // this.Odding.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220))))); this.Odding.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid; this.Odding.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.Odding.Name = "Odding"; this.Odding.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F); // // GroupCaption3 // this.GroupCaption3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.GroupCaption3.BorderColor = System.Drawing.Color.Silver; this.GroupCaption3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.GroupCaption3.BorderWidth = 2F; this.GroupCaption3.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold); this.GroupCaption3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.GroupCaption3.Name = "GroupCaption3"; this.GroupCaption3.Padding = new DevExpress.XtraPrinting.PaddingInfo(15, 5, 0, 0, 254F); this.GroupCaption3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // xrControlStyle1 // this.xrControlStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220))))); this.xrControlStyle1.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid; this.xrControlStyle1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrControlStyle1.Name = "xrControlStyle1"; this.xrControlStyle1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F); // // Title // this.Title.BackColor = System.Drawing.Color.Transparent; this.Title.BorderColor = System.Drawing.Color.Black; this.Title.Borders = DevExpress.XtraPrinting.BorderSide.None; this.Title.BorderWidth = 1F; this.Title.Font = new System.Drawing.Font("Tahoma", 14F); this.Title.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75))))); this.Title.Name = "Title"; // // xrControlStyle4 // this.xrControlStyle4.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid; this.xrControlStyle4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrControlStyle4.Name = "xrControlStyle4"; this.xrControlStyle4.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F); // // xrControlStyle2 // this.xrControlStyle2.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid; this.xrControlStyle2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrControlStyle2.Name = "xrControlStyle2"; this.xrControlStyle2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F); // // tbl_header_style // this.tbl_header_style.BackColor = System.Drawing.SystemColors.ControlLight; this.tbl_header_style.BorderColor = System.Drawing.Color.Silver; this.tbl_header_style.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid; this.tbl_header_style.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.tbl_header_style.BorderWidth = 1F; this.tbl_header_style.Font = new System.Drawing.Font("Frutiger LT Arabic 55 Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbl_header_style.ForeColor = System.Drawing.Color.Black; this.tbl_header_style.Name = "tbl_header_style"; this.tbl_header_style.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 13, 13, 13, 254F); this.tbl_header_style.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // tbl_even_detail // this.tbl_even_detail.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); this.tbl_even_detail.BorderColor = System.Drawing.Color.Black; this.tbl_even_detail.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid; this.tbl_even_detail.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.tbl_even_detail.BorderWidth = 1F; this.tbl_even_detail.Font = new System.Drawing.Font("Frutiger LT Arabic 55 Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbl_even_detail.ForeColor = System.Drawing.Color.Black; this.tbl_even_detail.Name = "tbl_even_detail"; this.tbl_even_detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 13, 13, 13, 254F); this.tbl_even_detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // tbl_odd_detail // this.tbl_odd_detail.BackColor = System.Drawing.Color.White; this.tbl_odd_detail.BorderColor = System.Drawing.Color.Black; this.tbl_odd_detail.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid; this.tbl_odd_detail.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.tbl_odd_detail.BorderWidth = 1F; this.tbl_odd_detail.Font = new System.Drawing.Font("Frutiger LT Arabic 55 Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbl_odd_detail.ForeColor = System.Drawing.Color.Black; this.tbl_odd_detail.Name = "tbl_odd_detail"; this.tbl_odd_detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 13, 13, 13, 254F); this.tbl_odd_detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // StatusImg // this.StatusImg.DataMember = "EmployeeDetailsReport"; this.StatusImg.Expression = "\'~/Content/Icons/\' + ToStr([EmpStatus]) + \'.png\'"; this.StatusImg.Name = "StatusImg"; // // PeriodYear // this.PeriodYear.DataMember = "SP_TerminatedEmp"; this.PeriodYear.Expression = "Abs(ToInt([ServYear]))"; this.PeriodYear.Name = "PeriodYear"; // // PeriodMonth // this.PeriodMonth.DataMember = "SP_TerminatedEmp"; this.PeriodMonth.Expression = "(DateDiffMonth([ServStartDate],[ActualDate])%12)"; this.PeriodMonth.Name = "PeriodMonth"; // // PeriodDay // this.PeriodDay.DataMember = "SP_TerminatedEmp"; this.PeriodDay.Expression = "(DateDiffDay([ServStartDate],[ActualDate])%365)%30"; this.PeriodDay.FieldType = DevExpress.XtraReports.UI.FieldType.Int32; this.PeriodDay.Name = "PeriodDay"; // // DeptIds // this.DeptIds.Description = "الإدارة"; dynamicListLookUpSettings1.DataAdapter = null; dynamicListLookUpSettings1.DataMember = null; dynamicListLookUpSettings1.DataSource = null; dynamicListLookUpSettings1.DisplayMember = "deptName"; dynamicListLookUpSettings1.ValueMember = "deptId"; this.DeptIds.LookUpSettings = dynamicListLookUpSettings1; this.DeptIds.MultiValue = true; this.DeptIds.Name = "DeptIds"; this.DeptIds.Type = typeof(int); this.DeptIds.Visible = false; // // EmpIds // this.EmpIds.Description = "اسم الموظف"; dynamicListLookUpSettings2.DataAdapter = null; dynamicListLookUpSettings2.DataMember = "SP_EmployeeCustody"; dynamicListLookUpSettings2.DataSource = null; dynamicListLookUpSettings2.DisplayMember = "EmpName"; dynamicListLookUpSettings2.ValueMember = "EmpId"; this.EmpIds.LookUpSettings = dynamicListLookUpSettings2; this.EmpIds.MultiValue = true; this.EmpIds.Name = "EmpIds"; this.EmpIds.Type = typeof(int); this.EmpIds.Visible = false; // // from // this.from.Description = "تاريخ التسليم من"; this.from.Name = "from"; this.from.Type = typeof(System.DateTime); this.from.ValueInfo = "2000-01-01"; this.from.Visible = false; // // to // this.to.Description = "الي"; this.to.Name = "to"; this.to.Type = typeof(System.DateTime); this.to.ValueInfo = "2030-01-01"; this.to.Visible = false; // // Culture // this.Culture.Description = "Culture"; this.Culture.Name = "Culture"; this.Culture.ValueInfo = "ar-EG"; this.Culture.Visible = false; // // CompanyId // this.CompanyId.Description = "CompanyId"; this.CompanyId.Name = "CompanyId"; this.CompanyId.Type = typeof(int); this.CompanyId.ValueInfo = "0"; this.CompanyId.Visible = false; // // MappingEmpIds // this.MappingEmpIds.Description = "MappingEmpIds"; this.MappingEmpIds.Name = "MappingEmpIds"; this.MappingEmpIds.Visible = false; // // MappingDeptIds // this.MappingDeptIds.Description = "MappingDeptIds"; this.MappingDeptIds.Name = "MappingDeptIds"; this.MappingDeptIds.Visible = false; // // ReportName // this.ReportName.Description = "ReportName"; this.ReportName.Name = "ReportName"; this.ReportName.ValueInfo = "EmployeeCustodiesReport"; this.ReportName.Visible = false; // // ReportTest // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader, this.PageFooter }); this.Bookmark = "الهيكل التوظيفى"; this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] { this.StatusImg, this.PeriodYear, this.PeriodMonth, this.PeriodDay }); this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] { this.sqlDataSource1 }); this.Dpi = 254F; this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] { this.formattingRule1, this.formattingRule2, this.formattingRule3, this.formattingRule4, this.formattingRule5, this.formattingRule6, this.formattingRule7 }); this.Landscape = true; this.Margins = new System.Drawing.Printing.Margins(4, 0, 0, 0); this.PageHeight = 2100; this.PageWidth = 2970; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] { this.DeptIds, this.EmpIds, this.from, this.to, this.Culture, this.CompanyId, this.User, this.CompanyName, this.MappingEmpIds, this.MappingDeptIds, this.ReportName }); this.ReportUnit = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter; this.SnapGridSize = 25F; this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] { this.Odding, this.GroupCaption3, this.xrControlStyle1, this.Title, this.xrControlStyle4, this.xrControlStyle2, this.tbl_header_style, this.tbl_even_detail, this.tbl_odd_detail }); this.Version = "17.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.components = new System.ComponentModel.Container(); DevExpress.DataAccess.Sql.StoredProcQuery storedProcQuery1 = new DevExpress.DataAccess.Sql.StoredProcQuery(); DevExpress.DataAccess.Sql.QueryParameter queryParameter1 = new DevExpress.DataAccess.Sql.QueryParameter(); DevExpress.DataAccess.Sql.QueryParameter queryParameter2 = new DevExpress.DataAccess.Sql.QueryParameter(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RptReporteAsistencia)); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel23 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel24 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel25 = new DevExpress.XtraReports.UI.XRLabel(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components); this.groupHeaderBand2 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel(); this.pageFooterBand1 = new DevExpress.XtraReports.UI.PageFooterBand(); this.xrLine2 = new DevExpress.XtraReports.UI.XRLine(); this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); this.xrPageInfo2 = new DevExpress.XtraReports.UI.XRPageInfo(); this.reportHeaderBand1 = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.Title = new DevExpress.XtraReports.UI.XRControlStyle(); this.FieldCaption = new DevExpress.XtraReports.UI.XRControlStyle(); this.PageInfo = new DevExpress.XtraReports.UI.XRControlStyle(); this.DataField = new DevExpress.XtraReports.UI.XRControlStyle(); this.pEvento = new DevExpress.XtraReports.Parameters.Parameter(); this.pTipo = new DevExpress.XtraReports.Parameters.Parameter(); this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand(); this.xrLine3 = new DevExpress.XtraReports.UI.XRLine(); this.xrLine4 = new DevExpress.XtraReports.UI.XRLine(); this.xrLabel27 = new DevExpress.XtraReports.UI.XRLabel(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel15, this.xrLabel17, this.xrLabel19, this.xrLabel20, this.xrLabel22, this.xrLabel23, this.xrLabel24, this.xrLabel25}); this.Detail.HeightF = 23F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.StyleName = "DataField"; this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel15 // this.xrLabel15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_Reportes_Read.Confirmado")}); this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(616.8115F, 0F); this.xrLabel15.Name = "xrLabel15"; this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel15.SizeF = new System.Drawing.SizeF(84.2738F, 15F); this.xrLabel15.StylePriority.UseTextAlignment = false; this.xrLabel15.Text = "xrLabel15"; this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrLabel17 // this.xrLabel17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_Reportes_Read.Estado")}); this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(701.0853F, 0F); this.xrLabel17.Name = "xrLabel17"; this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel17.SizeF = new System.Drawing.SizeF(87.28574F, 15F); this.xrLabel17.StylePriority.UseTextAlignment = false; this.xrLabel17.Text = "xrLabel17"; this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrLabel19 // this.xrLabel19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_Reportes_Read.FechaAsistencia", "{0:H:mm:ss}")}); this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(502.3314F, 0F); this.xrLabel19.Name = "xrLabel19"; this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel19.SizeF = new System.Drawing.SizeF(114.4802F, 15F); this.xrLabel19.StylePriority.UseTextAlignment = false; this.xrLabel19.Text = "xrLabel19"; this.xrLabel19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrLabel20 // this.xrLabel20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_Reportes_Read.IdAsociado")}); this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(6.000002F, 0F); this.xrLabel20.Name = "xrLabel20"; this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel20.SizeF = new System.Drawing.SizeF(71.17064F, 15F); this.xrLabel20.Text = "xrLabel20"; // // xrLabel22 // this.xrLabel22.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_Reportes_Read.Nombre")}); this.xrLabel22.LocationFloat = new DevExpress.Utils.PointFloat(77.17071F, 0F); this.xrLabel22.Name = "xrLabel22"; this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel22.SizeF = new System.Drawing.SizeF(241.8293F, 15F); this.xrLabel22.Text = "xrLabel22"; // // xrLabel23 // this.xrLabel23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_Reportes_Read.NumeroCedula")}); this.xrLabel23.LocationFloat = new DevExpress.Utils.PointFloat(319.0001F, 0F); this.xrLabel23.Name = "xrLabel23"; this.xrLabel23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel23.SizeF = new System.Drawing.SizeF(93.54164F, 15F); this.xrLabel23.StylePriority.UseTextAlignment = false; this.xrLabel23.Text = "xrLabel23"; this.xrLabel23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel24 // this.xrLabel24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_Reportes_Read.Presente")}); this.xrLabel24.LocationFloat = new DevExpress.Utils.PointFloat(788.371F, 0F); this.xrLabel24.Name = "xrLabel24"; this.xrLabel24.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel24.SizeF = new System.Drawing.SizeF(61.62891F, 15F); this.xrLabel24.StylePriority.UseTextAlignment = false; this.xrLabel24.Text = "xrLabel24"; this.xrLabel24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrLabel25 // this.xrLabel25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_Reportes_Read.Telefono")}); this.xrLabel25.LocationFloat = new DevExpress.Utils.PointFloat(412.5417F, 0F); this.xrLabel25.Name = "xrLabel25"; this.xrLabel25.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel25.SizeF = new System.Drawing.SizeF(89.78967F, 15F); this.xrLabel25.StylePriority.UseTextAlignment = false; this.xrLabel25.Text = "xrLabel25"; this.xrLabel25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // TopMargin // this.TopMargin.HeightF = 71.875F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.HeightF = 100F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // sqlDataSource1 // this.sqlDataSource1.ConnectionName = "DBEventos"; this.sqlDataSource1.Name = "sqlDataSource1"; storedProcQuery1.Name = "sp_Reportes_Read"; queryParameter1.Name = "@IdEvento"; queryParameter1.Type = typeof(DevExpress.DataAccess.Expression); queryParameter1.Value = new DevExpress.DataAccess.Expression("[Parameters.pEvento]", typeof(int)); queryParameter2.Name = "@Tipo"; queryParameter2.Type = typeof(DevExpress.DataAccess.Expression); queryParameter2.Value = new DevExpress.DataAccess.Expression("[Parameters.pTipo]", typeof(string)); storedProcQuery1.Parameters.Add(queryParameter1); storedProcQuery1.Parameters.Add(queryParameter2); storedProcQuery1.StoredProcName = "sp_Reportes_Read"; this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] { storedProcQuery1}); this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable"); // // groupHeaderBand2 // this.groupHeaderBand2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel3, this.xrLabel5, this.xrLabel7, this.xrLabel8, this.xrLabel10, this.xrLabel11, this.xrLabel12, this.xrLabel13}); this.groupHeaderBand2.HeightF = 39.37499F; this.groupHeaderBand2.Name = "groupHeaderBand2"; this.groupHeaderBand2.StyleName = "FieldCaption"; // // xrLabel3 // this.xrLabel3.BackColor = System.Drawing.Color.Blue; this.xrLabel3.ForeColor = System.Drawing.Color.White; this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(616.8114F, 5.999994F); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel3.SizeF = new System.Drawing.SizeF(84.2738F, 20F); this.xrLabel3.StylePriority.UseBackColor = false; this.xrLabel3.StylePriority.UseForeColor = false; this.xrLabel3.StylePriority.UseTextAlignment = false; this.xrLabel3.Text = "Confirmado"; this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrLabel5 // this.xrLabel5.BackColor = System.Drawing.Color.Blue; this.xrLabel5.ForeColor = System.Drawing.Color.White; this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(701.0852F, 5.999994F); this.xrLabel5.Name = "xrLabel5"; this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel5.SizeF = new System.Drawing.SizeF(87.28574F, 20F); this.xrLabel5.StylePriority.UseBackColor = false; this.xrLabel5.StylePriority.UseForeColor = false; this.xrLabel5.StylePriority.UseTextAlignment = false; this.xrLabel5.Text = "Estado"; this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrLabel7 // this.xrLabel7.BackColor = System.Drawing.Color.Blue; this.xrLabel7.ForeColor = System.Drawing.Color.White; this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(502.3314F, 5.999994F); this.xrLabel7.Name = "xrLabel7"; this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel7.SizeF = new System.Drawing.SizeF(114.4801F, 20F); this.xrLabel7.StylePriority.UseBackColor = false; this.xrLabel7.StylePriority.UseForeColor = false; this.xrLabel7.StylePriority.UseTextAlignment = false; this.xrLabel7.Text = "Hora Asistencia"; this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel8 // this.xrLabel8.BackColor = System.Drawing.Color.Blue; this.xrLabel8.ForeColor = System.Drawing.Color.White; this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(6.000002F, 5.999994F); this.xrLabel8.Name = "xrLabel8"; this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel8.SizeF = new System.Drawing.SizeF(71.17064F, 20F); this.xrLabel8.StylePriority.UseBackColor = false; this.xrLabel8.StylePriority.UseForeColor = false; this.xrLabel8.StylePriority.UseTextAlignment = false; this.xrLabel8.Text = "Id"; this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel10 // this.xrLabel10.BackColor = System.Drawing.Color.Blue; this.xrLabel10.ForeColor = System.Drawing.Color.White; this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(77.17064F, 6.00001F); this.xrLabel10.Name = "xrLabel10"; this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel10.SizeF = new System.Drawing.SizeF(241.8294F, 20F); this.xrLabel10.StylePriority.UseBackColor = false; this.xrLabel10.StylePriority.UseForeColor = false; this.xrLabel10.StylePriority.UseTextAlignment = false; this.xrLabel10.Text = "Nombre"; this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel11 // this.xrLabel11.BackColor = System.Drawing.Color.Blue; this.xrLabel11.ForeColor = System.Drawing.Color.White; this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(319F, 5.999994F); this.xrLabel11.Name = "xrLabel11"; this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel11.SizeF = new System.Drawing.SizeF(93.54164F, 20F); this.xrLabel11.StylePriority.UseBackColor = false; this.xrLabel11.StylePriority.UseForeColor = false; this.xrLabel11.StylePriority.UseTextAlignment = false; this.xrLabel11.Text = "Cédula"; this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // xrLabel12 // this.xrLabel12.BackColor = System.Drawing.Color.Blue; this.xrLabel12.ForeColor = System.Drawing.Color.White; this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(788.371F, 5.999994F); this.xrLabel12.Name = "xrLabel12"; this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel12.SizeF = new System.Drawing.SizeF(61.62897F, 20F); this.xrLabel12.StylePriority.UseBackColor = false; this.xrLabel12.StylePriority.UseForeColor = false; this.xrLabel12.StylePriority.UseTextAlignment = false; this.xrLabel12.Text = "Presente"; this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // xrLabel13 // this.xrLabel13.BackColor = System.Drawing.Color.Blue; this.xrLabel13.ForeColor = System.Drawing.Color.White; this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(412.5417F, 6.00001F); this.xrLabel13.Name = "xrLabel13"; this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel13.SizeF = new System.Drawing.SizeF(89.78967F, 20F); this.xrLabel13.StylePriority.UseBackColor = false; this.xrLabel13.StylePriority.UseForeColor = false; this.xrLabel13.StylePriority.UseTextAlignment = false; this.xrLabel13.Text = "Teléfono"; this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // pageFooterBand1 // this.pageFooterBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLine2, this.xrPageInfo1, this.xrPageInfo2}); this.pageFooterBand1.HeightF = 31F; this.pageFooterBand1.Name = "pageFooterBand1"; // // xrLine2 // this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(6.000002F, 0F); this.xrLine2.Name = "xrLine2"; this.xrLine2.SizeF = new System.Drawing.SizeF(844F, 8F); // // xrPageInfo1 // this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 8F); 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.SizeF = new System.Drawing.SizeF(313F, 23F); this.xrPageInfo1.StyleName = "PageInfo"; // // xrPageInfo2 // this.xrPageInfo2.Format = "Página {0} de {1}"; this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(536.9999F, 8F); this.xrPageInfo2.Name = "xrPageInfo2"; this.xrPageInfo2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrPageInfo2.SizeF = new System.Drawing.SizeF(313F, 23F); this.xrPageInfo2.StyleName = "PageInfo"; this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; // // reportHeaderBand1 // this.reportHeaderBand1.HeightF = 78.08336F; this.reportHeaderBand1.Name = "reportHeaderBand1"; // // Title // this.Title.BackColor = System.Drawing.Color.Transparent; this.Title.BorderColor = System.Drawing.Color.Black; this.Title.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid; this.Title.Borders = DevExpress.XtraPrinting.BorderSide.None; this.Title.BorderWidth = 1F; this.Title.Font = new System.Drawing.Font("Times New Roman", 20F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic)))); this.Title.ForeColor = System.Drawing.Color.Navy; this.Title.Name = "Title"; // // FieldCaption // this.FieldCaption.BackColor = System.Drawing.Color.Transparent; this.FieldCaption.BorderColor = System.Drawing.Color.Black; this.FieldCaption.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid; this.FieldCaption.Borders = DevExpress.XtraPrinting.BorderSide.None; this.FieldCaption.BorderWidth = 1F; this.FieldCaption.Font = new System.Drawing.Font("Times New Roman", 11F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic)))); this.FieldCaption.ForeColor = System.Drawing.Color.Navy; this.FieldCaption.Name = "FieldCaption"; // // PageInfo // this.PageInfo.BackColor = System.Drawing.Color.Transparent; this.PageInfo.BorderColor = System.Drawing.Color.Black; this.PageInfo.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid; this.PageInfo.Borders = DevExpress.XtraPrinting.BorderSide.None; this.PageInfo.BorderWidth = 1F; this.PageInfo.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic)))); this.PageInfo.ForeColor = System.Drawing.Color.Navy; this.PageInfo.Name = "PageInfo"; // // DataField // this.DataField.BackColor = System.Drawing.Color.Transparent; this.DataField.BorderColor = System.Drawing.Color.Black; this.DataField.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid; this.DataField.Borders = DevExpress.XtraPrinting.BorderSide.None; this.DataField.BorderWidth = 1F; this.DataField.Font = new System.Drawing.Font("Arial", 8F); this.DataField.ForeColor = System.Drawing.Color.Black; this.DataField.Name = "DataField"; // // pEvento // this.pEvento.Description = "Seleccione un evento"; this.pEvento.Name = "pEvento"; this.pEvento.Type = typeof(int); this.pEvento.ValueInfo = "0"; this.pEvento.Visible = false; // // pTipo // this.pTipo.Description = "Seleccione un tipo"; this.pTipo.Name = "pTipo"; this.pTipo.Visible = false; // // PageHeader // this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLine3, this.xrLine4, this.xrLabel27}); this.PageHeader.HeightF = 60.41667F; this.PageHeader.Name = "PageHeader"; // // xrLine3 // this.xrLine3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 58.41667F); this.xrLine3.Name = "xrLine3"; this.xrLine3.SizeF = new System.Drawing.SizeF(843.9999F, 2F); // // xrLine4 // this.xrLine4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrLine4.Name = "xrLine4"; this.xrLine4.SizeF = new System.Drawing.SizeF(843.9999F, 16.00001F); // // xrLabel27 // this.xrLabel27.BackColor = System.Drawing.Color.Blue; this.xrLabel27.Font = new System.Drawing.Font("Times New Roman", 20F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic)))); this.xrLabel27.ForeColor = System.Drawing.Color.White; this.xrLabel27.LocationFloat = new DevExpress.Utils.PointFloat(0F, 16.00001F); this.xrLabel27.Name = "xrLabel27"; this.xrLabel27.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel27.SizeF = new System.Drawing.SizeF(843.9999F, 34.16666F); this.xrLabel27.StyleName = "Title"; this.xrLabel27.StylePriority.UseBackColor = false; this.xrLabel27.StylePriority.UseFont = false; this.xrLabel27.StylePriority.UseForeColor = false; this.xrLabel27.StylePriority.UseTextAlignment = false; this.xrLabel27.Text = "REPORTE DE ASISTENCIA"; this.xrLabel27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter; // // RptReporteAsistencia // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.groupHeaderBand2, this.pageFooterBand1, this.reportHeaderBand1, this.PageHeader}); this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] { this.sqlDataSource1}); this.DataMember = "sp_Reportes_Read"; this.DataSource = this.sqlDataSource1; this.Margins = new System.Drawing.Printing.Margins(0, 0, 72, 100); this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] { this.pEvento, this.pTipo}); this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] { this.Title, this.FieldCaption, this.PageInfo, this.DataField}); this.Version = "15.2"; ((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 = "XtraReport07.resx"; 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(); DevExpress.XtraReports.UI.XRSummary xrSummary11 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary12 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary13 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary14 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary15 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary16 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary17 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary18 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary19 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary20 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary21 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary22 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary23 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary24 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary25 = new DevExpress.XtraReports.UI.XRSummary(); DevExpress.XtraReports.UI.XRSummary xrSummary26 = new DevExpress.XtraReports.UI.XRSummary(); this.dsTEFollowUp1 = new dsTEFollowUp(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable2 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTable6 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow13 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell39 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell31 = new DevExpress.XtraReports.UI.XRTableCell(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); this.lblSchool = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.lblDateTitle = new DevExpress.XtraReports.UI.XRTableCell(); this.lblTitle = new DevExpress.XtraReports.UI.XRTableCell(); this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand(); this.cdtblhedeTableAdapter1 = new dsTEFollowUpTableAdapters.cdtblhedeTableAdapter(); this.xRep05TableAdapter1 = new dsTEFollowUpTableAdapters.XRep05TableAdapter(); this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand(); this.Detail1 = new DevExpress.XtraReports.UI.DetailBand(); this.xrTable4 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow7 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell55 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell53 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell54 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell56 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell33 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell57 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell34 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell58 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell35 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell59 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell36 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell60 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell37 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell63 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell64 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell38 = new DevExpress.XtraReports.UI.XRTableCell(); this.ReportHeader1 = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrTable3 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell49 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell50 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell51 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow8 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell61 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell62 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell47 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell41 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell42 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell43 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell29 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell30 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell45 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell46 = new DevExpress.XtraReports.UI.XRTableCell(); this.ReportFooter2 = new DevExpress.XtraReports.UI.ReportFooterBand(); this.xrTable5 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell40 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell66 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell67 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell68 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell69 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell70 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell71 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell72 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell73 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell74 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell75 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell76 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell78 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow11 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell77 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell79 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell80 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell81 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell82 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell83 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell84 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell85 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell86 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell87 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell88 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell89 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell90 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableCell91 = new DevExpress.XtraReports.UI.XRTableCell(); this.DetailReport1 = new DevExpress.XtraReports.UI.DetailReportBand(); this.Detail2 = new DevExpress.XtraReports.UI.DetailBand(); this.ReportHeader2 = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.ReportFooter1 = new DevExpress.XtraReports.UI.ReportFooterBand(); this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel(); this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel(); this.xRep07Sub1TableAdapter1 = new dsTEFollowUpTableAdapters.XRep07Sub1TableAdapter(); this.xRep07Sub2TableAdapter1 = new dsTEFollowUpTableAdapters.XRep07Sub2TableAdapter(); ((System.ComponentModel.ISupportInitialize)(this.dsTEFollowUp1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // dsTEFollowUp1 // this.dsTEFollowUp1.DataSetName = "dsTEFollowUp"; this.dsTEFollowUp1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // Detail // this.Detail.HeightF = 14.58333F; this.Detail.Name = "Detail"; this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.Detail.StylePriority.UseTextAlignment = false; this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // xrTable2 // this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold); this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable2.Name = "xrTable2"; this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow4}); this.xrTable2.SizeF = new System.Drawing.SizeF(1001F, 25F); this.xrTable2.StylePriority.UseBorders = false; this.xrTable2.StylePriority.UseFont = false; this.xrTable2.StylePriority.UseTextAlignment = false; this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow4 // this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell10, this.xrTableCell22, this.xrTableCell20, this.xrTableCell16, this.xrTableCell11}); this.xrTableRow4.Name = "xrTableRow4"; this.xrTableRow4.Weight = 1D; // // xrTableCell10 // this.xrTableCell10.CanGrow = false; this.xrTableCell10.CanShrink = true; this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub2.taskgeha")}); this.xrTableCell10.Multiline = true; this.xrTableCell10.Name = "xrTableCell10"; this.xrTableCell10.StylePriority.UseTextAlignment = false; this.xrTableCell10.Text = "xrTableCell10"; this.xrTableCell10.Weight = 0.59940071552024365D; // // xrTableCell22 // this.xrTableCell22.CanGrow = false; this.xrTableCell22.CanShrink = true; this.xrTableCell22.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub2.taskplace")}); this.xrTableCell22.Multiline = true; this.xrTableCell22.Name = "xrTableCell22"; this.xrTableCell22.StylePriority.UseTextAlignment = false; this.xrTableCell22.Text = "xrTableCell22"; this.xrTableCell22.Weight = 0.73393289755755586D; // // xrTableCell20 // this.xrTableCell20.CanGrow = false; this.xrTableCell20.CanShrink = true; this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub2.taskfatra")}); this.xrTableCell20.Multiline = true; this.xrTableCell20.Name = "xrTableCell20"; this.xrTableCell20.StylePriority.UseTextAlignment = false; this.xrTableCell20.Text = "xrTableCell20"; this.xrTableCell20.Weight = 0.59940064932939852D; // // xrTableCell16 // this.xrTableCell16.CanGrow = false; this.xrTableCell16.CanShrink = true; this.xrTableCell16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub2.datetask", "{0:d/M/yyyy}")}); this.xrTableCell16.Multiline = true; this.xrTableCell16.Name = "xrTableCell16"; this.xrTableCell16.StylePriority.UseTextAlignment = false; this.xrTableCell16.Text = "xrTableCell16"; this.xrTableCell16.Weight = 0.59940110127529556D; // // xrTableCell11 // this.xrTableCell11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub2.task")}); this.xrTableCell11.Name = "xrTableCell11"; this.xrTableCell11.StylePriority.UseTextAlignment = false; this.xrTableCell11.Text = "xrTableCell11"; this.xrTableCell11.Weight = 0.4678646363175063D; // // xrTable6 // this.xrTable6.BackColor = System.Drawing.Color.Gray; this.xrTable6.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable6.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrTable6.ForeColor = System.Drawing.Color.White; this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 28.12501F); this.xrTable6.Name = "xrTable6"; this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow13}); this.xrTable6.SizeF = new System.Drawing.SizeF(1001F, 24.99999F); this.xrTable6.StylePriority.UseBackColor = false; this.xrTable6.StylePriority.UseBorders = false; this.xrTable6.StylePriority.UseFont = false; this.xrTable6.StylePriority.UseForeColor = false; this.xrTable6.StylePriority.UseTextAlignment = false; this.xrTable6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow13 // this.xrTableRow13.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell39, this.xrTableCell14, this.xrTableCell12, this.xrTableCell13, this.xrTableCell31}); this.xrTableRow13.Name = "xrTableRow13"; this.xrTableRow13.Weight = 1D; // // xrTableCell39 // this.xrTableCell39.Name = "xrTableCell39"; this.xrTableCell39.Text = "جهة التكليف "; this.xrTableCell39.Weight = 0.59940068080473652D; // // xrTableCell14 // this.xrTableCell14.Name = "xrTableCell14"; this.xrTableCell14.Text = "مــكــانــه"; this.xrTableCell14.Weight = 0.73393283369957119D; // // xrTableCell12 // this.xrTableCell12.Name = "xrTableCell12"; this.xrTableCell12.Text = "مــدتــه"; this.xrTableCell12.Weight = 0.59940068090306564D; // // xrTableCell13 // this.xrTableCell13.Name = "xrTableCell13"; this.xrTableCell13.StylePriority.UseTextAlignment = false; this.xrTableCell13.Text = "تـاريــخـــه"; this.xrTableCell13.Weight = 0.59940068090306575D; // // xrTableCell31 // this.xrTableCell31.Name = "xrTableCell31"; this.xrTableCell31.Text = "التكليف"; this.xrTableCell31.Weight = 0.467865123689561D; // // TopMargin // this.TopMargin.HeightF = 19F; this.TopMargin.Name = "TopMargin"; this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // BottomMargin // this.BottomMargin.HeightF = 62F; this.BottomMargin.Name = "BottomMargin"; this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F); this.BottomMargin.StylePriority.UseTextAlignment = false; this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1}); this.ReportHeader.HeightF = 133.3333F; this.ReportHeader.Name = "ReportHeader"; // // xrTable1 // this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 12F); this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1, this.xrTableRow3, this.xrTableRow5, this.xrTableRow2}); this.xrTable1.SizeF = new System.Drawing.SizeF(1001F, 133.3333F); this.xrTable1.StylePriority.UseFont = false; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.lblSchool, this.xrTableCell2, this.xrTableCell3}); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 1D; // // lblSchool // this.lblSchool.Name = "lblSchool"; this.lblSchool.StylePriority.UseTextAlignment = false; this.lblSchool.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.lblSchool.Weight = 1D; // // xrTableCell2 // this.xrTableCell2.Name = "xrTableCell2"; this.xrTableCell2.Weight = 1D; // // xrTableCell3 // this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "cdtblhede.dawla")}); this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.StylePriority.UseTextAlignment = false; this.xrTableCell3.Text = "xrTableCell3"; this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell3.Weight = 1D; // // xrTableRow3 // this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell7, this.xrTableCell9}); this.xrTableRow3.Name = "xrTableRow3"; this.xrTableRow3.Weight = 1D; // // xrTableCell7 // this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "cdtblhede.dept")}); this.xrTableCell7.Name = "xrTableCell7"; this.xrTableCell7.StylePriority.UseTextAlignment = false; this.xrTableCell7.Text = "xrTableCell7"; this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.xrTableCell7.Weight = 1D; // // xrTableCell9 // this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "cdtblhede.wezara")}); this.xrTableCell9.Name = "xrTableCell9"; this.xrTableCell9.StylePriority.UseTextAlignment = false; this.xrTableCell9.Text = "xrTableCell9"; this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.xrTableCell9.Weight = 2D; // // xrTableRow5 // this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell23, this.xrTableCell24, this.xrTableCell26}); this.xrTableRow5.Name = "xrTableRow5"; this.xrTableRow5.Weight = 1D; // // xrTableCell23 // this.xrTableCell23.Name = "xrTableCell23"; this.xrTableCell23.Weight = 1D; // // xrTableCell24 // this.xrTableCell24.Name = "xrTableCell24"; this.xrTableCell24.Weight = 1D; // // xrTableCell26 // this.xrTableCell26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "cdtblhede.edara")}); this.xrTableCell26.Name = "xrTableCell26"; this.xrTableCell26.Text = "xrTableCell26"; this.xrTableCell26.Weight = 1D; // // xrTableRow2 // this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.lblDateTitle, this.lblTitle}); this.xrTableRow2.Name = "xrTableRow2"; this.xrTableRow2.Weight = 1D; // // lblDateTitle // this.lblDateTitle.Name = "lblDateTitle"; this.lblDateTitle.StylePriority.UseTextAlignment = false; this.lblDateTitle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; this.lblDateTitle.Weight = 1.5104166666666665D; // // lblTitle // this.lblTitle.Name = "lblTitle"; this.lblTitle.StylePriority.UseTextAlignment = false; this.lblTitle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.lblTitle.Weight = 1.4895833333333335D; // // ReportFooter // this.ReportFooter.HeightF = 32.29167F; this.ReportFooter.Name = "ReportFooter"; // // cdtblhedeTableAdapter1 // this.cdtblhedeTableAdapter1.ClearBeforeFill = true; // // xRep05TableAdapter1 // this.xRep05TableAdapter1.ClearBeforeFill = true; // // DetailReport // this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail1, this.ReportHeader1, this.ReportFooter2}); this.DetailReport.DataMember = "XRep07Sub1"; this.DetailReport.DataSource = this.dsTEFollowUp1; this.DetailReport.Level = 0; this.DetailReport.Name = "DetailReport"; // // Detail1 // this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable4}); this.Detail1.HeightF = 26F; this.Detail1.Name = "Detail1"; // // xrTable4 // this.xrTable4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable4.Font = new System.Drawing.Font("Times New Roman", 9.75F); this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable4.Name = "xrTable4"; this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow7}); this.xrTable4.SizeF = new System.Drawing.SizeF(1001F, 26F); this.xrTable4.StylePriority.UseBorders = false; this.xrTable4.StylePriority.UseFont = false; this.xrTable4.StylePriority.UseTextAlignment = false; this.xrTable4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow7 // this.xrTableRow7.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell55, this.xrTableCell53, this.xrTableCell54, this.xrTableCell32, this.xrTableCell56, this.xrTableCell33, this.xrTableCell57, this.xrTableCell34, this.xrTableCell58, this.xrTableCell35, this.xrTableCell59, this.xrTableCell36, this.xrTableCell60, this.xrTableCell37, this.xrTableCell63, this.xrTableCell64, this.xrTableCell38}); this.xrTableRow7.Name = "xrTableRow7"; this.xrTableRow7.Weight = 1D; // // xrTableCell55 // this.xrTableCell55.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.remarks")}); this.xrTableCell55.Name = "xrTableCell55"; this.xrTableCell55.Text = "xrTableCell55"; this.xrTableCell55.Weight = 0.63737150838966661D; // // xrTableCell53 // this.xrTableCell53.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.wasaeel")}); this.xrTableCell53.Name = "xrTableCell53"; this.xrTableCell53.Text = "xrTableCell53"; this.xrTableCell53.Weight = 0.11988022373544331D; // // xrTableCell54 // this.xrTableCell54.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.tagareb")}); this.xrTableCell54.Name = "xrTableCell54"; this.xrTableCell54.Text = "xrTableCell54"; this.xrTableCell54.Weight = 0.1198802237354433D; // // xrTableCell32 // this.xrTableCell32.CanGrow = false; this.xrTableCell32.CanShrink = true; this.xrTableCell32.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.drasat")}); this.xrTableCell32.Multiline = true; this.xrTableCell32.Name = "xrTableCell32"; this.xrTableCell32.StylePriority.UseTextAlignment = false; this.xrTableCell32.Text = "xrTableCell32"; this.xrTableCell32.Weight = 0.11988001794755371D; // // xrTableCell56 // this.xrTableCell56.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.mashael")}); this.xrTableCell56.Name = "xrTableCell56"; this.xrTableCell56.Text = "xrTableCell56"; this.xrTableCell56.Weight = 0.11988022546941772D; // // xrTableCell33 // this.xrTableCell33.CanGrow = false; this.xrTableCell33.CanShrink = true; this.xrTableCell33.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.reads")}); this.xrTableCell33.Multiline = true; this.xrTableCell33.Name = "xrTableCell33"; this.xrTableCell33.StylePriority.UseTextAlignment = false; this.xrTableCell33.Text = "xrTableCell33"; this.xrTableCell33.Weight = 0.11987995108556496D; // // xrTableCell57 // this.xrTableCell57.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.nashraat")}); this.xrTableCell57.Name = "xrTableCell57"; this.xrTableCell57.Text = "xrTableCell57"; this.xrTableCell57.Weight = 0.11988022101912341D; // // xrTableCell34 // this.xrTableCell34.CanGrow = false; this.xrTableCell34.CanShrink = true; this.xrTableCell34.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.trainteacher")}); this.xrTableCell34.Multiline = true; this.xrTableCell34.Name = "xrTableCell34"; this.xrTableCell34.StylePriority.UseTextAlignment = false; this.xrTableCell34.Text = "xrTableCell34"; this.xrTableCell34.Weight = 0.11988022101912341D; // // xrTableCell58 // this.xrTableCell58.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.trainperson")}); this.xrTableCell58.Name = "xrTableCell58"; this.xrTableCell58.Text = "xrTableCell58"; this.xrTableCell58.Weight = 0.11988012687753238D; // // xrTableCell35 // this.xrTableCell35.CanGrow = false; this.xrTableCell35.CanShrink = true; this.xrTableCell35.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.trbowy")}); this.xrTableCell35.Multiline = true; this.xrTableCell35.Name = "xrTableCell35"; this.xrTableCell35.StylePriority.UseTextAlignment = false; this.xrTableCell35.Text = "xrTableCell35"; this.xrTableCell35.Weight = 0.11988010401221144D; // // xrTableCell59 // this.xrTableCell59.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.droos")}); this.xrTableCell59.Name = "xrTableCell59"; this.xrTableCell59.Text = "xrTableCell59"; this.xrTableCell59.Weight = 0.11988014046122275D; // // xrTableCell36 // this.xrTableCell36.CanGrow = false; this.xrTableCell36.CanShrink = true; this.xrTableCell36.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.motabadla")}); this.xrTableCell36.Multiline = true; this.xrTableCell36.Name = "xrTableCell36"; this.xrTableCell36.StylePriority.UseTextAlignment = false; this.xrTableCell36.Text = "xrTableCell36"; this.xrTableCell36.Weight = 0.11988014046122286D; // // xrTableCell60 // this.xrTableCell60.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.takweem")}); this.xrTableCell60.Name = "xrTableCell60"; this.xrTableCell60.Text = "xrTableCell60"; this.xrTableCell60.Weight = 0.11988015158904958D; // // xrTableCell37 // this.xrTableCell37.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.zearat")}); this.xrTableCell37.Name = "xrTableCell37"; this.xrTableCell37.StylePriority.UseTextAlignment = false; this.xrTableCell37.Text = "xrTableCell37"; this.xrTableCell37.Weight = 0.11987999153180218D; // // xrTableCell63 // this.xrTableCell63.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.numberteacher")}); this.xrTableCell63.Name = "xrTableCell63"; this.xrTableCell63.Text = "xrTableCell63"; this.xrTableCell63.Weight = 0.11988012895235384D; // // xrTableCell64 // this.xrTableCell64.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.schoolname")}); this.xrTableCell64.Name = "xrTableCell64"; this.xrTableCell64.Text = "xrTableCell64"; this.xrTableCell64.Weight = 0.49548313253515547D; // // xrTableCell38 // this.xrTableCell38.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.dateplan", "{0:dddd}")}); this.xrTableCell38.Name = "xrTableCell38"; this.xrTableCell38.StylePriority.UseFont = false; this.xrTableCell38.StylePriority.UseTextAlignment = false; this.xrTableCell38.Text = "xrTableCell38"; this.xrTableCell38.Weight = 0.18882349117811309D; // // ReportHeader1 // this.ReportHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable3}); this.ReportHeader1.HeightF = 184.896F; this.ReportHeader1.Name = "ReportHeader1"; // // xrTable3 // this.xrTable3.BackColor = System.Drawing.Color.LightGray; this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable3.ForeColor = System.Drawing.Color.Black; this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.xrTable3.Name = "xrTable3"; this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow9, this.xrTableRow8, this.xrTableRow6}); this.xrTable3.SizeF = new System.Drawing.SizeF(1001F, 184.896F); this.xrTable3.StylePriority.UseBackColor = false; this.xrTable3.StylePriority.UseBorders = false; this.xrTable3.StylePriority.UseFont = false; this.xrTable3.StylePriority.UseForeColor = false; this.xrTable3.StylePriority.UseTextAlignment = false; this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow9 // this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell49, this.xrTableCell50, this.xrTableCell51}); this.xrTableRow9.Name = "xrTableRow9"; this.xrTableRow9.Weight = 0.29100583440217981D; // // xrTableCell49 // this.xrTableCell49.Name = "xrTableCell49"; this.xrTableCell49.Weight = 0.63737132735552893D; // // xrTableCell50 // this.xrTableCell50.Name = "xrTableCell50"; this.xrTableCell50.Text = "عــدد الأســالــيــب الإشــرافــيــة"; this.xrTableCell50.Weight = 1.5584420329690143D; // // xrTableCell51 // this.xrTableCell51.Name = "xrTableCell51"; this.xrTableCell51.Weight = 0.80418663967545678D; // // xrTableRow8 // this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell48, this.xrTableCell61, this.xrTableCell62}); this.xrTableRow8.Name = "xrTableRow8"; this.xrTableRow8.Weight = 0.29100583440217981D; // // xrTableCell48 // this.xrTableCell48.Name = "xrTableCell48"; this.xrTableCell48.Weight = 1.3566524525928023D; // // xrTableCell61 // this.xrTableCell61.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold); this.xrTableCell61.Name = "xrTableCell61"; this.xrTableCell61.StylePriority.UseFont = false; this.xrTableCell61.Text = "الدورات التربوية"; this.xrTableCell61.Weight = 0.23975992430336812D; // // xrTableCell62 // this.xrTableCell62.Name = "xrTableCell62"; this.xrTableCell62.Weight = 1.4035876231038296D; // // xrTableRow6 // this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell47, this.xrTableCell5, this.xrTableCell6, this.xrTableCell15, this.xrTableCell8, this.xrTableCell17, this.xrTableCell19, this.xrTableCell41, this.xrTableCell27, this.xrTableCell42, this.xrTableCell28, this.xrTableCell43, this.xrTableCell29, this.xrTableCell44, this.xrTableCell30, this.xrTableCell45, this.xrTableCell46}); this.xrTableRow6.Name = "xrTableRow6"; this.xrTableRow6.Weight = 1.2962958456194795D; // // xrTableCell47 // this.xrTableCell47.Name = "xrTableCell47"; this.xrTableCell47.Text = "الملاحظات"; this.xrTableCell47.Weight = 0.63737143401261465D; // // xrTableCell5 // this.xrTableCell5.Angle = 270F; this.xrTableCell5.Name = "xrTableCell5"; this.xrTableCell5.Text = "الوسائل التعليمية"; this.xrTableCell5.Weight = 0.11988014123950042D; // // xrTableCell6 // this.xrTableCell6.Angle = 270F; this.xrTableCell6.Name = "xrTableCell6"; this.xrTableCell6.Text = "التجارب الميدانية"; this.xrTableCell6.Weight = 0.11988014152420051D; // // xrTableCell15 // this.xrTableCell15.Angle = 270F; this.xrTableCell15.Name = "xrTableCell15"; this.xrTableCell15.Text = "الدراسات والبحوث"; this.xrTableCell15.Weight = 0.11988014152420055D; // // xrTableCell8 // this.xrTableCell8.Angle = 270F; this.xrTableCell8.Name = "xrTableCell8"; this.xrTableCell8.Text = "المشاغل التربوية"; this.xrTableCell8.Weight = 0.11988013953130711D; // // xrTableCell17 // this.xrTableCell17.Angle = 270F; this.xrTableCell17.Name = "xrTableCell17"; this.xrTableCell17.Text = "القراءات الموجهة"; this.xrTableCell17.Weight = 0.11988013953130708D; // // xrTableCell19 // this.xrTableCell19.Angle = 270F; this.xrTableCell19.Name = "xrTableCell19"; this.xrTableCell19.Text = "النشرات التربوية"; this.xrTableCell19.Weight = 0.11988014156613194D; // // xrTableCell41 // this.xrTableCell41.Angle = 270F; this.xrTableCell41.Name = "xrTableCell41"; this.xrTableCell41.Text = "للمعلمين"; this.xrTableCell41.Weight = 0.11988014156613196D; // // xrTableCell27 // this.xrTableCell27.Angle = 270F; this.xrTableCell27.Name = "xrTableCell27"; this.xrTableCell27.StylePriority.UseTextAlignment = false; this.xrTableCell27.Text = "شخصية "; this.xrTableCell27.Weight = 0.11988014156613203D; // // xrTableCell42 // this.xrTableCell42.Angle = 270F; this.xrTableCell42.Name = "xrTableCell42"; this.xrTableCell42.Text = "اللقاءات التربوية"; this.xrTableCell42.Weight = 0.11988014156613198D; // // xrTableCell28 // this.xrTableCell28.Angle = 270F; this.xrTableCell28.Name = "xrTableCell28"; this.xrTableCell28.Text = "الدروس التطبيقية"; this.xrTableCell28.Weight = 0.11988014048332149D; // // xrTableCell43 // this.xrTableCell43.Angle = 270F; this.xrTableCell43.Name = "xrTableCell43"; this.xrTableCell43.StylePriority.UseTextAlignment = false; this.xrTableCell43.Text = "الزيارات المتبادلة"; this.xrTableCell43.Weight = 0.11988014048332146D; // // xrTableCell29 // this.xrTableCell29.Angle = 270F; this.xrTableCell29.Name = "xrTableCell29"; this.xrTableCell29.Text = "الزيارات التقويمية"; this.xrTableCell29.Weight = 0.11988014246005195D; // // xrTableCell44 // this.xrTableCell44.Angle = 270F; this.xrTableCell44.Name = "xrTableCell44"; this.xrTableCell44.Text = "الزيارات الإشرافية"; this.xrTableCell44.Weight = 0.11988014246005171D; // // xrTableCell30 // this.xrTableCell30.Angle = 270F; this.xrTableCell30.Name = "xrTableCell30"; this.xrTableCell30.Text = "عدد معلمي التخصص"; this.xrTableCell30.Weight = 0.11988014066892956D; // // xrTableCell45 // this.xrTableCell45.Name = "xrTableCell45"; this.xrTableCell45.Text = "الخطة المنفذة"; this.xrTableCell45.Weight = 0.49548327755802379D; // // xrTableCell46 // this.xrTableCell46.Angle = 270F; this.xrTableCell46.Name = "xrTableCell46"; this.xrTableCell46.Text = "الـيـوم"; this.xrTableCell46.Weight = 0.18882331225864191D; // // ReportFooter2 // this.ReportFooter2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable5}); this.ReportFooter2.HeightF = 79.16666F; this.ReportFooter2.Name = "ReportFooter2"; // // xrTable5 // this.xrTable5.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom))); this.xrTable5.Font = new System.Drawing.Font("Times New Roman", 9F); this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 19.16666F); this.xrTable5.Name = "xrTable5"; this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow10, this.xrTableRow11}); this.xrTable5.SizeF = new System.Drawing.SizeF(1001F, 60F); this.xrTable5.StylePriority.UseBorders = false; this.xrTable5.StylePriority.UseFont = false; this.xrTable5.StylePriority.UseTextAlignment = false; this.xrTable5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xrTableRow10 // this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell21, this.xrTableCell25, this.xrTableCell40, this.xrTableCell66, this.xrTableCell67, this.xrTableCell68, this.xrTableCell69, this.xrTableCell70, this.xrTableCell71, this.xrTableCell72, this.xrTableCell73, this.xrTableCell74, this.xrTableCell75, this.xrTableCell76, this.xrTableCell78}); this.xrTableRow10.Name = "xrTableRow10"; this.xrTableRow10.Weight = 1D; // // xrTableCell21 // this.xrTableCell21.Name = "xrTableCell21"; this.xrTableCell21.Weight = 0.63737150838966661D; // // xrTableCell25 // this.xrTableCell25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.wasaeel")}); this.xrTableCell25.Name = "xrTableCell25"; xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell25.Summary = xrSummary1; this.xrTableCell25.Text = "xrTableCell25"; this.xrTableCell25.Weight = 0.11988022373544331D; // // xrTableCell40 // this.xrTableCell40.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.tagareb")}); this.xrTableCell40.Name = "xrTableCell40"; xrSummary2.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell40.Summary = xrSummary2; this.xrTableCell40.Text = "xrTableCell40"; this.xrTableCell40.Weight = 0.1198802237354433D; // // xrTableCell66 // this.xrTableCell66.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.drasat")}); this.xrTableCell66.Multiline = true; this.xrTableCell66.Name = "xrTableCell66"; this.xrTableCell66.StylePriority.UseTextAlignment = false; xrSummary3.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell66.Summary = xrSummary3; this.xrTableCell66.Text = "xrTableCell66"; this.xrTableCell66.Weight = 0.11988001794755371D; // // xrTableCell67 // this.xrTableCell67.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.mashael")}); this.xrTableCell67.Name = "xrTableCell67"; xrSummary4.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell67.Summary = xrSummary4; this.xrTableCell67.Text = "xrTableCell67"; this.xrTableCell67.Weight = 0.11988022546941772D; // // xrTableCell68 // this.xrTableCell68.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.reads")}); this.xrTableCell68.Multiline = true; this.xrTableCell68.Name = "xrTableCell68"; this.xrTableCell68.StylePriority.UseTextAlignment = false; xrSummary5.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell68.Summary = xrSummary5; this.xrTableCell68.Text = "xrTableCell68"; this.xrTableCell68.Weight = 0.11987995108556496D; // // xrTableCell69 // this.xrTableCell69.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.nashraat")}); this.xrTableCell69.Name = "xrTableCell69"; xrSummary6.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell69.Summary = xrSummary6; this.xrTableCell69.Text = "xrTableCell69"; this.xrTableCell69.Weight = 0.11988022101912341D; // // xrTableCell70 // this.xrTableCell70.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.trainteacher")}); this.xrTableCell70.Multiline = true; this.xrTableCell70.Name = "xrTableCell70"; this.xrTableCell70.StylePriority.UseTextAlignment = false; xrSummary7.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell70.Summary = xrSummary7; this.xrTableCell70.Text = "xrTableCell70"; this.xrTableCell70.Weight = 0.11988022101912341D; // // xrTableCell71 // this.xrTableCell71.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.trainperson")}); this.xrTableCell71.Name = "xrTableCell71"; xrSummary8.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell71.Summary = xrSummary8; this.xrTableCell71.Text = "xrTableCell71"; this.xrTableCell71.Weight = 0.11988012687753238D; // // xrTableCell72 // this.xrTableCell72.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.trbowy")}); this.xrTableCell72.Multiline = true; this.xrTableCell72.Name = "xrTableCell72"; this.xrTableCell72.StylePriority.UseTextAlignment = false; xrSummary9.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell72.Summary = xrSummary9; this.xrTableCell72.Text = "xrTableCell72"; this.xrTableCell72.Weight = 0.11988010401221144D; // // xrTableCell73 // this.xrTableCell73.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.droos")}); this.xrTableCell73.Name = "xrTableCell73"; xrSummary10.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell73.Summary = xrSummary10; this.xrTableCell73.Text = "xrTableCell73"; this.xrTableCell73.Weight = 0.11988014046122275D; // // xrTableCell74 // this.xrTableCell74.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.motabadla")}); this.xrTableCell74.Multiline = true; this.xrTableCell74.Name = "xrTableCell74"; this.xrTableCell74.StylePriority.UseTextAlignment = false; xrSummary11.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell74.Summary = xrSummary11; this.xrTableCell74.Text = "xrTableCell74"; this.xrTableCell74.Weight = 0.11988014046122286D; // // xrTableCell75 // this.xrTableCell75.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.takweem")}); this.xrTableCell75.Name = "xrTableCell75"; xrSummary12.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell75.Summary = xrSummary12; this.xrTableCell75.Text = "xrTableCell75"; this.xrTableCell75.Weight = 0.11988015158904958D; // // xrTableCell76 // this.xrTableCell76.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.zearat")}); this.xrTableCell76.Name = "xrTableCell76"; this.xrTableCell76.StylePriority.UseTextAlignment = false; xrSummary13.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell76.Summary = xrSummary13; this.xrTableCell76.Text = "xrTableCell76"; this.xrTableCell76.Weight = 0.11987999153180218D; // // xrTableCell78 // this.xrTableCell78.BackColor = System.Drawing.Color.LightGray; this.xrTableCell78.Name = "xrTableCell78"; this.xrTableCell78.StylePriority.UseBackColor = false; this.xrTableCell78.Text = "مجموع الأساليب المنفذة"; this.xrTableCell78.Weight = 0.80418675266562234D; // // xrTableRow11 // this.xrTableRow11.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell18, this.xrTableCell77, this.xrTableCell79, this.xrTableCell80, this.xrTableCell81, this.xrTableCell82, this.xrTableCell83, this.xrTableCell84, this.xrTableCell85, this.xrTableCell86, this.xrTableCell87, this.xrTableCell88, this.xrTableCell89, this.xrTableCell90, this.xrTableCell91}); this.xrTableRow11.Name = "xrTableRow11"; this.xrTableRow11.Weight = 1D; // // xrTableCell18 // this.xrTableCell18.Name = "xrTableCell18"; this.xrTableCell18.Weight = 0.63737150838966661D; // // xrTableCell77 // this.xrTableCell77.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.c_wasaeel")}); this.xrTableCell77.Name = "xrTableCell77"; xrSummary14.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell77.Summary = xrSummary14; this.xrTableCell77.Text = "xrTableCell77"; this.xrTableCell77.Weight = 0.11988022373544331D; // // xrTableCell79 // this.xrTableCell79.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.c_tagareb")}); this.xrTableCell79.Name = "xrTableCell79"; xrSummary15.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell79.Summary = xrSummary15; this.xrTableCell79.Text = "xrTableCell79"; this.xrTableCell79.Weight = 0.1198802237354433D; // // xrTableCell80 // this.xrTableCell80.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.c_drasat")}); this.xrTableCell80.Name = "xrTableCell80"; xrSummary16.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell80.Summary = xrSummary16; this.xrTableCell80.Text = "xrTableCell80"; this.xrTableCell80.Weight = 0.11988001794755371D; // // xrTableCell81 // this.xrTableCell81.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.c_mashael")}); this.xrTableCell81.Name = "xrTableCell81"; xrSummary17.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell81.Summary = xrSummary17; this.xrTableCell81.Text = "xrTableCell81"; this.xrTableCell81.Weight = 0.11988022546941772D; // // xrTableCell82 // this.xrTableCell82.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.c_reads")}); this.xrTableCell82.Name = "xrTableCell82"; xrSummary18.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell82.Summary = xrSummary18; this.xrTableCell82.Text = "xrTableCell82"; this.xrTableCell82.Weight = 0.11987995108556496D; // // xrTableCell83 // this.xrTableCell83.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.c_nashraat")}); this.xrTableCell83.Name = "xrTableCell83"; xrSummary19.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell83.Summary = xrSummary19; this.xrTableCell83.Text = "xrTableCell83"; this.xrTableCell83.Weight = 0.11988022101912341D; // // xrTableCell84 // this.xrTableCell84.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.c_trainteacher")}); this.xrTableCell84.Name = "xrTableCell84"; xrSummary20.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell84.Summary = xrSummary20; this.xrTableCell84.Text = "xrTableCell84"; this.xrTableCell84.Weight = 0.11988022101912341D; // // xrTableCell85 // this.xrTableCell85.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.c_trainperson")}); this.xrTableCell85.Name = "xrTableCell85"; xrSummary21.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell85.Summary = xrSummary21; this.xrTableCell85.Text = "xrTableCell85"; this.xrTableCell85.Weight = 0.11988012687753238D; // // xrTableCell86 // this.xrTableCell86.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.c_trbowy")}); this.xrTableCell86.Name = "xrTableCell86"; xrSummary22.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell86.Summary = xrSummary22; this.xrTableCell86.Text = "xrTableCell86"; this.xrTableCell86.Weight = 0.11988010401221144D; // // xrTableCell87 // this.xrTableCell87.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.c_droos")}); this.xrTableCell87.Name = "xrTableCell87"; xrSummary23.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell87.Summary = xrSummary23; this.xrTableCell87.Text = "xrTableCell87"; this.xrTableCell87.Weight = 0.11988014046122275D; // // xrTableCell88 // this.xrTableCell88.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.c_motabadla")}); this.xrTableCell88.Name = "xrTableCell88"; xrSummary24.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell88.Summary = xrSummary24; this.xrTableCell88.Text = "xrTableCell88"; this.xrTableCell88.Weight = 0.11988014046122286D; // // xrTableCell89 // this.xrTableCell89.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.c_takweem")}); this.xrTableCell89.Name = "xrTableCell89"; xrSummary25.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell89.Summary = xrSummary25; this.xrTableCell89.Text = "xrTableCell89"; this.xrTableCell89.Weight = 0.11988015158904958D; // // xrTableCell90 // this.xrTableCell90.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] { new DevExpress.XtraReports.UI.XRBinding("Text", null, "XRep07Sub1.c_zearat")}); this.xrTableCell90.Name = "xrTableCell90"; xrSummary26.Running = DevExpress.XtraReports.UI.SummaryRunning.Report; this.xrTableCell90.Summary = xrSummary26; this.xrTableCell90.Text = "xrTableCell90"; this.xrTableCell90.Weight = 0.11987999153180218D; // // xrTableCell91 // this.xrTableCell91.BackColor = System.Drawing.Color.LightGray; this.xrTableCell91.Name = "xrTableCell91"; this.xrTableCell91.StylePriority.UseBackColor = false; this.xrTableCell91.Text = "عدد المستفيدين"; this.xrTableCell91.Weight = 0.80418675266562234D; // // DetailReport1 // this.DetailReport1.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail2, this.ReportHeader2, this.ReportFooter1}); this.DetailReport1.DataMember = "XRep07Sub2"; this.DetailReport1.DataSource = this.dsTEFollowUp1; this.DetailReport1.Level = 1; this.DetailReport1.Name = "DetailReport1"; // // Detail2 // this.Detail2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable2}); this.Detail2.HeightF = 25F; this.Detail2.Name = "Detail2"; // // ReportHeader2 // this.ReportHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable6, this.xrLabel1}); this.ReportHeader2.HeightF = 53.125F; this.ReportHeader2.Name = "ReportHeader2"; // // xrLabel1 // this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(372.6697F, 5.125014F); this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel1.SizeF = new System.Drawing.SizeF(262.2193F, 23F); this.xrLabel1.StylePriority.UseFont = false; this.xrLabel1.StylePriority.UseTextAlignment = false; this.xrLabel1.Text = "مهام مكلف بها المشرف التربوي خلال الأسبوع"; this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // ReportFooter1 // this.ReportFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel2, this.xrLabel3}); this.ReportFooter1.HeightF = 52.08333F; this.ReportFooter1.Name = "ReportFooter1"; // // xrLabel2 // this.xrLabel2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 10.00001F); this.xrLabel2.Name = "xrLabel2"; this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel2.SizeF = new System.Drawing.SizeF(119.7917F, 23F); this.xrLabel2.StylePriority.UseFont = false; this.xrLabel2.Text = "التوقيع"; // // xrLabel3 // this.xrLabel3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold); this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(738.7807F, 10.00001F); this.xrLabel3.Name = "xrLabel3"; this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrLabel3.SizeF = new System.Drawing.SizeF(262.2193F, 23F); this.xrLabel3.StylePriority.UseFont = false; this.xrLabel3.StylePriority.UseTextAlignment = false; this.xrLabel3.Text = "المشرف التربوي"; this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // xRep07Sub1TableAdapter1 // this.xRep07Sub1TableAdapter1.ClearBeforeFill = true; // // xRep07Sub2TableAdapter1 // this.xRep07Sub2TableAdapter1.ClearBeforeFill = true; // // XtraReport07 // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.Detail, this.TopMargin, this.BottomMargin, this.ReportHeader, this.ReportFooter, this.DetailReport, this.DetailReport1}); this.DataMember = "XRep05"; this.DataSource = this.dsTEFollowUp1; this.Landscape = true; this.Margins = new System.Drawing.Printing.Margins(50, 49, 19, 62); this.PageHeight = 850; this.PageWidth = 1100; this.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.Version = "12.2"; this.DataSourceDemanded += new System.EventHandler<System.EventArgs>(this.XtraReport01_DataSourceDemanded); ((System.ComponentModel.ISupportInitialize)(this.dsTEFollowUp1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); }