Пример #1
1
        private void InitializeComponent()
        {
            this.SigPlusNET1 = new Topaz.SigPlusNET();
            this.btnClear = new System.Windows.Forms.Button();
            this.txtImageBinary = new System.Windows.Forms.TextBox();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnPrint = new System.Windows.Forms.Button();
            this.SuspendLayout();
            //
            // SigPlusNET1
            //
            this.SigPlusNET1.BackColor = System.Drawing.Color.White;
            this.SigPlusNET1.ForeColor = System.Drawing.Color.Black;
            this.SigPlusNET1.Location = new System.Drawing.Point(27, 12);
            this.SigPlusNET1.Name = "SigPlusNET1";
            this.SigPlusNET1.Size = new System.Drawing.Size(320, 136);
            this.SigPlusNET1.TabIndex = 0;
            this.SigPlusNET1.Text = "SigPlusNET1";
            this.SigPlusNET1.PenUp += new System.EventHandler(this.SigPlusNET1_PenUp);
            //
            // btnClear
            //
            this.btnClear.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnClear.Location = new System.Drawing.Point(127, 151);
            this.btnClear.Name = "btnClear";
            this.btnClear.Size = new System.Drawing.Size(86, 37);
            this.btnClear.TabIndex = 40;
            this.btnClear.Text = "C L E A R";
            this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
            //
            // txtImageBinary
            //
            this.txtImageBinary.Location = new System.Drawing.Point(330, 7);
            this.txtImageBinary.Name = "txtImageBinary";
            this.txtImageBinary.Size = new System.Drawing.Size(74, 20);
            this.txtImageBinary.TabIndex = 42;
            this.txtImageBinary.Visible = false;
            //
            // btnCancel
            //
            this.btnCancel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnCancel.Location = new System.Drawing.Point(213, 151);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(106, 37);
            this.btnCancel.TabIndex = 39;
            this.btnCancel.Text = "C A N C E L";
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            //
            // btnPrint
            //
            this.btnPrint.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnPrint.Location = new System.Drawing.Point(40, 151);
            this.btnPrint.Name = "btnPrint";
            this.btnPrint.Size = new System.Drawing.Size(86, 37);
            this.btnPrint.TabIndex = 43;
            this.btnPrint.Text = "S A V E";
            this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
            //
            // DNCDigSignature
            //
            this.ClientSize = new System.Drawing.Size(364, 195);
            this.Controls.Add(this.btnPrint);
            this.Controls.Add(this.btnClear);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.txtImageBinary);
            this.Controls.Add(this.SigPlusNET1);
            this.Name = "DNCDigSignature";
            this.ResumeLayout(false);
            this.PerformLayout();

            this.Load += new System.EventHandler(this.DNCDigSignature_Load);
        }
