-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdminHome.Designer.cs
151 lines (145 loc) · 7.39 KB
/
AdminHome.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
namespace Rental_System
{
partial class AdminHome
{
/// <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.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.homeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.applianceTypeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.applianceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.applianceSearchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.dgvUsers = new System.Windows.Forms.DataGridView();
this.btnLogOut = new System.Windows.Forms.Button();
this.menuStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvUsers)).BeginInit();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.homeToolStripMenuItem,
this.applianceTypeToolStripMenuItem,
this.applianceToolStripMenuItem,
this.applianceSearchToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(742, 33);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
//
// homeToolStripMenuItem
//
this.homeToolStripMenuItem.Name = "homeToolStripMenuItem";
this.homeToolStripMenuItem.Size = new System.Drawing.Size(73, 29);
this.homeToolStripMenuItem.Text = "Home";
this.homeToolStripMenuItem.Click += new System.EventHandler(this.homeToolStripMenuItem_Click);
//
// applianceTypeToolStripMenuItem
//
this.applianceTypeToolStripMenuItem.Name = "applianceTypeToolStripMenuItem";
this.applianceTypeToolStripMenuItem.Size = new System.Drawing.Size(144, 29);
this.applianceTypeToolStripMenuItem.Text = "Appliance Type";
this.applianceTypeToolStripMenuItem.Click += new System.EventHandler(this.applianceTypeToolStripMenuItem_Click);
//
// applianceToolStripMenuItem
//
this.applianceToolStripMenuItem.Name = "applianceToolStripMenuItem";
this.applianceToolStripMenuItem.Size = new System.Drawing.Size(102, 29);
this.applianceToolStripMenuItem.Text = "Appliance";
this.applianceToolStripMenuItem.Click += new System.EventHandler(this.applianceToolStripMenuItem_Click);
//
// applianceSearchToolStripMenuItem
//
this.applianceSearchToolStripMenuItem.Name = "applianceSearchToolStripMenuItem";
this.applianceSearchToolStripMenuItem.Size = new System.Drawing.Size(76, 29);
this.applianceSearchToolStripMenuItem.Text = "Search";
this.applianceSearchToolStripMenuItem.Click += new System.EventHandler(this.applianceSearchToolStripMenuItem_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.dgvUsers);
this.groupBox1.Location = new System.Drawing.Point(12, 36);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(718, 314);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Users";
//
// dgvUsers
//
this.dgvUsers.AllowUserToAddRows = false;
this.dgvUsers.AllowUserToDeleteRows = false;
this.dgvUsers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvUsers.Location = new System.Drawing.Point(6, 29);
this.dgvUsers.Name = "dgvUsers";
this.dgvUsers.ReadOnly = true;
this.dgvUsers.RowTemplate.Height = 28;
this.dgvUsers.Size = new System.Drawing.Size(706, 279);
this.dgvUsers.TabIndex = 0;
//
// btnLogOut
//
this.btnLogOut.Location = new System.Drawing.Point(640, 0);
this.btnLogOut.Name = "btnLogOut";
this.btnLogOut.Size = new System.Drawing.Size(102, 33);
this.btnLogOut.TabIndex = 4;
this.btnLogOut.Text = "LogOut";
this.btnLogOut.UseVisualStyleBackColor = true;
this.btnLogOut.Click += new System.EventHandler(this.btnLogOut_Click);
//
// AdminHome
//
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 22F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(742, 362);
this.Controls.Add(this.btnLogOut);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.menuStrip1);
this.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.MainMenuStrip = this.menuStrip1;
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Name = "AdminHome";
this.Text = "AdminHome";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvUsers)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem homeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem applianceTypeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem applianceToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem applianceSearchToolStripMenuItem;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DataGridView dgvUsers;
private System.Windows.Forms.Button btnLogOut;
}
}