コード例 #1
0
        public override void Printing_PrintPage(object sender, PrintPageEventArgs e)
        {
            base.Printing_PrintPage(sender, e);
            string name = Printing.GetFullName(firstText, middleText, lastText, extText);

            string text = "To whom it may concern:" + Printing.LineSpace +
                          Printing.Indention + "This is to certify that " + name + " of legal age, " + CStatusOption.Text + ", Filipino, and a resident of " + Address.Text + "." + Printing.LineSpace +
                          Printing.Indention + "This is to certify further that " + SexOption.MrMs() + " " + name + " is a " + employment.Text + " and has limited source of income averaging " + income.Text + " per month." + Printing.LineSpace +
                          Printing.Indention + "This certification is issued to upon the request of " + SexOption.MrMs() + " " + lastText.Text + " as requirements for the " + purpose.Text + " of " + SexOption.HisHer() + " " + relations.Text + " " + wardName.Text + " who is " + status.Text + " in " + institution.Text + "." + Printing.LineSpace +
                          Printing.Indention + "Issued this " + IssuedOn.customFormat() + ", Barangay Poblacion, Kalibo, Aklan.";

            e.Graphics.DrawString(text, Printing.font, Brushes.Black, rect);
            DrawDebugRecs(rect, e);
            Printing.DrawCapSb(e, o.captName, officerOption.Text);
        }
コード例 #2
0
        public override void Printing_PrintPage(object sender, PrintPageEventArgs e)
        {
            base.Printing_PrintPage(sender, e);
            string _name = Printing.GetFullName(firstText, middleText, lastText, extText);
            string text  = "To whom it may concern:" + Printing.LineSpace +
                           Printing.Indention + "This is to certify that " + _name + ", " + Age.PrintAge() + ", Filipino, " + CStatusOption.Text + " and a resident of " + Address.Text + ", belongs to an indigent family in this Barangay." + Printing.LineSpace +
                           Printing.Indention + SexOption.HeShe(true) + " is asking for utmost humanitarian consideration and possible Legal Assistance." + Printing.LineSpace +
                           Printing.Indention + "This certification is issued upon the request of " + SexOption.MrMrs() + " " + lastText.Text + " in support to " + SexOption.HisHer() + " request for Legal Assistance from the Public Attorney's Office (PAO)." + Printing.LineSpace +
                           Printing.Indention + "Issued this " + IssuedOn.customFormat() + " Barangay Poblacion, Kalibo, Aklan.";

            e.Graphics.DrawString(text, Printing.font, Brushes.Black, rect);
            DrawDebugRecs(rect, e);
            Printing.DrawCapSb(e, o.captName, officerOption.Text);
        }
コード例 #3
0
        public override void Printing_PrintPage(object sender, PrintPageEventArgs e)
        {
            base.Printing_PrintPage(sender, e);

            string _name = Printing.GetName(firstName, middleName, lastName, ext);
            string name  = Printing.GetFullName(firstName, middleName, lastName, ext);
            string t     = "To whom it may concern:" + Printing.LineSpace +
                           Printing.Indention + "This is to certify that " + name + ", " + age.PrintAge() + ", " + civilStatusOption.Text + ", Filipino, and presently residing at " + addressField.Text + "." + Printing.LineSpace +
                           Printing.Indention + "This is to certify further that the above applicant has no derogatory records or pending case in this Barangay." + Printing.LineSpace +
                           Printing.Indention + "This Barangay Certification is hereby issued upon the request of " + SexOption.MrMrs() + " " + lastName.Text + " in support to " + SexOption.HisHer() + " requirements for " + applicationFor.Text + "." + Printing.LineSpace +
                           Printing.Indention + "Issued this " + IssuedOn.customFormat() + " Barangay Poblacion, Kalibo, Aklan.";

            e.Graphics.DrawString(t, Printing.font, Brushes.Black, rect);

            Printing.DrawCapSb(e, o.captName, officerOption.Text);
            Printing.DrawSpecimenSignature(e, _name);
            Printing.DrawValidityOr(e, orNo.Text, orIssueDate.Value, orValidityDate.Value);
        }
コード例 #4
0
        public override void Printing_PrintPage(object sender, PrintPageEventArgs e)
        {
            base.Printing_PrintPage(sender, e);

            string name = Printing.GetFullName(firstText, middleText, lastText, extText);

            string text = "To whom it may concern:" + Printing.LineSpace +
                          Printing.Indention + "This is to certify that " + name + " of legal age, " + CStatusOption.Text + ", Filipino and is a resident of " + Address.Text + "." + Printing.LineSpace +
                          Printing.Indention + "This is to certify further that " + SexOption.MrMs() + " " + lastText.Text + " is the GUARDIAN of " + SexOption.HisHer() + " " + relations.Text + " Named: " + wardName.Text + "." + Printing.LineSpace +
                          Printing.Indention + "This certification issued upon the request of " + SexOption.MrMs() + " " + lastText.Text + " for whatever legal purpose it may serve to " + SexOption.HimHer() + "." + Printing.LineSpace +
                          Printing.Indention + "Issued this " + IssuedOn.customFormat() + " Barangay Poblacion, Kalibo, Aklan.";

            e.Graphics.DrawString(text, Printing.font, Brushes.Black, rect);
            DrawDebugRecs(rect, e);
            Printing.DrawCapSb(e, o.captName, officerOption.Text);
        }
コード例 #5
0
        public override void Printing_PrintPage(object sender, PrintPageEventArgs e)
        {
            base.Printing_PrintPage(sender, e);
            string name = Printing.GetFullName(firstText, middleText, lastText, extText);
            string text = "To whom it may concern:" + Printing.LineSpace +
                          Printing.Indention + "This is to certify that " + name + " of legal age, " + CStatusOption.Text + " Filipino and is a resident of " + Address.Text + ", belongs to an indigent family in this Barangay." + Printing.LineSpace +
                          Printing.Indention + "This certification is issued upon the request of " + SexOption.MrMs() + " " + lastText.Text + " in support to on " + SexOption.HisHer() + " requirements for Pantawid Pamilya Pilipino Program (4P’S) application." + Printing.LineSpace +
                          Printing.Indention + "Issued this " + IssuedOn.customFormat() + " Barangay Poblacion, Kalibo, Aklan.";

            e.Graphics.DrawString(text, Printing.font, Brushes.Black, rect);
            DrawDebugRecs(rect, e);

            Printing.DrawCapSb(e, o.captName, officerOption.Text);
        }