Пример #2
0
		///<summary></summary>
		public FormDocSign(Document docCur,Patient pat) {
			InitializeComponent();
			//Can only allow tablet signatures on Windows, since we use a native dll to handle the tablet interaction.
			if(Environment.OSVersion.Platform==PlatformID.Unix){
				butTopazSign.Visible=false;
			}
			else{
				//Add signature box for Topaz signatures.
				sigBoxTopaz=new Topaz.SigPlusNET();
				sigBoxTopaz.Location=sigBox.Location;//this puts both boxes in the same spot.
				sigBoxTopaz.Name="sigBoxTopaz";
				sigBoxTopaz.Size=new System.Drawing.Size(362,79);
				sigBoxTopaz.TabIndex=92;
				sigBoxTopaz.Text="sigPlusNET1";
				sigBoxTopaz.Visible=false;
				Controls.Add(sigBoxTopaz);
				sigBox.SetTabletState(1);//It starts out accepting input. It will be set to 0 if a sig is already present.  It will be set back to 1 if note changes or if user clicks Clear.
			}
			DocCur=docCur;
			PatCur=pat;
			PatFolder=ImageStore.GetPatientFolder(pat,ImageStore.GetPreferredAtoZpath());
			Lan.F(this);
		}
 /// <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.xrLine3 = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.winControlContainer2 = new DevExpress.XtraReports.UI.WinControlContainer();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
     this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail1 = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel25 = new DevExpress.XtraReports.UI.XRLabel();
     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.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
     this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.winControlContainer1 = new DevExpress.XtraReports.UI.WinControlContainer();
     this.sigPlusNET1 = new Topaz.SigPlusNET();
     this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLine1 = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblBranch = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblDate = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblMember = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Height = 0;
     this.Detail.Name = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLine3
     //
     this.xrLine3.Location = new System.Drawing.Point(33, 75);
     this.xrLine3.Name = "xrLine3";
     this.xrLine3.Size = new System.Drawing.Size(142, 8);
     //
     // xrLabel8
     //
     this.xrLabel8.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel8.Location = new System.Drawing.Point(33, 83);
     this.xrLabel8.Name = "xrLabel8";
     this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.Size = new System.Drawing.Size(125, 17);
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.Text = "Member Signature";
     //
     // PageHeader
     //
     this.PageHeader.Height = 0;
     this.PageHeader.Name = "PageHeader";
     this.PageHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.PageHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // winControlContainer2
     //
     this.winControlContainer2.Location = new System.Drawing.Point(33, 0);
     this.winControlContainer2.Name = "winControlContainer2";
     this.winControlContainer2.Size = new System.Drawing.Size(127, 73);
     this.winControlContainer2.WinControl = this.pictureBox1;
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Margin = new System.Windows.Forms.Padding(0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(122, 70);
     this.pictureBox1.TabIndex = 1;
     this.pictureBox1.TabStop = false;
     //
     // PageFooter
     //
     this.PageFooter.Height = 0;
     this.PageFooter.Name = "PageFooter";
     this.PageFooter.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.PageFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail1,
     this.ReportFooter});
     this.DetailReport.DataMember = "Master.ServiceUtilization_Relation";
     this.DetailReport.Name = "DetailReport";
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel25,
     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.xrLabel11});
     this.Detail1.Height = 125;
     this.Detail1.Name = "Detail1";
     //
     // xrLabel25
     //
     this.xrLabel25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.PackageDesc", "")});
     this.xrLabel25.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel25.Location = new System.Drawing.Point(33, 0);
     this.xrLabel25.Name = "xrLabel25";
     this.xrLabel25.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel25.Size = new System.Drawing.Size(267, 27);
     this.xrLabel25.StylePriority.UseFont = false;
     this.xrLabel25.StylePriority.UseTextAlignment = false;
     this.xrLabel25.Text = "xrLabel25";
     this.xrLabel25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel24
     //
     this.xrLabel24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.Balance", "")});
     this.xrLabel24.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel24.Location = new System.Drawing.Point(142, 108);
     this.xrLabel24.Name = "xrLabel24";
     this.xrLabel24.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel24.Size = new System.Drawing.Size(180, 17);
     this.xrLabel24.StylePriority.UseFont = false;
     this.xrLabel24.Text = "xrLabel24";
     //
     // xrLabel23
     //
     this.xrLabel23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.Caption_Balance", "")});
     this.xrLabel23.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel23.Location = new System.Drawing.Point(33, 108);
     this.xrLabel23.Name = "xrLabel23";
     this.xrLabel23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel23.Size = new System.Drawing.Size(107, 17);
     this.xrLabel23.StylePriority.UseFont = false;
     this.xrLabel23.Text = "xrLabel23";
     //
     // xrLabel22
     //
     this.xrLabel22.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.Quantity", "")});
     this.xrLabel22.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel22.Location = new System.Drawing.Point(142, 92);
     this.xrLabel22.Name = "xrLabel22";
     this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel22.Size = new System.Drawing.Size(180, 17);
     this.xrLabel22.StylePriority.UseFont = false;
     this.xrLabel22.Text = "xrLabel22";
     //
     // xrLabel21
     //
     this.xrLabel21.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.Caption_Quantity", "")});
     this.xrLabel21.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel21.Location = new System.Drawing.Point(33, 92);
     this.xrLabel21.Name = "xrLabel21";
     this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel21.Size = new System.Drawing.Size(107, 17);
     this.xrLabel21.StylePriority.UseFont = false;
     this.xrLabel21.Text = "xrLabel21";
     //
     // xrLabel20
     //
     this.xrLabel20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.ServiceCode", "")});
     this.xrLabel20.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel20.Location = new System.Drawing.Point(142, 75);
     this.xrLabel20.Name = "xrLabel20";
     this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel20.Size = new System.Drawing.Size(180, 17);
     this.xrLabel20.StylePriority.UseFont = false;
     this.xrLabel20.Text = "xrLabel20";
     //
     // xrLabel19
     //
     this.xrLabel19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.Caption_ServiceCode", "")});
     this.xrLabel19.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel19.Location = new System.Drawing.Point(33, 75);
     this.xrLabel19.Name = "xrLabel19";
     this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel19.Size = new System.Drawing.Size(107, 17);
     this.xrLabel19.StylePriority.UseFont = false;
     this.xrLabel19.Text = "xrLabel19";
     //
     // xrLabel18
     //
     this.xrLabel18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.ExpiryDate", "")});
     this.xrLabel18.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel18.Location = new System.Drawing.Point(142, 58);
     this.xrLabel18.Name = "xrLabel18";
     this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel18.Size = new System.Drawing.Size(180, 17);
     this.xrLabel18.StylePriority.UseFont = false;
     this.xrLabel18.Text = "xrLabel18";
     //
     // xrLabel17
     //
     this.xrLabel17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.Caption_Expiry", "")});
     this.xrLabel17.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel17.Location = new System.Drawing.Point(33, 58);
     this.xrLabel17.Name = "xrLabel17";
     this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel17.Size = new System.Drawing.Size(107, 17);
     this.xrLabel17.StylePriority.UseFont = false;
     this.xrLabel17.Text = "xrLabel17";
     //
     // xrLabel16
     //
     this.xrLabel16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.PackageCode", "")});
     this.xrLabel16.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel16.Location = new System.Drawing.Point(142, 42);
     this.xrLabel16.Name = "xrLabel16";
     this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel16.Size = new System.Drawing.Size(180, 17);
     this.xrLabel16.StylePriority.UseFont = false;
     this.xrLabel16.Text = "xrLabel16";
     //
     // xrLabel15
     //
     this.xrLabel15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.Caption_PackageCode", "")});
     this.xrLabel15.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel15.Location = new System.Drawing.Point(33, 42);
     this.xrLabel15.Name = "xrLabel15";
     this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.Size = new System.Drawing.Size(107, 17);
     this.xrLabel15.StylePriority.UseFont = false;
     this.xrLabel15.Text = "xrLabel15";
     //
     // xrLabel14
     //
     this.xrLabel14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.StaffName", "")});
     this.xrLabel14.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel14.Location = new System.Drawing.Point(142, 25);
     this.xrLabel14.Name = "xrLabel14";
     this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.Size = new System.Drawing.Size(180, 17);
     this.xrLabel14.StylePriority.UseFont = false;
     this.xrLabel14.Text = "xrLabel14";
     //
     // xrLabel13
     //
     this.xrLabel13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.Line", "")});
     this.xrLabel13.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel13.Location = new System.Drawing.Point(25, 117);
     this.xrLabel13.Name = "xrLabel13";
     this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.Size = new System.Drawing.Size(267, 5);
     this.xrLabel13.StylePriority.UseFont = false;
     this.xrLabel13.Text = "xrLabel13";
     //
     // xrLabel11
     //
     this.xrLabel11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.Caption", "")});
     this.xrLabel11.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel11.Location = new System.Drawing.Point(33, 25);
     this.xrLabel11.Name = "xrLabel11";
     this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.Size = new System.Drawing.Size(107, 17);
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.Text = "xrLabel11";
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.winControlContainer1,
     this.winControlContainer2,
     this.xrLabel8,
     this.xrLine3});
     this.ReportFooter.Height = 101;
     this.ReportFooter.Name = "ReportFooter";
     //
     // winControlContainer1
     //
     this.winControlContainer1.Location = new System.Drawing.Point(187, 73);
     this.winControlContainer1.Name = "winControlContainer1";
     this.winControlContainer1.Size = new System.Drawing.Size(2, 2);
     this.winControlContainer1.WinControl = this.sigPlusNET1;
     //
     // sigPlusNET1
     //
     this.sigPlusNET1.BackColor = System.Drawing.Color.White;
     this.sigPlusNET1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.sigPlusNET1.ForeColor = System.Drawing.Color.Black;
     this.sigPlusNET1.Location = new System.Drawing.Point(0, 0);
     this.sigPlusNET1.Margin = new System.Windows.Forms.Padding(0);
     this.sigPlusNET1.Name = "sigPlusNET1";
     this.sigPlusNET1.Size = new System.Drawing.Size(2, 2);
     this.sigPlusNET1.TabIndex = 0;
     this.sigPlusNET1.Visible = false;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLine1,
     this.xrLabel1,
     this.xrlblBranch,
     this.xrlblDate,
     this.xrlblMember,
     this.xrLabel3,
     this.xrLabel2});
     this.ReportHeader.Height = 58;
     this.ReportHeader.Name = "ReportHeader";
     //
     // xrLine1
     //
     this.xrLine1.Location = new System.Drawing.Point(25, 50);
     this.xrLine1.Name = "xrLine1";
     this.xrLine1.Size = new System.Drawing.Size(280, 8);
     //
     // xrLabel1
     //
     this.xrLabel1.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel1.Location = new System.Drawing.Point(33, 2);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.Size = new System.Drawing.Size(100, 17);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text = "Member :";
     //
     // xrlblBranch
     //
     this.xrlblBranch.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.strBranchCode", "")});
     this.xrlblBranch.Location = new System.Drawing.Point(133, 33);
     this.xrlblBranch.Name = "xrlblBranch";
     this.xrlblBranch.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblBranch.Size = new System.Drawing.Size(100, 17);
     this.xrlblBranch.Text = "xrlblBranch";
     //
     // xrlblDate
     //
     this.xrlblDate.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.strDateTime", "")});
     this.xrlblDate.Location = new System.Drawing.Point(133, 17);
     this.xrlblDate.Name = "xrlblDate";
     this.xrlblDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblDate.Size = new System.Drawing.Size(167, 17);
     this.xrlblDate.Text = "xrlblDate";
     //
     // xrlblMember
     //
     this.xrlblMember.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.strMemberID", "")});
     this.xrlblMember.Location = new System.Drawing.Point(133, 2);
     this.xrlblMember.Name = "xrlblMember";
     this.xrlblMember.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblMember.Size = new System.Drawing.Size(100, 17);
     this.xrlblMember.Text = "xrlblMember";
     //
     // xrLabel3
     //
     this.xrLabel3.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel3.Location = new System.Drawing.Point(33, 33);
     this.xrLabel3.Name = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.Size = new System.Drawing.Size(100, 17);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.Text = "Branch :";
     //
     // xrLabel2
     //
     this.xrLabel2.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel2.Location = new System.Drawing.Point(33, 17);
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.Size = new System.Drawing.Size(100, 17);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.Text = "Date :";
     //
     // PackageAccountRptJoin
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.PageHeader,
     this.PageFooter,
     this.DetailReport,
     this.ReportHeader});
     this.Margins = new System.Drawing.Printing.Margins(0, 0, 30, 30);
     this.PageHeight = 3000;
     this.PageWidth = 350;
     this.PaperKind = System.Drawing.Printing.PaperKind.Custom;
     this.PaperName = "Roll Paper 76 x 297 mm";
     this.Version = "8.3";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Пример #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine2 = new DevExpress.XtraReports.UI.XRLine();
     this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine3 = new DevExpress.XtraReports.UI.XRLine();
     this.xrLine4 = new DevExpress.XtraReports.UI.XRLine();
     this.xrlblCurrentBalance = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine5 = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
     this.winControlContainer1 = new DevExpress.XtraReports.UI.WinControlContainer();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.winControlContainer2 = new DevExpress.XtraReports.UI.WinControlContainer();
     this.sigPlusNET1 = new Topaz.SigPlusNET();
     this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrlblPreviousBalance = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1 = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblBranch = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblDate = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblMember = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail1 = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
     this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // xrLabel8
     //
     this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.creditUsage_Relation.strSessionName", "")});
     this.xrLabel8.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel8.Location = new System.Drawing.Point(33, 8);
     this.xrLabel8.Name = "xrLabel8";
     this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.Size = new System.Drawing.Size(175, 17);
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.Text = "xrLabel8";
     //
     // xrLine2
     //
     this.xrLine2.Location = new System.Drawing.Point(27, 80);
     this.xrLine2.Name = "xrLine2";
     this.xrLine2.Size = new System.Drawing.Size(258, 8);
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel6,
     this.xrLine3,
     this.xrLine4,
     this.xrlblCurrentBalance,
     this.xrLine5,
     this.xrLabel7,
     this.winControlContainer1,
     this.winControlContainer2});
     this.ReportFooter.Height = 133;
     this.ReportFooter.Name = "ReportFooter";
     //
     // xrLabel6
     //
     this.xrLabel6.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel6.Location = new System.Drawing.Point(33, 8);
     this.xrLabel6.Name = "xrLabel6";
     this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.Size = new System.Drawing.Size(100, 17);
     this.xrLabel6.StylePriority.UseFont = false;
     this.xrLabel6.Text = "Current Balance";
     //
     // xrLine3
     //
     this.xrLine3.Location = new System.Drawing.Point(25, 0);
     this.xrLine3.Name = "xrLine3";
     this.xrLine3.Size = new System.Drawing.Size(258, 8);
     //
     // xrLine4
     //
     this.xrLine4.Location = new System.Drawing.Point(27, 27);
     this.xrLine4.Name = "xrLine4";
     this.xrLine4.Size = new System.Drawing.Size(258, 8);
     //
     // xrlblCurrentBalance
     //
     this.xrlblCurrentBalance.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.strCurBalance", "")});
     this.xrlblCurrentBalance.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblCurrentBalance.Location = new System.Drawing.Point(208, 8);
     this.xrlblCurrentBalance.Name = "xrlblCurrentBalance";
     this.xrlblCurrentBalance.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblCurrentBalance.Size = new System.Drawing.Size(67, 17);
     this.xrlblCurrentBalance.StylePriority.UseFont = false;
     this.xrlblCurrentBalance.Text = "xrlblCurrentBalance";
     //
     // xrLine5
     //
     this.xrLine5.Location = new System.Drawing.Point(27, 107);
     this.xrLine5.Name = "xrLine5";
     this.xrLine5.Size = new System.Drawing.Size(142, 8);
     //
     // xrLabel7
     //
     this.xrLabel7.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel7.Location = new System.Drawing.Point(33, 113);
     this.xrLabel7.Name = "xrLabel7";
     this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.Size = new System.Drawing.Size(133, 17);
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.Text = "Member Signature";
     //
     // winControlContainer1
     //
     this.winControlContainer1.Location = new System.Drawing.Point(27, 40);
     this.winControlContainer1.Name = "winControlContainer1";
     this.winControlContainer1.Size = new System.Drawing.Size(133, 67);
     this.winControlContainer1.WinControl = this.pictureBox1;
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(160, 80);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // winControlContainer2
     //
     this.winControlContainer2.Location = new System.Drawing.Point(167, 113);
     this.winControlContainer2.Name = "winControlContainer2";
     this.winControlContainer2.Size = new System.Drawing.Size(2, 2);
     this.winControlContainer2.WinControl = this.sigPlusNET1;
     //
     // sigPlusNET1
     //
     this.sigPlusNET1.BackColor = System.Drawing.Color.White;
     this.sigPlusNET1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.sigPlusNET1.Enabled = false;
     this.sigPlusNET1.ForeColor = System.Drawing.Color.Black;
     this.sigPlusNET1.Location = new System.Drawing.Point(0, 0);
     this.sigPlusNET1.Name = "sigPlusNET1";
     this.sigPlusNET1.Size = new System.Drawing.Size(2, 2);
     this.sigPlusNET1.TabIndex = 1;
     this.sigPlusNET1.Text = "sigPlusNET1";
     this.sigPlusNET1.Visible = false;
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrlblPreviousBalance,
     this.xrLine2,
     this.xrLabel4,
     this.xrLine1,
     this.xrLabel1,
     this.xrlblBranch,
     this.xrlblDate,
     this.xrlblMember,
     this.xrLabel3,
     this.xrLabel2});
     this.PageHeader.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PageHeader.Height = 92;
     this.PageHeader.Name = "PageHeader";
     this.PageHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.PageHeader.StylePriority.UseFont = false;
     this.PageHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrlblPreviousBalance
     //
     this.xrlblPreviousBalance.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.strPreBalance", "")});
     this.xrlblPreviousBalance.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblPreviousBalance.Location = new System.Drawing.Point(207, 60);
     this.xrlblPreviousBalance.Name = "xrlblPreviousBalance";
     this.xrlblPreviousBalance.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblPreviousBalance.Size = new System.Drawing.Size(75, 17);
     this.xrlblPreviousBalance.StylePriority.UseFont = false;
     this.xrlblPreviousBalance.Text = "xrlblPreviousBalance";
     //
     // xrLabel4
     //
     this.xrLabel4.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel4.Location = new System.Drawing.Point(33, 60);
     this.xrLabel4.Name = "xrLabel4";
     this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.Size = new System.Drawing.Size(100, 17);
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.Text = "Previous Balance";
     //
     // xrLine1
     //
     this.xrLine1.Location = new System.Drawing.Point(27, 53);
     this.xrLine1.Name = "xrLine1";
     this.xrLine1.Size = new System.Drawing.Size(258, 8);
     //
     // xrLabel1
     //
     this.xrLabel1.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel1.Location = new System.Drawing.Point(33, 0);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.Size = new System.Drawing.Size(100, 17);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text = "Member :";
     //
     // xrlblBranch
     //
     this.xrlblBranch.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.strBranchCode", "")});
     this.xrlblBranch.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblBranch.Location = new System.Drawing.Point(133, 33);
     this.xrlblBranch.Name = "xrlblBranch";
     this.xrlblBranch.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblBranch.Size = new System.Drawing.Size(100, 17);
     this.xrlblBranch.StylePriority.UseFont = false;
     this.xrlblBranch.Text = "xrlblBranch";
     //
     // xrlblDate
     //
     this.xrlblDate.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.strDateTime", "")});
     this.xrlblDate.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblDate.Location = new System.Drawing.Point(133, 17);
     this.xrlblDate.Name = "xrlblDate";
     this.xrlblDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblDate.Size = new System.Drawing.Size(150, 17);
     this.xrlblDate.StylePriority.UseFont = false;
     this.xrlblDate.Text = "xrlblDate";
     //
     // xrlblMember
     //
     this.xrlblMember.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.strMemberID", "")});
     this.xrlblMember.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblMember.Location = new System.Drawing.Point(133, 0);
     this.xrlblMember.Name = "xrlblMember";
     this.xrlblMember.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblMember.Size = new System.Drawing.Size(100, 17);
     this.xrlblMember.StylePriority.UseFont = false;
     this.xrlblMember.Text = "xrlblMember";
     //
     // xrLabel3
     //
     this.xrLabel3.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel3.Location = new System.Drawing.Point(33, 33);
     this.xrLabel3.Name = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.Size = new System.Drawing.Size(100, 17);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.Text = "Branch :";
     //
     // xrLabel2
     //
     this.xrLabel2.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel2.Location = new System.Drawing.Point(33, 17);
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.Size = new System.Drawing.Size(100, 17);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.Text = "Date :";
     //
     // Detail
     //
     this.Detail.Height = 0;
     this.Detail.Name = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel10
     //
     this.xrLabel10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.creditUsage_Relation.nQuantity", "")});
     this.xrLabel10.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel10.Location = new System.Drawing.Point(207, 25);
     this.xrLabel10.Name = "xrLabel10";
     this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.Size = new System.Drawing.Size(67, 17);
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.Text = "xrLabel10";
     //
     // xrLabel9
     //
     this.xrLabel9.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel9.Location = new System.Drawing.Point(33, 25);
     this.xrLabel9.Name = "xrLabel9";
     this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.Size = new System.Drawing.Size(58, 17);
     this.xrLabel9.StylePriority.UseFont = false;
     this.xrLabel9.Text = "Quantity";
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail1,
     this.ReportFooter});
     this.DetailReport.DataMember = "Master.creditUsage_Relation";
     this.DetailReport.Name = "DetailReport";
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel10,
     this.xrLabel9,
     this.xrLabel5,
     this.xrLabel8});
     this.Detail1.Height = 46;
     this.Detail1.Name = "Detail1";
     //
     // xrLabel5
     //
     this.xrLabel5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.creditUsage_Relation.strPrice", "")});
     this.xrLabel5.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel5.Location = new System.Drawing.Point(208, 8);
     this.xrLabel5.Name = "xrLabel5";
     this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.Size = new System.Drawing.Size(67, 17);
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.Text = "xrLabel5";
     //
     // PageFooter
     //
     this.PageFooter.Height = 0;
     this.PageFooter.Name = "PageFooter";
     this.PageFooter.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.PageFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // CreditAc
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.PageHeader,
     this.PageFooter,
     this.DetailReport});
     this.DataMember = "Master";
     this.Margins = new System.Drawing.Printing.Margins(0, 0, 0, 0);
     this.PageHeight = 3000;
     this.PageWidth = 1100;
     this.PaperKind = System.Drawing.Printing.PaperKind.Custom;
     this.PreviewRowCount = 100;
     this.Version = "8.3";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Пример #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrlblCurrentBalance = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine4 = new DevExpress.XtraReports.UI.XRLine();
     this.xrLine3 = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
     this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail1 = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
     this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
     this.DetailReport1 = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail2 = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel25 = new DevExpress.XtraReports.UI.XRLabel();
     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.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
     this.ReportFooter1 = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine5 = new DevExpress.XtraReports.UI.XRLine();
     this.winControlContainer1 = new DevExpress.XtraReports.UI.WinControlContainer();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.winControlContainer2 = new DevExpress.XtraReports.UI.WinControlContainer();
     this.sigPlusNET1 = new Topaz.SigPlusNET();
     this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
     this.ReportHeader1 = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrlblPreviousBalance = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine2 = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1 = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblBranch = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblDate = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblMember = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // xrLabel8
     //
     this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.creditUsage_Relation.strSessionName", "")});
     this.xrLabel8.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel8.Location = new System.Drawing.Point(33, 0);
     this.xrLabel8.Name = "xrLabel8";
     this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.Size = new System.Drawing.Size(175, 17);
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.Text = "xrLabel8";
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrlblCurrentBalance,
     this.xrLine4,
     this.xrLine3,
     this.xrLabel6});
     this.ReportFooter.Height = 30;
     this.ReportFooter.Name = "ReportFooter";
     //
     // xrlblCurrentBalance
     //
     this.xrlblCurrentBalance.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.strCurBalance", "")});
     this.xrlblCurrentBalance.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblCurrentBalance.Location = new System.Drawing.Point(208, 8);
     this.xrlblCurrentBalance.Name = "xrlblCurrentBalance";
     this.xrlblCurrentBalance.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblCurrentBalance.Size = new System.Drawing.Size(67, 17);
     this.xrlblCurrentBalance.StylePriority.UseFont = false;
     this.xrlblCurrentBalance.Text = "xrlblCurrentBalance";
     //
     // xrLine4
     //
     this.xrLine4.Location = new System.Drawing.Point(25, 25);
     this.xrLine4.Name = "xrLine4";
     this.xrLine4.Size = new System.Drawing.Size(258, 5);
     //
     // xrLine3
     //
     this.xrLine3.Location = new System.Drawing.Point(25, 0);
     this.xrLine3.Name = "xrLine3";
     this.xrLine3.Size = new System.Drawing.Size(258, 5);
     //
     // xrLabel6
     //
     this.xrLabel6.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel6.Location = new System.Drawing.Point(33, 8);
     this.xrLabel6.Name = "xrLabel6";
     this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.Size = new System.Drawing.Size(100, 17);
     this.xrLabel6.StylePriority.UseFont = false;
     this.xrLabel6.Text = "Current Balance";
     //
     // PageHeader
     //
     this.PageHeader.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PageHeader.Height = 0;
     this.PageHeader.Name = "PageHeader";
     this.PageHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.PageHeader.PrintOn = ((DevExpress.XtraReports.UI.PrintOnPages)((DevExpress.XtraReports.UI.PrintOnPages.NotWithReportHeader | DevExpress.XtraReports.UI.PrintOnPages.NotWithReportFooter)));
     this.PageHeader.StylePriority.UseFont = false;
     this.PageHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // Detail
     //
     this.Detail.Height = 0;
     this.Detail.Name = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel10
     //
     this.xrLabel10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.creditUsage_Relation.nQuantity", "")});
     this.xrLabel10.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel10.Location = new System.Drawing.Point(208, 17);
     this.xrLabel10.Name = "xrLabel10";
     this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.Size = new System.Drawing.Size(67, 17);
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.Text = "xrLabel10";
     //
     // xrLabel9
     //
     this.xrLabel9.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel9.Location = new System.Drawing.Point(33, 17);
     this.xrLabel9.Name = "xrLabel9";
     this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.Size = new System.Drawing.Size(58, 17);
     this.xrLabel9.StylePriority.UseFont = false;
     this.xrLabel9.Text = "Quantity";
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail1,
     this.ReportFooter});
     this.DetailReport.DataMember = "Master.creditUsage_Relation";
     this.DetailReport.Name = "DetailReport";
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel10,
     this.xrLabel9,
     this.xrLabel5,
     this.xrLabel8});
     this.Detail1.Height = 34;
     this.Detail1.Name = "Detail1";
     //
     // xrLabel5
     //
     this.xrLabel5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.creditUsage_Relation.strPrice", "")});
     this.xrLabel5.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel5.Location = new System.Drawing.Point(208, 0);
     this.xrLabel5.Name = "xrLabel5";
     this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.Size = new System.Drawing.Size(67, 17);
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.Text = "xrLabel5";
     //
     // PageFooter
     //
     this.PageFooter.Height = 0;
     this.PageFooter.Name = "PageFooter";
     this.PageFooter.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.PageFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // DetailReport1
     //
     this.DetailReport1.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail2,
     this.ReportFooter1,
     this.ReportHeader});
     this.DetailReport1.DataMember = "Master.ServiceUtilization_Relation";
     this.DetailReport1.Level = 1;
     this.DetailReport1.Name = "DetailReport1";
     //
     // Detail2
     //
     this.Detail2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel25,
     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.xrLabel11});
     this.Detail2.Height = 125;
     this.Detail2.Name = "Detail2";
     //
     // xrLabel25
     //
     this.xrLabel25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.PackageDesc", "")});
     this.xrLabel25.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel25.Location = new System.Drawing.Point(33, 0);
     this.xrLabel25.Name = "xrLabel25";
     this.xrLabel25.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel25.Size = new System.Drawing.Size(267, 25);
     this.xrLabel25.StylePriority.UseFont = false;
     this.xrLabel25.StylePriority.UseTextAlignment = false;
     this.xrLabel25.Text = "xrLabel25";
     this.xrLabel25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel24
     //
     this.xrLabel24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.Balance", "")});
     this.xrLabel24.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel24.Location = new System.Drawing.Point(150, 108);
     this.xrLabel24.Name = "xrLabel24";
     this.xrLabel24.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel24.Size = new System.Drawing.Size(125, 17);
     this.xrLabel24.StylePriority.UseFont = false;
     this.xrLabel24.Text = "xrLabel24";
     //
     // xrLabel23
     //
     this.xrLabel23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.Caption_Balance", "")});
     this.xrLabel23.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel23.Location = new System.Drawing.Point(34, 108);
     this.xrLabel23.Name = "xrLabel23";
     this.xrLabel23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel23.Size = new System.Drawing.Size(117, 17);
     this.xrLabel23.StylePriority.UseFont = false;
     this.xrLabel23.Text = "xrLabel23";
     //
     // xrLabel22
     //
     this.xrLabel22.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.Quantity", "")});
     this.xrLabel22.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel22.Location = new System.Drawing.Point(150, 92);
     this.xrLabel22.Name = "xrLabel22";
     this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel22.Size = new System.Drawing.Size(125, 17);
     this.xrLabel22.StylePriority.UseFont = false;
     this.xrLabel22.Text = "xrLabel22";
     //
     // xrLabel21
     //
     this.xrLabel21.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.Caption_Quantity", "")});
     this.xrLabel21.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel21.Location = new System.Drawing.Point(34, 92);
     this.xrLabel21.Name = "xrLabel21";
     this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel21.Size = new System.Drawing.Size(117, 17);
     this.xrLabel21.StylePriority.UseFont = false;
     this.xrLabel21.Text = "xrLabel21";
     //
     // xrLabel20
     //
     this.xrLabel20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.ServiceCode", "")});
     this.xrLabel20.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel20.Location = new System.Drawing.Point(150, 75);
     this.xrLabel20.Name = "xrLabel20";
     this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel20.Size = new System.Drawing.Size(125, 17);
     this.xrLabel20.StylePriority.UseFont = false;
     this.xrLabel20.Text = "xrLabel20";
     //
     // xrLabel19
     //
     this.xrLabel19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.Caption_ServiceCode", "")});
     this.xrLabel19.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel19.Location = new System.Drawing.Point(34, 75);
     this.xrLabel19.Name = "xrLabel19";
     this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel19.Size = new System.Drawing.Size(117, 17);
     this.xrLabel19.StylePriority.UseFont = false;
     this.xrLabel19.Text = "xrLabel19";
     //
     // xrLabel18
     //
     this.xrLabel18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.ExpiryDate", "")});
     this.xrLabel18.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel18.Location = new System.Drawing.Point(150, 58);
     this.xrLabel18.Name = "xrLabel18";
     this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel18.Size = new System.Drawing.Size(125, 17);
     this.xrLabel18.StylePriority.UseFont = false;
     this.xrLabel18.Text = "xrLabel18";
     //
     // xrLabel17
     //
     this.xrLabel17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.Caption_Expiry", "")});
     this.xrLabel17.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel17.Location = new System.Drawing.Point(34, 58);
     this.xrLabel17.Name = "xrLabel17";
     this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel17.Size = new System.Drawing.Size(117, 17);
     this.xrLabel17.StylePriority.UseFont = false;
     this.xrLabel17.Text = "xrLabel17";
     //
     // xrLabel16
     //
     this.xrLabel16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.PackageCode", "")});
     this.xrLabel16.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel16.Location = new System.Drawing.Point(150, 42);
     this.xrLabel16.Name = "xrLabel16";
     this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel16.Size = new System.Drawing.Size(125, 17);
     this.xrLabel16.StylePriority.UseFont = false;
     this.xrLabel16.Text = "xrLabel16";
     //
     // xrLabel15
     //
     this.xrLabel15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.Caption_PackageCode", "")});
     this.xrLabel15.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel15.Location = new System.Drawing.Point(34, 42);
     this.xrLabel15.Name = "xrLabel15";
     this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.Size = new System.Drawing.Size(117, 17);
     this.xrLabel15.StylePriority.UseFont = false;
     this.xrLabel15.Text = "xrLabel15";
     //
     // xrLabel14
     //
     this.xrLabel14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.StaffName", "")});
     this.xrLabel14.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel14.Location = new System.Drawing.Point(150, 25);
     this.xrLabel14.Name = "xrLabel14";
     this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.Size = new System.Drawing.Size(125, 17);
     this.xrLabel14.StylePriority.UseFont = false;
     this.xrLabel14.Text = "xrLabel14";
     //
     // xrLabel13
     //
     this.xrLabel13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.Line", "")});
     this.xrLabel13.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel13.Location = new System.Drawing.Point(25, 117);
     this.xrLabel13.Name = "xrLabel13";
     this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.Size = new System.Drawing.Size(267, 5);
     this.xrLabel13.StylePriority.UseFont = false;
     this.xrLabel13.Text = "xrLabel13";
     //
     // xrLabel11
     //
     this.xrLabel11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.ServiceUtilization_Relation.Caption", "")});
     this.xrLabel11.Font = new System.Drawing.Font("Arial", 8F);
     this.xrLabel11.Location = new System.Drawing.Point(34, 25);
     this.xrLabel11.Name = "xrLabel11";
     this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.Size = new System.Drawing.Size(117, 17);
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.Text = "xrLabel11";
     //
     // ReportFooter1
     //
     this.ReportFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel7,
     this.xrLine5,
     this.winControlContainer1,
     this.winControlContainer2});
     this.ReportFooter1.Height = 91;
     this.ReportFooter1.Name = "ReportFooter1";
     //
     // xrLabel7
     //
     this.xrLabel7.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel7.Location = new System.Drawing.Point(33, 74);
     this.xrLabel7.Name = "xrLabel7";
     this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.Size = new System.Drawing.Size(133, 17);
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.Text = "Member Signature";
     //
     // xrLine5
     //
     this.xrLine5.Location = new System.Drawing.Point(33, 68);
     this.xrLine5.Name = "xrLine5";
     this.xrLine5.Size = new System.Drawing.Size(142, 8);
     //
     // winControlContainer1
     //
     this.winControlContainer1.Location = new System.Drawing.Point(33, 1);
     this.winControlContainer1.Name = "winControlContainer1";
     this.winControlContainer1.Size = new System.Drawing.Size(133, 67);
     this.winControlContainer1.WinControl = this.pictureBox1;
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(160, 80);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // winControlContainer2
     //
     this.winControlContainer2.Location = new System.Drawing.Point(167, 88);
     this.winControlContainer2.Name = "winControlContainer2";
     this.winControlContainer2.Size = new System.Drawing.Size(2, 2);
     this.winControlContainer2.WinControl = this.sigPlusNET1;
     //
     // sigPlusNET1
     //
     this.sigPlusNET1.BackColor = System.Drawing.Color.White;
     this.sigPlusNET1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.sigPlusNET1.Enabled = false;
     this.sigPlusNET1.ForeColor = System.Drawing.Color.Black;
     this.sigPlusNET1.Location = new System.Drawing.Point(0, 0);
     this.sigPlusNET1.Name = "sigPlusNET1";
     this.sigPlusNET1.Size = new System.Drawing.Size(2, 2);
     this.sigPlusNET1.TabIndex = 1;
     this.sigPlusNET1.Text = "sigPlusNET1";
     this.sigPlusNET1.Visible = false;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel12});
     this.ReportHeader.Height = 17;
     this.ReportHeader.Name = "ReportHeader";
     //
     // xrLabel12
     //
     this.xrLabel12.CanShrink = true;
     this.xrLabel12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.strServiceUtilization", "")});
     this.xrLabel12.Font = new System.Drawing.Font("Arial", 8.5F, System.Drawing.FontStyle.Underline);
     this.xrLabel12.Location = new System.Drawing.Point(33, 0);
     this.xrLabel12.Name = "xrLabel12";
     this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.Size = new System.Drawing.Size(267, 17);
     this.xrLabel12.StylePriority.UseFont = false;
     this.xrLabel12.Text = "xrLabel12";
     //
     // ReportHeader1
     //
     this.ReportHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrlblPreviousBalance,
     this.xrLine2,
     this.xrLabel4,
     this.xrLine1,
     this.xrLabel1,
     this.xrlblBranch,
     this.xrlblDate,
     this.xrlblMember,
     this.xrLabel3,
     this.xrLabel2});
     this.ReportHeader1.Height = 80;
     this.ReportHeader1.Name = "ReportHeader1";
     //
     // xrlblPreviousBalance
     //
     this.xrlblPreviousBalance.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.strPreBalance", "")});
     this.xrlblPreviousBalance.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblPreviousBalance.Location = new System.Drawing.Point(200, 58);
     this.xrlblPreviousBalance.Name = "xrlblPreviousBalance";
     this.xrlblPreviousBalance.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblPreviousBalance.Size = new System.Drawing.Size(75, 17);
     this.xrlblPreviousBalance.StylePriority.UseFont = false;
     this.xrlblPreviousBalance.Text = "xrlblPreviousBalance";
     //
     // xrLine2
     //
     this.xrLine2.Location = new System.Drawing.Point(25, 75);
     this.xrLine2.Name = "xrLine2";
     this.xrLine2.Size = new System.Drawing.Size(258, 5);
     //
     // xrLabel4
     //
     this.xrLabel4.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel4.Location = new System.Drawing.Point(33, 58);
     this.xrLabel4.Name = "xrLabel4";
     this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.Size = new System.Drawing.Size(100, 17);
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.Text = "Previous Balance";
     //
     // xrLine1
     //
     this.xrLine1.Location = new System.Drawing.Point(25, 50);
     this.xrLine1.Name = "xrLine1";
     this.xrLine1.Size = new System.Drawing.Size(258, 5);
     //
     // xrLabel1
     //
     this.xrLabel1.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel1.Location = new System.Drawing.Point(33, 0);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.Size = new System.Drawing.Size(100, 17);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text = "Member :";
     //
     // xrlblBranch
     //
     this.xrlblBranch.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.strBranchCode", "")});
     this.xrlblBranch.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblBranch.Location = new System.Drawing.Point(133, 33);
     this.xrlblBranch.Name = "xrlblBranch";
     this.xrlblBranch.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblBranch.Size = new System.Drawing.Size(100, 17);
     this.xrlblBranch.StylePriority.UseFont = false;
     this.xrlblBranch.Text = "xrlblBranch";
     //
     // xrlblDate
     //
     this.xrlblDate.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.strDateTime", "")});
     this.xrlblDate.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblDate.Location = new System.Drawing.Point(133, 17);
     this.xrlblDate.Name = "xrlblDate";
     this.xrlblDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblDate.Size = new System.Drawing.Size(142, 17);
     this.xrlblDate.StylePriority.UseFont = false;
     this.xrlblDate.Text = "xrlblDate";
     //
     // xrlblMember
     //
     this.xrlblMember.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Master.strMemberID", "")});
     this.xrlblMember.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblMember.Location = new System.Drawing.Point(133, 0);
     this.xrlblMember.Name = "xrlblMember";
     this.xrlblMember.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblMember.Size = new System.Drawing.Size(100, 17);
     this.xrlblMember.StylePriority.UseFont = false;
     this.xrlblMember.Text = "xrlblMember";
     //
     // xrLabel3
     //
     this.xrLabel3.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel3.Location = new System.Drawing.Point(33, 33);
     this.xrLabel3.Name = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.Size = new System.Drawing.Size(100, 17);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.Text = "Branch :";
     //
     // xrLabel2
     //
     this.xrLabel2.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel2.Location = new System.Drawing.Point(33, 17);
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.Size = new System.Drawing.Size(100, 17);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.Text = "Date :";
     //
     // CreditAcJoin
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.PageHeader,
     this.PageFooter,
     this.DetailReport,
     this.DetailReport1,
     this.ReportHeader1});
     this.DataMember = "Master";
     this.Margins = new System.Drawing.Printing.Margins(0, 0, 0, 0);
     this.PageHeight = 3000;
     this.PageWidth = 1100;
     this.PaperKind = System.Drawing.Printing.PaperKind.Custom;
     this.PreviewRowCount = 100;
     this.Version = "8.3";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Пример #6
