-
Notifications
You must be signed in to change notification settings - Fork 0
/
Form1.Designer.cs
221 lines (214 loc) · 11.7 KB
/
Form1.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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
namespace InterfazGrafica
{
partial class Form1
{
/// <summary>
/// Variable del diseñador necesaria.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Limpiar los recursos que se estén usando.
/// </summary>
/// <param name="disposing">true si los recursos administrados se deben desechar; false en caso contrario.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Código generado por el Diseñador de Windows Forms
/// <summary>
/// Método necesario para admitir el Diseñador. No se puede modificar
/// el contenido de este método con el editor de código.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.panel_menu = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.panel_meraki = new System.Windows.Forms.Panel();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.meraki_LR = new System.Windows.Forms.Button();
this.meraki_button = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.panel_interior = new System.Windows.Forms.Panel();
this.panel_menu.SuspendLayout();
this.panel_meraki.SuspendLayout();
this.SuspendLayout();
//
// panel_menu
//
this.panel_menu.AutoScroll = true;
this.panel_menu.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(64)))), ((int)(((byte)(65)))));
this.panel_menu.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel_menu.Controls.Add(this.label1);
this.panel_menu.Controls.Add(this.panel_meraki);
this.panel_menu.Controls.Add(this.meraki_button);
this.panel_menu.Controls.Add(this.label2);
this.panel_menu.Controls.Add(this.panel2);
this.panel_menu.Dock = System.Windows.Forms.DockStyle.Left;
this.panel_menu.Location = new System.Drawing.Point(0, 0);
this.panel_menu.Name = "panel_menu";
this.panel_menu.Size = new System.Drawing.Size(227, 618);
this.panel_menu.TabIndex = 0;
this.panel_menu.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Panel_menu_MouseDown);
//
// label1
//
this.label1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.label1.ForeColor = System.Drawing.Color.DarkGray;
this.label1.Location = new System.Drawing.Point(0, 527);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(225, 58);
this.label1.TabIndex = 13;
this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// panel_meraki
//
this.panel_meraki.Controls.Add(this.button2);
this.panel_meraki.Controls.Add(this.button1);
this.panel_meraki.Controls.Add(this.meraki_LR);
this.panel_meraki.Dock = System.Windows.Forms.DockStyle.Top;
this.panel_meraki.Location = new System.Drawing.Point(0, 99);
this.panel_meraki.Name = "panel_meraki";
this.panel_meraki.Size = new System.Drawing.Size(225, 96);
this.panel_meraki.TabIndex = 12;
//
// button2
//
this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(64)))), ((int)(((byte)(65)))));
this.button2.Dock = System.Windows.Forms.DockStyle.Top;
this.button2.FlatAppearance.BorderSize = 0;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(244)))), ((int)(((byte)(237)))));
this.button2.Location = new System.Drawing.Point(0, 60);
this.button2.Name = "button2";
this.button2.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
this.button2.Size = new System.Drawing.Size(225, 30);
this.button2.TabIndex = 11;
this.button2.Text = "Buscar Red Educativa";
this.button2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.Button2_Click);
this.button2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Button2_MouseClick);
//
// button1
//
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(64)))), ((int)(((byte)(65)))));
this.button1.Dock = System.Windows.Forms.DockStyle.Top;
this.button1.FlatAppearance.BorderSize = 0;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(244)))), ((int)(((byte)(237)))));
this.button1.Location = new System.Drawing.Point(0, 30);
this.button1.Name = "button1";
this.button1.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
this.button1.Size = new System.Drawing.Size(225, 30);
this.button1.TabIndex = 10;
this.button1.Text = "Buscar Cartel de Centro Educativo";
this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.Button1_Click_1);
this.button1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Button1_MouseClick_1);
//
// meraki_LR
//
this.meraki_LR.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(64)))), ((int)(((byte)(65)))));
this.meraki_LR.Dock = System.Windows.Forms.DockStyle.Top;
this.meraki_LR.FlatAppearance.BorderSize = 0;
this.meraki_LR.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.meraki_LR.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(244)))), ((int)(((byte)(237)))));
this.meraki_LR.Location = new System.Drawing.Point(0, 0);
this.meraki_LR.Name = "meraki_LR";
this.meraki_LR.Padding = new System.Windows.Forms.Padding(28, 0, 0, 0);
this.meraki_LR.Size = new System.Drawing.Size(225, 30);
this.meraki_LR.TabIndex = 9;
this.meraki_LR.Text = "Buscar Equipos en Centro Educativo";
this.meraki_LR.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.meraki_LR.UseVisualStyleBackColor = false;
this.meraki_LR.Click += new System.EventHandler(this.Meraki_LR_Click);
this.meraki_LR.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Meraki_LR_MouseClick);
//
// meraki_button
//
this.meraki_button.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(64)))), ((int)(((byte)(65)))));
this.meraki_button.Dock = System.Windows.Forms.DockStyle.Top;
this.meraki_button.FlatAppearance.BorderSize = 0;
this.meraki_button.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.meraki_button.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(244)))), ((int)(((byte)(237)))));
this.meraki_button.Location = new System.Drawing.Point(0, 69);
this.meraki_button.Name = "meraki_button";
this.meraki_button.Padding = new System.Windows.Forms.Padding(20, 0, 0, 0);
this.meraki_button.Size = new System.Drawing.Size(225, 30);
this.meraki_button.TabIndex = 11;
this.meraki_button.Text = "Herramientas Técnicos";
this.meraki_button.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.meraki_button.UseVisualStyleBackColor = false;
this.meraki_button.Click += new System.EventHandler(this.Button11_Click);
//
// label2
//
this.label2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.label2.ForeColor = System.Drawing.Color.DarkGray;
this.label2.Image = ((System.Drawing.Image)(resources.GetObject("label2.Image")));
this.label2.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.label2.Location = new System.Drawing.Point(0, 585);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(225, 31);
this.label2.TabIndex = 4;
this.label2.Text = "RMS 2021";
this.label2.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
//
// panel2
//
this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
this.panel2.Location = new System.Drawing.Point(0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(225, 69);
this.panel2.TabIndex = 0;
//
// panel_interior
//
this.panel_interior.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel_interior.Location = new System.Drawing.Point(227, 0);
this.panel_interior.Name = "panel_interior";
this.panel_interior.Size = new System.Drawing.Size(917, 618);
this.panel_interior.TabIndex = 1;
this.panel_interior.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Panel_interior_MouseDown);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1144, 618);
this.Controls.Add(this.panel_interior);
this.Controls.Add(this.panel_menu);
this.Name = "Form1";
this.Opacity = 0.99D;
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Centro de Soporte";
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseDown);
this.panel_menu.ResumeLayout(false);
this.panel_meraki.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel_menu;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Panel panel_interior;
private System.Windows.Forms.Panel panel_meraki;
private System.Windows.Forms.Button meraki_LR;
private System.Windows.Forms.Button meraki_button;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
}
}