frmCanal.Designer.cs
1 namespace sage.ew.articulo.Forms
2 {
3  partial class frmCanal
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  // _oToolStripContainer
40  //
41  //
42  // _oToolStripContainer.ContentPanel
43  //
44  this._oToolStripContainer.ContentPanel.Size = new System.Drawing.Size(637, 148);
45  this._oToolStripContainer.Size = new System.Drawing.Size(637, 173);
46  this._oToolStripContainer.TopToolStripPanelVisible = true;
47  //
48  // ewPanelTituloLineaDetalles
49  //
50  //
51  // ewPanelTituloLineaDetalles._Panel
52  //
53  this.ewPanelTituloLineaDetalles._Panel.Size = new System.Drawing.Size(623, 17);
54  //
55  // frmCanal
56  //
57  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
58  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
59  this.ClientSize = new System.Drawing.Size(637, 206);
60  this.Name = "frmCanal";
61  this.Text = "frmCanal";
62  this.Controls.SetChildIndex(this._oToolStripContainer, 0);
63  this.ewtcCodigoNombre.ResumeLayout(false);
64  this.tabPageCodigoNombre.ResumeLayout(false);
65  this.tabPageCodigoNombre.PerformLayout();
66  this.ewtcPaginas.ResumeLayout(false);
67  this._oToolStripContainer.ResumeLayout(false);
68  this._oToolStripContainer.PerformLayout();
69  this.ewPanelTituloLineaDetalles.ResumeLayout(false);
70  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).EndInit();
71  this.ResumeLayout(false);
72 
73  }
74 
75  #endregion
76  }
77 }
override void Dispose(bool disposing)
Clean up any resources being used.