0
 /// <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.xrlblBalance = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblServiceCode = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblPackageCode = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblTherapist = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblBranch = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblDate = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblMemberID = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine3 = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine2 = new DevExpress.XtraReports.UI.XRLine();
     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.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.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.winControlContainer1 = new DevExpress.XtraReports.UI.WinControlContainer();
     this.sigPlusNET1 = new Topaz.SigPlusNET();
     this.winControlContainer2 = new DevExpress.XtraReports.UI.WinControlContainer();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblExpiryDate = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblQuantity = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Height = 0;
     this.Detail.Name = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrlblBalance
     //
     this.xrlblBalance.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblBalance.Location = new System.Drawing.Point(147, 166);
     this.xrlblBalance.Name = "xrlblBalance";
     this.xrlblBalance.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblBalance.Size = new System.Drawing.Size(167, 17);
     this.xrlblBalance.StylePriority.UseFont = false;
     this.xrlblBalance.Text = "xrlblBalance";
     //
     // xrlblServiceCode
     //
     this.xrlblServiceCode.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblServiceCode.Location = new System.Drawing.Point(147, 134);
     this.xrlblServiceCode.Name = "xrlblServiceCode";
     this.xrlblServiceCode.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblServiceCode.Size = new System.Drawing.Size(167, 17);
     this.xrlblServiceCode.StylePriority.UseFont = false;
     this.xrlblServiceCode.Text = "xrlblServiceCode";
     //
     // xrlblPackageCode
     //
     this.xrlblPackageCode.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblPackageCode.Location = new System.Drawing.Point(147, 118);
     this.xrlblPackageCode.Name = "xrlblPackageCode";
     this.xrlblPackageCode.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblPackageCode.Size = new System.Drawing.Size(167, 17);
     this.xrlblPackageCode.StylePriority.UseFont = false;
     this.xrlblPackageCode.Text = "xrlblPackageCode";
     //
     // xrlblTherapist
     //
     this.xrlblTherapist.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblTherapist.Location = new System.Drawing.Point(147, 93);
     this.xrlblTherapist.Name = "xrlblTherapist";
     this.xrlblTherapist.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblTherapist.Size = new System.Drawing.Size(167, 25);
     this.xrlblTherapist.StylePriority.UseFont = false;
     this.xrlblTherapist.Text = "xrlblTherapist";
     //
     // xrlblBranch
     //
     this.xrlblBranch.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblBranch.Location = new System.Drawing.Point(147, 58);
     this.xrlblBranch.Name = "xrlblBranch";
     this.xrlblBranch.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblBranch.Size = new System.Drawing.Size(167, 17);
     this.xrlblBranch.StylePriority.UseFont = false;
     this.xrlblBranch.Text = "xrlblBranch";
     //
     // xrlblDate
     //
     this.xrlblDate.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblDate.Location = new System.Drawing.Point(147, 24);
     this.xrlblDate.Name = "xrlblDate";
     this.xrlblDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblDate.Size = new System.Drawing.Size(167, 17);
     this.xrlblDate.StylePriority.UseFont = false;
     this.xrlblDate.Text = "xrlblDate";
     //
     // xrlblMemberID
     //
     this.xrlblMemberID.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblMemberID.Location = new System.Drawing.Point(150, 8);
     this.xrlblMemberID.Name = "xrlblMemberID";
     this.xrlblMemberID.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblMemberID.Size = new System.Drawing.Size(167, 17);
     this.xrlblMemberID.StylePriority.UseFont = false;
     this.xrlblMemberID.Text = "xrlblMemberID";
     //
     // xrLine3
     //
     this.xrLine3.Location = new System.Drawing.Point(40, 260);
     this.xrLine3.Name = "xrLine3";
     this.xrLine3.Size = new System.Drawing.Size(142, 8);
     //
     // xrLabel8
     //
     this.xrLabel8.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel8.Location = new System.Drawing.Point(40, 267);
     this.xrLabel8.Name = "xrLabel8";
     this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.Size = new System.Drawing.Size(125, 17);
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.Text = "Member Signature";
     //
     // xrLine2
     //
     this.xrLine2.Location = new System.Drawing.Point(40, 187);
     this.xrLine2.Name = "xrLine2";
     this.xrLine2.Size = new System.Drawing.Size(275, 8);
     //
     // xrLabel7
     //
     this.xrLabel7.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel7.Location = new System.Drawing.Point(40, 166);
     this.xrLabel7.Name = "xrLabel7";
     this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.Size = new System.Drawing.Size(100, 17);
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.Text = "Balance :";
     //
     // xrLabel6
     //
     this.xrLabel6.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel6.Location = new System.Drawing.Point(40, 134);
     this.xrLabel6.Name = "xrLabel6";
     this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.Size = new System.Drawing.Size(100, 17);
     this.xrLabel6.StylePriority.UseFont = false;
     this.xrLabel6.Text = "Service Code :";
     //
     // xrLabel5
     //
     this.xrLabel5.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel5.Location = new System.Drawing.Point(40, 118);
     this.xrLabel5.Name = "xrLabel5";
     this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.Size = new System.Drawing.Size(100, 17);
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.Text = "Package Code :";
     //
     // xrLabel4
     //
     this.xrLabel4.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel4.Location = new System.Drawing.Point(40, 93);
     this.xrLabel4.Name = "xrLabel4";
     this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.Size = new System.Drawing.Size(105, 17);
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.Text = "Therapist Name :";
     //
     // xrLine1
     //
     this.xrLine1.Location = new System.Drawing.Point(40, 80);
     this.xrLine1.Name = "xrLine1";
     this.xrLine1.Size = new System.Drawing.Size(275, 8);
     //
     // xrLabel3
     //
     this.xrLabel3.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel3.Location = new System.Drawing.Point(40, 58);
     this.xrLabel3.Name = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.Size = new System.Drawing.Size(100, 17);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.Text = "Branch :";
     //
     // xrLabel2
     //
     this.xrLabel2.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel2.Location = new System.Drawing.Point(40, 24);
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.Size = new System.Drawing.Size(100, 17);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.Text = "Date :";
     //
     // xrLabel1
     //
     this.xrLabel1.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel1.Location = new System.Drawing.Point(42, 8);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.Size = new System.Drawing.Size(100, 17);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text = "Member :";
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.winControlContainer1,
     this.winControlContainer2,
     this.xrLabel11,
     this.xrlblExpiryDate,
     this.xrlblQuantity,
     this.xrLabel9,
     this.xrlblBalance,
     this.xrlblServiceCode,
     this.xrlblPackageCode,
     this.xrlblTherapist,
     this.xrlblBranch,
     this.xrlblDate,
     this.xrlblMemberID,
     this.xrLine3,
     this.xrLabel8,
     this.xrLine2,
     this.xrLabel7,
     this.xrLabel6,
     this.xrLabel5,
     this.xrLabel4,
     this.xrLine1,
     this.xrLabel3,
     this.xrLabel1,
     this.xrLabel2});
     this.PageHeader.Height = 290;
     this.PageHeader.Name = "PageHeader";
     this.PageHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.PageHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // winControlContainer1
     //
     this.winControlContainer1.Location = new System.Drawing.Point(180, 267);
     this.winControlContainer1.Name = "winControlContainer1";
     this.winControlContainer1.Size = new System.Drawing.Size(2, 2);
     this.winControlContainer1.WinControl = this.sigPlusNET1;
     //
     // sigPlusNET1
     //
     this.sigPlusNET1.BackColor = System.Drawing.Color.White;
     this.sigPlusNET1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.sigPlusNET1.ForeColor = System.Drawing.Color.Black;
     this.sigPlusNET1.Location = new System.Drawing.Point(0, 0);
     this.sigPlusNET1.Margin = new System.Windows.Forms.Padding(0);
     this.sigPlusNET1.Name = "sigPlusNET1";
     this.sigPlusNET1.Size = new System.Drawing.Size(2, 2);
     this.sigPlusNET1.TabIndex = 0;
     this.sigPlusNET1.Visible = false;
     //
     // winControlContainer2
     //
     this.winControlContainer2.Location = new System.Drawing.Point(40, 200);
     this.winControlContainer2.Name = "winControlContainer2";
     this.winControlContainer2.Size = new System.Drawing.Size(127, 60);
     this.winControlContainer2.WinControl = this.pictureBox1;
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(152, 72);
     this.pictureBox1.TabIndex = 1;
     this.pictureBox1.TabStop = false;
     //
     // xrLabel11
     //
     this.xrLabel11.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel11.Location = new System.Drawing.Point(40, 41);
     this.xrLabel11.Name = "xrLabel11";
     this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.Size = new System.Drawing.Size(100, 17);
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.Text = "Expiry Date :";
     //
     // xrlblExpiryDate
     //
     this.xrlblExpiryDate.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblExpiryDate.Location = new System.Drawing.Point(147, 41);
     this.xrlblExpiryDate.Name = "xrlblExpiryDate";
     this.xrlblExpiryDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblExpiryDate.Size = new System.Drawing.Size(167, 17);
     this.xrlblExpiryDate.StylePriority.UseFont = false;
     this.xrlblExpiryDate.Text = "xrlblExpiryDate";
     //
     // xrlblQuantity
     //
     this.xrlblQuantity.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblQuantity.Location = new System.Drawing.Point(147, 149);
     this.xrlblQuantity.Name = "xrlblQuantity";
     this.xrlblQuantity.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblQuantity.Size = new System.Drawing.Size(167, 17);
     this.xrlblQuantity.StylePriority.UseFont = false;
     this.xrlblQuantity.Text = "xrlblQuantity";
     //
     // xrLabel9
     //
     this.xrLabel9.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel9.Location = new System.Drawing.Point(40, 149);
     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.StylePriority.UseFont = false;
     this.xrLabel9.Text = "Quantity :";
     //
     // PageFooter
     //
     this.PageFooter.Height = 0;
     this.PageFooter.Name = "PageFooter";
     this.PageFooter.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.PageFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // PackageAccountRpt
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.PageHeader,
     this.PageFooter});
     this.Margins = new System.Drawing.Printing.Margins(0, 0, 30, 30);
     this.PageHeight = 3000;
     this.PageWidth = 350;
     this.PaperKind = System.Drawing.Printing.PaperKind.Custom;
     this.PaperName = "Roll Paper 76 x 297 mm";
     this.Version = "8.3";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Пример #7
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.txtImageBinary = new System.Windows.Forms.TextBox();
            this.cmdClose = new System.Windows.Forms.Button();
            this.SigPlusNET1 = new Topaz.SigPlusNET();
            this.btnClear = new System.Windows.Forms.Button();
            this.btnPrint = new System.Windows.Forms.Button();
            this.cmdRefresh = new System.Windows.Forms.Button();
            this.SuspendLayout();
            //
            // txtImageBinary
            //
            this.txtImageBinary.Location = new System.Drawing.Point(451, 15);
            this.txtImageBinary.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.txtImageBinary.Name = "txtImageBinary";
            this.txtImageBinary.Size = new System.Drawing.Size(97, 22);
            this.txtImageBinary.TabIndex = 37;
            this.txtImageBinary.Visible = false;
            //
            // cmdClose
            //
            //this.cmdClose.Enabled = false;
            this.cmdClose.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cmdClose.Location = new System.Drawing.Point(370, 192);
            this.cmdClose.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.cmdClose.Name = "cmdClose";
            this.cmdClose.Size = new System.Drawing.Size(115, 46);
            this.cmdClose.TabIndex = 36;
            this.cmdClose.Text = "PRINT LATER";
            //this.cmdClose.Visible = false;
            this.cmdClose.Click += new System.EventHandler(this.cmdClose_Click);
            //
            // SigPlusNET1
            //
            this.SigPlusNET1.BackColor = System.Drawing.Color.White;
            this.SigPlusNET1.ForeColor = System.Drawing.Color.Black;
            this.SigPlusNET1.Location = new System.Drawing.Point(36, 15);
            this.SigPlusNET1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.SigPlusNET1.Name = "SigPlusNET1";
            this.SigPlusNET1.Size = new System.Drawing.Size(427, 167);
            this.SigPlusNET1.TabIndex = 30;
            this.SigPlusNET1.Text = "sigPlusNET2";
            this.SigPlusNET1.PenUp += new System.EventHandler(this.SigPlusNET1_PenUp);
            //
            // btnClear
            //
            this.btnClear.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnClear.Location = new System.Drawing.Point(138, 192);
            this.btnClear.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.btnClear.Name = "btnClear";
            this.btnClear.Size = new System.Drawing.Size(115, 46);
            this.btnClear.TabIndex = 28;
            this.btnClear.Text = "C L E A R";
            this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
            //
            // btnPrint
            //
            this.btnPrint.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnPrint.Location = new System.Drawing.Point(254, 192);
            this.btnPrint.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.btnPrint.Name = "btnPrint";
            this.btnPrint.Size = new System.Drawing.Size(115, 46);
            this.btnPrint.TabIndex = 26;
            this.btnPrint.Text = "P R I N T";
            this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
            //
            // cmdRefresh
            //
            this.cmdRefresh.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.cmdRefresh.Location = new System.Drawing.Point(23, 192);
            this.cmdRefresh.Margin = new System.Windows.Forms.Padding(4);
            this.cmdRefresh.Name = "cmdRefresh";
            this.cmdRefresh.Size = new System.Drawing.Size(115, 46);
            this.cmdRefresh.TabIndex = 38;
            this.cmdRefresh.Text = "S I G N";
            this.cmdRefresh.Click += new System.EventHandler(this.cmdRefresh_Click);
            //
            // DigSignature
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(499, 252);
            this.Controls.Add(this.cmdRefresh);
            this.Controls.Add(this.cmdClose);
            this.Controls.Add(this.SigPlusNET1);
            this.Controls.Add(this.btnClear);
            this.Controls.Add(this.btnPrint);
            this.Controls.Add(this.txtImageBinary);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.Name = "DigSignature";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Digital Signature";

            //File.AppendAllText(@"C:\\Test\log.txt", "DigSignature_Load - " + DateTime.Now + Environment.NewLine);
            this.Load += new System.EventHandler(this.DigSignature_Load);
            //File.AppendAllText(@"C:\\Test\log.txt", "Finish DigSignature_Load - " + DateTime.Now + Environment.NewLine);
            this.ResumeLayout(false);
            this.PerformLayout();
            //File.AppendAllText(@"C:\\Test\log.txt", "Finish PerformLayout - " + DateTime.Now + Environment.NewLine);
        }
