-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNot_Paid_Ins.Designer.cs
92 lines (86 loc) · 4.42 KB
/
Not_Paid_Ins.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
namespace Furniture_System
{
partial class Not_Paid_Ins
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Not_Paid_Ins));
this.DataTable_Not_Paid_InsBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.DataSet7 = new Furniture_System.DataSet7();
this.reportViewer_Not_Paid_Ins = new Microsoft.Reporting.WinForms.ReportViewer();
this.DataTable_Not_Paid_InsTableAdapter = new Furniture_System.DataSet7TableAdapters.DataTable_Not_Paid_InsTableAdapter();
((System.ComponentModel.ISupportInitialize)(this.DataTable_Not_Paid_InsBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DataSet7)).BeginInit();
this.SuspendLayout();
//
// DataTable_Not_Paid_InsBindingSource
//
this.DataTable_Not_Paid_InsBindingSource.DataMember = "DataTable_Not_Paid_Ins";
this.DataTable_Not_Paid_InsBindingSource.DataSource = this.DataSet7;
//
// DataSet7
//
this.DataSet7.DataSetName = "DataSet7";
this.DataSet7.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// reportViewer_Not_Paid_Ins
//
reportDataSource1.Name = "DataSet1";
reportDataSource1.Value = this.DataTable_Not_Paid_InsBindingSource;
this.reportViewer_Not_Paid_Ins.LocalReport.DataSources.Add(reportDataSource1);
this.reportViewer_Not_Paid_Ins.LocalReport.ReportEmbeddedResource = "Furniture_System.Report5.rdlc";
this.reportViewer_Not_Paid_Ins.Location = new System.Drawing.Point(9, 77);
this.reportViewer_Not_Paid_Ins.Name = "reportViewer_Not_Paid_Ins";
this.reportViewer_Not_Paid_Ins.ServerReport.BearerToken = null;
this.reportViewer_Not_Paid_Ins.Size = new System.Drawing.Size(1029, 617);
this.reportViewer_Not_Paid_Ins.TabIndex = 1;
//
// DataTable_Not_Paid_InsTableAdapter
//
this.DataTable_Not_Paid_InsTableAdapter.ClearBeforeFill = true;
//
// Not_Paid_Ins
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1046, 700);
this.Controls.Add(this.reportViewer_Not_Paid_Ins);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Not_Paid_Ins";
this.Resizable = false;
this.Text = "Installment Report";
this.Load += new System.EventHandler(this.Not_Paid_Ins_Load);
((System.ComponentModel.ISupportInitialize)(this.DataTable_Not_Paid_InsBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DataSet7)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Microsoft.Reporting.WinForms.ReportViewer reportViewer_Not_Paid_Ins;
private System.Windows.Forms.BindingSource DataTable_Not_Paid_InsBindingSource;
private DataSet7 DataSet7;
private DataSet7TableAdapters.DataTable_Not_Paid_InsTableAdapter DataTable_Not_Paid_InsTableAdapter;
}
}