frmNuevoMante.designer.cs
1 namespace sage.addons.components.Forms
2 {
3  partial class frmNuevoMante
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.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("ToolStripButton");
33  System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("ToolStripComboBox");
34  System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("ToolStripDropDownButton");
35  System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("ToolStripLabel");
36  System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("ToolStripProgressBar");
37  System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("ToolStripSeparator");
38  System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("ToolStripSplitButton");
39  System.Windows.Forms.TreeNode treeNode8 = new System.Windows.Forms.TreeNode("ToolStripTextBox");
40  System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmNuevoMante));
41  this.buttonAceptar = new System.Windows.Forms.Button();
42  this.buttonCancelar = new System.Windows.Forms.Button();
43  this.propertygridPropiedades = new System.Windows.Forms.PropertyGrid();
44  this.contextMenuStripNuevaTabla = new System.Windows.Forms.ContextMenuStrip(this.components);
45  this.toolStripMenuItemNuevaTablaRestablecer = new System.Windows.Forms.ToolStripMenuItem();
46  this.tabControlPagines = new System.Windows.Forms.TabControl();
47  this.tpGeneral = new System.Windows.Forms.TabPage();
48  this.buttonManteTRelBorrar = new System.Windows.Forms.Button();
49  this.buttonManteTRelAnadir = new System.Windows.Forms.Button();
50  this.dataGridViewManteTRel = new System.Windows.Forms.DataGridView();
51  this.panelMantenimiento = new System.Windows.Forms.Panel();
52  this.btToolStripMantenimientos = new sage.ew.botones.UserControls.btToolStripMantenimientos();
53  this.panel3 = new System.Windows.Forms.Panel();
54  this.labelDetalles = new System.Windows.Forms.Label();
55  this.textBoxNombre = new System.Windows.Forms.TextBox();
56  this.textBoxCodigo = new System.Windows.Forms.TextBox();
57  this.labelTitolMante = new System.Windows.Forms.Label();
58  this.labelNombre = new System.Windows.Forms.Label();
59  this.labelCodigo = new System.Windows.Forms.Label();
60  this.buttonBorrarCampoTabla = new System.Windows.Forms.Button();
61  this.labelVistaPrevia = new System.Windows.Forms.Label();
62  this.labelObejtoCabecera = new System.Windows.Forms.Label();
63  this.comboboxCampos = new System.Windows.Forms.ComboBox();
64  this.splitContainerDisseny = new System.Windows.Forms.SplitContainer();
65  this.splitContainer1 = new System.Windows.Forms.SplitContainer();
66  this.splitContainerTaules = new System.Windows.Forms.SplitContainer();
67  this.panelToolStripItems = new System.Windows.Forms.Panel();
68  this.treeViewToolStripItems = new System.Windows.Forms.TreeView();
69  this.imageListToolStripItems = new System.Windows.Forms.ImageList(this.components);
70  this.label1 = new System.Windows.Forms.Label();
71  this.panel1 = new System.Windows.Forms.Panel();
72  this.buttonAddToolStripItem = new System.Windows.Forms.Button();
73  this.panelCampos = new System.Windows.Forms.Panel();
74  this.labelTabla = new System.Windows.Forms.Label();
75  this.buttonAgregarCampo = new System.Windows.Forms.Button();
76  this.buttonNuevaTabla = new System.Windows.Forms.Button();
77  this.comboboxTablasMantes = new System.Windows.Forms.ComboBox();
78  this.buttonAddCampoTabla = new System.Windows.Forms.Button();
79  this.labelCampos = new System.Windows.Forms.Label();
80  this.listboxCampos = new System.Windows.Forms.ListBox();
81  this.contextMenuStripNuevaTabla.SuspendLayout();
82  this.tabControlPagines.SuspendLayout();
83  this.tpGeneral.SuspendLayout();
84  ((System.ComponentModel.ISupportInitialize)(this.dataGridViewManteTRel)).BeginInit();
85  this.panelMantenimiento.SuspendLayout();
86  ((System.ComponentModel.ISupportInitialize)(this.splitContainerDisseny)).BeginInit();
87  this.splitContainerDisseny.Panel1.SuspendLayout();
88  this.splitContainerDisseny.Panel2.SuspendLayout();
89  this.splitContainerDisseny.SuspendLayout();
90  ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
91  this.splitContainer1.Panel1.SuspendLayout();
92  this.splitContainer1.Panel2.SuspendLayout();
93  this.splitContainer1.SuspendLayout();
94  ((System.ComponentModel.ISupportInitialize)(this.splitContainerTaules)).BeginInit();
95  this.splitContainerTaules.Panel1.SuspendLayout();
96  this.splitContainerTaules.SuspendLayout();
97  this.panelToolStripItems.SuspendLayout();
98  this.panel1.SuspendLayout();
99  this.panelCampos.SuspendLayout();
100  this.SuspendLayout();
101  //
102  // buttonAceptar
103  //
104  this.buttonAceptar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
105  this.buttonAceptar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(169)))), ((int)(((byte)(64)))));
106  this.buttonAceptar.DialogResult = System.Windows.Forms.DialogResult.Cancel;
107  this.buttonAceptar.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(169)))), ((int)(((byte)(64)))));
108  this.buttonAceptar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
109  this.buttonAceptar.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
110  this.buttonAceptar.ForeColor = System.Drawing.Color.White;
111  this.buttonAceptar.Location = new System.Drawing.Point(873, 618);
112  this.buttonAceptar.Name = "buttonAceptar";
113  this.buttonAceptar.Size = new System.Drawing.Size(92, 29);
114  this.buttonAceptar.TabIndex = 13;
115  this.buttonAceptar.Text = "&Aceptar";
116  this.buttonAceptar.UseVisualStyleBackColor = false;
117  this.buttonAceptar.Click += new System.EventHandler(this.buttonAceptar_Click);
118  //
119  // buttonCancelar
120  //
121  this.buttonCancelar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
122  this.buttonCancelar.BackColor = System.Drawing.Color.Gainsboro;
123  this.buttonCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel;
124  this.buttonCancelar.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
125  this.buttonCancelar.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
126  this.buttonCancelar.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
127  this.buttonCancelar.Location = new System.Drawing.Point(971, 618);
128  this.buttonCancelar.Name = "buttonCancelar";
129  this.buttonCancelar.Size = new System.Drawing.Size(92, 29);
130  this.buttonCancelar.TabIndex = 14;
131  this.buttonCancelar.Text = "&Cancelar";
132  this.buttonCancelar.UseVisualStyleBackColor = false;
133  this.buttonCancelar.Click += new System.EventHandler(this.buttonCancelar_Click);
134  //
135  // propertygridPropiedades
136  //
137  this.propertygridPropiedades.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
138  | System.Windows.Forms.AnchorStyles.Left)
139  | System.Windows.Forms.AnchorStyles.Right)));
140  this.propertygridPropiedades.ContextMenuStrip = this.contextMenuStripNuevaTabla;
141  this.propertygridPropiedades.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
142  this.propertygridPropiedades.LineColor = System.Drawing.SystemColors.ControlDark;
143  this.propertygridPropiedades.Location = new System.Drawing.Point(3, 51);
144  this.propertygridPropiedades.Name = "propertygridPropiedades";
145  this.propertygridPropiedades.Size = new System.Drawing.Size(202, 521);
146  this.propertygridPropiedades.TabIndex = 11;
147  this.propertygridPropiedades.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertygridPropiedades_PropertyValueChanged);
148  //
149  // contextMenuStripNuevaTabla
150  //
151  this.contextMenuStripNuevaTabla.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
152  this.toolStripMenuItemNuevaTablaRestablecer});
153  this.contextMenuStripNuevaTabla.Name = "contextMenuStripNuevaTabla";
154  this.contextMenuStripNuevaTabla.Size = new System.Drawing.Size(135, 26);
155  //
156  // toolStripMenuItemNuevaTablaRestablecer
157  //
158  this.toolStripMenuItemNuevaTablaRestablecer.Name = "toolStripMenuItemNuevaTablaRestablecer";
159  this.toolStripMenuItemNuevaTablaRestablecer.Size = new System.Drawing.Size(134, 22);
160  this.toolStripMenuItemNuevaTablaRestablecer.Text = "Restablecer";
161  this.toolStripMenuItemNuevaTablaRestablecer.Click += new System.EventHandler(this.toolStripMenuItemNuevaTablaRestablecer_Click);
162  //
163  // tabControlPagines
164  //
165  this.tabControlPagines.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
166  | System.Windows.Forms.AnchorStyles.Left)
167  | System.Windows.Forms.AnchorStyles.Right)));
168  this.tabControlPagines.Controls.Add(this.tpGeneral);
169  this.tabControlPagines.Font = new System.Drawing.Font("Segoe UI", 9.5F);
170  this.tabControlPagines.Location = new System.Drawing.Point(3, 183);
171  this.tabControlPagines.Name = "tabControlPagines";
172  this.tabControlPagines.SelectedIndex = 0;
173  this.tabControlPagines.Size = new System.Drawing.Size(610, 389);
174  this.tabControlPagines.TabIndex = 7;
175  this.tabControlPagines.Click += new System.EventHandler(this.Seleccionar_Page);
176  //
177  // tpGeneral
178  //
179  this.tpGeneral.BackColor = System.Drawing.Color.White;
180  this.tpGeneral.Controls.Add(this.buttonManteTRelBorrar);
181  this.tpGeneral.Controls.Add(this.buttonManteTRelAnadir);
182  this.tpGeneral.Controls.Add(this.dataGridViewManteTRel);
183  this.tpGeneral.Location = new System.Drawing.Point(4, 26);
184  this.tpGeneral.Name = "tpGeneral";
185  this.tpGeneral.Padding = new System.Windows.Forms.Padding(3);
186  this.tpGeneral.Size = new System.Drawing.Size(602, 359);
187  this.tpGeneral.TabIndex = 0;
188  this.tpGeneral.Text = "Detalles";
189  //
190  // buttonManteTRelBorrar
191  //
192  this.buttonManteTRelBorrar.Enabled = false;
193  this.buttonManteTRelBorrar.Location = new System.Drawing.Point(87, 11);
194  this.buttonManteTRelBorrar.Name = "buttonManteTRelBorrar";
195  this.buttonManteTRelBorrar.Size = new System.Drawing.Size(75, 25);
196  this.buttonManteTRelBorrar.TabIndex = 3;
197  this.buttonManteTRelBorrar.Text = "Borrar";
198  this.buttonManteTRelBorrar.UseVisualStyleBackColor = true;
199  this.buttonManteTRelBorrar.Visible = false;
200  //
201  // buttonManteTRelAnadir
202  //
203  this.buttonManteTRelAnadir.Enabled = false;
204  this.buttonManteTRelAnadir.Location = new System.Drawing.Point(6, 11);
205  this.buttonManteTRelAnadir.Name = "buttonManteTRelAnadir";
206  this.buttonManteTRelAnadir.Size = new System.Drawing.Size(75, 25);
207  this.buttonManteTRelAnadir.TabIndex = 2;
208  this.buttonManteTRelAnadir.Text = "Añadir";
209  this.buttonManteTRelAnadir.UseVisualStyleBackColor = true;
210  this.buttonManteTRelAnadir.Visible = false;
211  //
212  // dataGridViewManteTRel
213  //
214  this.dataGridViewManteTRel.AllowUserToAddRows = false;
215  this.dataGridViewManteTRel.AllowUserToDeleteRows = false;
216  this.dataGridViewManteTRel.AllowUserToResizeColumns = false;
217  this.dataGridViewManteTRel.AllowUserToResizeRows = false;
218  this.dataGridViewManteTRel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
219  | System.Windows.Forms.AnchorStyles.Left)
220  | System.Windows.Forms.AnchorStyles.Right)));
221  this.dataGridViewManteTRel.BackgroundColor = System.Drawing.SystemColors.Window;
222  this.dataGridViewManteTRel.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
223  this.dataGridViewManteTRel.Location = new System.Drawing.Point(6, 42);
224  this.dataGridViewManteTRel.MultiSelect = false;
225  this.dataGridViewManteTRel.Name = "dataGridViewManteTRel";
226  this.dataGridViewManteTRel.RowHeadersVisible = false;
227  this.dataGridViewManteTRel.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
228  this.dataGridViewManteTRel.Size = new System.Drawing.Size(590, 309);
229  this.dataGridViewManteTRel.TabIndex = 0;
230  this.dataGridViewManteTRel.Visible = false;
231  this.dataGridViewManteTRel.CurrentCellChanged += new System.EventHandler(this.dataGridViewManteTRel_CurrentCellChanged);
232  //
233  // panelMantenimiento
234  //
235  this.panelMantenimiento.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
236  | System.Windows.Forms.AnchorStyles.Left)
237  | System.Windows.Forms.AnchorStyles.Right)));
238  this.panelMantenimiento.BackColor = System.Drawing.SystemColors.Window;
239  this.panelMantenimiento.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
240  this.panelMantenimiento.Controls.Add(this.btToolStripMantenimientos);
241  this.panelMantenimiento.Controls.Add(this.panel3);
242  this.panelMantenimiento.Controls.Add(this.labelDetalles);
243  this.panelMantenimiento.Controls.Add(this.textBoxNombre);
244  this.panelMantenimiento.Controls.Add(this.textBoxCodigo);
245  this.panelMantenimiento.Controls.Add(this.labelTitolMante);
246  this.panelMantenimiento.Controls.Add(this.labelNombre);
247  this.panelMantenimiento.Controls.Add(this.labelCodigo);
248  this.panelMantenimiento.Controls.Add(this.tabControlPagines);
249  this.panelMantenimiento.Location = new System.Drawing.Point(3, 26);
250  this.panelMantenimiento.Name = "panelMantenimiento";
251  this.panelMantenimiento.Size = new System.Drawing.Size(618, 577);
252  this.panelMantenimiento.TabIndex = 8;
253  //
254  // btToolStripMantenimientos
255  //
256  this.btToolStripMantenimientos._Estado = sage.ew.ewbase.ewMante._EstadosMantenimiento.EsperandoCodigo;
257  this.btToolStripMantenimientos._MostrarGrafica = false;
258  this.btToolStripMantenimientos._MostrarOpciones = false;
259  this.btToolStripMantenimientos.Font = new System.Drawing.Font("Segoe UI", 9.5F);
260  this.btToolStripMantenimientos.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
261  this.btToolStripMantenimientos.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
262  this.btToolStripMantenimientos.Location = new System.Drawing.Point(0, 24);
263  this.btToolStripMantenimientos.MinimumSize = new System.Drawing.Size(0, 34);
264  this.btToolStripMantenimientos.Name = "btToolStripMantenimientos";
265  this.btToolStripMantenimientos.Size = new System.Drawing.Size(616, 34);
266  this.btToolStripMantenimientos.TabIndex = 30;
267  this.btToolStripMantenimientos.Click += new System.EventHandler(this.btToolStripMantenimientos_Click);
268  //
269  // panel3
270  //
271  this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
272  | System.Windows.Forms.AnchorStyles.Right)));
273  this.panel3.BackColor = System.Drawing.Color.Silver;
274  this.panel3.Location = new System.Drawing.Point(1, 127);
275  this.panel3.Name = "panel3";
276  this.panel3.Size = new System.Drawing.Size(611, 1);
277  this.panel3.TabIndex = 29;
278  //
279  // labelDetalles
280  //
281  this.labelDetalles.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(231)))), ((int)(((byte)(209)))));
282  this.labelDetalles.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
283  this.labelDetalles.Location = new System.Drawing.Point(7, 140);
284  this.labelDetalles.Name = "labelDetalles";
285  this.labelDetalles.Size = new System.Drawing.Size(89, 34);
286  this.labelDetalles.TabIndex = 6;
287  this.labelDetalles.Text = "Detalles";
288  this.labelDetalles.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
289  //
290  // textBoxNombre
291  //
292  this.textBoxNombre.Font = new System.Drawing.Font("Segoe UI", 9.5F);
293  this.textBoxNombre.Location = new System.Drawing.Point(105, 97);
294  this.textBoxNombre.Name = "textBoxNombre";
295  this.textBoxNombre.Size = new System.Drawing.Size(390, 24);
296  this.textBoxNombre.TabIndex = 5;
297  this.textBoxNombre.Click += new System.EventHandler(this.Seleccionar_Nombre);
298  //
299  // textBoxCodigo
300  //
301  this.textBoxCodigo.Font = new System.Drawing.Font("Segoe UI", 9.5F);
302  this.textBoxCodigo.Location = new System.Drawing.Point(105, 66);
303  this.textBoxCodigo.Name = "textBoxCodigo";
304  this.textBoxCodigo.Size = new System.Drawing.Size(54, 24);
305  this.textBoxCodigo.TabIndex = 3;
306  this.textBoxCodigo.Click += new System.EventHandler(this.Seleccionar_Codigo);
307  //
308  // labelTitolMante
309  //
310  this.labelTitolMante.BackColor = System.Drawing.SystemColors.ActiveCaption;
311  this.labelTitolMante.Dock = System.Windows.Forms.DockStyle.Top;
312  this.labelTitolMante.Font = new System.Drawing.Font("Segoe UI", 12F);
313  this.labelTitolMante.Location = new System.Drawing.Point(0, 0);
314  this.labelTitolMante.Name = "labelTitolMante";
315  this.labelTitolMante.Size = new System.Drawing.Size(616, 24);
316  this.labelTitolMante.TabIndex = 0;
317  this.labelTitolMante.Text = "TitolMante";
318  this.labelTitolMante.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
319  //
320  // labelNombre
321  //
322  this.labelNombre.AutoSize = true;
323  this.labelNombre.Font = new System.Drawing.Font("Segoe UI", 9.5F);
324  this.labelNombre.Location = new System.Drawing.Point(36, 98);
325  this.labelNombre.Name = "labelNombre";
326  this.labelNombre.Size = new System.Drawing.Size(60, 17);
327  this.labelNombre.TabIndex = 4;
328  this.labelNombre.Text = "Nombre:";
329  this.labelNombre.Click += new System.EventHandler(this.Seleccionar_Nombre);
330  //
331  // labelCodigo
332  //
333  this.labelCodigo.AutoSize = true;
334  this.labelCodigo.Font = new System.Drawing.Font("Segoe UI", 9.5F);
335  this.labelCodigo.Location = new System.Drawing.Point(36, 68);
336  this.labelCodigo.Name = "labelCodigo";
337  this.labelCodigo.Size = new System.Drawing.Size(54, 17);
338  this.labelCodigo.TabIndex = 2;
339  this.labelCodigo.Text = "Código:";
340  this.labelCodigo.Click += new System.EventHandler(this.Seleccionar_Codigo);
341  //
342  // buttonBorrarCampoTabla
343  //
344  this.buttonBorrarCampoTabla.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
345  this.buttonBorrarCampoTabla.BackColor = System.Drawing.Color.Gainsboro;
346  this.buttonBorrarCampoTabla.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
347  this.buttonBorrarCampoTabla.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
348  this.buttonBorrarCampoTabla.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
349  this.buttonBorrarCampoTabla.Location = new System.Drawing.Point(3, 579);
350  this.buttonBorrarCampoTabla.Name = "buttonBorrarCampoTabla";
351  this.buttonBorrarCampoTabla.Size = new System.Drawing.Size(100, 25);
352  this.buttonBorrarCampoTabla.TabIndex = 12;
353  this.buttonBorrarCampoTabla.Text = "Quitar actual";
354  this.buttonBorrarCampoTabla.UseVisualStyleBackColor = false;
355  this.buttonBorrarCampoTabla.Click += new System.EventHandler(this.buttonBorrarCampoTabla_Click);
356  //
357  // labelVistaPrevia
358  //
359  this.labelVistaPrevia.AutoSize = true;
360  this.labelVistaPrevia.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
361  this.labelVistaPrevia.Location = new System.Drawing.Point(3, 10);
362  this.labelVistaPrevia.Name = "labelVistaPrevia";
363  this.labelVistaPrevia.Size = new System.Drawing.Size(201, 13);
364  this.labelVistaPrevia.TabIndex = 7;
365  this.labelVistaPrevia.Text = "Vista previa del nuevo mantenimiento";
366  //
367  // labelObejtoCabecera
368  //
369  this.labelObejtoCabecera.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
370  | System.Windows.Forms.AnchorStyles.Right)));
371  this.labelObejtoCabecera.AutoSize = true;
372  this.labelObejtoCabecera.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
373  this.labelObejtoCabecera.Location = new System.Drawing.Point(3, 9);
374  this.labelObejtoCabecera.Name = "labelObejtoCabecera";
375  this.labelObejtoCabecera.Size = new System.Drawing.Size(197, 13);
376  this.labelObejtoCabecera.TabIndex = 9;
377  this.labelObejtoCabecera.Text = "Propiedades del objeto seleccionado";
378  //
379  // comboboxCampos
380  //
381  this.comboboxCampos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
382  | System.Windows.Forms.AnchorStyles.Right)));
383  this.comboboxCampos.BackColor = System.Drawing.Color.Gainsboro;
384  this.comboboxCampos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
385  this.comboboxCampos.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
386  this.comboboxCampos.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
387  this.comboboxCampos.FormattingEnabled = true;
388  this.comboboxCampos.Location = new System.Drawing.Point(3, 25);
389  this.comboboxCampos.Name = "comboboxCampos";
390  this.comboboxCampos.Size = new System.Drawing.Size(202, 21);
391  this.comboboxCampos.TabIndex = 10;
392  this.comboboxCampos.SelectedIndexChanged += new System.EventHandler(this.comboboxCampos_SelectedIndexChanged);
393  //
394  // splitContainerDisseny
395  //
396  this.splitContainerDisseny.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
397  | System.Windows.Forms.AnchorStyles.Left)
398  | System.Windows.Forms.AnchorStyles.Right)));
399  this.splitContainerDisseny.BackColor = System.Drawing.SystemColors.AppWorkspace;
400  this.splitContainerDisseny.Location = new System.Drawing.Point(2, 0);
401  this.splitContainerDisseny.Name = "splitContainerDisseny";
402  //
403  // splitContainerDisseny.Panel1
404  //
405  this.splitContainerDisseny.Panel1.BackColor = System.Drawing.SystemColors.Control;
406  this.splitContainerDisseny.Panel1.Controls.Add(this.labelVistaPrevia);
407  this.splitContainerDisseny.Panel1.Controls.Add(this.panelMantenimiento);
408  //
409  // splitContainerDisseny.Panel2
410  //
411  this.splitContainerDisseny.Panel2.BackColor = System.Drawing.SystemColors.Control;
412  this.splitContainerDisseny.Panel2.Controls.Add(this.labelObejtoCabecera);
413  this.splitContainerDisseny.Panel2.Controls.Add(this.propertygridPropiedades);
414  this.splitContainerDisseny.Panel2.Controls.Add(this.buttonBorrarCampoTabla);
415  this.splitContainerDisseny.Panel2.Controls.Add(this.comboboxCampos);
416  this.splitContainerDisseny.Size = new System.Drawing.Size(835, 607);
417  this.splitContainerDisseny.SplitterDistance = 624;
418  this.splitContainerDisseny.TabIndex = 17;
419  //
420  // splitContainer1
421  //
422  this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
423  | System.Windows.Forms.AnchorStyles.Left)
424  | System.Windows.Forms.AnchorStyles.Right)));
425  this.splitContainer1.BackColor = System.Drawing.SystemColors.AppWorkspace;
426  this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
427  this.splitContainer1.Location = new System.Drawing.Point(3, 3);
428  this.splitContainer1.Name = "splitContainer1";
429  //
430  // splitContainer1.Panel1
431  //
432  this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.ButtonFace;
433  this.splitContainer1.Panel1.Controls.Add(this.splitContainerTaules);
434  //
435  // splitContainer1.Panel2
436  //
437  this.splitContainer1.Panel2.BackColor = System.Drawing.SystemColors.Control;
438  this.splitContainer1.Panel2.Controls.Add(this.splitContainerDisseny);
439  this.splitContainer1.Size = new System.Drawing.Size(1068, 607);
440  this.splitContainer1.SplitterDistance = 225;
441  this.splitContainer1.TabIndex = 19;
442  //
443  // splitContainerTaules
444  //
445  this.splitContainerTaules.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
446  | System.Windows.Forms.AnchorStyles.Left)
447  | System.Windows.Forms.AnchorStyles.Right)));
448  this.splitContainerTaules.BackColor = System.Drawing.SystemColors.AppWorkspace;
449  this.splitContainerTaules.Location = new System.Drawing.Point(2, 1);
450  this.splitContainerTaules.Name = "splitContainerTaules";
451  this.splitContainerTaules.Orientation = System.Windows.Forms.Orientation.Horizontal;
452  //
453  // splitContainerTaules.Panel1
454  //
455  this.splitContainerTaules.Panel1.BackColor = System.Drawing.SystemColors.ButtonFace;
456  this.splitContainerTaules.Panel1.Controls.Add(this.panelToolStripItems);
457  this.splitContainerTaules.Panel1.Controls.Add(this.panelCampos);
458  //
459  // splitContainerTaules.Panel2
460  //
461  this.splitContainerTaules.Panel2.BackColor = System.Drawing.SystemColors.ButtonFace;
462  this.splitContainerTaules.Panel2Collapsed = true;
463  this.splitContainerTaules.Size = new System.Drawing.Size(221, 606);
464  this.splitContainerTaules.SplitterDistance = 299;
465  this.splitContainerTaules.TabIndex = 18;
466  //
467  // panelToolStripItems
468  //
469  this.panelToolStripItems.Controls.Add(this.treeViewToolStripItems);
470  this.panelToolStripItems.Controls.Add(this.label1);
471  this.panelToolStripItems.Controls.Add(this.panel1);
472  this.panelToolStripItems.Dock = System.Windows.Forms.DockStyle.Fill;
473  this.panelToolStripItems.Location = new System.Drawing.Point(0, 0);
474  this.panelToolStripItems.Name = "panelToolStripItems";
475  this.panelToolStripItems.Size = new System.Drawing.Size(221, 606);
476  this.panelToolStripItems.TabIndex = 8;
477  this.panelToolStripItems.Visible = false;
478  //
479  // treeViewToolStripItems
480  //
481  this.treeViewToolStripItems.Dock = System.Windows.Forms.DockStyle.Fill;
482  this.treeViewToolStripItems.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
483  this.treeViewToolStripItems.FullRowSelect = true;
484  this.treeViewToolStripItems.HideSelection = false;
485  this.treeViewToolStripItems.ImageIndex = 0;
486  this.treeViewToolStripItems.ImageList = this.imageListToolStripItems;
487  this.treeViewToolStripItems.ItemHeight = 22;
488  this.treeViewToolStripItems.Location = new System.Drawing.Point(0, 19);
489  this.treeViewToolStripItems.Name = "treeViewToolStripItems";
490  treeNode1.ImageKey = "ToolStripButton.png";
491  treeNode1.Name = "ToolStripButton";
492  treeNode1.SelectedImageKey = "ToolStripButton.png";
493  treeNode1.Text = "ToolStripButton";
494  treeNode2.ImageKey = "ToolStripComboBox.png";
495  treeNode2.Name = "ToolStripComboBox";
496  treeNode2.SelectedImageKey = "ToolStripComboBox.png";
497  treeNode2.Text = "ToolStripComboBox";
498  treeNode3.ImageKey = "ToolStripDropDownButton.png";
499  treeNode3.Name = "ToolStripDropDownButton";
500  treeNode3.SelectedImageKey = "ToolStripDropDownButton.png";
501  treeNode3.Text = "ToolStripDropDownButton";
502  treeNode4.ImageKey = "ToolStripLabel.png";
503  treeNode4.Name = "ToolStripLabel";
504  treeNode4.SelectedImageKey = "ToolStripLabel.png";
505  treeNode4.Text = "ToolStripLabel";
506  treeNode5.ImageKey = "ToolStripProgressBar.png";
507  treeNode5.Name = "ToolStripProgressBar";
508  treeNode5.SelectedImageKey = "ToolStripProgressBar.png";
509  treeNode5.Text = "ToolStripProgressBar";
510  treeNode6.ImageKey = "ToolStripSeparator.png";
511  treeNode6.Name = "ToolStripSeparator";
512  treeNode6.SelectedImageKey = "ToolStripSeparator.png";
513  treeNode6.Text = "ToolStripSeparator";
514  treeNode7.ImageKey = "ToolStripSplitButton.png";
515  treeNode7.Name = "ToolStripSplitButton";
516  treeNode7.SelectedImageKey = "ToolStripSplitButton.png";
517  treeNode7.Text = "ToolStripSplitButton";
518  treeNode8.ImageKey = "ToolStripTextBox.png";
519  treeNode8.Name = "ToolStripTextBox";
520  treeNode8.SelectedImageKey = "ToolStripTextBox.png";
521  treeNode8.Text = "ToolStripTextBox";
522  this.treeViewToolStripItems.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
523  treeNode1,
524  treeNode2,
525  treeNode3,
526  treeNode4,
527  treeNode5,
528  treeNode6,
529  treeNode7,
530  treeNode8});
531  this.treeViewToolStripItems.SelectedImageIndex = 0;
532  this.treeViewToolStripItems.ShowLines = false;
533  this.treeViewToolStripItems.ShowPlusMinus = false;
534  this.treeViewToolStripItems.ShowRootLines = false;
535  this.treeViewToolStripItems.Size = new System.Drawing.Size(221, 554);
536  this.treeViewToolStripItems.TabIndex = 3;
537  this.treeViewToolStripItems.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewToolStripItems_AfterSelect);
538  this.treeViewToolStripItems.DoubleClick += new System.EventHandler(this.treeViewToolStripItems_DoubleClick);
539  //
540  // imageListToolStripItems
541  //
542  this.imageListToolStripItems.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListToolStripItems.ImageStream")));
543  this.imageListToolStripItems.TransparentColor = System.Drawing.Color.Transparent;
544  this.imageListToolStripItems.Images.SetKeyName(0, "ToolStripButton.png");
545  this.imageListToolStripItems.Images.SetKeyName(1, "ToolStripComboBox.png");
546  this.imageListToolStripItems.Images.SetKeyName(2, "ToolStripDropDownButton.png");
547  this.imageListToolStripItems.Images.SetKeyName(3, "ToolStripLabel.png");
548  this.imageListToolStripItems.Images.SetKeyName(4, "ToolStripProgressBar.png");
549  this.imageListToolStripItems.Images.SetKeyName(5, "ToolStripSeparator.png");
550  this.imageListToolStripItems.Images.SetKeyName(6, "ToolStripSplitButton.png");
551  this.imageListToolStripItems.Images.SetKeyName(7, "ToolStripTextBox.png");
552  //
553  // label1
554  //
555  this.label1.BackColor = System.Drawing.SystemColors.ActiveCaption;
556  this.label1.Dock = System.Windows.Forms.DockStyle.Top;
557  this.label1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
558  this.label1.Location = new System.Drawing.Point(0, 0);
559  this.label1.Name = "label1";
560  this.label1.Size = new System.Drawing.Size(221, 19);
561  this.label1.TabIndex = 1;
562  this.label1.Text = "ToolStipItems";
563  this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
564  //
565  // panel1
566  //
567  this.panel1.Controls.Add(this.buttonAddToolStripItem);
568  this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
569  this.panel1.Location = new System.Drawing.Point(0, 573);
570  this.panel1.Name = "panel1";
571  this.panel1.Size = new System.Drawing.Size(221, 33);
572  this.panel1.TabIndex = 4;
573  //
574  // buttonAddToolStripItem
575  //
576  this.buttonAddToolStripItem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
577  this.buttonAddToolStripItem.BackColor = System.Drawing.Color.Gainsboro;
578  this.buttonAddToolStripItem.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
579  this.buttonAddToolStripItem.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
580  this.buttonAddToolStripItem.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
581  this.buttonAddToolStripItem.Location = new System.Drawing.Point(108, 4);
582  this.buttonAddToolStripItem.Name = "buttonAddToolStripItem";
583  this.buttonAddToolStripItem.Size = new System.Drawing.Size(108, 25);
584  this.buttonAddToolStripItem.TabIndex = 13;
585  this.buttonAddToolStripItem.Text = "Añadir ";
586  this.buttonAddToolStripItem.UseVisualStyleBackColor = false;
587  this.buttonAddToolStripItem.Click += new System.EventHandler(this.buttonAddToolStripItem_Click);
588  //
589  // panelCampos
590  //
591  this.panelCampos.Controls.Add(this.labelTabla);
592  this.panelCampos.Controls.Add(this.buttonAgregarCampo);
593  this.panelCampos.Controls.Add(this.buttonNuevaTabla);
594  this.panelCampos.Controls.Add(this.comboboxTablasMantes);
595  this.panelCampos.Controls.Add(this.buttonAddCampoTabla);
596  this.panelCampos.Controls.Add(this.labelCampos);
597  this.panelCampos.Controls.Add(this.listboxCampos);
598  this.panelCampos.Dock = System.Windows.Forms.DockStyle.Fill;
599  this.panelCampos.Location = new System.Drawing.Point(0, 0);
600  this.panelCampos.Name = "panelCampos";
601  this.panelCampos.Size = new System.Drawing.Size(221, 606);
602  this.panelCampos.TabIndex = 7;
603  //
604  // labelTabla
605  //
606  this.labelTabla.AutoSize = true;
607  this.labelTabla.Font = new System.Drawing.Font("Segoe UI", 8.25F);
608  this.labelTabla.Location = new System.Drawing.Point(3, 2);
609  this.labelTabla.Name = "labelTabla";
610  this.labelTabla.Size = new System.Drawing.Size(90, 13);
611  this.labelTabla.TabIndex = 0;
612  this.labelTabla.Text = "Tabla del addon";
613  //
614  // buttonAgregarCampo
615  //
616  this.buttonAgregarCampo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
617  this.buttonAgregarCampo.BackColor = System.Drawing.Color.Gainsboro;
618  this.buttonAgregarCampo.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
619  this.buttonAgregarCampo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
620  this.buttonAgregarCampo.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
621  this.buttonAgregarCampo.Location = new System.Drawing.Point(3, 578);
622  this.buttonAgregarCampo.Name = "buttonAgregarCampo";
623  this.buttonAgregarCampo.Size = new System.Drawing.Size(100, 25);
624  this.buttonAgregarCampo.TabIndex = 5;
625  this.buttonAgregarCampo.Text = "Añadir columna";
626  this.buttonAgregarCampo.UseVisualStyleBackColor = false;
627  this.buttonAgregarCampo.Visible = false;
628  this.buttonAgregarCampo.Click += new System.EventHandler(this.button2_Click);
629  //
630  // buttonNuevaTabla
631  //
632  this.buttonNuevaTabla.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
633  this.buttonNuevaTabla.BackColor = System.Drawing.Color.Gainsboro;
634  this.buttonNuevaTabla.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
635  this.buttonNuevaTabla.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
636  this.buttonNuevaTabla.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
637  this.buttonNuevaTabla.Location = new System.Drawing.Point(194, 18);
638  this.buttonNuevaTabla.Name = "buttonNuevaTabla";
639  this.buttonNuevaTabla.Size = new System.Drawing.Size(24, 23);
640  this.buttonNuevaTabla.TabIndex = 2;
641  this.buttonNuevaTabla.Text = "+";
642  this.buttonNuevaTabla.UseVisualStyleBackColor = false;
643  this.buttonNuevaTabla.Click += new System.EventHandler(this.buttonNuevaTabla_Click);
644  //
645  // comboboxTablasMantes
646  //
647  this.comboboxTablasMantes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
648  | System.Windows.Forms.AnchorStyles.Right)));
649  this.comboboxTablasMantes.BackColor = System.Drawing.Color.Gainsboro;
650  this.comboboxTablasMantes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
651  this.comboboxTablasMantes.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
652  this.comboboxTablasMantes.Font = new System.Drawing.Font("Segoe UI", 9.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
653  this.comboboxTablasMantes.FormattingEnabled = true;
654  this.comboboxTablasMantes.Location = new System.Drawing.Point(3, 18);
655  this.comboboxTablasMantes.Name = "comboboxTablasMantes";
656  this.comboboxTablasMantes.Size = new System.Drawing.Size(186, 25);
657  this.comboboxTablasMantes.TabIndex = 1;
658  this.comboboxTablasMantes.SelectedIndexChanged += new System.EventHandler(this.comboboxTablasMantes_SelectedIndexChanged);
659  //
660  // buttonAddCampoTabla
661  //
662  this.buttonAddCampoTabla.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
663  this.buttonAddCampoTabla.BackColor = System.Drawing.Color.Gainsboro;
664  this.buttonAddCampoTabla.FlatAppearance.BorderColor = System.Drawing.Color.Gainsboro;
665  this.buttonAddCampoTabla.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
666  this.buttonAddCampoTabla.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
667  this.buttonAddCampoTabla.Location = new System.Drawing.Point(108, 578);
668  this.buttonAddCampoTabla.Name = "buttonAddCampoTabla";
669  this.buttonAddCampoTabla.Size = new System.Drawing.Size(108, 25);
670  this.buttonAddCampoTabla.TabIndex = 6;
671  this.buttonAddCampoTabla.Text = "Añadir campo sel.";
672  this.buttonAddCampoTabla.UseVisualStyleBackColor = false;
673  this.buttonAddCampoTabla.Click += new System.EventHandler(this.buttonAddCampoTabla_Click);
674  //
675  // labelCampos
676  //
677  this.labelCampos.AutoSize = true;
678  this.labelCampos.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
679  this.labelCampos.Location = new System.Drawing.Point(3, 47);
680  this.labelCampos.Name = "labelCampos";
681  this.labelCampos.Size = new System.Drawing.Size(111, 13);
682  this.labelCampos.TabIndex = 3;
683  this.labelCampos.Text = "Campos disponibles";
684  //
685  // listboxCampos
686  //
687  this.listboxCampos.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
688  | System.Windows.Forms.AnchorStyles.Left)
689  | System.Windows.Forms.AnchorStyles.Right)));
690  this.listboxCampos.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
691  this.listboxCampos.FormattingEnabled = true;
692  this.listboxCampos.Location = new System.Drawing.Point(3, 63);
693  this.listboxCampos.Name = "listboxCampos";
694  this.listboxCampos.Size = new System.Drawing.Size(215, 511);
695  this.listboxCampos.TabIndex = 4;
696  this.listboxCampos.DoubleClick += new System.EventHandler(this.listboxCampos_DoubleClick);
697  //
698  // frmNuevoMante
699  //
700  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
701  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
702  this.BackColor = System.Drawing.SystemColors.AppWorkspace;
703  this.CancelButton = this.buttonAceptar;
704  this.ClientSize = new System.Drawing.Size(1074, 657);
705  this.Controls.Add(this.splitContainer1);
706  this.Controls.Add(this.buttonAceptar);
707  this.Controls.Add(this.buttonCancelar);
708  this.MinimizeBox = false;
709  this.Name = "frmNuevoMante";
710  this.ShowIcon = false;
711  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
712  this.Text = "Propiedades avanzadas del nuevo mantenimiento";
713  this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmNuevoMante_FormClosing);
714  this.Load += new System.EventHandler(this.frmNuevoMante_Load);
715  this.Shown += new System.EventHandler(this.frmNuevoMante_Shown);
716  this.contextMenuStripNuevaTabla.ResumeLayout(false);
717  this.tabControlPagines.ResumeLayout(false);
718  this.tpGeneral.ResumeLayout(false);
719  ((System.ComponentModel.ISupportInitialize)(this.dataGridViewManteTRel)).EndInit();
720  this.panelMantenimiento.ResumeLayout(false);
721  this.panelMantenimiento.PerformLayout();
722  this.splitContainerDisseny.Panel1.ResumeLayout(false);
723  this.splitContainerDisseny.Panel1.PerformLayout();
724  this.splitContainerDisseny.Panel2.ResumeLayout(false);
725  this.splitContainerDisseny.Panel2.PerformLayout();
726  ((System.ComponentModel.ISupportInitialize)(this.splitContainerDisseny)).EndInit();
727  this.splitContainerDisseny.ResumeLayout(false);
728  this.splitContainer1.Panel1.ResumeLayout(false);
729  this.splitContainer1.Panel2.ResumeLayout(false);
730  ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
731  this.splitContainer1.ResumeLayout(false);
732  this.splitContainerTaules.Panel1.ResumeLayout(false);
733  ((System.ComponentModel.ISupportInitialize)(this.splitContainerTaules)).EndInit();
734  this.splitContainerTaules.ResumeLayout(false);
735  this.panelToolStripItems.ResumeLayout(false);
736  this.panel1.ResumeLayout(false);
737  this.panelCampos.ResumeLayout(false);
738  this.panelCampos.PerformLayout();
739  this.ResumeLayout(false);
740 
741  }
742 
743  #endregion
744 
745  private System.Windows.Forms.Button buttonAceptar;
746  private System.Windows.Forms.Button buttonCancelar;
747  private System.Windows.Forms.PropertyGrid propertygridPropiedades;
748  private System.Windows.Forms.TabControl tabControlPagines;
749  private System.Windows.Forms.TabPage tpGeneral;
750  private System.Windows.Forms.Panel panelMantenimiento;
751  private System.Windows.Forms.TextBox textBoxNombre;
752  private System.Windows.Forms.TextBox textBoxCodigo;
753  private System.Windows.Forms.Label labelTitolMante;
754  private System.Windows.Forms.Label labelNombre;
755  private System.Windows.Forms.Label labelCodigo;
756  private System.Windows.Forms.Button buttonBorrarCampoTabla;
757  private System.Windows.Forms.Label labelVistaPrevia;
758  private System.Windows.Forms.Label labelObejtoCabecera;
759  private System.Windows.Forms.ComboBox comboboxCampos;
760  private System.Windows.Forms.Label labelDetalles;
761  private System.Windows.Forms.ContextMenuStrip contextMenuStripNuevaTabla;
762  private System.Windows.Forms.ToolStripMenuItem toolStripMenuItemNuevaTablaRestablecer;
763  private System.Windows.Forms.Button buttonManteTRelBorrar;
764  private System.Windows.Forms.Button buttonManteTRelAnadir;
765  private System.Windows.Forms.DataGridView dataGridViewManteTRel;
766  private System.Windows.Forms.Panel panel3;
767  private System.Windows.Forms.SplitContainer splitContainerDisseny;
768  private System.Windows.Forms.SplitContainer splitContainer1;
769  private System.Windows.Forms.SplitContainer splitContainerTaules;
770  private System.Windows.Forms.ComboBox comboboxTablasMantes;
771  private System.Windows.Forms.Label labelCampos;
772  private System.Windows.Forms.ListBox listboxCampos;
773  private System.Windows.Forms.Button buttonAddCampoTabla;
774  private System.Windows.Forms.Label labelTabla;
775  private System.Windows.Forms.Button buttonNuevaTabla;
776  private System.Windows.Forms.Button buttonAgregarCampo;
777  public ew.botones.UserControls.btToolStripMantenimientos btToolStripMantenimientos;
778  private System.Windows.Forms.Panel panelCampos;
779  private System.Windows.Forms.Panel panelToolStripItems;
780  private System.Windows.Forms.Label label1;
781  private System.Windows.Forms.TreeView treeViewToolStripItems;
782  private System.Windows.Forms.ImageList imageListToolStripItems;
783  private System.Windows.Forms.Panel panel1;
784  private System.Windows.Forms.Button buttonAddToolStripItem;
785  }
786 }
Clase de negocio base para mantenimientos
Definition: clsEwBase.cs:1643
Formulario para las propiedades avanzadas de los mantenimientos
override void Dispose(bool disposing)
Clean up any resources being used.
ew.botones.UserControls.btToolStripMantenimientos btToolStripMantenimientos
_EstadosMantenimiento
Declaro un enum para los estados del mantenimiento.
Definition: clsEwBase.cs:1671