Пример #8
0
        private void InitializeComponent()
        {
            this.SigPlusNET1    = new Topaz.SigPlusNET();
            this.btnClear       = new System.Windows.Forms.Button();
            this.txtImageBinary = new System.Windows.Forms.TextBox();
            this.btnCancel      = new System.Windows.Forms.Button();
            this.btnPrint       = new System.Windows.Forms.Button();
            this.SuspendLayout();
            //
            // SigPlusNET1
            //
            this.SigPlusNET1.BackColor = System.Drawing.Color.White;
            this.SigPlusNET1.ForeColor = System.Drawing.Color.Black;
            this.SigPlusNET1.Location  = new System.Drawing.Point(27, 12);
            this.SigPlusNET1.Name      = "SigPlusNET1";
            this.SigPlusNET1.Size      = new System.Drawing.Size(320, 136);
            this.SigPlusNET1.TabIndex  = 0;
            this.SigPlusNET1.Text      = "SigPlusNET1";
            this.SigPlusNET1.PenUp    += new System.EventHandler(this.SigPlusNET1_PenUp);
            //
            // btnClear
            //
            this.btnClear.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnClear.Location = new System.Drawing.Point(127, 151);
            this.btnClear.Name     = "btnClear";
            this.btnClear.Size     = new System.Drawing.Size(86, 37);
            this.btnClear.TabIndex = 40;
            this.btnClear.Text     = "C L E A R";
            this.btnClear.Click   += new System.EventHandler(this.btnClear_Click);
            //
            // txtImageBinary
            //
            this.txtImageBinary.Location = new System.Drawing.Point(330, 7);
            this.txtImageBinary.Name     = "txtImageBinary";
            this.txtImageBinary.Size     = new System.Drawing.Size(74, 20);
            this.txtImageBinary.TabIndex = 42;
            this.txtImageBinary.Visible  = false;
            //
            // btnCancel
            //
            this.btnCancel.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnCancel.Location = new System.Drawing.Point(213, 151);
            this.btnCancel.Name     = "btnCancel";
            this.btnCancel.Size     = new System.Drawing.Size(106, 37);
            this.btnCancel.TabIndex = 39;
            this.btnCancel.Text     = "C A N C E L";
            this.btnCancel.Click   += new System.EventHandler(this.btnCancel_Click);
            //
            // btnPrint
            //
            this.btnPrint.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnPrint.Location = new System.Drawing.Point(40, 151);
            this.btnPrint.Name     = "btnPrint";
            this.btnPrint.Size     = new System.Drawing.Size(86, 37);
            this.btnPrint.TabIndex = 43;
            this.btnPrint.Text     = "S A V E";
            this.btnPrint.Click   += new System.EventHandler(this.btnPrint_Click);
            //
            // DNCDigSignature
            //
            this.ClientSize = new System.Drawing.Size(364, 195);
            this.Controls.Add(this.btnPrint);
            this.Controls.Add(this.btnClear);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.txtImageBinary);
            this.Controls.Add(this.SigPlusNET1);
            this.Name = "DNCDigSignature";
            this.ResumeLayout(false);
            this.PerformLayout();

            this.Load += new System.EventHandler(this.DNCDigSignature_Load);
        }
