AsistenteConfigEmpresas.Designer.cs
1 namespace sage.addons.portalcli.Visual.UserControls
2 {
3  partial class AsistenteConfigEmpresas
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 Código generado por el Diseñador de componentes
24 
29  private void InitializeComponent()
30  {
31  this.ewlabel1 = new sage.ew.objetos.ewlabel();
32  this.ewLabelTitulo = new sage.ew.objetos.ewlabel();
33  this.ewlabel2 = new sage.ew.objetos.ewlabel();
34  this.ewlabel3 = new sage.ew.objetos.ewlabel();
35  this.userEmpresas = new sage.addons.portalcli.Visual.UserControls.UserEmpresas();
36  this.SuspendLayout();
37  //
38  // ewlabel1
39  //
40  this.ewlabel1._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
41  this.ewlabel1._PropiedadesDeEstilos._AplicarEstilos = false;
42  this.ewlabel1.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
43  this.ewlabel1.Location = new System.Drawing.Point(10, 49);
44  this.ewlabel1.Name = "ewlabel1";
45  this.ewlabel1.Size = new System.Drawing.Size(734, 38);
46  this.ewlabel1.TabIndex = 19;
47  this.ewlabel1.Text = "Como último paso, relaciona las empresas de Sage 50 que deseas conectar con las c" +
48  "orrespondientes empresas en el Portal del cliente.";
49  //
50  // ewLabelTitulo
51  //
52  this.ewLabelTitulo._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
53  this.ewLabelTitulo.AutoSize = true;
54  this.ewLabelTitulo.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
55  this.ewLabelTitulo.Location = new System.Drawing.Point(10, 10);
56  this.ewLabelTitulo.Name = "ewLabelTitulo";
57  this.ewLabelTitulo.Size = new System.Drawing.Size(210, 25);
58  this.ewLabelTitulo.TabIndex = 18;
59  this.ewLabelTitulo.Text = "Selección de empresas";
60  //
61  // ewlabel2
62  //
63  this.ewlabel2._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
64  this.ewlabel2._PropiedadesDeEstilos._AplicarEstilos = false;
65  this.ewlabel2.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
66  this.ewlabel2.Location = new System.Drawing.Point(10, 90);
67  this.ewlabel2.Name = "ewlabel2";
68  this.ewlabel2.Size = new System.Drawing.Size(734, 38);
69  this.ewlabel2.TabIndex = 20;
70  this.ewlabel2.Text = "Esto te permitirá comunicar la contabilidad de cada empresa a tu despacho y visua" +
71  "lizar los datos correspondientes según la empresa de Sage 50 en la que estés sit" +
72  "uado.";
73  //
74  // ewlabel3
75  //
76  this.ewlabel3._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
77  this.ewlabel3._PropiedadesDeEstilos._AplicarEstilos = false;
78  this.ewlabel3.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
79  this.ewlabel3.Location = new System.Drawing.Point(14, 473);
80  this.ewlabel3.Name = "ewlabel3";
81  this.ewlabel3.Size = new System.Drawing.Size(684, 30);
82  this.ewlabel3.TabIndex = 21;
83  this.ewlabel3.Text = "Coloca el ratón sobre el icono de columna Conexión para ver la descripción de inc" +
84  "idencias o avisos.";
85  //
86  // userEmpresas
87  //
88  this.userEmpresas._ewMante = null;
89  this.userEmpresas.Location = new System.Drawing.Point(14, 138);
90  this.userEmpresas.Name = "userEmpresas";
91  this.userEmpresas.Size = new System.Drawing.Size(733, 330);
92  this.userEmpresas.TabIndex = 0;
93  //
94  // AsistenteConfigEmpresas
95  //
96  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
97  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
98  this.Controls.Add(this.ewlabel3);
99  this.Controls.Add(this.ewlabel2);
100  this.Controls.Add(this.ewlabel1);
101  this.Controls.Add(this.ewLabelTitulo);
102  this.Controls.Add(this.userEmpresas);
103  this.Font = new System.Drawing.Font("Sage UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
104  this.Name = "AsistenteConfigEmpresas";
105  this.Size = new System.Drawing.Size(760, 576);
106  this.ResumeLayout(false);
107  this.PerformLayout();
108 
109  }
110 
111  #endregion
112 
113  private UserEmpresas userEmpresas;
114  private ew.objetos.ewlabel ewlabel1;
115  private ew.objetos.ewlabel ewLabelTitulo;
116  private ew.objetos.ewlabel ewlabel2;
117  private ew.objetos.ewlabel ewlabel3;
118  }
119 }
Control de usuario para las empresas de portalcli
Definition: UserEmpresas.cs:27
Este es el espacio de nombres de su módulo. Puede encontrar más información y ayuda en el fichero rea...
Clase sage.ew.objetos.ewlabel
override void Dispose(bool disposing)
Limpiar los recursos que se estén usando.