frmDuplicarMante.Designer.cs
1 namespace sage.ew.formul.Forms
2 {
3  partial class frmDuplicarMante
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.components = new System.ComponentModel.Container();
32  System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDuplicarMante));
33  this.ewlabelTitulo = new sage.ew.objetos.ewlabel();
34  this.ewPanelOrigen = new sage.ew.objetos.UserControls.ewPanelTitulo();
35  this.lblCodigoOrigen = new sage.ew.objetos.ewlabel();
36  this.ewPanelDestino = new sage.ew.objetos.UserControls.ewPanelTitulo();
37  this.lblCodigoDestino = new sage.ew.objetos.ewlabel();
38  this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
39  this.ewlabelCodigoBlanco = new sage.ew.objetos.ewlabel();
40  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).BeginInit();
41  this.ewPanelOrigen._Panel.SuspendLayout();
42  this.ewPanelOrigen.SuspendLayout();
43  this.ewPanelDestino._Panel.SuspendLayout();
44  this.ewPanelDestino.SuspendLayout();
45  this.SuspendLayout();
46  //
47  // btDocCancelar1
48  //
49  this.btDocCancelar1._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
50  this.btDocCancelar1._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
51  this.btDocCancelar1.Image = ((System.Drawing.Image)(resources.GetObject("btDocCancelar1.Image")));
52  this.btDocCancelar1.Location = new System.Drawing.Point(578, 305);
53  //
54  // btSalir1
55  //
56  this.btSalir1._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
57  this.btSalir1._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
58  this.btSalir1.Enabled = false;
59  this.btSalir1.Image = ((System.Drawing.Image)(resources.GetObject("btSalir1.Image")));
60  this.btSalir1.Location = new System.Drawing.Point(345, 305);
61  this.btSalir1.Size = new System.Drawing.Size(99, 44);
62  //
63  // btDocAceptar1
64  //
65  this.btDocAceptar1._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
66  this.btDocAceptar1._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
67  this.btDocAceptar1.DialogResult = System.Windows.Forms.DialogResult.None;
68  this.btDocAceptar1.Image = ((System.Drawing.Image)(resources.GetObject("btDocAceptar1.Image")));
69  this.btDocAceptar1.Location = new System.Drawing.Point(450, 305);
70  this.btDocAceptar1.Click += new System.EventHandler(this.btDocAceptar1_Click);
71  //
72  // ewlabelTitulo
73  //
74  this.ewlabelTitulo._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
75  this.ewlabelTitulo.Font = new System.Drawing.Font("Segoe UI", 9.5F);
76  this.ewlabelTitulo.Location = new System.Drawing.Point(16, 19);
77  this.ewlabelTitulo.Name = "ewlabelTitulo";
78  this.ewlabelTitulo.Size = new System.Drawing.Size(672, 47);
79  this.ewlabelTitulo.TabIndex = 10;
80  this.ewlabelTitulo.Text = "Este proceso creará un nuevo mantenimiento con las mismas caracteristicas manteni" +
81  "miento origen.";
82  //
83  // ewPanelOrigen
84  //
85  //
86  // ewPanelOrigen._Panel
87  //
88  this.ewPanelOrigen._Panel.AllowDrop = true;
89  this.ewPanelOrigen._Panel.Anchor = System.Windows.Forms.AnchorStyles.Left;
90  this.ewPanelOrigen._Panel.Controls.Add(this.lblCodigoOrigen);
91  this.ewPanelOrigen._Panel.Font = new System.Drawing.Font("Arial", 9.5F);
92  this.ewPanelOrigen._Panel.Location = new System.Drawing.Point(0, 0);
93  this.ewPanelOrigen._Panel.Margin = new System.Windows.Forms.Padding(4);
94  this.ewPanelOrigen._Panel.Name = "_Panel";
95  this.ewPanelOrigen._Panel.Size = new System.Drawing.Size(690, 80);
96  this.ewPanelOrigen._Panel.TabIndex = 11;
97  this.ewPanelOrigen._Titulo = "Código origen";
98  this.ewPanelOrigen.AllowDrop = true;
99  this.ewPanelOrigen.Anchor = System.Windows.Forms.AnchorStyles.Left;
100  this.ewPanelOrigen.BackColor = System.Drawing.SystemColors.Control;
101  this.ewPanelOrigen.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
102  this.ewPanelOrigen.Location = new System.Drawing.Point(12, 90);
103  this.ewPanelOrigen.Margin = new System.Windows.Forms.Padding(0);
104  this.ewPanelOrigen.Name = "ewPanelOrigen";
105  this.ewPanelOrigen.Size = new System.Drawing.Size(690, 80);
106  this.ewPanelOrigen.TabIndex = 6;
107  //
108  // lblCodigoOrigen
109  //
110  this.lblCodigoOrigen._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
111  this.lblCodigoOrigen.Anchor = System.Windows.Forms.AnchorStyles.Left;
112  this.lblCodigoOrigen.AutoSize = true;
113  this.lblCodigoOrigen.Font = new System.Drawing.Font("Segoe UI", 9.5F);
114  this.lblCodigoOrigen.Location = new System.Drawing.Point(25, 41);
115  this.lblCodigoOrigen.Name = "lblCodigoOrigen";
116  this.lblCodigoOrigen.Size = new System.Drawing.Size(54, 17);
117  this.lblCodigoOrigen.TabIndex = 5;
118  this.lblCodigoOrigen.Text = "Código:";
119  //
120  // ewPanelDestino
121  //
122  //
123  // ewPanelDestino._Panel
124  //
125  this.ewPanelDestino._Panel.Controls.Add(this.lblCodigoDestino);
126  this.ewPanelDestino._Panel.Location = new System.Drawing.Point(0, 0);
127  this.ewPanelDestino._Panel.Name = "_Panel";
128  this.ewPanelDestino._Panel.Size = new System.Drawing.Size(690, 108);
129  this.ewPanelDestino._Panel.TabIndex = 12;
130  this.ewPanelDestino._Titulo = "Código destino";
131  this.ewPanelDestino.AllowDrop = true;
132  this.ewPanelDestino.Anchor = System.Windows.Forms.AnchorStyles.Left;
133  this.ewPanelDestino.BackColor = System.Drawing.SystemColors.Control;
134  this.ewPanelDestino.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
135  this.ewPanelDestino.Location = new System.Drawing.Point(12, 174);
136  this.ewPanelDestino.Margin = new System.Windows.Forms.Padding(0);
137  this.ewPanelDestino.Name = "ewPanelDestino";
138  this.ewPanelDestino.Size = new System.Drawing.Size(690, 80);
139  this.ewPanelDestino.TabIndex = 10;
140  //
141  // lblCodigoDestino
142  //
143  this.lblCodigoDestino._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
144  this.lblCodigoDestino.Anchor = System.Windows.Forms.AnchorStyles.Left;
145  this.lblCodigoDestino.AutoSize = true;
146  this.lblCodigoDestino.Font = new System.Drawing.Font("Segoe UI", 9.5F);
147  this.lblCodigoDestino.Location = new System.Drawing.Point(25, 56);
148  this.lblCodigoDestino.Name = "lblCodigoDestino";
149  this.lblCodigoDestino.Size = new System.Drawing.Size(54, 17);
150  this.lblCodigoDestino.TabIndex = 8;
151  this.lblCodigoDestino.Text = "Código:";
152  //
153  // contextMenuStrip1
154  //
155  this.contextMenuStrip1.Name = "contextMenuStrip1";
156  this.contextMenuStrip1.Size = new System.Drawing.Size(61, 4);
157  //
158  // ewlabelCodigoBlanco
159  //
160  this.ewlabelCodigoBlanco._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
161  this.ewlabelCodigoBlanco.Font = new System.Drawing.Font("Segoe UI", 9.5F);
162  this.ewlabelCodigoBlanco.Location = new System.Drawing.Point(14, 261);
163  this.ewlabelCodigoBlanco.Name = "ewlabelCodigoBlanco";
164  this.ewlabelCodigoBlanco.Size = new System.Drawing.Size(672, 22);
165  this.ewlabelCodigoBlanco.TabIndex = 12;
166  this.ewlabelCodigoBlanco.Text = "En el caso de dejar el código destino en blanco, al aceptar, se le asignará códig" +
167  "o automático.";
168  //
169  // frmDuplicarMante
170  //
171  this._MostrarAccesoFavoritos = false;
172  this._MostrarCrearAccesoDirecto = false;
173  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
174  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
175  this.ClientSize = new System.Drawing.Size(700, 358);
176  this.Controls.Add(this.ewlabelCodigoBlanco);
177  this.Controls.Add(this.ewPanelOrigen);
178  this.Controls.Add(this.ewPanelDestino);
179  this.Controls.Add(this.ewlabelTitulo);
180  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
181  this.Name = "frmDuplicarMante";
182  this.Text = "Duplicar ";
183  this.Controls.SetChildIndex(this.btSalir1, 0);
184  this.Controls.SetChildIndex(this.btDocCancelar1, 0);
185  this.Controls.SetChildIndex(this.btDocAceptar1, 0);
186  this.Controls.SetChildIndex(this.ewlabelTitulo, 0);
187  this.Controls.SetChildIndex(this.ewPanelDestino, 0);
188  this.Controls.SetChildIndex(this.ewPanelOrigen, 0);
189  this.Controls.SetChildIndex(this.ewlabelCodigoBlanco, 0);
190  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).EndInit();
191  this.ewPanelOrigen._Panel.ResumeLayout(false);
192  this.ewPanelOrigen._Panel.PerformLayout();
193  this.ewPanelOrigen.ResumeLayout(false);
194  this.ewPanelDestino._Panel.ResumeLayout(false);
195  this.ewPanelDestino._Panel.PerformLayout();
196  this.ewPanelDestino.ResumeLayout(false);
197  this.ResumeLayout(false);
198 
199  }
200 
201  #endregion
202 
203  private objetos.ewlabel lblCodigoOrigen;
204  private objetos.UserControls.ewPanelTitulo ewPanelOrigen;
205  private objetos.UserControls.ewPanelTitulo ewPanelDestino;
206  private objetos.ewlabel lblCodigoDestino;
207  private objetos.ewlabel ewlabelTitulo;
208  private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
209  private objetos.ewlabel ewlabelCodigoBlanco;
210  }
211 }
Formulario para la petición de parámetros para duplicar mantenimientos
Clase sage.ew.objetos.ewlabel
override void Dispose(bool disposing)
Clean up any resources being used.
Control de usuario siemple para un panel con título