Пример #9
0
        public static FlowDocument ReciboDePago(string códigoEmpeño, string códigoCliente, string nombreCliente, int cuota, DateTime fecha, DateTime fechaPago, int intereses, int abono, int saldo, string firma)
        {
            EmpeñosDataContext empeñosDataContext = new EmpeñosDataContext();
            var   empeño = empeñosDataContext.Empeños.SingleOrDefault <Empeño>(emp => emp.Código == int.Parse(códigoEmpeño));
            Image image  = new Image()
            {
                Stretch = Stretch.None
            };
            BitmapImage bitmapImage = new BitmapImage();

            bitmapImage.BeginInit();
            bitmapImage.UriSource = new Uri(System.IO.Path.Combine(System.IO.Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location.ToString()), "Recursos\\Imágenes\\Logo.png"), UriKind.Absolute);
            bitmapImage.EndInit();
            image.Source = (ImageSource)bitmapImage;

            FlowDocument flowDocument1 = new FlowDocument();

            flowDocument1.PageWidth = Recibos.anchoPágina;
            Thickness thickness = new Thickness(Recibos.margenPágina);

            flowDocument1.PagePadding = thickness;
            double num1 = double.NaN;

            flowDocument1.PageHeight = num1;
            FontFamily fontFamily = new FontFamily("Arial");

            flowDocument1.FontFamily = fontFamily;
            double num2 = 13.0;

            flowDocument1.FontSize = num2;
            flowDocument1.Blocks.Add((Block) new BlockUIContainer((UIElement)image));
            BlockCollection blocks1    = flowDocument1.Blocks;
            Paragraph       paragraph1 = new Paragraph();
            int             num3       = 2;

            paragraph1.TextAlignment = (TextAlignment)num3;
            paragraph1.Inlines.Add(new LineBreak());
            paragraph1.Inlines.Add(new Run("Compra Venta"));
            paragraph1.Inlines.Add(new LineBreak());
            InlineCollection inlines1 = paragraph1.Inlines;
            Run    run1 = new Run("La Salvada");
            double num4 = 18.0;

            run1.FontSize = num4;
            FontWeight bold1 = FontWeights.Bold;

            run1.FontWeight = bold1;
            inlines1.Add(run1);
            paragraph1.Inlines.Add(new LineBreak());
            paragraph1.Inlines.Add(new Run("Porfirio Morales Mora"));
            paragraph1.Inlines.Add(new LineBreak());
            paragraph1.Inlines.Add(new Run("Cédula: 2-0290-0936"));
            paragraph1.Inlines.Add(new LineBreak());
            paragraph1.Inlines.Add(new LineBreak());
            paragraph1.Inlines.Add(new Run("Tel: 2474-0641"));
            paragraph1.Inlines.Add(new LineBreak());
            paragraph1.Inlines.Add(new Run("Aguas Zarcas - San Carlos"));
            paragraph1.Inlines.Add(new LineBreak());
            paragraph1.Inlines.Add(new LineBreak());
            InlineCollection inlines2 = paragraph1.Inlines;
            Run        run2           = new Run((saldo == 0 ? "RETIRO" : "RENOVACIÓN") + " NO. " + códigoEmpeño);
            FontWeight bold2          = FontWeights.Bold;

            run2.FontWeight = bold2;
            double num5 = 18.0;

            run2.FontSize = num5;
            inlines2.Add(run2);
            blocks1.Add((Block)paragraph1);
            BlockCollection blocks2    = flowDocument1.Blocks;
            Paragraph       paragraph2 = new Paragraph();
            int             num6       = 0;

            paragraph2.TextAlignment = (TextAlignment)num6;
            paragraph2.Inlines.Add(new Run("Cliente: " + nombreCliente));
            paragraph2.Inlines.Add(new LineBreak());
            paragraph2.Inlines.Add(new Run("Cédula : " + códigoCliente));
            paragraph2.Inlines.Add(new LineBreak());
            paragraph2.Inlines.Add(new Run("Paga Desde: " + fecha.AddMonths(-1).ToString("dd/MMM/yyyy")));
            paragraph2.Inlines.Add(new LineBreak());
            paragraph2.Inlines.Add(new Run("Paga Hasta: " + fecha.ToString("dd/MMM/yyyy")));
            paragraph2.Inlines.Add(new LineBreak());
            paragraph2.Inlines.Add(new Run("Fecha de Pago: " + fechaPago.ToString("dd/MMM/yyyy hh:mm:ss tt")));
            paragraph2.Inlines.Add(new LineBreak());
            paragraph2.Inlines.Add(new LineBreak());
            blocks2.Add((Block)paragraph2);
            foreach (EmpeñosDetalle empeñosDetalle in empeño.EmpeñosDetalles)
            {
                blocks2.Add(new Paragraph
                {
                    TextAlignment = TextAlignment.Left,
                    Inlines       =
                    {
                        "- " + empeñosDetalle.Artículo.ToString()
                    }
                });
            }
            // line.Stretch = (Stretch)num7;
            // SolidColorBrush solidColorBrush = new SolidColorBrush(Colors.Black);
            // line.Stroke = (Brush)solidColorBrush;

            /*BlockCollection blocks3 = flowDocument1.Blocks;
             * System.Windows.Documents.Table table = new System.Windows.Documents.Table();
             * TableRowGroupCollection rowGroups = table.RowGroups;
             * TableRowGroup tableRowGroup = new TableRowGroup();
             * TableRowCollection rows1 = tableRowGroup.Rows;
             * TableRowCollection rows2 = tableRowGroup.Rows;
             * TableRow tableRow2 = new TableRow();
             * TableCellCollection cells3 = tableRow2.Cells;
             * Paragraph paragraph5 = new Paragraph();
             * paragraph5.Inlines.Add(new Run("Intereses : "));
             * cells3.Add(new TableCell((Block)paragraph5)
             * {
             *  TextAlignment = TextAlignment.Left
             * });
             * TableCellCollection cells4 = tableRow2.Cells;
             * Paragraph paragraph6 = new Paragraph();
             * paragraph6.Inlines.Add(new Run(intereses.ToString("C0")));
             * cells4.Add(new TableCell((Block)paragraph6)
             * {
             *  TextAlignment = TextAlignment.Right
             * });
             * rows2.Add(tableRow2);
             * TableRowCollection rows3 = tableRowGroup.Rows;
             * TableRow tableRow3 = new TableRow();
             * TableCellCollection cells5 = tableRow3.Cells;
             * Paragraph paragraph7 = new Paragraph();
             * paragraph7.Inlines.Add(new Run("Abono : "));
             * cells5.Add(new TableCell((Block)paragraph7)
             * {
             *  TextAlignment = TextAlignment.Left
             * });
             * TableCellCollection cells6 = tableRow3.Cells;
             * Paragraph paragraph8 = new Paragraph();
             * paragraph8.Inlines.Add(new Run(abono.ToString("C0")));
             * cells6.Add(new TableCell((Block)paragraph8)
             * {
             *  TextAlignment = TextAlignment.Right
             * });
             * rows3.Add(tableRow3);
             * tableRowGroup.Rows.Add(new TableRow());
             * TableRowCollection rows4 = tableRowGroup.Rows;
             * TableRow tableRow4 = new TableRow();
             * TableCellCollection cells7 = tableRow4.Cells;
             * Paragraph paragraph9 = new Paragraph();
             * paragraph9.Inlines.Add(new Run("Saldo : "));
             * cells7.Add(new TableCell((Block)paragraph9)
             * {
             *  TextAlignment = TextAlignment.Left
             * });
             * TableCellCollection cells8 = tableRow4.Cells;
             * Paragraph paragraph10 = new Paragraph();
             * paragraph10.Inlines.Add(new Run(saldo.ToString("C0")));
             * cells8.Add(new TableCell((Block)paragraph10)
             * {
             *  TextAlignment = TextAlignment.Right
             * });
             * rows4.Add(tableRow4);
             * rowGroups.Add(tableRowGroup);
             * blocks3.Add((Block)table);*/
            FlowDocument flowDocument2 = flowDocument1;

            BlockCollection blocks5     = flowDocument2.Blocks;
            Paragraph       paragraph11 = new Paragraph();
            int             num9        = 3;

            paragraph11.TextAlignment = (TextAlignment)num9;
            double num10 = 10.0;

            paragraph11.FontSize = num10;

            if (firma != null && firma.Length > 0)
            {
                paragraph11.Inlines.Add(new Run {
                    Text = "Firma:", FontSize = 12
                });

                var inkFirma = new Topaz.SigPlusNET();

                // Encriptar y Comprimir Firma
                inkFirma.SetSigCompressionMode(2);
                inkFirma.SetEncryptionMode(2);
                inkFirma.AutoKeyStart();
                inkFirma.SetAutoKeyData("La Salvada");
                inkFirma.AutoKeyFinish();

                inkFirma.SetImageXSize(500);
                inkFirma.SetImageYSize(150);
                inkFirma.SetJustifyMode(5);

                inkFirma.SetSigString(firma);

                var img = new BitmapImage();
                var ms  = new MemoryStream();
                inkFirma.GetSigImage().Save(ms, ImageFormat.Bmp);

                var imgFirma = new BitmapImage();
                imgFirma.BeginInit();
                imgFirma.StreamSource = ms;
                imgFirma.EndInit();

                paragraph11.Inlines.Add(new Image {
                    Source = imgFirma
                });
            }
            else
            {
                paragraph11.Inlines.Add(new LineBreak());
                paragraph11.Inlines.Add(new LineBreak());
                paragraph11.Inlines.Add(new LineBreak());
                paragraph11.Inlines.Add(new LineBreak());

                paragraph11.Inlines.Add(new Run {
                    Text = "Firma:_____________________________", FontSize = 12
                });
            }
            paragraph11.Inlines.Add(new LineBreak());
            paragraph11.Inlines.Add(new LineBreak());
            paragraph11.Inlines.Add(new LineBreak());
            paragraph11.Inlines.Add(new Run {
                Text = "Cédula:____________________________", FontSize = 12
            });

            paragraph11.Inlines.Add(new LineBreak());
            paragraph11.Inlines.Add(new LineBreak());

            if (saldo > 0)
            {
                /* Empeño empeño = empeñosDataContext.Empeños.SingleOrDefault<Empeño>((System.Linq.Expressions.Expression<Func<Empeño, bool>>)(emp => emp.Código == int.Parse(códigoEmpeño)));
                 * paragraph11.Inlines.Add(new LineBreak());
                 * paragraph11.Inlines.Add(new LineBreak());
                 * paragraph11.Inlines.Add(new Run($"1. Todo préstamo, es hecho a un plazo de { empeño.Plazo } {  (empeño.Plazo == 1 ? "mes" : "meses") }, por cada mes de intereses cancelado renueva el plazo de vencimiento un mes más."));
                 * paragraph11.Inlines.Add(new LineBreak());
                 * string value = Math.Round(empeño.PorcentajeInterés, 2).ToString();
                 * paragraph11.Inlines.Add(new Run("2. Tasa de interés del " + value + "% mensual, cobrandose siempre un mes como mínimo. Pagaderos mensualmente."));
                 *
                 * paragraph11.Inlines.Add(new LineBreak());
                 * paragraph11.Inlines.Add(new Run($"3. El no pago de intereses en { empeño.Plazo }{(empeño.Plazo == 1 ? " mes" : " meses") } autoriza a La Salvada a disponer de la prenda empeñada."));
                 * paragraph11.Inlines.Add(new LineBreak());
                 * paragraph11.Inlines.Add(new LineBreak());
                 * paragraph11.Inlines.Add(new Run("No olvide su próximo pago el: " + fecha.AddMonths(1).ToShortDateString()));*/
                blocks5.Add((Block)paragraph11);
            }
            else
            {
                paragraph11.Inlines.Add(new Run("No se aceptarán reclamos sobre artículos retirados, una vez que salgan de nuestras instalaciones."));
                paragraph11.Inlines.Add(new LineBreak());
                paragraph11.Inlines.Add(new LineBreak());
                blocks5.Add((Block)paragraph11);
            }
            return(flowDocument2);
        }
