-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomematerial.Designer.cs
132 lines (128 loc) · 5.42 KB
/
homematerial.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
namespace Db_project
{
partial class homematerial
{
/// <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(homematerial));
panel1 = new Panel();
button4 = new Button();
button2 = new Button();
button3 = new Button();
panel1.SuspendLayout();
SuspendLayout();
//
// panel1
//
panel1.BackColor = Color.Transparent;
panel1.Controls.Add(button4);
panel1.Controls.Add(button2);
panel1.Controls.Add(button3);
panel1.Location = new Point(3, 12);
panel1.Name = "panel1";
panel1.Size = new Size(1181, 852);
panel1.TabIndex = 7;
panel1.Paint += panel1_Paint;
//
// button4
//
button4.BackColor = Color.Transparent;
button4.Cursor = Cursors.PanWest;
button4.FlatAppearance.BorderColor = Color.Indigo;
button4.FlatAppearance.BorderSize = 0;
button4.FlatStyle = FlatStyle.Flat;
button4.Font = new Font("Stencil", 12F, FontStyle.Regular, GraphicsUnit.Point);
button4.ForeColor = Color.Transparent;
button4.Image = (Image)resources.GetObject("button4.Image");
button4.ImageAlign = ContentAlignment.MiddleLeft;
button4.Location = new Point(945, 698);
button4.Name = "button4";
button4.Padding = new Padding(25, 0, 0, 0);
button4.Size = new Size(275, 105);
button4.TabIndex = 10;
button4.Text = " ";
button4.TextAlign = ContentAlignment.MiddleLeft;
button4.UseVisualStyleBackColor = false;
//
// button2
//
button2.BackColor = Color.Indigo;
button2.FlatAppearance.BorderColor = Color.Indigo;
button2.FlatAppearance.BorderSize = 0;
button2.FlatStyle = FlatStyle.Flat;
button2.Font = new Font("Stencil", 12F, FontStyle.Regular, GraphicsUnit.Point);
button2.ForeColor = Color.Transparent;
button2.Image = (Image)resources.GetObject("button2.Image");
button2.ImageAlign = ContentAlignment.MiddleLeft;
button2.Location = new Point(275, 294);
button2.Name = "button2";
button2.Padding = new Padding(25, 0, 0, 0);
button2.Size = new Size(227, 266);
button2.TabIndex = 8;
button2.Text = " USER";
button2.UseVisualStyleBackColor = false;
button2.Click += button2_Click_1;
//
// button3
//
button3.BackColor = Color.Indigo;
button3.FlatAppearance.BorderColor = Color.Indigo;
button3.FlatAppearance.BorderSize = 0;
button3.FlatStyle = FlatStyle.Flat;
button3.Font = new Font("Stencil", 12F, FontStyle.Regular, GraphicsUnit.Point);
button3.ForeColor = Color.Transparent;
button3.Image = (Image)resources.GetObject("button3.Image");
button3.ImageAlign = ContentAlignment.MiddleLeft;
button3.Location = new Point(715, 294);
button3.Name = "button3";
button3.Padding = new Padding(25, 0, 0, 0);
button3.Size = new Size(227, 266);
button3.TabIndex = 7;
button3.Text = "Admin";
button3.TextAlign = ContentAlignment.MiddleRight;
button3.UseVisualStyleBackColor = false;
button3.Click += button3_Click;
//
// homematerial
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
BackgroundImage = (Image)resources.GetObject("$this.BackgroundImage");
BackgroundImageLayout = ImageLayout.Stretch;
ClientSize = new Size(1181, 852);
ControlBox = false;
Controls.Add(panel1);
FormBorderStyle = FormBorderStyle.None;
Name = "homematerial";
Load += homematerial_Load;
panel1.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button button2;
public System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
}
}