frmSustitucionSerie.Designer.cs
1 namespace sage.ew.serie.Forms
2 {
3  partial class frmSustitucionSerie
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 
29  private void InitializeComponent()
30  {
31  this._oFlowPpal = new sage.ew.objetos.ewFlowLayoutPanel();
32  this._oPanelActual = new sage.ew.objetos.ewpanel();
33  this.lblActual = new sage.ew.objetos.ewlabel();
34  this.txtActual = new sage.ew.objetos.ewtextbox();
35  this._oPanelNueva = new sage.ew.objetos.ewpanel();
36  this.lblNueva = new sage.ew.objetos.ewlabel();
37  this.txtNueva = new sage.ew.objetos.ewtextbox();
38  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).BeginInit();
39  this._oFlowPpal.SuspendLayout();
40  this._oPanelActual.SuspendLayout();
41  this._oPanelNueva.SuspendLayout();
42  this.SuspendLayout();
43  //
44  // btDocCancelar1
45  //
46  this.btDocCancelar1.Location = new System.Drawing.Point(263, 99);
47  this.btDocCancelar1.Click += new System.EventHandler(this.btDocCancelar1_Click);
48  //
49  // btSalir1
50  //
51  this.btSalir1.Location = new System.Drawing.Point(285, 102);
52  this.btSalir1.Size = new System.Drawing.Size(99, 44);
53  //
54  // btDocAceptar1
55  //
56  this.btDocAceptar1.Location = new System.Drawing.Point(137, 99);
57  this.btDocAceptar1.Click += new System.EventHandler(this.btDocAceptar1_Click);
58  //
59  // _oFlowPpal
60  //
61  this._oFlowPpal.AutoSize = true;
62  this._oFlowPpal.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
63  this._oFlowPpal.Controls.Add(this._oPanelActual);
64  this._oFlowPpal.Controls.Add(this._oPanelNueva);
65  this._oFlowPpal.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
66  this._oFlowPpal.Location = new System.Drawing.Point(12, 12);
67  this._oFlowPpal.Name = "_oFlowPpal";
68  this._oFlowPpal.Size = new System.Drawing.Size(374, 79);
69  this._oFlowPpal.TabIndex = 3;
70  //
71  // _oPanelActual
72  //
73  this._oPanelActual.Controls.Add(this.lblActual);
74  this._oPanelActual.Controls.Add(this.txtActual);
75  this._oPanelActual.Font = new System.Drawing.Font("Arial", 9.5F);
76  this._oPanelActual.Location = new System.Drawing.Point(3, 3);
77  this._oPanelActual.Name = "_oPanelActual";
78  this._oPanelActual.Size = new System.Drawing.Size(368, 32);
79  this._oPanelActual.TabIndex = 0;
80  //
81  // lblActual
82  //
83  this.lblActual.AutoSize = true;
84  this.lblActual.Font = new System.Drawing.Font("Segoe UI", 9.5F);
85  this.lblActual.Location = new System.Drawing.Point(3, 7);
86  this.lblActual.Name = "lblActual";
87  this.lblActual.Size = new System.Drawing.Size(75, 17);
88  this.lblActual.TabIndex = 0;
89  this.lblActual.Text = "Serie actual";
90  //
91  // txtActual
92  //
93  this.txtActual._CanChangeStyle = false;
94  this.txtActual._NoMostrarTecladoTactil = false;
95  this.txtActual._PasswordChar = '\0';
96  this.txtActual._SoloNumeros = false;
97  this.txtActual._Tactil_Teclat_Numeric = false;
98  this.txtActual.Font = new System.Drawing.Font("Arial", 9.5F);
99  this.txtActual.Location = new System.Drawing.Point(92, 5);
100  this.txtActual.Name = "txtActual";
101  this.txtActual.Size = new System.Drawing.Size(273, 22);
102  this.txtActual.TabIndex = 1;
103  //
104  // _oPanelNueva
105  //
106  this._oPanelNueva.Controls.Add(this.lblNueva);
107  this._oPanelNueva.Controls.Add(this.txtNueva);
108  this._oPanelNueva.Font = new System.Drawing.Font("Arial", 9.5F);
109  this._oPanelNueva.Location = new System.Drawing.Point(3, 41);
110  this._oPanelNueva.Name = "_oPanelNueva";
111  this._oPanelNueva.Size = new System.Drawing.Size(368, 35);
112  this._oPanelNueva.TabIndex = 1;
113  //
114  // lblNueva
115  //
116  this.lblNueva.AutoSize = true;
117  this.lblNueva.Font = new System.Drawing.Font("Segoe UI", 9.5F);
118  this.lblNueva.Location = new System.Drawing.Point(4, 8);
119  this.lblNueva.Name = "lblNueva";
120  this.lblNueva.Size = new System.Drawing.Size(77, 17);
121  this.lblNueva.TabIndex = 1;
122  this.lblNueva.Text = "Nueva serie";
123  //
124  // txtNueva
125  //
126  this.txtNueva._CanChangeStyle = false;
127  this.txtNueva._NoMostrarTecladoTactil = false;
128  this.txtNueva._PasswordChar = '\0';
129  this.txtNueva._SoloNumeros = false;
130  this.txtNueva._Tactil_Teclat_Numeric = false;
131  this.txtNueva.Font = new System.Drawing.Font("Arial", 9.5F);
132  this.txtNueva.Location = new System.Drawing.Point(92, 6);
133  this.txtNueva.Name = "txtNueva";
134  this.txtNueva.Size = new System.Drawing.Size(273, 22);
135  this.txtNueva.TabIndex = 2;
136  //
137  // frmSustitucionSerie
138  //
139  this.AcceptButton = null;
140  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
141  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
142  this.ClientSize = new System.Drawing.Size(393, 155);
143  this.Controls.Add(this._oFlowPpal);
144  this.Name = "frmSustitucionSerie";
145  this.Text = "Cambio de serie";
146  this.Controls.SetChildIndex(this.btSalir1, 0);
147  this.Controls.SetChildIndex(this.btDocCancelar1, 0);
148  this.Controls.SetChildIndex(this.btDocAceptar1, 0);
149  this.Controls.SetChildIndex(this._oFlowPpal, 0);
150  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).EndInit();
151  this._oFlowPpal.ResumeLayout(false);
152  this._oPanelActual.ResumeLayout(false);
153  this._oPanelActual.PerformLayout();
154  this._oPanelNueva.ResumeLayout(false);
155  this._oPanelNueva.PerformLayout();
156  this.ResumeLayout(false);
157  this.PerformLayout();
158 
159  }
160 
161  #endregion
162 
163  private objetos.ewFlowLayoutPanel _oFlowPpal;
164  private objetos.ewpanel _oPanelActual;
165  private objetos.ewlabel lblActual;
166  private objetos.ewtextbox txtActual;
167  private objetos.ewpanel _oPanelNueva;
168  private objetos.ewlabel lblNueva;
169  private objetos.ewtextbox txtNueva;
170  }
171 }
Clase sage.ew.objetos.ewpanel
Clase sage.ew.objetos.ewlabel
Clase sage.ew.objetos.ewtextbox
PE-86287 : Clase ew para elementos de tipo FlowLayoutPanel
override void Dispose(bool disposing)
Clean up any resources being used.