frmTraspasoLotes.Designer.cs
1 namespace sage.ew.lote.Forms
2 {
3  partial class frmTraspasoLotes
4  {
8  private System.ComponentModel.IContainer components = null;
9 
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  private void InitializeComponent()
26  {
27  this.components = new System.ComponentModel.Container();
28  System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
29  this.ewRecuadro1 = new sage.ew.objetos.ewRecuadro();
30  this.ewtbArticulo = new sage.ew.objetos.ewtextbox();
31  this.ewlabel1 = new sage.ew.objetos.ewlabel();
32  this.ewlabel4 = new sage.ew.objetos.ewlabel();
33  this.ewcbSelectAll = new sage.ew.objetos.ewcheckbox();
34  this.ewtbDefinicion = new sage.ew.objetos.ewtextbox();
35  this.ewgridResultados = new sage.ew.objetos.ewgrid();
36  this.ewlabel2 = new sage.ew.objetos.ewlabel();
37  this.ewtbTotalTraspaso = new sage.ew.objetos.ewtextbox();
38  this.ewtbTotalSeleccion = new sage.ew.objetos.ewtextbox();
39  this.ewlabel3 = new sage.ew.objetos.ewlabel();
40  this.ctMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
41  this.tsmSelectAll = new System.Windows.Forms.ToolStripMenuItem();
42  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).BeginInit();
43  this.ewRecuadro1.SuspendLayout();
44  ((System.ComponentModel.ISupportInitialize)(this.ewgridResultados)).BeginInit();
45  this.ctMenuStrip.SuspendLayout();
46  this.SuspendLayout();
47  //
48  // btDocCancelar1
49  //
50  this.btDocCancelar1.Location = new System.Drawing.Point(878, 676);
51  this.btDocCancelar1.Click += new System.EventHandler(this.btDocCancelar1_Click);
52  //
53  // btSalir1
54  //
55  this.btSalir1.Location = new System.Drawing.Point(182, 220);
56  this.btSalir1.Size = new System.Drawing.Size(99, 44);
57  //
58  // btDocAceptar1
59  //
60  this.btDocAceptar1.Location = new System.Drawing.Point(753, 676);
61  this.btDocAceptar1.Click += new System.EventHandler(this.btDocAceptar1_Click);
62  //
63  // ewRecuadro1
64  //
65  this.ewRecuadro1.Controls.Add(this.ewtbArticulo);
66  this.ewRecuadro1.Controls.Add(this.ewlabel1);
67  this.ewRecuadro1.Controls.Add(this.ewlabel4);
68  this.ewRecuadro1.Controls.Add(this.ewcbSelectAll);
69  this.ewRecuadro1.Controls.Add(this.ewtbDefinicion);
70  this.ewRecuadro1.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
71  this.ewRecuadro1.Location = new System.Drawing.Point(12, 5);
72  this.ewRecuadro1.Name = "ewRecuadro1";
73  this.ewRecuadro1.Size = new System.Drawing.Size(984, 65);
74  this.ewRecuadro1.TabIndex = 4;
75  this.ewRecuadro1.TabStop = false;
76  this.ewRecuadro1.Text = "Datos del artículo";
77  //
78  // ewtbArticulo
79  //
80  this.ewtbArticulo._CanChangeStyle = false;
81  this.ewtbArticulo._NoMostrarTecladoTactil = false;
82  this.ewtbArticulo._PasswordChar = '\0';
83  this.ewtbArticulo._SoloNumeros = false;
84  this.ewtbArticulo._Tactil_Teclat_Numeric = false;
85  this.ewtbArticulo.Font = new System.Drawing.Font("Arial", 9.5F);
86  this.ewtbArticulo.Location = new System.Drawing.Point(82, 28);
87  this.ewtbArticulo.Name = "ewtbArticulo";
88  this.ewtbArticulo.ReadOnly = true;
89  this.ewtbArticulo.Size = new System.Drawing.Size(162, 22);
90  this.ewtbArticulo.TabIndex = 15;
91  //
92  // ewlabel1
93  //
94  this.ewlabel1.AutoSize = true;
95  this.ewlabel1.Font = new System.Drawing.Font("Arial", 9.5F);
96  this.ewlabel1.Location = new System.Drawing.Point(250, 31);
97  this.ewlabel1.Name = "ewlabel1";
98  this.ewlabel1.Size = new System.Drawing.Size(72, 16);
99  this.ewlabel1.TabIndex = 14;
100  this.ewlabel1.Text = "Definición :";
101  //
102  // ewlabel4
103  //
104  this.ewlabel4.AutoSize = true;
105  this.ewlabel4.Font = new System.Drawing.Font("Arial", 9.5F);
106  this.ewlabel4.Location = new System.Drawing.Point(16, 31);
107  this.ewlabel4.Name = "ewlabel4";
108  this.ewlabel4.Size = new System.Drawing.Size(60, 16);
109  this.ewlabel4.TabIndex = 10;
110  this.ewlabel4.Text = "Artículo :";
111  //
112  // ewcbSelectAll
113  //
114  this.ewcbSelectAll._GuardarEnSettings = false;
115  this.ewcbSelectAll._OpcionConfiguracion = "";
116  this.ewcbSelectAll.Anchor = System.Windows.Forms.AnchorStyles.Right;
117  this.ewcbSelectAll.Appearance = System.Windows.Forms.Appearance.Button;
118  this.ewcbSelectAll.AutoSize = true;
119  this.ewcbSelectAll.Font = new System.Drawing.Font("Arial", 9.5F);
120  this.ewcbSelectAll.Location = new System.Drawing.Point(863, 31);
121  this.ewcbSelectAll.Name = "ewcbSelectAll";
122  this.ewcbSelectAll.Size = new System.Drawing.Size(115, 26);
123  this.ewcbSelectAll.TabIndex = 7;
124  this.ewcbSelectAll.Text = "Seleccionar todo";
125  this.ewcbSelectAll.UseVisualStyleBackColor = true;
126  this.ewcbSelectAll.Visible = false;
127  this.ewcbSelectAll.CheckedChanged += new System.EventHandler(this.ewcheckbox2_CheckedChanged);
128  //
129  // ewtbDefinicion
130  //
131  this.ewtbDefinicion._CanChangeStyle = false;
132  this.ewtbDefinicion._NoMostrarTecladoTactil = false;
133  this.ewtbDefinicion._PasswordChar = '\0';
134  this.ewtbDefinicion._SoloNumeros = false;
135  this.ewtbDefinicion._Tactil_Teclat_Numeric = false;
136  this.ewtbDefinicion.Font = new System.Drawing.Font("Arial", 9.5F);
137  this.ewtbDefinicion.Location = new System.Drawing.Point(328, 28);
138  this.ewtbDefinicion.Name = "ewtbDefinicion";
139  this.ewtbDefinicion.ReadOnly = true;
140  this.ewtbDefinicion.Size = new System.Drawing.Size(634, 22);
141  this.ewtbDefinicion.TabIndex = 16;
142  //
143  // ewgridResultados
144  //
145  this.ewgridResultados.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
146  dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
147  dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
148  dataGridViewCellStyle1.Font = new System.Drawing.Font("Arial", 8.25F);
149  dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
150  dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
151  dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
152  dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
153  this.ewgridResultados.DefaultCellStyle = dataGridViewCellStyle1;
154  this.ewgridResultados.Font = new System.Drawing.Font("Arial", 9.5F);
155  this.ewgridResultados.Location = new System.Drawing.Point(12, 76);
156  this.ewgridResultados.Name = "ewgridResultados";
157  this.ewgridResultados.Size = new System.Drawing.Size(984, 578);
158  this.ewgridResultados.TabIndex = 5;
159  //
160  // ewlabel2
161  //
162  this.ewlabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
163  this.ewlabel2.AutoSize = true;
164  this.ewlabel2.Font = new System.Drawing.Font("Arial", 9.5F);
165  this.ewlabel2.Location = new System.Drawing.Point(12, 666);
166  this.ewlabel2.Name = "ewlabel2";
167  this.ewlabel2.Size = new System.Drawing.Size(139, 16);
168  this.ewlabel2.TabIndex = 6;
169  this.ewlabel2.Text = "Unidades a traspasar :";
170  //
171  // ewtbTotalTraspaso
172  //
173  this.ewtbTotalTraspaso._CanChangeStyle = false;
174  this.ewtbTotalTraspaso._NoMostrarTecladoTactil = false;
175  this.ewtbTotalTraspaso._PasswordChar = '\0';
176  this.ewtbTotalTraspaso._SoloNumeros = false;
177  this.ewtbTotalTraspaso._Tactil_Teclat_Numeric = false;
178  this.ewtbTotalTraspaso.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
179  this.ewtbTotalTraspaso.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
180  this.ewtbTotalTraspaso.Location = new System.Drawing.Point(15, 685);
181  this.ewtbTotalTraspaso.Multiline = true;
182  this.ewtbTotalTraspaso.Name = "ewtbTotalTraspaso";
183  this.ewtbTotalTraspaso.ReadOnly = true;
184  this.ewtbTotalTraspaso.Size = new System.Drawing.Size(157, 33);
185  this.ewtbTotalTraspaso.TabIndex = 7;
186  //
187  // ewtbTotalSeleccion
188  //
189  this.ewtbTotalSeleccion._CanChangeStyle = false;
190  this.ewtbTotalSeleccion._NoMostrarTecladoTactil = false;
191  this.ewtbTotalSeleccion._PasswordChar = '\0';
192  this.ewtbTotalSeleccion._SoloNumeros = false;
193  this.ewtbTotalSeleccion._Tactil_Teclat_Numeric = false;
194  this.ewtbTotalSeleccion.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
195  this.ewtbTotalSeleccion.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
196  this.ewtbTotalSeleccion.Location = new System.Drawing.Point(204, 685);
197  this.ewtbTotalSeleccion.Multiline = true;
198  this.ewtbTotalSeleccion.Name = "ewtbTotalSeleccion";
199  this.ewtbTotalSeleccion.ReadOnly = true;
200  this.ewtbTotalSeleccion.Size = new System.Drawing.Size(157, 33);
201  this.ewtbTotalSeleccion.TabIndex = 9;
202  //
203  // ewlabel3
204  //
205  this.ewlabel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
206  this.ewlabel3.AutoSize = true;
207  this.ewlabel3.Font = new System.Drawing.Font("Arial", 9.5F);
208  this.ewlabel3.Location = new System.Drawing.Point(201, 666);
209  this.ewlabel3.Name = "ewlabel3";
210  this.ewlabel3.Size = new System.Drawing.Size(157, 16);
211  this.ewlabel3.TabIndex = 8;
212  this.ewlabel3.Text = "Unidades seleccionadas :";
213  //
214  // ctMenuStrip
215  //
216  this.ctMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
217  this.tsmSelectAll});
218  this.ctMenuStrip.Name = "ctMenuStrip";
219  this.ctMenuStrip.Size = new System.Drawing.Size(217, 26);
220  //
221  // tsmSelectAll
222  //
223  this.tsmSelectAll.Name = "tsmSelectAll";
224  this.tsmSelectAll.Size = new System.Drawing.Size(216, 22);
225  this.tsmSelectAll.Text = "Seleccionar todas las líneas";
226  //
227  // frmTraspasoLotes
228  //
229  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
230  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
231  this.ClientSize = new System.Drawing.Size(1008, 730);
232  this.Controls.Add(this.ewtbTotalSeleccion);
233  this.Controls.Add(this.ewlabel3);
234  this.Controls.Add(this.ewtbTotalTraspaso);
235  this.Controls.Add(this.ewlabel2);
236  this.Controls.Add(this.ewgridResultados);
237  this.Controls.Add(this.ewRecuadro1);
238  this.MaximumSize = new System.Drawing.Size(1024, 768);
239  this.MinimumSize = new System.Drawing.Size(1024, 768);
240  this.Name = "frmTraspasoLotes";
241  this.Text = "Traspaso de partidas";
242  this.Controls.SetChildIndex(this.btSalir1, 0);
243  this.Controls.SetChildIndex(this.ewRecuadro1, 0);
244  this.Controls.SetChildIndex(this.ewgridResultados, 0);
245  this.Controls.SetChildIndex(this.ewlabel2, 0);
246  this.Controls.SetChildIndex(this.ewtbTotalTraspaso, 0);
247  this.Controls.SetChildIndex(this.ewlabel3, 0);
248  this.Controls.SetChildIndex(this.ewtbTotalSeleccion, 0);
249  this.Controls.SetChildIndex(this.btDocAceptar1, 0);
250  this.Controls.SetChildIndex(this.btDocCancelar1, 0);
251  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).EndInit();
252  this.ewRecuadro1.ResumeLayout(false);
253  this.ewRecuadro1.PerformLayout();
254  ((System.ComponentModel.ISupportInitialize)(this.ewgridResultados)).EndInit();
255  this.ctMenuStrip.ResumeLayout(false);
256  this.ResumeLayout(false);
257  this.PerformLayout();
258 
259  }
260 
261  #endregion
262 
263  private objetos.ewRecuadro ewRecuadro1;
264  private objetos.ewcheckbox ewcbSelectAll;
265  private objetos.ewgrid ewgridResultados;
266  private objetos.ewlabel ewlabel2;
267  private objetos.ewtextbox ewtbTotalTraspaso;
268  private objetos.ewtextbox ewtbTotalSeleccion;
269  private objetos.ewlabel ewlabel3;
270  private objetos.ewlabel ewlabel4;
271  private System.Windows.Forms.ContextMenuStrip ctMenuStrip;
272  private System.Windows.Forms.ToolStripMenuItem tsmSelectAll;
273  private objetos.ewtextbox ewtbDefinicion;
274  private objetos.ewtextbox ewtbArticulo;
275  private objetos.ewlabel ewlabel1;
276  }
277 }
Clase sage.ew.objetos.ewcheckbox
override void Dispose(bool disposing)
Clean up any resources being used.
Clase sage.ew.objetos.ewlabel
Clase sage.ew.objetos.ewtextbox
Clase del objeto grid para Sage50
Definition: grid.cs:31
Recuadro visual (PE-66757)