-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInterfazPostres.Designer.cs
344 lines (339 loc) · 19 KB
/
InterfazPostres.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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
namespace proyectoEstructuraInterfaces
{
partial class MenuPanaderia
{
/// <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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MenuPanaderia));
this.label4 = new System.Windows.Forms.Label();
this.EliminarIngredientesButton = new System.Windows.Forms.Button();
this.nuevoPostreTextBox = new System.Windows.Forms.TextBox();
this.buttonSalir = new System.Windows.Forms.Button();
this.DarDeBajaButton = new System.Windows.Forms.Button();
this.DarDeAltaButton = new System.Windows.Forms.Button();
this.AgregarIngredientesButton = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.MostrarTablas = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.postresListBox = new System.Windows.Forms.ListBox();
this.ingredientesListBox = new System.Windows.Forms.ListBox();
this.label1 = new System.Windows.Forms.Label();
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
this.label7 = new System.Windows.Forms.Label();
this.nuevosIngredientesTextBox = new System.Windows.Forms.TextBox();
this.postresComboBox = new System.Windows.Forms.ComboBox();
this.comboBoxIngredientes = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
this.SuspendLayout();
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Georgia", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.ForeColor = System.Drawing.Color.White;
this.label4.Location = new System.Drawing.Point(42, 151);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(134, 16);
this.label4.TabIndex = 28;
this.label4.Text = "Ingresa el postre:";
//
// EliminarIngredientesButton
//
this.EliminarIngredientesButton.BackColor = System.Drawing.Color.CadetBlue;
this.EliminarIngredientesButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.EliminarIngredientesButton.Font = new System.Drawing.Font("Georgia", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.EliminarIngredientesButton.ForeColor = System.Drawing.Color.White;
this.EliminarIngredientesButton.Location = new System.Drawing.Point(176, 397);
this.EliminarIngredientesButton.Name = "EliminarIngredientesButton";
this.EliminarIngredientesButton.Size = new System.Drawing.Size(130, 52);
this.EliminarIngredientesButton.TabIndex = 25;
this.EliminarIngredientesButton.Text = "Eliminar ingredientes";
this.EliminarIngredientesButton.UseVisualStyleBackColor = false;
//
// nuevoPostreTextBox
//
this.nuevoPostreTextBox.Location = new System.Drawing.Point(182, 151);
this.nuevoPostreTextBox.Name = "nuevoPostreTextBox";
this.nuevoPostreTextBox.Size = new System.Drawing.Size(146, 20);
this.nuevoPostreTextBox.TabIndex = 23;
this.nuevoPostreTextBox.TextChanged += new System.EventHandler(this.nuevoPostreTextBox_TextChanged);
//
// buttonSalir
//
this.buttonSalir.BackColor = System.Drawing.Color.CadetBlue;
this.buttonSalir.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.buttonSalir.Font = new System.Drawing.Font("Georgia", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonSalir.ForeColor = System.Drawing.Color.White;
this.buttonSalir.Location = new System.Drawing.Point(688, 408);
this.buttonSalir.Name = "buttonSalir";
this.buttonSalir.Size = new System.Drawing.Size(117, 41);
this.buttonSalir.TabIndex = 22;
this.buttonSalir.Text = "Salir";
this.buttonSalir.UseVisualStyleBackColor = false;
this.buttonSalir.Click += new System.EventHandler(this.buttonSalir_Click);
//
// DarDeBajaButton
//
this.DarDeBajaButton.BackColor = System.Drawing.Color.CadetBlue;
this.DarDeBajaButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.DarDeBajaButton.Font = new System.Drawing.Font("Georgia", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.DarDeBajaButton.ForeColor = System.Drawing.Color.White;
this.DarDeBajaButton.Location = new System.Drawing.Point(176, 324);
this.DarDeBajaButton.Name = "DarDeBajaButton";
this.DarDeBajaButton.Size = new System.Drawing.Size(130, 52);
this.DarDeBajaButton.TabIndex = 21;
this.DarDeBajaButton.Text = "Eliminar postre";
this.DarDeBajaButton.UseVisualStyleBackColor = false;
this.DarDeBajaButton.Click += new System.EventHandler(this.DarDeBajaButton_Click);
//
// DarDeAltaButton
//
this.DarDeAltaButton.BackColor = System.Drawing.Color.CadetBlue;
this.DarDeAltaButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.DarDeAltaButton.Font = new System.Drawing.Font("Georgia", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.DarDeAltaButton.ForeColor = System.Drawing.Color.White;
this.DarDeAltaButton.Location = new System.Drawing.Point(32, 324);
this.DarDeAltaButton.Name = "DarDeAltaButton";
this.DarDeAltaButton.Size = new System.Drawing.Size(130, 52);
this.DarDeAltaButton.TabIndex = 20;
this.DarDeAltaButton.Text = "Agregar postre ";
this.DarDeAltaButton.UseVisualStyleBackColor = false;
this.DarDeAltaButton.Click += new System.EventHandler(this.DarDeAltaButton_Click_1);
//
// AgregarIngredientesButton
//
this.AgregarIngredientesButton.BackColor = System.Drawing.Color.CadetBlue;
this.AgregarIngredientesButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.AgregarIngredientesButton.Font = new System.Drawing.Font("Georgia", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.AgregarIngredientesButton.ForeColor = System.Drawing.Color.White;
this.AgregarIngredientesButton.Location = new System.Drawing.Point(30, 397);
this.AgregarIngredientesButton.Name = "AgregarIngredientesButton";
this.AgregarIngredientesButton.Size = new System.Drawing.Size(130, 52);
this.AgregarIngredientesButton.TabIndex = 19;
this.AgregarIngredientesButton.Text = "Agregar ingredientes";
this.AgregarIngredientesButton.UseVisualStyleBackColor = false;
this.AgregarIngredientesButton.Click += new System.EventHandler(this.AgregarIngredientesButton_Click_1);
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.CadetBlue;
this.panel2.Controls.Add(this.MostrarTablas);
this.panel2.Controls.Add(this.label6);
this.panel2.Controls.Add(this.label5);
this.panel2.Controls.Add(this.postresListBox);
this.panel2.Controls.Add(this.ingredientesListBox);
this.panel2.Location = new System.Drawing.Point(343, 114);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(462, 272);
this.panel2.TabIndex = 17;
//
// MostrarTablas
//
this.MostrarTablas.BackColor = System.Drawing.Color.DarkSlateGray;
this.MostrarTablas.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.MostrarTablas.Font = new System.Drawing.Font("Georgia", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.MostrarTablas.ForeColor = System.Drawing.Color.White;
this.MostrarTablas.Location = new System.Drawing.Point(166, 218);
this.MostrarTablas.Name = "MostrarTablas";
this.MostrarTablas.Size = new System.Drawing.Size(139, 41);
this.MostrarTablas.TabIndex = 23;
this.MostrarTablas.Text = "Mostrar postres";
this.MostrarTablas.UseVisualStyleBackColor = false;
this.MostrarTablas.Click += new System.EventHandler(this.MostrarTablas_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Georgia", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(252, 21);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(164, 16);
this.label6.TabIndex = 21;
this.label6.Text = "Listas de ingredientes";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Georgia", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(56, 21);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(126, 16);
this.label5.TabIndex = 20;
this.label5.Text = "Listas de postres";
//
// postresListBox
//
this.postresListBox.FormattingEnabled = true;
this.postresListBox.ItemHeight = 14;
this.postresListBox.Location = new System.Drawing.Point(23, 40);
this.postresListBox.Name = "postresListBox";
this.postresListBox.Size = new System.Drawing.Size(208, 172);
this.postresListBox.TabIndex = 19;
//
// ingredientesListBox
//
this.ingredientesListBox.FormattingEnabled = true;
this.ingredientesListBox.ItemHeight = 14;
this.ingredientesListBox.Location = new System.Drawing.Point(237, 40);
this.ingredientesListBox.Name = "ingredientesListBox";
this.ingredientesListBox.Size = new System.Drawing.Size(208, 172);
this.ingredientesListBox.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Georgia", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(54, 27);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(659, 72);
this.label1.TabIndex = 29;
this.label1.Text = "Bienvenido a panaderia UH\r\n\r\nNota importante:\r\nEl cliente debe ser claro, con el " +
"postre e ingredientes que desea para su pedido.\r\n";
this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// errorProvider1
//
this.errorProvider1.ContainerControl = this;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Georgia", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.ForeColor = System.Drawing.Color.White;
this.label7.Location = new System.Drawing.Point(6, 181);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(173, 16);
this.label7.TabIndex = 31;
this.label7.Text = "Ingresa el ingrediente:";
//
// nuevosIngredientesTextBox
//
this.nuevosIngredientesTextBox.Location = new System.Drawing.Point(182, 180);
this.nuevosIngredientesTextBox.Name = "nuevosIngredientesTextBox";
this.nuevosIngredientesTextBox.Size = new System.Drawing.Size(146, 20);
this.nuevosIngredientesTextBox.TabIndex = 30;
//
// postresComboBox
//
this.postresComboBox.FormattingEnabled = true;
this.postresComboBox.Location = new System.Drawing.Point(182, 216);
this.postresComboBox.Name = "postresComboBox";
this.postresComboBox.Size = new System.Drawing.Size(146, 22);
this.postresComboBox.TabIndex = 16;
//
// comboBoxIngredientes
//
this.comboBoxIngredientes.FormattingEnabled = true;
this.comboBoxIngredientes.Location = new System.Drawing.Point(182, 259);
this.comboBoxIngredientes.Name = "comboBoxIngredientes";
this.comboBoxIngredientes.Size = new System.Drawing.Size(146, 22);
this.comboBoxIngredientes.TabIndex = 24;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Georgia", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(21, 217);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(155, 16);
this.label2.TabIndex = 26;
this.label2.Text = "Seleccione el postre:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Georgia", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Location = new System.Drawing.Point(70, 259);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(106, 16);
this.label3.TabIndex = 27;
this.label3.Text = "Ingredientes:";
//
// MenuPanaderia
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.DarkSlateGray;
this.ClientSize = new System.Drawing.Size(817, 461);
this.Controls.Add(this.label7);
this.Controls.Add(this.nuevosIngredientesTextBox);
this.Controls.Add(this.label1);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.EliminarIngredientesButton);
this.Controls.Add(this.comboBoxIngredientes);
this.Controls.Add(this.postresComboBox);
this.Controls.Add(this.nuevoPostreTextBox);
this.Controls.Add(this.buttonSalir);
this.Controls.Add(this.DarDeBajaButton);
this.Controls.Add(this.DarDeAltaButton);
this.Controls.Add(this.AgregarIngredientesButton);
this.Controls.Add(this.panel2);
this.Font = new System.Drawing.Font("Georgia", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ForeColor = System.Drawing.Color.White;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Name = "MenuPanaderia";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Panaderia UH";
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button EliminarIngredientesButton;
private System.Windows.Forms.TextBox nuevoPostreTextBox;
private System.Windows.Forms.Button buttonSalir;
private System.Windows.Forms.Button DarDeBajaButton;
private System.Windows.Forms.Button DarDeAltaButton;
private System.Windows.Forms.Button AgregarIngredientesButton;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ListBox ingredientesListBox;
private System.Windows.Forms.ErrorProvider errorProvider1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ListBox postresListBox;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox nuevosIngredientesTextBox;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox comboBoxIngredientes;
private System.Windows.Forms.ComboBox postresComboBox;
private System.Windows.Forms.Button MostrarTablas;
}
}