DatosRegistroEncadenamiento.Designer.cs
1 namespace sage.addons.factucert.Visual.UserControls
2 {
3  partial class DatosRegistroEncadenamiento
4  {
8  private System.ComponentModel.IContainer components = null;
9 
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing)
17  {
18  if (components != null)
19  components.Dispose();
20  }
21  base.Dispose(disposing);
22  }
23 
24  #region Código generado por el Diseñador de componentes
25 
30  private void InitializeComponent()
31  {
32  this.ewpanelFactura = new sage.ew.objetos.ewpanel();
33  this.txtTipoRegistro = new sage.ew.objetos.ewtextbox();
34  this.ewlabelFactura = new sage.ew.objetos.ewlabel();
35  this.ewtablelayoutpanelFactura = new sage.ew.objetos.ewtablelayoutpanel();
36  this.txtFactura = new sage.ew.objetos.UserControls.txtNumFraMultiDoc();
37  this.ewpanelBorrador = new sage.ew.objetos.ewpanel();
38  this.txtFechaRegistro = new sage.ew.objetos.ewtextbox();
39  this.ewlabelBorrador = new sage.ew.objetos.ewlabel();
40  this.ewpanelFechaExpedicion = new sage.ew.objetos.ewpanel();
41  this.btVerDocumento = new sage.ew.objetos.ewbutton();
42  this.ewlblFechaExpedición = new sage.ew.objetos.ewlabel();
43  this.ewPanelTituloDocumento = new sage.ew.objetos.UserControls.ewPanelTitulo();
44  this.tableLayoutPanelDatos = new System.Windows.Forms.TableLayoutPanel();
45  this.ewpanel3 = new sage.ew.objetos.ewpanel();
46  this.txtFechaRegistroPost = new sage.ew.objetos.ewtextbox();
47  this.ewlabel3 = new sage.ew.objetos.ewlabel();
48  this.ewpanel2 = new sage.ew.objetos.ewpanel();
49  this.btVerDocumentoPost = new sage.ew.objetos.ewbutton();
50  this.ewlabel2 = new sage.ew.objetos.ewlabel();
51  this.ewtablelayoutpanel1 = new sage.ew.objetos.ewtablelayoutpanel();
52  this.txtFacturaPost = new sage.ew.objetos.UserControls.txtNumFraMultiDoc();
53  this.ewpanel1 = new sage.ew.objetos.ewpanel();
54  this.txtTipoRegistroPost = new sage.ew.objetos.ewtextbox();
55  this.ewlabel1 = new sage.ew.objetos.ewlabel();
56  this.ewPanelTituloRegitrosCertificacion = new sage.ew.objetos.UserControls.ewPanelTitulo();
57  this._Panel = new sage.ew.objetos.ewpanel();
58  this.ewpanelFactura.SuspendLayout();
59  this.ewtablelayoutpanelFactura.SuspendLayout();
60  this.ewpanelBorrador.SuspendLayout();
61  this.ewpanelFechaExpedicion.SuspendLayout();
62  this.ewPanelTituloDocumento.SuspendLayout();
63  this.tableLayoutPanelDatos.SuspendLayout();
64  this.ewpanel3.SuspendLayout();
65  this.ewpanel2.SuspendLayout();
66  this.ewtablelayoutpanel1.SuspendLayout();
67  this.ewpanel1.SuspendLayout();
68  this.ewPanelTituloRegitrosCertificacion.SuspendLayout();
69  this.SuspendLayout();
70  //
71  // ewpanelFactura
72  //
73  this.ewpanelFactura.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
74  | System.Windows.Forms.AnchorStyles.Right)));
75  this.ewpanelFactura.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
76  this.ewpanelFactura.Controls.Add(this.txtTipoRegistro);
77  this.ewpanelFactura.Controls.Add(this.ewlabelFactura);
78  this.ewpanelFactura.Font = new System.Drawing.Font("Segoe UI", 9.5F);
79  this.ewpanelFactura.Location = new System.Drawing.Point(7, 39);
80  this.ewpanelFactura.Margin = new System.Windows.Forms.Padding(0);
81  this.ewpanelFactura.Name = "ewpanelFactura";
82  this.ewpanelFactura.Size = new System.Drawing.Size(564, 30);
83  this.ewpanelFactura.TabIndex = 1;
84  //
85  // txtTipoRegistro
86  //
87  this.txtTipoRegistro._CanChangeStyle = false;
88  this.txtTipoRegistro._DescripcionError = "";
89  this.txtTipoRegistro._DescripcionOpcional = null;
90  this.txtTipoRegistro._EditMode = false;
91  this.txtTipoRegistro._ErrorValidation = false;
92  this.txtTipoRegistro._EsOpcionalConfigUser = false;
93  this.txtTipoRegistro._NoMostrarTecladoTactil = false;
94  this.txtTipoRegistro._PasswordChar = '\0';
95  this.txtTipoRegistro._PermitirConfigUser = true;
96  this.txtTipoRegistro._PropiedadesDeEstilos._ColorBorder = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(132)))), ((int)(((byte)(148)))));
97  this.txtTipoRegistro._PropiedadesDeEstilos._ColorBorderError = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(56)))), ((int)(((byte)(79)))));
98  this.txtTipoRegistro._PropiedadesDeEstilos._ColorBorderFocus = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
99  this.txtTipoRegistro._SoloNumeros = false;
100  this.txtTipoRegistro._Tactil_Teclat_Numeric = false;
101  this.txtTipoRegistro._Tooltip = "";
102  this.txtTipoRegistro._UsuarioPermiteConfigUser = false;
103  this.txtTipoRegistro.Font = new System.Drawing.Font("Arial", 9.5F);
104  this.txtTipoRegistro.Location = new System.Drawing.Point(173, 5);
105  this.txtTipoRegistro.Name = "txtTipoRegistro";
106  this.txtTipoRegistro.ReadOnly = true;
107  this.txtTipoRegistro.Size = new System.Drawing.Size(183, 22);
108  this.txtTipoRegistro.TabIndex = 3;
109  //
110  // ewlabelFactura
111  //
112  this.ewlabelFactura._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
113  this.ewlabelFactura.AutoSize = true;
114  this.ewlabelFactura.Font = new System.Drawing.Font("Segoe UI", 9.5F);
115  this.ewlabelFactura.Location = new System.Drawing.Point(10, 7);
116  this.ewlabelFactura.Name = "ewlabelFactura";
117  this.ewlabelFactura.Size = new System.Drawing.Size(106, 17);
118  this.ewlabelFactura.TabIndex = 0;
119  this.ewlabelFactura.Text = "Tipo de registro:";
120  //
121  // ewtablelayoutpanelFactura
122  //
123  this.ewtablelayoutpanelFactura.ColumnCount = 2;
124  this.ewtablelayoutpanelFactura.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
125  this.ewtablelayoutpanelFactura.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 106F));
126  this.ewtablelayoutpanelFactura.Controls.Add(this.txtFactura, 0, 0);
127  this.ewtablelayoutpanelFactura.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
128  this.ewtablelayoutpanelFactura.Location = new System.Drawing.Point(170, 2);
129  this.ewtablelayoutpanelFactura.Margin = new System.Windows.Forms.Padding(0);
130  this.ewtablelayoutpanelFactura.Name = "ewtablelayoutpanelFactura";
131  this.ewtablelayoutpanelFactura.RowCount = 1;
132  this.ewtablelayoutpanelFactura.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
133  this.ewtablelayoutpanelFactura.Size = new System.Drawing.Size(214, 29);
134  this.ewtablelayoutpanelFactura.TabIndex = 34;
135  //
136  // txtFactura
137  //
138  this.txtFactura._Factura = " ";
139  this.txtFactura._Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
140  this.txtFactura._Letra = "";
141  this.txtFactura._ModoCompras = false;
142  this.txtFactura._ModoRectificativaVentas = false;
143  this.txtFactura._Numero = "";
144  this.txtFactura._ReadOnly = true;
145  this.txtFactura._Valor_Vacio = false;
146  this.txtFactura.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
147  this.txtFactura.Location = new System.Drawing.Point(0, 0);
148  this.txtFactura.Margin = new System.Windows.Forms.Padding(0);
149  this.txtFactura.MinimumSize = new System.Drawing.Size(0, 28);
150  this.txtFactura.Name = "txtFactura";
151  this.txtFactura.RightToLeft = System.Windows.Forms.RightToLeft.No;
152  this.txtFactura.Size = new System.Drawing.Size(191, 28);
153  this.txtFactura.TabIndex = 0;
154  //
155  // ewpanelBorrador
156  //
157  this.ewpanelBorrador.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
158  | System.Windows.Forms.AnchorStyles.Right)));
159  this.ewpanelBorrador.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
160  this.ewpanelBorrador.Controls.Add(this.txtFechaRegistro);
161  this.ewpanelBorrador.Controls.Add(this.ewlabelBorrador);
162  this.ewpanelBorrador.Font = new System.Drawing.Font("Segoe UI", 9.5F);
163  this.ewpanelBorrador.Location = new System.Drawing.Point(7, 103);
164  this.ewpanelBorrador.Margin = new System.Windows.Forms.Padding(0);
165  this.ewpanelBorrador.Name = "ewpanelBorrador";
166  this.ewpanelBorrador.Size = new System.Drawing.Size(564, 30);
167  this.ewpanelBorrador.TabIndex = 3;
168  //
169  // txtFechaRegistro
170  //
171  this.txtFechaRegistro._CanChangeStyle = false;
172  this.txtFechaRegistro._DescripcionError = "";
173  this.txtFechaRegistro._DescripcionOpcional = null;
174  this.txtFechaRegistro._EditMode = false;
175  this.txtFechaRegistro._ErrorValidation = false;
176  this.txtFechaRegistro._EsOpcionalConfigUser = false;
177  this.txtFechaRegistro._NoMostrarTecladoTactil = false;
178  this.txtFechaRegistro._PasswordChar = '\0';
179  this.txtFechaRegistro._PermitirConfigUser = true;
180  this.txtFechaRegistro._PropiedadesDeEstilos._ColorBorder = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(132)))), ((int)(((byte)(148)))));
181  this.txtFechaRegistro._PropiedadesDeEstilos._ColorBorderError = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(56)))), ((int)(((byte)(79)))));
182  this.txtFechaRegistro._PropiedadesDeEstilos._ColorBorderFocus = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
183  this.txtFechaRegistro._SoloNumeros = false;
184  this.txtFechaRegistro._Tactil_Teclat_Numeric = false;
185  this.txtFechaRegistro._Tooltip = "";
186  this.txtFechaRegistro._UsuarioPermiteConfigUser = false;
187  this.txtFechaRegistro.Font = new System.Drawing.Font("Arial", 9.5F);
188  this.txtFechaRegistro.Location = new System.Drawing.Point(173, 5);
189  this.txtFechaRegistro.Name = "txtFechaRegistro";
190  this.txtFechaRegistro.ReadOnly = true;
191  this.txtFechaRegistro.Size = new System.Drawing.Size(183, 22);
192  this.txtFechaRegistro.TabIndex = 4;
193  //
194  // ewlabelBorrador
195  //
196  this.ewlabelBorrador._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
197  this.ewlabelBorrador.AutoSize = true;
198  this.ewlabelBorrador.Font = new System.Drawing.Font("Segoe UI", 9.5F);
199  this.ewlabelBorrador.Location = new System.Drawing.Point(10, 7);
200  this.ewlabelBorrador.Name = "ewlabelBorrador";
201  this.ewlabelBorrador.Size = new System.Drawing.Size(113, 17);
202  this.ewlabelBorrador.TabIndex = 0;
203  this.ewlabelBorrador.Text = "Fecha de registro:";
204  //
205  // ewpanelFechaExpedicion
206  //
207  this.ewpanelFechaExpedicion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
208  | System.Windows.Forms.AnchorStyles.Right)));
209  this.ewpanelFechaExpedicion.Controls.Add(this.btVerDocumento);
210  this.ewpanelFechaExpedicion.Controls.Add(this.ewlblFechaExpedición);
211  this.ewpanelFechaExpedicion.Controls.Add(this.ewtablelayoutpanelFactura);
212  this.ewpanelFechaExpedicion.Font = new System.Drawing.Font("Segoe UI", 9.5F);
213  this.ewpanelFechaExpedicion.Location = new System.Drawing.Point(7, 71);
214  this.ewpanelFechaExpedicion.Margin = new System.Windows.Forms.Padding(0);
215  this.ewpanelFechaExpedicion.Name = "ewpanelFechaExpedicion";
216  this.ewpanelFechaExpedicion.Size = new System.Drawing.Size(564, 30);
217  this.ewpanelFechaExpedicion.TabIndex = 2;
218  //
219  // btVerDocumento
220  //
221  this.btVerDocumento._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
222  this.btVerDocumento._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
223  this.btVerDocumento._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
224  this.btVerDocumento._Tooltip = "";
225  this.btVerDocumento.Font = new System.Drawing.Font("Segoe UI", 9.5F);
226  this.btVerDocumento.Location = new System.Drawing.Point(361, 0);
227  this.btVerDocumento.Name = "btVerDocumento";
228  this.btVerDocumento.Size = new System.Drawing.Size(147, 31);
229  this.btVerDocumento.TabIndex = 35;
230  this.btVerDocumento.Text = "Ver documento";
231  this.btVerDocumento.UseVisualStyleBackColor = true;
232  this.btVerDocumento.Click += new System.EventHandler(this.btVerDocumento_Click);
233  //
234  // ewlblFechaExpedición
235  //
236  this.ewlblFechaExpedición._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
237  this.ewlblFechaExpedición.AutoSize = true;
238  this.ewlblFechaExpedición.Font = new System.Drawing.Font("Segoe UI", 9.5F);
239  this.ewlblFechaExpedición.Location = new System.Drawing.Point(10, 6);
240  this.ewlblFechaExpedición.Name = "ewlblFechaExpedición";
241  this.ewlblFechaExpedición.Size = new System.Drawing.Size(148, 17);
242  this.ewlblFechaExpedición.TabIndex = 0;
243  this.ewlblFechaExpedición.Text = "Número de documento:";
244  //
245  // ewPanelTituloDocumento
246  //
247  //
248  // ewPanelTituloDocumento._Panel
249  //
250  this.ewPanelTituloDocumento._Panel.Location = new System.Drawing.Point(0, 0);
251  this.ewPanelTituloDocumento._Panel.Name = "_Panel";
252  this.ewPanelTituloDocumento._Panel.Size = new System.Drawing.Size(200, 626);
253  this.ewPanelTituloDocumento._Panel.TabIndex = 1;
254  this.ewPanelTituloDocumento._Titulo = "Documento anterior";
255  this.ewPanelTituloDocumento.AllowDrop = true;
256  this.ewPanelTituloDocumento.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
257  | System.Windows.Forms.AnchorStyles.Right)));
258  this.ewPanelTituloDocumento.BackColor = System.Drawing.SystemColors.Control;
259  this.ewPanelTituloDocumento.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
260  this.ewPanelTituloDocumento.Location = new System.Drawing.Point(7, 7);
261  this.ewPanelTituloDocumento.Margin = new System.Windows.Forms.Padding(0);
262  this.ewPanelTituloDocumento.Name = "ewPanelTituloDocumento";
263  this.ewPanelTituloDocumento.Size = new System.Drawing.Size(564, 29);
264  this.ewPanelTituloDocumento.TabIndex = 26;
265  this.ewPanelTituloDocumento.TabStop = false;
266  //
267  // tableLayoutPanelDatos
268  //
269  this.tableLayoutPanelDatos.ColumnCount = 1;
270  this.tableLayoutPanelDatos.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
271  this.tableLayoutPanelDatos.Controls.Add(this.ewpanel3, 0, 7);
272  this.tableLayoutPanelDatos.Controls.Add(this.ewpanel2, 0, 6);
273  this.tableLayoutPanelDatos.Controls.Add(this.ewpanel1, 0, 5);
274  this.tableLayoutPanelDatos.Controls.Add(this.ewPanelTituloDocumento, 0, 0);
275  this.tableLayoutPanelDatos.Controls.Add(this.ewpanelFechaExpedicion, 0, 2);
276  this.tableLayoutPanelDatos.Controls.Add(this.ewpanelBorrador, 0, 3);
277  this.tableLayoutPanelDatos.Controls.Add(this.ewpanelFactura, 0, 1);
278  this.tableLayoutPanelDatos.Controls.Add(this.ewPanelTituloRegitrosCertificacion, 0, 4);
279  this.tableLayoutPanelDatos.Dock = System.Windows.Forms.DockStyle.Fill;
280  this.tableLayoutPanelDatos.Location = new System.Drawing.Point(0, 0);
281  this.tableLayoutPanelDatos.Name = "tableLayoutPanelDatos";
282  this.tableLayoutPanelDatos.Padding = new System.Windows.Forms.Padding(7, 7, 10, 0);
283  this.tableLayoutPanelDatos.RowCount = 8;
284  this.tableLayoutPanelDatos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
285  this.tableLayoutPanelDatos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
286  this.tableLayoutPanelDatos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
287  this.tableLayoutPanelDatos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 48F));
288  this.tableLayoutPanelDatos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
289  this.tableLayoutPanelDatos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
290  this.tableLayoutPanelDatos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
291  this.tableLayoutPanelDatos.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
292  this.tableLayoutPanelDatos.Size = new System.Drawing.Size(581, 625);
293  this.tableLayoutPanelDatos.TabIndex = 1;
294  //
295  // ewpanel3
296  //
297  this.ewpanel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
298  | System.Windows.Forms.AnchorStyles.Right)));
299  this.ewpanel3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
300  this.ewpanel3.Controls.Add(this.txtFechaRegistroPost);
301  this.ewpanel3.Controls.Add(this.ewlabel3);
302  this.ewpanel3.Font = new System.Drawing.Font("Segoe UI", 9.5F);
303  this.ewpanel3.Location = new System.Drawing.Point(7, 247);
304  this.ewpanel3.Margin = new System.Windows.Forms.Padding(0);
305  this.ewpanel3.Name = "ewpanel3";
306  this.ewpanel3.Size = new System.Drawing.Size(564, 30);
307  this.ewpanel3.TabIndex = 5;
308  //
309  // txtFechaRegistroPost
310  //
311  this.txtFechaRegistroPost._CanChangeStyle = false;
312  this.txtFechaRegistroPost._DescripcionError = "";
313  this.txtFechaRegistroPost._DescripcionOpcional = null;
314  this.txtFechaRegistroPost._EditMode = false;
315  this.txtFechaRegistroPost._ErrorValidation = false;
316  this.txtFechaRegistroPost._EsOpcionalConfigUser = false;
317  this.txtFechaRegistroPost._NoMostrarTecladoTactil = false;
318  this.txtFechaRegistroPost._PasswordChar = '\0';
319  this.txtFechaRegistroPost._PermitirConfigUser = true;
320  this.txtFechaRegistroPost._PropiedadesDeEstilos._ColorBorder = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(132)))), ((int)(((byte)(148)))));
321  this.txtFechaRegistroPost._PropiedadesDeEstilos._ColorBorderError = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(56)))), ((int)(((byte)(79)))));
322  this.txtFechaRegistroPost._PropiedadesDeEstilos._ColorBorderFocus = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
323  this.txtFechaRegistroPost._SoloNumeros = false;
324  this.txtFechaRegistroPost._Tactil_Teclat_Numeric = false;
325  this.txtFechaRegistroPost._Tooltip = "";
326  this.txtFechaRegistroPost._UsuarioPermiteConfigUser = false;
327  this.txtFechaRegistroPost.Font = new System.Drawing.Font("Arial", 9.5F);
328  this.txtFechaRegistroPost.Location = new System.Drawing.Point(173, 5);
329  this.txtFechaRegistroPost.Name = "txtFechaRegistroPost";
330  this.txtFechaRegistroPost.ReadOnly = true;
331  this.txtFechaRegistroPost.Size = new System.Drawing.Size(183, 22);
332  this.txtFechaRegistroPost.TabIndex = 4;
333  //
334  // ewlabel3
335  //
336  this.ewlabel3._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
337  this.ewlabel3.AutoSize = true;
338  this.ewlabel3.Font = new System.Drawing.Font("Segoe UI", 9.5F);
339  this.ewlabel3.Location = new System.Drawing.Point(10, 7);
340  this.ewlabel3.Name = "ewlabel3";
341  this.ewlabel3.Size = new System.Drawing.Size(113, 17);
342  this.ewlabel3.TabIndex = 0;
343  this.ewlabel3.Text = "Fecha de registro:";
344  //
345  // ewpanel2
346  //
347  this.ewpanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
348  | System.Windows.Forms.AnchorStyles.Right)));
349  this.ewpanel2.Controls.Add(this.btVerDocumentoPost);
350  this.ewpanel2.Controls.Add(this.ewlabel2);
351  this.ewpanel2.Controls.Add(this.ewtablelayoutpanel1);
352  this.ewpanel2.Font = new System.Drawing.Font("Segoe UI", 9.5F);
353  this.ewpanel2.Location = new System.Drawing.Point(7, 215);
354  this.ewpanel2.Margin = new System.Windows.Forms.Padding(0);
355  this.ewpanel2.Name = "ewpanel2";
356  this.ewpanel2.Size = new System.Drawing.Size(564, 30);
357  this.ewpanel2.TabIndex = 35;
358  //
359  // btVerDocumentoPost
360  //
361  this.btVerDocumentoPost._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
362  this.btVerDocumentoPost._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
363  this.btVerDocumentoPost._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
364  this.btVerDocumentoPost._Tooltip = "";
365  this.btVerDocumentoPost.Font = new System.Drawing.Font("Segoe UI", 9.5F);
366  this.btVerDocumentoPost.Location = new System.Drawing.Point(361, 1);
367  this.btVerDocumentoPost.Name = "btVerDocumentoPost";
368  this.btVerDocumentoPost.Size = new System.Drawing.Size(147, 31);
369  this.btVerDocumentoPost.TabIndex = 36;
370  this.btVerDocumentoPost.Text = "Ver documento";
371  this.btVerDocumentoPost.UseVisualStyleBackColor = true;
372  this.btVerDocumentoPost.Click += new System.EventHandler(this.btVerDocumentoPost_Click);
373  //
374  // ewlabel2
375  //
376  this.ewlabel2._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
377  this.ewlabel2.AutoSize = true;
378  this.ewlabel2.Font = new System.Drawing.Font("Segoe UI", 9.5F);
379  this.ewlabel2.Location = new System.Drawing.Point(10, 6);
380  this.ewlabel2.Name = "ewlabel2";
381  this.ewlabel2.Size = new System.Drawing.Size(148, 17);
382  this.ewlabel2.TabIndex = 0;
383  this.ewlabel2.Text = "Número de documento:";
384  //
385  // ewtablelayoutpanel1
386  //
387  this.ewtablelayoutpanel1.ColumnCount = 2;
388  this.ewtablelayoutpanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
389  this.ewtablelayoutpanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 106F));
390  this.ewtablelayoutpanel1.Controls.Add(this.txtFacturaPost, 0, 0);
391  this.ewtablelayoutpanel1.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
392  this.ewtablelayoutpanel1.Location = new System.Drawing.Point(170, 2);
393  this.ewtablelayoutpanel1.Margin = new System.Windows.Forms.Padding(0);
394  this.ewtablelayoutpanel1.Name = "ewtablelayoutpanel1";
395  this.ewtablelayoutpanel1.RowCount = 1;
396  this.ewtablelayoutpanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
397  this.ewtablelayoutpanel1.Size = new System.Drawing.Size(199, 29);
398  this.ewtablelayoutpanel1.TabIndex = 34;
399  //
400  // txtFacturaPost
401  //
402  this.txtFacturaPost._Factura = " ";
403  this.txtFacturaPost._Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
404  this.txtFacturaPost._Letra = "";
405  this.txtFacturaPost._ModoCompras = false;
406  this.txtFacturaPost._ModoRectificativaVentas = false;
407  this.txtFacturaPost._Numero = "";
408  this.txtFacturaPost._ReadOnly = true;
409  this.txtFacturaPost._Valor_Vacio = false;
410  this.txtFacturaPost.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
411  this.txtFacturaPost.Location = new System.Drawing.Point(0, 0);
412  this.txtFacturaPost.Margin = new System.Windows.Forms.Padding(0);
413  this.txtFacturaPost.MinimumSize = new System.Drawing.Size(0, 28);
414  this.txtFacturaPost.Name = "txtFacturaPost";
415  this.txtFacturaPost.RightToLeft = System.Windows.Forms.RightToLeft.No;
416  this.txtFacturaPost.Size = new System.Drawing.Size(191, 28);
417  this.txtFacturaPost.TabIndex = 0;
418  //
419  // ewpanel1
420  //
421  this.ewpanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
422  | System.Windows.Forms.AnchorStyles.Right)));
423  this.ewpanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
424  this.ewpanel1.Controls.Add(this.txtTipoRegistroPost);
425  this.ewpanel1.Controls.Add(this.ewlabel1);
426  this.ewpanel1.Font = new System.Drawing.Font("Segoe UI", 9.5F);
427  this.ewpanel1.Location = new System.Drawing.Point(7, 183);
428  this.ewpanel1.Margin = new System.Windows.Forms.Padding(0);
429  this.ewpanel1.Name = "ewpanel1";
430  this.ewpanel1.Size = new System.Drawing.Size(564, 30);
431  this.ewpanel1.TabIndex = 4;
432  //
433  // txtTipoRegistroPost
434  //
435  this.txtTipoRegistroPost._CanChangeStyle = false;
436  this.txtTipoRegistroPost._DescripcionError = "";
437  this.txtTipoRegistroPost._DescripcionOpcional = null;
438  this.txtTipoRegistroPost._EditMode = false;
439  this.txtTipoRegistroPost._ErrorValidation = false;
440  this.txtTipoRegistroPost._EsOpcionalConfigUser = false;
441  this.txtTipoRegistroPost._NoMostrarTecladoTactil = false;
442  this.txtTipoRegistroPost._PasswordChar = '\0';
443  this.txtTipoRegistroPost._PermitirConfigUser = true;
444  this.txtTipoRegistroPost._PropiedadesDeEstilos._ColorBorder = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(132)))), ((int)(((byte)(148)))));
445  this.txtTipoRegistroPost._PropiedadesDeEstilos._ColorBorderError = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(56)))), ((int)(((byte)(79)))));
446  this.txtTipoRegistroPost._PropiedadesDeEstilos._ColorBorderFocus = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
447  this.txtTipoRegistroPost._SoloNumeros = false;
448  this.txtTipoRegistroPost._Tactil_Teclat_Numeric = false;
449  this.txtTipoRegistroPost._Tooltip = "";
450  this.txtTipoRegistroPost._UsuarioPermiteConfigUser = false;
451  this.txtTipoRegistroPost.Font = new System.Drawing.Font("Arial", 9.5F);
452  this.txtTipoRegistroPost.Location = new System.Drawing.Point(173, 5);
453  this.txtTipoRegistroPost.Name = "txtTipoRegistroPost";
454  this.txtTipoRegistroPost.ReadOnly = true;
455  this.txtTipoRegistroPost.Size = new System.Drawing.Size(183, 22);
456  this.txtTipoRegistroPost.TabIndex = 3;
457  //
458  // ewlabel1
459  //
460  this.ewlabel1._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
461  this.ewlabel1.AutoSize = true;
462  this.ewlabel1.Font = new System.Drawing.Font("Segoe UI", 9.5F);
463  this.ewlabel1.Location = new System.Drawing.Point(10, 7);
464  this.ewlabel1.Name = "ewlabel1";
465  this.ewlabel1.Size = new System.Drawing.Size(106, 17);
466  this.ewlabel1.TabIndex = 0;
467  this.ewlabel1.Text = "Tipo de registro:";
468  //
469  // ewPanelTituloRegitrosCertificacion
470  //
471  //
472  // ewPanelTituloRegitrosCertificacion._Panel
473  //
474  this.ewPanelTituloRegitrosCertificacion._Panel.Location = new System.Drawing.Point(0, 0);
475  this.ewPanelTituloRegitrosCertificacion._Panel.Name = "_Panel";
476  this.ewPanelTituloRegitrosCertificacion._Panel.Size = new System.Drawing.Size(200, 626);
477  this.ewPanelTituloRegitrosCertificacion._Panel.TabIndex = 1;
478  this.ewPanelTituloRegitrosCertificacion._Titulo = "Documento posterior";
479  this.ewPanelTituloRegitrosCertificacion.AllowDrop = true;
480  this.ewPanelTituloRegitrosCertificacion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
481  | System.Windows.Forms.AnchorStyles.Right)));
482  this.ewPanelTituloRegitrosCertificacion.BackColor = System.Drawing.SystemColors.Control;
483  this.ewPanelTituloRegitrosCertificacion.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
484  this.ewPanelTituloRegitrosCertificacion.Location = new System.Drawing.Point(7, 151);
485  this.ewPanelTituloRegitrosCertificacion.Margin = new System.Windows.Forms.Padding(0);
486  this.ewPanelTituloRegitrosCertificacion.Name = "ewPanelTituloRegitrosCertificacion";
487  this.ewPanelTituloRegitrosCertificacion.Size = new System.Drawing.Size(564, 29);
488  this.ewPanelTituloRegitrosCertificacion.TabIndex = 25;
489  this.ewPanelTituloRegitrosCertificacion.TabStop = false;
490  //
491  // _Panel
492  //
493  this._Panel.Font = new System.Drawing.Font("Segoe UI", 9.5F);
494  this._Panel.Location = new System.Drawing.Point(0, 0);
495  this._Panel.Name = "_Panel";
496  this._Panel.Size = new System.Drawing.Size(200, 434);
497  this._Panel.TabIndex = 1;
498  //
499  // DatosRegistroEncadenamiento
500  //
501  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
502  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
503  this.Controls.Add(this.tableLayoutPanelDatos);
504  this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
505  this.Name = "DatosRegistroEncadenamiento";
506  this.Size = new System.Drawing.Size(581, 625);
507  this.ewpanelFactura.ResumeLayout(false);
508  this.ewpanelFactura.PerformLayout();
509  this.ewtablelayoutpanelFactura.ResumeLayout(false);
510  this.ewpanelBorrador.ResumeLayout(false);
511  this.ewpanelBorrador.PerformLayout();
512  this.ewpanelFechaExpedicion.ResumeLayout(false);
513  this.ewpanelFechaExpedicion.PerformLayout();
514  this.ewPanelTituloDocumento.ResumeLayout(false);
515  this.tableLayoutPanelDatos.ResumeLayout(false);
516  this.ewpanel3.ResumeLayout(false);
517  this.ewpanel3.PerformLayout();
518  this.ewpanel2.ResumeLayout(false);
519  this.ewpanel2.PerformLayout();
520  this.ewtablelayoutpanel1.ResumeLayout(false);
521  this.ewpanel1.ResumeLayout(false);
522  this.ewpanel1.PerformLayout();
523  this.ewPanelTituloRegitrosCertificacion.ResumeLayout(false);
524  this.ResumeLayout(false);
525 
526  }
527 
528  #endregion
529  private ew.objetos.ewpanel ewpanelFactura;
530  private ew.objetos.ewtablelayoutpanel ewtablelayoutpanelFactura;
531  private ew.objetos.UserControls.txtNumFraMultiDoc txtFactura;
532  private ew.objetos.ewlabel ewlabelFactura;
533  private ew.objetos.ewpanel ewpanelBorrador;
534  private ew.objetos.ewpanel ewpanelFechaExpedicion;
535  private ew.objetos.ewtextbox txtTipoRegistro;
536  private ew.objetos.ewlabel ewlblFechaExpedición;
537  private ew.objetos.UserControls.ewPanelTitulo ewPanelTituloDocumento;
538  private System.Windows.Forms.TableLayoutPanel tableLayoutPanelDatos;
539  private ew.objetos.ewtextbox txtFechaRegistro;
540  private ew.objetos.ewlabel ewlabelBorrador;
541  private ew.objetos.UserControls.ewPanelTitulo ewPanelTituloRegitrosCertificacion;
542  private ew.objetos.ewpanel _Panel;
543  private ew.objetos.ewpanel ewpanel1;
544  private ew.objetos.ewtextbox txtTipoRegistroPost;
545  private ew.objetos.ewlabel ewlabel1;
546  private ew.objetos.ewpanel ewpanel2;
547  private ew.objetos.ewlabel ewlabel2;
548  private ew.objetos.ewtablelayoutpanel ewtablelayoutpanel1;
549  private ew.objetos.UserControls.txtNumFraMultiDoc txtFacturaPost;
550  private ew.objetos.ewpanel ewpanel3;
551  private ew.objetos.ewtextbox txtFechaRegistroPost;
552  private ew.objetos.ewlabel ewlabel3;
553  private ew.objetos.ewbutton btVerDocumento;
554  private ew.objetos.ewbutton btVerDocumentoPost;
555  }
556 }
Control para números de factura. Solo operaciones de control de formato.
Clase sage.ew.objetos.ewpanel
override void Dispose(bool disposing)
Limpiar los recursos que se estén usando.
Clase sage.ew.objetos.ewlabel
Clase sage.ew.objetos.ewtextbox
PE-83541 : Clase sage.ew.objetos.ewtablelayoutpanel
Base para los botones de Eurowin
Control de usuario siemple para un panel con título