frmCentrosAdministrativosFactura.Designer.cs
1 namespace sage.ew.cliente.Forms
2 {
3  partial class frmCentrosAdministrativosFactura
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  System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCentrosAdministrativosFactura));
32  this.paginaCentrosAdministrativos = new sage.ew.cliente.UserControls.PaginaCentrosAdministrativos();
33  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).BeginInit();
34  this.SuspendLayout();
35  //
36  // btDocCancelar1
37  //
38  this.btDocCancelar1._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
39  this.btDocCancelar1._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
40  this.btDocCancelar1.Image = ((System.Drawing.Image)(resources.GetObject("btDocCancelar1.Image")));
41  this.btDocCancelar1.Location = new System.Drawing.Point(877, 408);
42  this.btDocCancelar1.TabIndex = 2;
43  //
44  // btSalir1
45  //
46  this.btSalir1._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
47  this.btSalir1._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
48  this.btSalir1.Image = ((System.Drawing.Image)(resources.GetObject("btSalir1.Image")));
49  this.btSalir1.Location = new System.Drawing.Point(391, 231);
50  this.btSalir1.Size = new System.Drawing.Size(99, 44);
51  //
52  // btDocAceptar1
53  //
54  this.btDocAceptar1._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
55  this.btDocAceptar1._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
56  this.btDocAceptar1.Image = ((System.Drawing.Image)(resources.GetObject("btDocAceptar1.Image")));
57  this.btDocAceptar1.Location = new System.Drawing.Point(751, 408);
58  this.btDocAceptar1.TabIndex = 1;
59  //
60  // paginaCentrosAdministrativos
61  //
62  this.paginaCentrosAdministrativos._CodigoCargadoVisual = "";
63  this.paginaCentrosAdministrativos._CurrentCentro = null;
64  this.paginaCentrosAdministrativos._ewMante = null;
65  this.paginaCentrosAdministrativos.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
66  | System.Windows.Forms.AnchorStyles.Left)
67  | System.Windows.Forms.AnchorStyles.Right)));
68  this.paginaCentrosAdministrativos.Location = new System.Drawing.Point(12, 12);
69  this.paginaCentrosAdministrativos.Name = "paginaCentrosAdministrativos";
70  this.paginaCentrosAdministrativos.Size = new System.Drawing.Size(990, 386);
71  this.paginaCentrosAdministrativos.TabIndex = 0;
72  //
73  // frmCentrosAdministrativosFactura
74  //
75  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
76  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
77  this.ClientSize = new System.Drawing.Size(1009, 461);
78  this.Controls.Add(this.paginaCentrosAdministrativos);
79  this.MaximizeBox = true;
80  this.MinimumSize = new System.Drawing.Size(1025, 500);
81  this.Name = "frmCentrosAdministrativosFactura";
82  this.Text = "Centros administrativos en Factura";
83  this.Controls.SetChildIndex(this.paginaCentrosAdministrativos, 0);
84  this.Controls.SetChildIndex(this.btSalir1, 0);
85  this.Controls.SetChildIndex(this.btDocCancelar1, 0);
86  this.Controls.SetChildIndex(this.btDocAceptar1, 0);
87  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).EndInit();
88  this.ResumeLayout(false);
89 
90  }
91 
92  #endregion
93 
94  private cliente.UserControls.PaginaCentrosAdministrativos paginaCentrosAdministrativos;
95  }
96 }
override void Dispose(bool disposing)
Clean up any resources being used.