Пример #10
0
        public static FlowDocument ReciboDeEmpeño(int códigoEmpeño, string firma)
        {
            using (var bd = new EmpeñosDataContext())
            {
                var empeño     = bd.Empeños.SingleOrDefault <Empeño>(emp => emp.Código == códigoEmpeño);
                var parámetros = bd.Parámetros.SingleOrDefault();

                if (empeño != null && parámetros != null)
                {
                    //Documento con Encabezado
                    var recibo = new FlowDocument
                    {
                        TextAlignment = TextAlignment.Justify,
                        PageWidth     = Recibos.anchoPágina,
                        PageHeight    = double.NaN,
                        PagePadding   = new Thickness(Recibos.margenPágina),
                        FontFamily    = new FontFamily("Arial"),
                        FontSize      = 13,
                        Blocks        =
                        {
                            new Paragraph
                            {
                                TextAlignment = TextAlignment.Center,
                                Inlines       =
                                {
                                    new Image
                                    {
                                        Stretch = Stretch.None,
                                        Source  = new BitmapImage(new Uri(System.IO.Path.Combine(System.IO.Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "Recursos\\Imágenes\\Logo.png")))
                                    },
                                    new LineBreak(),
                                    new LineBreak(),
                                    "Compra Venta",
                                    new LineBreak(),
                                    new Run("La Salvada")
                                    {
                                        FontSize = 18, FontWeight = FontWeights.Bold
                                    },
                                    new LineBreak(),
                                    "Porfirio Morales Mora",
                                    new LineBreak(),
                                    "Cédula: 2-0290-0936",
                                    new LineBreak(),
                                    new LineBreak(),
                                    "Tel: ",
                                    new Run("2474-0641")
                                    {
                                        FontFamily = new FontFamily("Arial")
                                    },
                                    new LineBreak(),
                                    "Aguas Zarcas - San Carlos",
                                    new LineBreak(),
                                    new LineBreak(),
                                    new Run("COMPRA NO. " + empeño.Código)
                                    {
                                        FontSize = 18, FontWeight = FontWeights.Bold
                                    },
                                }
                            },
                            new Paragraph
                            {
                                TextAlignment = TextAlignment.Left,
                                Inlines       =
                                {
                                    $"Fecha  : {empeño.Fecha.ToString("dd/MMM/yyyy")}",
                                    new LineBreak(),
                                    $"Cliente: {empeño.Cliente.NombreCompleto}",
                                    new LineBreak(),
                                    $"Cédula : {empeño.Código_Cliente}",
                                    new LineBreak(),
                                    new LineBreak(),
                                    new Line {
                                        Stretch = Stretch.Fill,                        Stroke= new SolidColorBrush(Colors.Black), X2 = 1
                                    }
                                }
                            }
                        }
                    };

                    //Artículos
                    foreach (EmpeñosDetalle empeñosDetalle in empeño.EmpeñosDetalles)
                    {
                        recibo.Blocks.Add(new Paragraph
                        {
                            TextAlignment = TextAlignment.Left,
                            Inlines       =
                            {
                                empeñosDetalle.Artículo.ToString()
                            }
                        });
                    }

                    // Totales
                    recibo.Blocks.Add
                    (
                        new Paragraph
                    {
                        TextAlignment = TextAlignment.Right,
                        Inlines       =
                        {
                            $"Total: {empeño.TotalMontoPréstamo.ToString("C0")}"
                        }
                    }
                    );

                    //Acuerdo de Compra y Venta
                    recibo.Blocks.Add
                    (
                        new Paragraph
                    {
                        FontSize = 10,
                        Inlines  =
                        {
                            new LineBreak(),
                            new Run("  ACUERDO DE COMPRA Y VENTA  ")
                            {
                                FontWeight = FontWeights.Bold,                                                                                                                                                        FontSize                    = 14
                            },
                            new LineBreak(),
                            new LineBreak(),
                            "Nosotros, Porfirio Morales Mora,  cédula: 2-0290-0936, de ahora en adelante EL COMPRADOR y ",
                            $"{empeño.Cliente.Nombre} {empeño.Cliente.Apellidos}, cédula: {empeño.Cliente.Código}",
                            ", de ahora en adelante EL VENDEDOR, según se identifican en este contrato.",
                            new LineBreak(),
                            "EL VENDEDOR es dueño de o los artículos que se supra detalla, quien da en venta a EL COMPRADOR y lo libera de toda responsabilidad",
                            new LineBreak(),
                            "EL COMPRADOR lo o los acepta comprar y almacenarlos por 30 dias desde hoy; por si ",
                            "EL VENDEDOR en cualquier momento lo o los desea adquirir, por el periodo de almacenamiento, por el total, mas el 10% del mismo ",
                            "por concepto de almacenamiento de o los artículos. El periodo de almacenamiento podrá extenderse en acuerdo de ambos, cada 30 días ",
                            "realizando el pago del 10% del precio del total cada 30 días, de lo contrario EL COMPRADOR no estará más obligado a mantener el o los articulos almacenados y disponer de este o estos.",
                        }
                    }
                    );

                    recibo.Blocks.Add(
                        new Paragraph
                    {
                        FontSize      = 12,
                        TextAlignment = TextAlignment.Center,
                        Inlines       =
                        {
                            new Image
                            {
                                Stretch = Stretch.None,
                                Source  = new BitmapImage(new Uri(System.IO.Path.Combine(System.IO.Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "Recursos\\Imágenes\\FirmaPorfirio.png")))
                            },
                            new LineBreak(),
                            new Line {
                                Stretch = Stretch.Fill, Stroke = new SolidColorBrush(Colors.Black), X2 = 1
                            },
                            new LineBreak(),
                            "Firma COMPRADOR",
                            new LineBreak(),
                        }
                    });

                    if (firma != null && firma.Length > 0)
                    {
                        #region Cargar Firma

                        var inkFirma = new Topaz.SigPlusNET();
                        // Encriptar y Comprimir Firma
                        inkFirma.SetSigCompressionMode(2);
                        inkFirma.SetEncryptionMode(2);
                        inkFirma.AutoKeyStart();
                        inkFirma.SetAutoKeyData("La Salvada");
                        inkFirma.AutoKeyFinish();

                        inkFirma.SetImageXSize(500);
                        inkFirma.SetImageYSize(150);
                        inkFirma.SetJustifyMode(5);

                        inkFirma.SetSigString(firma);

                        var img = new BitmapImage();
                        var ms  = new MemoryStream();
                        inkFirma.GetSigImage().Save(ms, ImageFormat.Bmp);
                        var imgFirma = new BitmapImage();
                        imgFirma.BeginInit();
                        imgFirma.StreamSource = ms;
                        imgFirma.EndInit();

                        #endregion

                        recibo.Blocks.Add
                        (
                            new Paragraph
                        {
                            FontSize      = 12,
                            TextAlignment = TextAlignment.Center,
                            Inlines       =
                            {
                                new Image
                                {
                                    Source = imgFirma
                                },
                                new Line {
                                    Stretch = Stretch.Fill, Stroke = new SolidColorBrush(Colors.Black), X2 = 1
                                },
                                "Firma y cédula VENDEDOR",
                            }
                        }
                        );
                    }
                    else
                    {
                        recibo.Blocks.Add
                        (
                            new Paragraph
                        {
                            FontSize      = 12,
                            TextAlignment = TextAlignment.Center,
                            Inlines       =
                            {
                                new LineBreak(),
                                new Line {
                                    Stretch = Stretch.Fill,Stroke             = new SolidColorBrush(Colors.Black), X2 = 1
                                },
                                new LineBreak(),
                                "Firma y cédula VENDEDOR",
                            }
                        }
                        );
                    }

                    return(recibo);
                }

                return(new FlowDocument());
            }
        }
