FormSeccion.Designer.cs
1 namespace Sage.ES.S50.Fabricacion.Visual.Forms
2 {
3  partial class FormSeccion
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.ewtcCodigoNombre.SuspendLayout();
32  this.tabPageCodigoNombre.SuspendLayout();
33  this.ewtcPaginas.SuspendLayout();
34  this._oToolStripContainer.SuspendLayout();
35  this.ewPanelTituloLineaDetalles.SuspendLayout();
36  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).BeginInit();
37  this.SuspendLayout();
38  //
39  // _btBrowser
40  //
41  this._btBrowser._PropiedadesDeEstilos._AplicarEstilos = false;
42  this._btBrowser._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
43  this._btBrowser._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
44  this._btBrowser.FlatAppearance.BorderSize = 0;
45  //
46  // ewtextboxNombre
47  //
48  this.ewtextboxNombre._PropiedadesDeEstilos._ColorBorderError = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(56)))), ((int)(((byte)(79)))));
49  this.ewtextboxNombre._PropiedadesDeEstilos._ColorBorderFocus = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(181)))), ((int)(((byte)(0)))));
50  //
51  // ewtextboxCodigo
52  //
53  this.ewtextboxCodigo._PropiedadesDeEstilos._ColorBorderError = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(56)))), ((int)(((byte)(79)))));
54  this.ewtextboxCodigo._PropiedadesDeEstilos._ColorBorderFocus = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(181)))), ((int)(((byte)(0)))));
55  //
56  // ewtcCodigoNombre
57  //
58  this.ewtcCodigoNombre._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
59  this.ewtcCodigoNombre._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
60  this.ewtcCodigoNombre.Size = new System.Drawing.Size(800, 120);
61  //
62  // tabPageCodigoNombre
63  //
64  this.tabPageCodigoNombre.Size = new System.Drawing.Size(792, 88);
65  //
66  // ewtcPaginas
67  //
68  this.ewtcPaginas._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
69  this.ewtcPaginas._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
70  this.ewtcPaginas.Size = new System.Drawing.Size(800, 245);
71  //
72  // tpGeneral
73  //
74  this.tpGeneral.Size = new System.Drawing.Size(792, 213);
75  //
76  // _oToolStripContainer
77  //
78  //
79  // _oToolStripContainer.ContentPanel
80  //
81  this._oToolStripContainer.ContentPanel.Size = new System.Drawing.Size(800, 417);
82  this._oToolStripContainer.Size = new System.Drawing.Size(800, 417);
83  //
84  // ewPanelTituloLineaDetalles
85  //
86  //
87  // ewPanelTituloLineaDetalles._Panel
88  //
89  this.ewPanelTituloLineaDetalles._Panel.Size = new System.Drawing.Size(786, 17);
90  this.ewPanelTituloLineaDetalles.Size = new System.Drawing.Size(786, 17);
91  //
92  // ewLinea1
93  //
94  this.ewLinea1.Size = new System.Drawing.Size(800, 1);
95  //
96  // FormSeccion
97  //
98  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
99  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
100  this.ClientSize = new System.Drawing.Size(800, 450);
101  this.Name = "FormSeccion";
102  this.Text = "FormSeccion";
103  this.Controls.SetChildIndex(this._oToolStripContainer, 0);
104  this.ewtcCodigoNombre.ResumeLayout(false);
105  this.tabPageCodigoNombre.ResumeLayout(false);
106  this.tabPageCodigoNombre.PerformLayout();
107  this.ewtcPaginas.ResumeLayout(false);
108  this._oToolStripContainer.ResumeLayout(false);
109  this._oToolStripContainer.PerformLayout();
110  this.ewPanelTituloLineaDetalles.ResumeLayout(false);
111  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).EndInit();
112  this.ResumeLayout(false);
113 
114  }
115 
116  #endregion
117  }
118 }
override void Dispose(bool disposing)
Clean up any resources being used.