frmSelDesktop.Designer.cs
1 namespace sage._50.Forms
2 {
3  partial class frmSelDesktop
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(frmSelDesktop));
32  this.selectorDesktopAddon = new sage.ew.objetos.SelectorDesktopAddon();
33  this.ewPanelTitulo = new sage.ew.objetos.UserControls.ewPanelTitulo();
34  this.ewlabelInformacion = new sage.ew.objetos.ewlabel();
35  this.ewbuttonRestablecer = new sage.ew.objetos.ewbutton();
36  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).BeginInit();
37  this.ewPanelTitulo.SuspendLayout();
38  this.SuspendLayout();
39  //
40  // btDocCancelar1
41  //
42  this.btDocCancelar1._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
43  this.btDocCancelar1._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
44  this.btDocCancelar1.Image = ((System.Drawing.Image)(resources.GetObject("btDocCancelar1.Image")));
45  this.btDocCancelar1.Location = new System.Drawing.Point(640, 404);
46  //
47  // btSalir1
48  //
49  this.btSalir1._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
50  this.btSalir1._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
51  this.btSalir1.Image = ((System.Drawing.Image)(resources.GetObject("btSalir1.Image")));
52  this.btSalir1.Location = new System.Drawing.Point(178, 227);
53  this.btSalir1.Size = new System.Drawing.Size(99, 44);
54  //
55  // btDocAceptar1
56  //
57  this.btDocAceptar1._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
58  this.btDocAceptar1._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
59  this.btDocAceptar1.Image = ((System.Drawing.Image)(resources.GetObject("btDocAceptar1.Image")));
60  this.btDocAceptar1.Location = new System.Drawing.Point(515, 404);
61  //
62  // selectorDesktopAddon
63  //
64  this.selectorDesktopAddon._IdDesktopSeleccionado = 0;
65  this.selectorDesktopAddon.BackColor = System.Drawing.Color.White;
66  this.selectorDesktopAddon.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
67  this.selectorDesktopAddon.Location = new System.Drawing.Point(9, 125);
68  this.selectorDesktopAddon.Margin = new System.Windows.Forms.Padding(0);
69  this.selectorDesktopAddon.Name = "selectorDesktopAddon";
70  this.selectorDesktopAddon.Size = new System.Drawing.Size(750, 272);
71  this.selectorDesktopAddon.TabIndex = 4;
72  //
73  // ewPanelTitulo
74  //
75  //
76  // ewPanelTitulo._Panel
77  //
78  this.ewPanelTitulo._Panel.AllowDrop = true;
79  this.ewPanelTitulo._Panel.Dock = System.Windows.Forms.DockStyle.Fill;
80  this.ewPanelTitulo._Panel.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
81  this.ewPanelTitulo._Panel.Location = new System.Drawing.Point(0, 0);
82  this.ewPanelTitulo._Panel.Margin = new System.Windows.Forms.Padding(4);
83  this.ewPanelTitulo._Panel.Name = "_Panel";
84  this.ewPanelTitulo._Panel.Size = new System.Drawing.Size(751, 28);
85  this.ewPanelTitulo._Panel.TabIndex = 1;
86  this.ewPanelTitulo._Titulo = "Seleccione el escritorio";
87  this.ewPanelTitulo.AllowDrop = true;
88  this.ewPanelTitulo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
89  | System.Windows.Forms.AnchorStyles.Right)));
90  this.ewPanelTitulo.BackColor = System.Drawing.SystemColors.Control;
91  this.ewPanelTitulo.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
92  this.ewPanelTitulo.Location = new System.Drawing.Point(10, 9);
93  this.ewPanelTitulo.Margin = new System.Windows.Forms.Padding(0);
94  this.ewPanelTitulo.Name = "ewPanelTitulo";
95  this.ewPanelTitulo.Size = new System.Drawing.Size(751, 28);
96  this.ewPanelTitulo.TabIndex = 9;
97  //
98  // ewlabelInformacion
99  //
100  this.ewlabelInformacion.AutoSize = true;
101  this.ewlabelInformacion.Font = new System.Drawing.Font("Segoe UI", 9.5F);
102  this.ewlabelInformacion.Location = new System.Drawing.Point(12, 50);
103  this.ewlabelInformacion.Name = "ewlabelInformacion";
104  this.ewlabelInformacion.Size = new System.Drawing.Size(90, 17);
105  this.ewlabelInformacion.TabIndex = 10;
106  this.ewlabelInformacion.Text = "Información ...";
107  //
108  // ewbuttonRestablecer
109  //
110  this.ewbuttonRestablecer._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
111  this.ewbuttonRestablecer._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
112  this.ewbuttonRestablecer._Tooltip = "";
113  this.ewbuttonRestablecer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
114  this.ewbuttonRestablecer.Font = new System.Drawing.Font("Segoe UI", 9.5F);
115  this.ewbuttonRestablecer.Location = new System.Drawing.Point(388, 404);
116  this.ewbuttonRestablecer.Name = "ewbuttonRestablecer";
117  this.ewbuttonRestablecer.Size = new System.Drawing.Size(120, 44);
118  this.ewbuttonRestablecer.TabIndex = 11;
119  this.ewbuttonRestablecer.TabStop = false;
120  this.ewbuttonRestablecer.Text = "&Restablecer";
121  //
122  // frmSelDesktop
123  //
124  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
125  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
126  this.ClientSize = new System.Drawing.Size(767, 453);
127  this.Controls.Add(this.ewbuttonRestablecer);
128  this.Controls.Add(this.ewlabelInformacion);
129  this.Controls.Add(this.ewPanelTitulo);
130  this.Controls.Add(this.selectorDesktopAddon);
131  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
132  this.Name = "frmSelDesktop";
133  this.Text = "Seleccionar escritorio por defecto";
134  this.Controls.SetChildIndex(this.btSalir1, 0);
135  this.Controls.SetChildIndex(this.btDocCancelar1, 0);
136  this.Controls.SetChildIndex(this.btDocAceptar1, 0);
137  this.Controls.SetChildIndex(this.selectorDesktopAddon, 0);
138  this.Controls.SetChildIndex(this.ewPanelTitulo, 0);
139  this.Controls.SetChildIndex(this.ewlabelInformacion, 0);
140  this.Controls.SetChildIndex(this.ewbuttonRestablecer, 0);
141  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).EndInit();
142  this.ewPanelTitulo.ResumeLayout(false);
143  this.ResumeLayout(false);
144  this.PerformLayout();
145 
146  }
147  #endregion
148 
149  private ew.objetos.SelectorDesktopAddon selectorDesktopAddon;
150  private ew.objetos.UserControls.ewPanelTitulo ewPanelTitulo;
151  private ew.objetos.ewlabel ewlabelInformacion;
152  private ew.objetos.ewbutton ewbuttonRestablecer;
153  }
154 }
Clase sage.ew.objetos.ewlabel
Control de selección de escritorio por Addon
override void Dispose(bool disposing)
Clean up any resources being used.
Base para los botones de Eurowin
Formulario para la selección del desktop de los Addons
Control de usuario siemple para un panel con título