Пример #11
-1
 /// <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.xrlblMembershipID = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblBranch = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblRedemptionHeader = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblCompanyName = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine3 = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
     this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrlblBalancePoints = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblPointsUsed = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblQty = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblItemCode = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblRedemptionDate = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblTransactionID = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.winControlContainer1 = new DevExpress.XtraReports.UI.WinControlContainer();
     this.sigPlusNET1 = new Topaz.SigPlusNET();
     this.winControlContainer2 = new DevExpress.XtraReports.UI.WinControlContainer();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Height = 0;
     this.Detail.Name = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrlblMembershipID
     //
     this.xrlblMembershipID.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblMembershipID.Location = new System.Drawing.Point(140, 73);
     this.xrlblMembershipID.Name = "xrlblMembershipID";
     this.xrlblMembershipID.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblMembershipID.Size = new System.Drawing.Size(180, 17);
     this.xrlblMembershipID.StylePriority.UseFont = false;
     this.xrlblMembershipID.Text = "xrlblMembershipID";
     //
     // xrlblBranch
     //
     this.xrlblBranch.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblBranch.Location = new System.Drawing.Point(140, 39);
     this.xrlblBranch.Name = "xrlblBranch";
     this.xrlblBranch.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblBranch.Size = new System.Drawing.Size(167, 17);
     this.xrlblBranch.StylePriority.UseFont = false;
     this.xrlblBranch.Text = "xrlblBranch";
     //
     // xrlblRedemptionHeader
     //
     this.xrlblRedemptionHeader.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblRedemptionHeader.Location = new System.Drawing.Point(25, 23);
     this.xrlblRedemptionHeader.Name = "xrlblRedemptionHeader";
     this.xrlblRedemptionHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblRedemptionHeader.Size = new System.Drawing.Size(285, 17);
     this.xrlblRedemptionHeader.StylePriority.UseFont = false;
     this.xrlblRedemptionHeader.Text = "xrlblRedemptionHeader";
     //
     // xrlblCompanyName
     //
     this.xrlblCompanyName.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblCompanyName.Location = new System.Drawing.Point(25, 7);
     this.xrlblCompanyName.Name = "xrlblCompanyName";
     this.xrlblCompanyName.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblCompanyName.Size = new System.Drawing.Size(285, 17);
     this.xrlblCompanyName.StylePriority.UseFont = false;
     this.xrlblCompanyName.Text = "xrlblCompanyName";
     //
     // xrLine3
     //
     this.xrLine3.Location = new System.Drawing.Point(33, 227);
     this.xrLine3.Name = "xrLine3";
     this.xrLine3.Size = new System.Drawing.Size(153, 8);
     //
     // xrLabel8
     //
     this.xrLabel8.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel8.Location = new System.Drawing.Point(33, 233);
     this.xrLabel8.Name = "xrLabel8";
     this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.Size = new System.Drawing.Size(160, 17);
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.Text = "VERIFIED BY MEMBER";
     //
     // xrLabel4
     //
     this.xrLabel4.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel4.Location = new System.Drawing.Point(25, 73);
     this.xrLabel4.Name = "xrLabel4";
     this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.Size = new System.Drawing.Size(116, 17);
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.Text = "Membership ID :";
     //
     // xrLabel3
     //
     this.xrLabel3.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel3.Location = new System.Drawing.Point(25, 39);
     this.xrLabel3.Name = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.Size = new System.Drawing.Size(116, 17);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.Text = "Branch :";
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel9,
     this.xrlblBalancePoints,
     this.xrLabel10,
     this.xrlblPointsUsed,
     this.xrLabel6,
     this.xrlblQty,
     this.xrLabel7,
     this.xrlblItemCode,
     this.xrLabel5,
     this.xrlblRedemptionDate,
     this.xrLabel2,
     this.xrlblTransactionID,
     this.xrLabel1,
     this.winControlContainer1,
     this.winControlContainer2,
     this.xrlblMembershipID,
     this.xrlblBranch,
     this.xrlblRedemptionHeader,
     this.xrlblCompanyName,
     this.xrLine3,
     this.xrLabel8,
     this.xrLabel4,
     this.xrLabel3});
     this.PageHeader.Font = new System.Drawing.Font("Arial", 9F);
     this.PageHeader.Height = 268;
     this.PageHeader.Name = "PageHeader";
     this.PageHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.PageHeader.StylePriority.UseFont = false;
     this.PageHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrlblBalancePoints
     //
     this.xrlblBalancePoints.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblBalancePoints.Location = new System.Drawing.Point(140, 154);
     this.xrlblBalancePoints.Name = "xrlblBalancePoints";
     this.xrlblBalancePoints.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblBalancePoints.Size = new System.Drawing.Size(180, 17);
     this.xrlblBalancePoints.StylePriority.UseFont = false;
     this.xrlblBalancePoints.Text = "xrlblBalancePoints";
     //
     // xrLabel10
     //
     this.xrLabel10.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel10.Location = new System.Drawing.Point(25, 154);
     this.xrLabel10.Name = "xrLabel10";
     this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.Size = new System.Drawing.Size(116, 17);
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.Text = "Balance Points :";
     //
     // xrlblPointsUsed
     //
     this.xrlblPointsUsed.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblPointsUsed.Location = new System.Drawing.Point(140, 138);
     this.xrlblPointsUsed.Name = "xrlblPointsUsed";
     this.xrlblPointsUsed.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblPointsUsed.Size = new System.Drawing.Size(180, 17);
     this.xrlblPointsUsed.StylePriority.UseFont = false;
     this.xrlblPointsUsed.Text = "xrlblPointsUsed";
     //
     // xrLabel6
     //
     this.xrLabel6.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel6.Location = new System.Drawing.Point(25, 138);
     this.xrLabel6.Name = "xrLabel6";
     this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.Size = new System.Drawing.Size(116, 17);
     this.xrLabel6.StylePriority.UseFont = false;
     this.xrLabel6.Text = "Points Used :";
     //
     // xrlblQty
     //
     this.xrlblQty.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblQty.Location = new System.Drawing.Point(140, 122);
     this.xrlblQty.Name = "xrlblQty";
     this.xrlblQty.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblQty.Size = new System.Drawing.Size(180, 17);
     this.xrlblQty.StylePriority.UseFont = false;
     this.xrlblQty.Text = "1";
     //
     // xrLabel7
     //
     this.xrLabel7.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel7.Location = new System.Drawing.Point(25, 122);
     this.xrLabel7.Name = "xrLabel7";
     this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.Size = new System.Drawing.Size(116, 20);
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.Text = "Qty :";
     //
     // xrlblItemCode
     //
     this.xrlblItemCode.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblItemCode.Location = new System.Drawing.Point(140, 106);
     this.xrlblItemCode.Name = "xrlblItemCode";
     this.xrlblItemCode.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblItemCode.Size = new System.Drawing.Size(180, 17);
     this.xrlblItemCode.StylePriority.UseFont = false;
     this.xrlblItemCode.Text = "xrlblItemCode";
     //
     // xrLabel5
     //
     this.xrLabel5.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel5.Location = new System.Drawing.Point(25, 106);
     this.xrLabel5.Name = "xrLabel5";
     this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.Size = new System.Drawing.Size(116, 17);
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.Text = "Item Code :";
     //
     // xrlblRedemptionDate
     //
     this.xrlblRedemptionDate.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblRedemptionDate.Location = new System.Drawing.Point(140, 89);
     this.xrlblRedemptionDate.Name = "xrlblRedemptionDate";
     this.xrlblRedemptionDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblRedemptionDate.Size = new System.Drawing.Size(180, 17);
     this.xrlblRedemptionDate.StylePriority.UseFont = false;
     this.xrlblRedemptionDate.Text = "xrlblRedemptionDate";
     //
     // xrLabel2
     //
     this.xrLabel2.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel2.Location = new System.Drawing.Point(25, 89);
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.Size = new System.Drawing.Size(116, 17);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.Text = "Redemption Date :";
     //
     // xrlblTransactionID
     //
     this.xrlblTransactionID.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrlblTransactionID.Location = new System.Drawing.Point(140, 56);
     this.xrlblTransactionID.Name = "xrlblTransactionID";
     this.xrlblTransactionID.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblTransactionID.Size = new System.Drawing.Size(167, 17);
     this.xrlblTransactionID.StylePriority.UseFont = false;
     this.xrlblTransactionID.Text = "xrlblTransactionID";
     //
     // xrLabel1
     //
     this.xrLabel1.Font = new System.Drawing.Font("Arial", 8.5F);
     this.xrLabel1.Location = new System.Drawing.Point(25, 56);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.Size = new System.Drawing.Size(116, 17);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text = "Reference No :";
     //
     // winControlContainer1
     //
     this.winControlContainer1.Location = new System.Drawing.Point(187, 227);
     this.winControlContainer1.Name = "winControlContainer1";
     this.winControlContainer1.Size = new System.Drawing.Size(2, 2);
     this.winControlContainer1.WinControl = this.sigPlusNET1;
     //
     // sigPlusNET1
     //
     this.sigPlusNET1.BackColor = System.Drawing.Color.White;
     this.sigPlusNET1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.sigPlusNET1.ForeColor = System.Drawing.Color.Black;
     this.sigPlusNET1.Location = new System.Drawing.Point(0, 0);
     this.sigPlusNET1.Margin = new System.Windows.Forms.Padding(0);
     this.sigPlusNET1.Name = "sigPlusNET1";
     this.sigPlusNET1.Size = new System.Drawing.Size(2, 2);
     this.sigPlusNET1.TabIndex = 0;
     this.sigPlusNET1.Visible = false;
     //
     // winControlContainer2
     //
     this.winControlContainer2.Location = new System.Drawing.Point(33, 173);
     this.winControlContainer2.Name = "winControlContainer2";
     this.winControlContainer2.Size = new System.Drawing.Size(127, 53);
     this.winControlContainer2.WinControl = this.pictureBox1;
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(152, 64);
     this.pictureBox1.TabIndex = 1;
     this.pictureBox1.TabStop = false;
     //
     // PageFooter
     //
     this.PageFooter.Height = 0;
     this.PageFooter.Name = "PageFooter";
     this.PageFooter.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.PageFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel9
     //
     this.xrLabel9.Font = new System.Drawing.Font("Arial", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel9.Location = new System.Drawing.Point(33, 250);
     this.xrLabel9.Name = "xrLabel9";
     this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel9.Size = new System.Drawing.Size(167, 17);
     this.xrLabel9.StylePriority.UseFont = false;
     this.xrLabel9.Text = "Valid 1 month from redemption date";
     //
     // RedemptionRpt
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.PageHeader,
     this.PageFooter});
     this.Margins = new System.Drawing.Printing.Margins(0, 0, 30, 30);
     this.PageHeight = 480;
     this.PageWidth = 350;
     this.PaperKind = System.Drawing.Printing.PaperKind.Custom;
     this.PaperName = "Roll Paper 76 x 297 mm";
     this.Version = "8.3";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }