-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCategoryModulePage.Designer.cs
More file actions
184 lines (178 loc) · 8.74 KB
/
CategoryModulePage.Designer.cs
File metadata and controls
184 lines (178 loc) · 8.74 KB
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
177
178
179
180
181
182
183
184
namespace InventoryManagementSystem
{
partial class CategoryModulePage
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CategoryModulePage));
this.lblcat = new System.Windows.Forms.Label();
this.btnsave = new System.Windows.Forms.Button();
this.btnupd = new System.Windows.Forms.Button();
this.btnclear = new System.Windows.Forms.Button();
this.txtcatname = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.closebtn = new System.Windows.Forms.PictureBox();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.closebtn)).BeginInit();
this.SuspendLayout();
//
// lblcat
//
this.lblcat.AutoSize = true;
this.lblcat.Location = new System.Drawing.Point(27, 155);
this.lblcat.Name = "lblcat";
this.lblcat.Size = new System.Drawing.Size(78, 17);
this.lblcat.TabIndex = 40;
this.lblcat.Tag = " ";
this.lblcat.Text = "Category Id";
this.lblcat.Visible = false;
//
// btnsave
//
this.btnsave.BackColor = System.Drawing.Color.Cyan;
this.btnsave.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnsave.Font = new System.Drawing.Font("Century Gothic", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnsave.Location = new System.Drawing.Point(212, 148);
this.btnsave.Name = "btnsave";
this.btnsave.Size = new System.Drawing.Size(84, 30);
this.btnsave.TabIndex = 39;
this.btnsave.Text = "Save";
this.btnsave.UseVisualStyleBackColor = false;
this.btnsave.Click += new System.EventHandler(this.btnsave_Click);
//
// btnupd
//
this.btnupd.BackColor = System.Drawing.Color.Red;
this.btnupd.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnupd.Font = new System.Drawing.Font("Century Gothic", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnupd.Location = new System.Drawing.Point(302, 148);
this.btnupd.Name = "btnupd";
this.btnupd.Size = new System.Drawing.Size(75, 30);
this.btnupd.TabIndex = 38;
this.btnupd.Text = "Update";
this.btnupd.UseVisualStyleBackColor = false;
this.btnupd.Click += new System.EventHandler(this.btnupd_Click);
//
// btnclear
//
this.btnclear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.btnclear.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnclear.Font = new System.Drawing.Font("Century Gothic", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnclear.Location = new System.Drawing.Point(383, 148);
this.btnclear.Name = "btnclear";
this.btnclear.Size = new System.Drawing.Size(75, 30);
this.btnclear.TabIndex = 37;
this.btnclear.Text = "Clear";
this.btnclear.UseVisualStyleBackColor = false;
this.btnclear.Click += new System.EventHandler(this.btnclear_Click);
//
// txtcatname
//
this.txtcatname.Location = new System.Drawing.Point(169, 92);
this.txtcatname.Name = "txtcatname";
this.txtcatname.Size = new System.Drawing.Size(289, 22);
this.txtcatname.TabIndex = 32;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(45, 95);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(115, 16);
this.label3.TabIndex = 31;
this.label3.Text = "Category Name:";
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Cyan;
this.panel1.Controls.Add(this.closebtn);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(501, 56);
this.panel1.TabIndex = 30;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Century Gothic", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(4, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(173, 23);
this.label1.TabIndex = 0;
this.label1.Text = "Category Module";
//
// closebtn
//
this.closebtn.Cursor = System.Windows.Forms.Cursors.Hand;
this.closebtn.Image = ((System.Drawing.Image)(resources.GetObject("closebtn.Image")));
this.closebtn.Location = new System.Drawing.Point(478, 1);
this.closebtn.Name = "closebtn";
this.closebtn.Size = new System.Drawing.Size(22, 30);
this.closebtn.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.closebtn.TabIndex = 8;
this.closebtn.TabStop = false;
this.closebtn.Click += new System.EventHandler(this.closebtn_Click);
//
// CategoryModuleForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(501, 211);
this.Controls.Add(this.lblcat);
this.Controls.Add(this.btnsave);
this.Controls.Add(this.btnupd);
this.Controls.Add(this.btnclear);
this.Controls.Add(this.txtcatname);
this.Controls.Add(this.label3);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("Century Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.Name = "CategoryModuleForm";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "CategoryModuleForm";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.closebtn)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public System.Windows.Forms.Label lblcat;
public System.Windows.Forms.Button btnsave;
public System.Windows.Forms.Button btnupd;
public System.Windows.Forms.Button btnclear;
public System.Windows.Forms.TextBox txtcatname;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.PictureBox closebtn;
private System.Windows.Forms.Label label1;
}
}