frmStockSeriesBase.Designer.cs
1 namespace sage.ew.serie.Forms
2 {
3  //partial class frmStockSeriesBase
4  //{
5  // /// <summary>
6  // /// Required designer variable.
7  // /// </summary>
8  // private System.ComponentModel.IContainer components = null;
9 
10  // /// <summary>
11  // /// Clean up any resources being used.
12  // /// </summary>
13  // /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14  // protected override void Dispose(bool disposing)
15  // {
16  // if (disposing && (components != null))
17  // {
18  // components.Dispose();
19  // }
20  // base.Dispose(disposing);
21  // }
22 
23  // #region Windows Form Designer generated code
24 
25  // /// <summary>
26  // /// Required method for Designer support - do not modify
27  // /// the contents of this method with the code editor.
28  // /// </summary>
29  // private void InitializeComponent()
30  // {
31  // System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmInventarioSeries));
32  // System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
33  // this._oFlowPpal = new sage.ew.objetos.ewFlowLayoutPanel();
34  // this._PanelArticulo = new sage.ew.objetos.ewpanel();
35  // this._otxtArticulo = new sage.ew.txtbox.UserControls.txtArticulo();
36  // this.lblArticulo = new sage.ew.objetos.ewlabel();
37  // this._PanelAlmacen = new sage.ew.objetos.ewpanel();
38  // this._otxtAlmacen = new sage.ew.txtbox.UserControls.txtAlmacen();
39  // this.lblAlmacen = new sage.ew.objetos.ewlabel();
40  // this._PanelOperaciones = new sage.ew.objetos.ewpanel();
41  // this.btRestoAltas = new sage.ew.objetos.ewbutton();
42  // this._PanelBusquedaSerie = new sage.ew.objetos.ewpanel();
43  // this.txtBuscar = new sage.ew.objetos.ewtextbox();
44  // this.lblBuscar = new sage.ew.objetos.ewlabel();
45  // this.ewPanelTitulo1 = new sage.ew.objetos.UserControls.ewPanelTitulo();
46  // this.btRestoBajas = new sage.ew.objetos.ewbutton();
47  // this._oPanelGrid = new sage.ew.objetos.ewpanel();
48  // this._oGridResumen = new sage.ew.objetos.ewgrid();
49  // this.Series = new System.Windows.Forms.DataGridViewTextBoxColumn();
50  // this.Cantidad = new System.Windows.Forms.DataGridViewTextBoxColumn();
51  // this._oManteGrid = new sage.ew.objetos.UserControls.Mantegrid();
52  // this._PanelResumen = new sage.ew.objetos.UserControls.ewPanelTitulo();
53  // this._oPanelFoto = new sage.ew.objetos.ewpanel();
54  // this._oPictureboxArticulo = new sage.ew.objetos.ewpicturebox();
55  // this._oPanelBotones = new sage.ew.objetos.ewpanel();
56  // this._oFlowBotones = new sage.ew.objetos.ewFlowLayoutPanel();
57  // ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).BeginInit();
58  // this._oFlowPpal.SuspendLayout();
59  // this._PanelArticulo.SuspendLayout();
60  // this._PanelAlmacen.SuspendLayout();
61  // this._PanelOperaciones.SuspendLayout();
62  // this._PanelBusquedaSerie.SuspendLayout();
63  // this.ewPanelTitulo1.SuspendLayout();
64  // this._oPanelGrid.SuspendLayout();
65  // ((System.ComponentModel.ISupportInitialize)(this._oGridResumen)).BeginInit();
66  // this._PanelResumen.SuspendLayout();
67  // this._oPanelFoto.SuspendLayout();
68  // ((System.ComponentModel.ISupportInitialize)(this._oPictureboxArticulo)).BeginInit();
69  // this._oPanelBotones.SuspendLayout();
70  // this.SuspendLayout();
71  // //
72  // // btDocCancelar1
73  // //
74  // this.btDocCancelar1.Location = new System.Drawing.Point(557, 607);
75  // this.btDocCancelar1.Size = new System.Drawing.Size(120, 44);
76  // this.btDocCancelar1.TabIndex = 2;
77  // this.btDocCancelar1.Click += new System.EventHandler(this.Evento_btDocCancelar1_Click);
78  // //
79  // // btSalir1
80  // //
81  // this.btSalir1.Location = new System.Drawing.Point(578, 607);
82  // this.btSalir1.Size = new System.Drawing.Size(99, 44);
83  // //
84  // // btDocAceptar1
85  // //
86  // this.btDocAceptar1.Location = new System.Drawing.Point(418, 607);
87  // this.btDocAceptar1.Size = new System.Drawing.Size(120, 44);
88  // this.btDocAceptar1.TabIndex = 1;
89  // this.btDocAceptar1.Click += new System.EventHandler(this.Evento_btDocAceptar1_Click);
90  // //
91  // // _oFlowPpal
92  // //
93  // this._oFlowPpal.AutoSize = true;
94  // this._oFlowPpal.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
95  // this._oFlowPpal.Controls.Add(this._PanelArticulo);
96  // this._oFlowPpal.Controls.Add(this._PanelAlmacen);
97  // this._oFlowPpal.Controls.Add(this._PanelOperaciones);
98  // this._oFlowPpal.Controls.Add(this._oPanelGrid);
99  // this._oFlowPpal.Controls.Add(this._oPanelBotones);
100  // this._oFlowPpal.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
101  // this._oFlowPpal.Location = new System.Drawing.Point(12, 12);
102  // this._oFlowPpal.Name = "_oFlowPpal";
103  // this._oFlowPpal.Size = new System.Drawing.Size(678, 650);
104  // this._oFlowPpal.TabIndex = 0;
105  // //
106  // // _PanelArticulo
107  // //
108  // this._PanelArticulo.AutoSize = true;
109  // this._PanelArticulo.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
110  // this._PanelArticulo.Controls.Add(this._otxtArticulo);
111  // this._PanelArticulo.Controls.Add(this.lblArticulo);
112  // this._PanelArticulo.Font = new System.Drawing.Font("Arial", 9.5F);
113  // this._PanelArticulo.Location = new System.Drawing.Point(3, 3);
114  // this._PanelArticulo.Name = "_PanelArticulo";
115  // this._PanelArticulo.Size = new System.Drawing.Size(648, 29);
116  // this._PanelArticulo.TabIndex = 0;
117  // //
118  // // _otxtArticulo
119  // //
120  // this._otxtArticulo._Alto_Despleg_Combo = 106;
121  // this._otxtArticulo._Ancho_Despleg_Combo = 197;
122  // this._otxtArticulo._Autoload_Mante_FirstValue = false;
123  // this._otxtArticulo._Browser_Titulo = "Listado de artículos";
124  // this._otxtArticulo._CaracterAncho = ' ';
125  // this._otxtArticulo._Consultar_Usuario_Seleccion_Multiple = true;
126  // this._otxtArticulo._Font = new System.Drawing.Font("Segoe UI", 9.5F);
127  // this._otxtArticulo._ListaTodosCodigos = ((System.Collections.Generic.List<string>)(resources.GetObject("_otxtArticulo._ListaTodosCodigos")));
128  // this._otxtArticulo._Mostrar_Mensaje = true;
129  // this._otxtArticulo._Tipo_Visual = sage.ew.txtbox.UserControls.ewtxtcodlabel._Tipos_Visuales.Estandar;
130  // this._otxtArticulo._Valor_Vacio = true;
131  // this._otxtArticulo.Font = new System.Drawing.Font("Segoe UI", 9.5F);
132  // this._otxtArticulo.Location = new System.Drawing.Point(142, 2);
133  // this._otxtArticulo.Margin = new System.Windows.Forms.Padding(2);
134  // this._otxtArticulo.Name = "_otxtArticulo";
135  // this._otxtArticulo.Size = new System.Drawing.Size(504, 25);
136  // this._otxtArticulo.TabIndex = 1;
137  // //
138  // // lblArticulo
139  // //
140  // this.lblArticulo.AutoSize = true;
141  // this.lblArticulo.Font = new System.Drawing.Font("Segoe UI", 9.5F);
142  // this.lblArticulo.Location = new System.Drawing.Point(14, 5);
143  // this.lblArticulo.Name = "lblArticulo";
144  // this.lblArticulo.Size = new System.Drawing.Size(55, 17);
145  // this.lblArticulo.TabIndex = 0;
146  // this.lblArticulo.Text = "Artículo:";
147  // //
148  // // _PanelAlmacen
149  // //
150  // this._PanelAlmacen.AutoSize = true;
151  // this._PanelAlmacen.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
152  // this._PanelAlmacen.Controls.Add(this._otxtAlmacen);
153  // this._PanelAlmacen.Controls.Add(this.lblAlmacen);
154  // this._PanelAlmacen.Font = new System.Drawing.Font("Arial", 9.5F);
155  // this._PanelAlmacen.Location = new System.Drawing.Point(3, 38);
156  // this._PanelAlmacen.Name = "_PanelAlmacen";
157  // this._PanelAlmacen.Size = new System.Drawing.Size(648, 29);
158  // this._PanelAlmacen.TabIndex = 1;
159  // //
160  // // _otxtAlmacen
161  // //
162  // this._otxtAlmacen._Alto_Despleg_Combo = 106;
163  // this._otxtAlmacen._Ancho_Despleg_Combo = 197;
164  // this._otxtAlmacen._Autoload_Mante_FirstValue = false;
165  // this._otxtAlmacen._CaracterAncho = ' ';
166  // this._otxtAlmacen._Consultar_Usuario_Seleccion_Multiple = true;
167  // this._otxtAlmacen._Delegacion = "";
168  // this._otxtAlmacen._Documento = null;
169  // this._otxtAlmacen._Font = new System.Drawing.Font("Segoe UI", 9.5F);
170  // this._otxtAlmacen._ListaTodosCodigos = ((System.Collections.Generic.List<string>)(resources.GetObject("_otxtAlmacen._ListaTodosCodigos")));
171  // this._otxtAlmacen._Mostrar_Mensaje = true;
172  // this._otxtAlmacen._Tipo_Visual = sage.ew.txtbox.UserControls.ewtxtcodlabel._Tipos_Visuales.Estandar;
173  // this._otxtAlmacen.Font = new System.Drawing.Font("Segoe UI", 9.5F);
174  // this._otxtAlmacen.Location = new System.Drawing.Point(142, 2);
175  // this._otxtAlmacen.Margin = new System.Windows.Forms.Padding(2);
176  // this._otxtAlmacen.Name = "_otxtAlmacen";
177  // this._otxtAlmacen.Size = new System.Drawing.Size(504, 25);
178  // this._otxtAlmacen.TabIndex = 1;
179  // //
180  // // lblAlmacen
181  // //
182  // this.lblAlmacen.AutoSize = true;
183  // this.lblAlmacen.Font = new System.Drawing.Font("Segoe UI", 9.5F);
184  // this.lblAlmacen.Location = new System.Drawing.Point(14, 6);
185  // this.lblAlmacen.Name = "lblAlmacen";
186  // this.lblAlmacen.Size = new System.Drawing.Size(60, 17);
187  // this.lblAlmacen.TabIndex = 0;
188  // this.lblAlmacen.Text = "Almacén:";
189  // //
190  // // _PanelOperaciones
191  // //
192  // this._PanelOperaciones.Controls.Add(this.btRestoAltas);
193  // this._PanelOperaciones.Controls.Add(this._PanelBusquedaSerie);
194  // this._PanelOperaciones.Controls.Add(this.ewPanelTitulo1);
195  // this._PanelOperaciones.Controls.Add(this.btRestoBajas);
196  // this._PanelOperaciones.Font = new System.Drawing.Font("Arial", 9.5F);
197  // this._PanelOperaciones.Location = new System.Drawing.Point(3, 73);
198  // this._PanelOperaciones.Name = "_PanelOperaciones";
199  // this._PanelOperaciones.Size = new System.Drawing.Size(662, 79);
200  // this._PanelOperaciones.TabIndex = 2;
201  // //
202  // // btRestoAltas
203  // //
204  // this.btRestoAltas._Tooltip = "";
205  // this.btRestoAltas.Font = new System.Drawing.Font("Arial", 9.5F);
206  // this.btRestoAltas.Location = new System.Drawing.Point(155, 29);
207  // this.btRestoAltas.Name = "btRestoAltas";
208  // this.btRestoAltas.Size = new System.Drawing.Size(125, 43);
209  // this.btRestoAltas.TabIndex = 2;
210  // this.btRestoAltas.Text = "Añadir resto series como ALTA";
211  // this.btRestoAltas.UseVisualStyleBackColor = true;
212  // this.btRestoAltas.Click += new System.EventHandler(this.BtRestoAltas_Click);
213  // //
214  // // _PanelBusquedaSerie
215  // //
216  // this._PanelBusquedaSerie.AutoSize = true;
217  // this._PanelBusquedaSerie.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
218  // this._PanelBusquedaSerie.Controls.Add(this.txtBuscar);
219  // this._PanelBusquedaSerie.Controls.Add(this.lblBuscar);
220  // this._PanelBusquedaSerie.Font = new System.Drawing.Font("Arial", 9.5F);
221  // this._PanelBusquedaSerie.Location = new System.Drawing.Point(306, 29);
222  // this._PanelBusquedaSerie.Name = "_PanelBusquedaSerie";
223  // this._PanelBusquedaSerie.Size = new System.Drawing.Size(342, 29);
224  // this._PanelBusquedaSerie.TabIndex = 3;
225  // //
226  // // txtBuscar
227  // //
228  // this.txtBuscar._CanChangeStyle = false;
229  // this.txtBuscar._NoMostrarTecladoTactil = false;
230  // this.txtBuscar._PasswordChar = '\0';
231  // this.txtBuscar._SoloNumeros = false;
232  // this.txtBuscar._Tactil_Teclat_Numeric = false;
233  // this.txtBuscar.Font = new System.Drawing.Font("Arial", 9.5F);
234  // this.txtBuscar.Location = new System.Drawing.Point(77, 4);
235  // this.txtBuscar.Name = "txtBuscar";
236  // this.txtBuscar.Size = new System.Drawing.Size(262, 22);
237  // this.txtBuscar.TabIndex = 1;
238  // //
239  // // lblBuscar
240  // //
241  // this.lblBuscar.AutoSize = true;
242  // this.lblBuscar.Font = new System.Drawing.Font("Segoe UI", 9.5F);
243  // this.lblBuscar.Location = new System.Drawing.Point(3, 6);
244  // this.lblBuscar.Name = "lblBuscar";
245  // this.lblBuscar.Size = new System.Drawing.Size(68, 17);
246  // this.lblBuscar.TabIndex = 0;
247  // this.lblBuscar.Text = "Leer serie:";
248  // //
249  // // ewPanelTitulo1
250  // //
251  // //
252  // // ewPanelTitulo1._Panel
253  // //
254  // this.ewPanelTitulo1._Panel.AllowDrop = true;
255  // this.ewPanelTitulo1._Panel.Dock = System.Windows.Forms.DockStyle.Fill;
256  // this.ewPanelTitulo1._Panel.Font = new System.Drawing.Font("Arial", 9.5F);
257  // this.ewPanelTitulo1._Panel.Location = new System.Drawing.Point(0, 0);
258  // this.ewPanelTitulo1._Panel.Margin = new System.Windows.Forms.Padding(4);
259  // this.ewPanelTitulo1._Panel.Name = "_Panel";
260  // this.ewPanelTitulo1._Panel.Size = new System.Drawing.Size(662, 26);
261  // this.ewPanelTitulo1._Panel.TabIndex = 1;
262  // this.ewPanelTitulo1._Titulo = "Opciones";
263  // this.ewPanelTitulo1.AllowDrop = true;
264  // this.ewPanelTitulo1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
265  // | System.Windows.Forms.AnchorStyles.Right)));
266  // this.ewPanelTitulo1.BackColor = System.Drawing.SystemColors.Control;
267  // this.ewPanelTitulo1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
268  // this.ewPanelTitulo1.Location = new System.Drawing.Point(0, 0);
269  // this.ewPanelTitulo1.Margin = new System.Windows.Forms.Padding(0);
270  // this.ewPanelTitulo1.Name = "ewPanelTitulo1";
271  // this.ewPanelTitulo1.Size = new System.Drawing.Size(662, 26);
272  // this.ewPanelTitulo1.TabIndex = 0;
273  // this.ewPanelTitulo1.TabStop = false;
274  // //
275  // // btRestoBajas
276  // //
277  // this.btRestoBajas._Tooltip = "";
278  // this.btRestoBajas.Font = new System.Drawing.Font("Arial", 9.5F);
279  // this.btRestoBajas.Location = new System.Drawing.Point(17, 29);
280  // this.btRestoBajas.Name = "btRestoBajas";
281  // this.btRestoBajas.Size = new System.Drawing.Size(132, 43);
282  // this.btRestoBajas.TabIndex = 1;
283  // this.btRestoBajas.Text = "Añadir resto series como BAJA";
284  // this.btRestoBajas.UseVisualStyleBackColor = true;
285  // this.btRestoBajas.Click += new System.EventHandler(this.BtRestoBajas_Click);
286  // //
287  // // _oPanelGrid
288  // //
289  // this._oPanelGrid.Controls.Add(this._oGridResumen);
290  // this._oPanelGrid.Controls.Add(this._oManteGrid);
291  // this._oPanelGrid.Controls.Add(this._PanelResumen);
292  // this._oPanelGrid.Controls.Add(this._oPanelFoto);
293  // this._oPanelGrid.Font = new System.Drawing.Font("Arial", 9.5F);
294  // this._oPanelGrid.Location = new System.Drawing.Point(3, 158);
295  // this._oPanelGrid.Name = "_oPanelGrid";
296  // this._oPanelGrid.Size = new System.Drawing.Size(662, 411);
297  // this._oPanelGrid.TabIndex = 2;
298  // //
299  // // _oGridResumen
300  // //
301  // this._oGridResumen._BackgroundColor = System.Drawing.SystemColors.Window;
302  // this._oGridResumen._ewGridScrollBars = sage.ew.objetos.ewgrid.ewGridScrollBars.Ninguna;
303  // this._oGridResumen.AllowUserToAddRows = false;
304  // this._oGridResumen.BackgroundColor = System.Drawing.SystemColors.Window;
305  // this._oGridResumen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
306  // this._oGridResumen.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
307  // this.Series,
308  // this.Cantidad});
309  // dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
310  // dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
311  // dataGridViewCellStyle1.Font = new System.Drawing.Font("Arial", 8.25F);
312  // dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
313  // dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
314  // dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
315  // dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
316  // this._oGridResumen.DefaultCellStyle = dataGridViewCellStyle1;
317  // this._oGridResumen.EnableHeadersVisualStyles = false;
318  // this._oGridResumen.Location = new System.Drawing.Point(446, 290);
319  // this._oGridResumen.Name = "_oGridResumen";
320  // this._oGridResumen.RowHeadersVisible = false;
321  // this._oGridResumen.ScrollBars = System.Windows.Forms.ScrollBars.None;
322  // this._oGridResumen.Size = new System.Drawing.Size(197, 100);
323  // this._oGridResumen.TabIndex = 3;
324  // this._oGridResumen.TabStop = false;
325  // //
326  // // Series
327  // //
328  // this.Series.HeaderText = "Series";
329  // this.Series.Name = "Series";
330  // //
331  // // Cantidad
332  // //
333  // this.Cantidad.HeaderText = "Cantidad";
334  // this.Cantidad.Name = "Cantidad";
335  // //
336  // // _oManteGrid
337  // //
338  // this._oManteGrid._Anadir_Location = new System.Drawing.Point(0, 0);
339  // this._oManteGrid._Anadir_Text = "Añadir";
340  // this._oManteGrid._Anadir_Tooltip = "";
341  // this._oManteGrid._Anadir_Visible = true;
342  // this._oManteGrid._Borrar_Location = new System.Drawing.Point(82, 221);
343  // this._oManteGrid._Borrar_Text = "Borrar";
344  // this._oManteGrid._Borrar_Tooltip = "";
345  // this._oManteGrid._Borrar_Visible = true;
346  // this._oManteGrid._CurrentCel = null;
347  // this._oManteGrid._Insertar_Text = "Insertar";
348  // this._oManteGrid._Insertar_Tooltip = "";
349  // this._oManteGrid._Insertar_Visible = false;
350  // this._oManteGrid._InsertarConIntro = true;
351  // this._oManteGrid._ManteTRel = null;
352  // this._oManteGrid._MostrarBrowMante = true;
353  // this._oManteGrid._ReadOnly = false;
354  // this._oManteGrid._RecuadroVisible = false;
355  // this._oManteGrid._Tactil = false;
356  // this._oManteGrid._Texto_Borrar_Registro = "";
357  // this._oManteGrid.Location = new System.Drawing.Point(17, 12);
358  // this._oManteGrid.Name = "_oManteGrid";
359  // this._oManteGrid.Size = new System.Drawing.Size(423, 386);
360  // this._oManteGrid.TabIndex = 0;
361  // //
362  // // _PanelResumen
363  // //
364  // //
365  // // _PanelResumen._Panel
366  // //
367  // this._PanelResumen._Panel.AllowDrop = true;
368  // this._PanelResumen._Panel.Dock = System.Windows.Forms.DockStyle.Fill;
369  // this._PanelResumen._Panel.Font = new System.Drawing.Font("Arial", 9.5F);
370  // this._PanelResumen._Panel.Location = new System.Drawing.Point(0, 0);
371  // this._PanelResumen._Panel.Margin = new System.Windows.Forms.Padding(4);
372  // this._PanelResumen._Panel.Name = "_Panel";
373  // this._PanelResumen._Panel.Size = new System.Drawing.Size(200, 23);
374  // this._PanelResumen._Panel.TabIndex = 1;
375  // this._PanelResumen._Titulo = "Resumen ";
376  // this._PanelResumen.AllowDrop = true;
377  // this._PanelResumen.BackColor = System.Drawing.SystemColors.Control;
378  // this._PanelResumen.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
379  // this._PanelResumen.Location = new System.Drawing.Point(446, 253);
380  // this._PanelResumen.Margin = new System.Windows.Forms.Padding(0);
381  // this._PanelResumen.Name = "_PanelResumen";
382  // this._PanelResumen.Size = new System.Drawing.Size(200, 23);
383  // this._PanelResumen.TabIndex = 2;
384  // this._PanelResumen.TabStop = false;
385  // //
386  // // _oPanelFoto
387  // //
388  // this._oPanelFoto.Controls.Add(this._oPictureboxArticulo);
389  // this._oPanelFoto.Font = new System.Drawing.Font("Arial", 9.5F);
390  // this._oPanelFoto.Location = new System.Drawing.Point(446, 45);
391  // this._oPanelFoto.Name = "_oPanelFoto";
392  // this._oPanelFoto.Size = new System.Drawing.Size(200, 183);
393  // this._oPanelFoto.TabIndex = 1;
394  // //
395  // // _oPictureboxArticulo
396  // //
397  // this._oPictureboxArticulo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
398  // this._oPictureboxArticulo.Dock = System.Windows.Forms.DockStyle.Fill;
399  // this._oPictureboxArticulo.Font = new System.Drawing.Font("Arial", 9.5F);
400  // this._oPictureboxArticulo.Location = new System.Drawing.Point(0, 0);
401  // this._oPictureboxArticulo.Name = "_oPictureboxArticulo";
402  // this._oPictureboxArticulo.Size = new System.Drawing.Size(200, 183);
403  // this._oPictureboxArticulo.TabIndex = 4;
404  // this._oPictureboxArticulo.TabStop = false;
405  // //
406  // // _oPanelBotones
407  // //
408  // this._oPanelBotones.Controls.Add(this._oFlowBotones);
409  // this._oPanelBotones.Font = new System.Drawing.Font("Arial", 9.5F);
410  // this._oPanelBotones.Location = new System.Drawing.Point(3, 575);
411  // this._oPanelBotones.Name = "_oPanelBotones";
412  // this._oPanelBotones.Padding = new System.Windows.Forms.Padding(0, 10, 0, 0);
413  // this._oPanelBotones.Size = new System.Drawing.Size(672, 72);
414  // this._oPanelBotones.TabIndex = 3;
415  // //
416  // // _oFlowBotones
417  // //
418  // this._oFlowBotones.AutoSize = true;
419  // this._oFlowBotones.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
420  // this._oFlowBotones.Dock = System.Windows.Forms.DockStyle.Right;
421  // this._oFlowBotones.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
422  // this._oFlowBotones.Location = new System.Drawing.Point(222, 10);
423  // this._oFlowBotones.MinimumSize = new System.Drawing.Size(450, 50);
424  // this._oFlowBotones.Name = "_oFlowBotones";
425  // this._oFlowBotones.Size = new System.Drawing.Size(450, 62);
426  // this._oFlowBotones.TabIndex = 0;
427  // //
428  // // frmInventarioSeries
429  // //
430  // this._MostrarAccesoFavoritos = false;
431  // this._MostrarCrearAccesoDirecto = false;
432  // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
433  // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
434  // this.ClientSize = new System.Drawing.Size(701, 670);
435  // this.Controls.Add(this._oFlowPpal);
436  // this.Name = "frmInventarioSeries";
437  // this.Text = "Inventario de series";
438  // this.Controls.SetChildIndex(this._oFlowPpal, 0);
439  // this.Controls.SetChildIndex(this.btDocAceptar1, 0);
440  // this.Controls.SetChildIndex(this.btDocCancelar1, 0);
441  // this.Controls.SetChildIndex(this.btSalir1, 0);
442  // ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).EndInit();
443  // this._oFlowPpal.ResumeLayout(false);
444  // this._oFlowPpal.PerformLayout();
445  // this._PanelArticulo.ResumeLayout(false);
446  // this._PanelArticulo.PerformLayout();
447  // this._PanelAlmacen.ResumeLayout(false);
448  // this._PanelAlmacen.PerformLayout();
449  // this._PanelOperaciones.ResumeLayout(false);
450  // this._PanelOperaciones.PerformLayout();
451  // this._PanelBusquedaSerie.ResumeLayout(false);
452  // this._PanelBusquedaSerie.PerformLayout();
453  // this.ewPanelTitulo1.ResumeLayout(false);
454  // this._oPanelGrid.ResumeLayout(false);
455  // ((System.ComponentModel.ISupportInitialize)(this._oGridResumen)).EndInit();
456  // this._PanelResumen.ResumeLayout(false);
457  // this._oPanelFoto.ResumeLayout(false);
458  // ((System.ComponentModel.ISupportInitialize)(this._oPictureboxArticulo)).EndInit();
459  // this._oPanelBotones.ResumeLayout(false);
460  // this._oPanelBotones.PerformLayout();
461  // this.ResumeLayout(false);
462  // this.PerformLayout();
463 
464  // }
465 
466  // #endregion
467 
468  // private objetos.ewFlowLayoutPanel _oFlowPpal;
469  // private objetos.ewpanel _PanelArticulo;
470  // private txtbox.UserControls.txtArticulo _otxtArticulo;
471  // private objetos.ewlabel lblArticulo;
472  // private objetos.ewpanel _oPanelGrid;
473  // private objetos.ewpanel _oPanelFoto;
474  // private objetos.ewpicturebox _oPictureboxArticulo;
475  // private objetos.ewpanel _PanelAlmacen;
476  // private txtbox.UserControls.txtAlmacen _otxtAlmacen;
477  // private objetos.ewlabel lblAlmacen;
478  // private objetos.ewpanel _PanelOperaciones;
479  // private objetos.ewpanel _PanelBusquedaSerie;
480  // private objetos.ewtextbox txtBuscar;
481  // private objetos.ewlabel lblBuscar;
482  // private objetos.UserControls.ewPanelTitulo ewPanelTitulo1;
483  // private objetos.ewbutton btRestoBajas;
484  // private objetos.UserControls.ewPanelTitulo _PanelResumen;
485  // private objetos.ewgrid _oGridResumen;
486  // private System.Windows.Forms.DataGridViewTextBoxColumn Series;
487  // private System.Windows.Forms.DataGridViewTextBoxColumn Cantidad;
488  // private objetos.ewFlowLayoutPanel _oFlowBotones;
489  // private objetos.ewpanel _oPanelBotones;
490  // private objetos.UserControls.Mantegrid _oManteGrid;
491  // private objetos.ewbutton btRestoAltas;
492  //}
493 }