public Sheet_4600(PersonalInfo pInfo, data_4600 sheet) { this.IsLandscape = false; this.PaperType = System.Drawing.Printing.PaperKind.Legal; //InitializeComponent(); //labels = new Dictionary<string, Label>(); this.SizeMode = PictureBoxSizeMode.AutoSize; this.Location = new Point(0, 0); this.Image = time.Properties.Resources.blank4600; personInfo = pInfo; mainSheet = sheet; fillPersonalInfo(); fillPeriodCovered(); fillMultipleOvertimeRows(); fillCodeSummary(); fillTotalHours(); fillSignatureDate(); }
public PersonalnfoGetter() { InitializeComponent(); Info = new PersonalInfo(); }