forked from MatNyaga/NewPOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
alerts.Designer.cs
176 lines (170 loc) · 9.32 KB
/
alerts.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
namespace NewPOS
{
partial class alerts
{
/// <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();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.productIdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.productNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.alertthresholdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tblProductBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.database1DataSet = new NewPOS.Database1DataSet();
this.summaryreport = new NewPOS.summaryreport();
this.tblProductBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.tblProductTableAdapter = new NewPOS.summaryreportTableAdapters.tblProductTableAdapter();
this.tblProductTableAdapter1 = new NewPOS.Database1DataSetTableAdapters.tblProductTableAdapter();
this.label1 = new System.Windows.Forms.Label();
this.enablealerts = new System.Windows.Forms.CheckBox();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tblProductBindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.database1DataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.summaryreport)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tblProductBindingSource)).BeginInit();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.AllowUserToOrderColumns = true;
this.dataGridView1.AutoGenerateColumns = false;
this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
this.dataGridView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.productIdDataGridViewTextBoxColumn,
this.productNameDataGridViewTextBoxColumn,
this.alertthresholdDataGridViewTextBoxColumn});
this.dataGridView1.DataSource = this.tblProductBindingSource1;
this.dataGridView1.Location = new System.Drawing.Point(12, 117);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.Size = new System.Drawing.Size(642, 150);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.DataMemberChanged += new System.EventHandler(this.dataGridView1_DataMemberChanged);
this.dataGridView1.BindingContextChanged += new System.EventHandler(this.dataGridView1_BindingContextChanged);
this.dataGridView1.Validated += new System.EventHandler(this.dataGridView1_Validated);
//
// productIdDataGridViewTextBoxColumn
//
this.productIdDataGridViewTextBoxColumn.DataPropertyName = "productId";
this.productIdDataGridViewTextBoxColumn.HeaderText = "productId";
this.productIdDataGridViewTextBoxColumn.Name = "productIdDataGridViewTextBoxColumn";
this.productIdDataGridViewTextBoxColumn.ReadOnly = true;
//
// productNameDataGridViewTextBoxColumn
//
this.productNameDataGridViewTextBoxColumn.DataPropertyName = "productName";
this.productNameDataGridViewTextBoxColumn.HeaderText = "productName";
this.productNameDataGridViewTextBoxColumn.Name = "productNameDataGridViewTextBoxColumn";
//
// alertthresholdDataGridViewTextBoxColumn
//
this.alertthresholdDataGridViewTextBoxColumn.DataPropertyName = "alertthreshold";
this.alertthresholdDataGridViewTextBoxColumn.HeaderText = "alertthreshold";
this.alertthresholdDataGridViewTextBoxColumn.Name = "alertthresholdDataGridViewTextBoxColumn";
//
// tblProductBindingSource1
//
this.tblProductBindingSource1.DataMember = "tblProduct";
this.tblProductBindingSource1.DataSource = this.database1DataSet;
//
// database1DataSet
//
this.database1DataSet.DataSetName = "Database1DataSet";
this.database1DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// summaryreport
//
this.summaryreport.DataSetName = "summaryreport";
this.summaryreport.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// tblProductBindingSource
//
this.tblProductBindingSource.DataMember = "tblProduct";
this.tblProductBindingSource.DataSource = this.summaryreport;
//
// tblProductTableAdapter
//
this.tblProductTableAdapter.ClearBeforeFill = true;
//
// tblProductTableAdapter1
//
this.tblProductTableAdapter1.ClearBeforeFill = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Modern No. 20", 15.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(181, 53);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(160, 24);
this.label1.TabIndex = 1;
this.label1.Text = "Alert Threshold";
//
// enablealerts
//
this.enablealerts.AutoSize = true;
this.enablealerts.Location = new System.Drawing.Point(12, 94);
this.enablealerts.Name = "enablealerts";
this.enablealerts.Size = new System.Drawing.Size(88, 17);
this.enablealerts.TabIndex = 2;
this.enablealerts.Text = "Enable Alerts";
this.enablealerts.UseVisualStyleBackColor = true;
this.enablealerts.CheckedChanged += new System.EventHandler(this.enablealerts_CheckedChanged);
//
// alerts
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(678, 367);
this.Controls.Add(this.enablealerts);
this.Controls.Add(this.label1);
this.Controls.Add(this.dataGridView1);
this.Name = "alerts";
this.Text = "Alerts";
this.Load += new System.EventHandler(this.alerts_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tblProductBindingSource1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.database1DataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.summaryreport)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tblProductBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private summaryreport summaryreport;
private System.Windows.Forms.BindingSource tblProductBindingSource;
private summaryreportTableAdapters.tblProductTableAdapter tblProductTableAdapter;
private Database1DataSet database1DataSet;
private System.Windows.Forms.BindingSource tblProductBindingSource1;
private Database1DataSetTableAdapters.tblProductTableAdapter tblProductTableAdapter1;
private System.Windows.Forms.DataGridViewTextBoxColumn productIdDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn productNameDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn alertthresholdDataGridViewTextBoxColumn;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.CheckBox enablealerts;
}
}