frmVisores.Designer.cs
1 namespace sage.ew.empresa.Forms
2 {
3  partial class frmVisores
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(frmVisores));
32  System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
33  this.ewlabel = new sage.ew.objetos.ewlabel();
34  this.ewVisores = new sage.ew.objetos.ewgrid();
35  this.ewpanel1 = new sage.ew.objetos.ewpanel();
36  this.ewprogressbar = new sage.ew.objetos.ewprogressbar();
37  this.ewlblProgreso = new sage.ew.objetos.ewlabel();
38  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).BeginInit();
39  ((System.ComponentModel.ISupportInitialize)(this.ewVisores)).BeginInit();
40  this.ewpanel1.SuspendLayout();
41  this.SuspendLayout();
42  //
43  // btDocCancelar1
44  //
45  this.btDocCancelar1._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
46  this.btDocCancelar1._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
47  this.btDocCancelar1.Image = ((System.Drawing.Image)(resources.GetObject("btDocCancelar1.Image")));
48  this.btDocCancelar1.Location = new System.Drawing.Point(596, 310);
49  this.btDocCancelar1.TabIndex = 5;
50  this.btDocCancelar1.Click += new System.EventHandler(this.btDocCancelar1_Click);
51  //
52  // btSalir1
53  //
54  this.btSalir1._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
55  this.btSalir1._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
56  this.btSalir1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
57  this.btSalir1.Image = ((System.Drawing.Image)(resources.GetObject("btSalir1.Image")));
58  this.btSalir1.Location = new System.Drawing.Point(247, 141);
59  this.btSalir1.Size = new System.Drawing.Size(99, 44);
60  //
61  // btDocAceptar1
62  //
63  this.btDocAceptar1._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
64  this.btDocAceptar1._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
65  this.btDocAceptar1.Image = ((System.Drawing.Image)(resources.GetObject("btDocAceptar1.Image")));
66  this.btDocAceptar1.Location = new System.Drawing.Point(471, 310);
67  this.btDocAceptar1.TabIndex = 4;
68  this.btDocAceptar1.Text = "&Descargar";
69  this.btDocAceptar1.Click += new System.EventHandler(this.btDocAceptar1_Click);
70  //
71  // ewlabel
72  //
73  this.ewlabel._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
74  this.ewlabel.AutoSize = true;
75  this.ewlabel.Font = new System.Drawing.Font("Arial", 9.5F);
76  this.ewlabel.Location = new System.Drawing.Point(12, 12);
77  this.ewlabel.Name = "ewlabel";
78  this.ewlabel.Size = new System.Drawing.Size(261, 16);
79  this.ewlabel.TabIndex = 0;
80  this.ewlabel.Text = "Selecciona los visores que desea actualizar";
81  //
82  // ewVisores
83  //
84  this.ewVisores._BackgroundColor = System.Drawing.SystemColors.Window;
85  this.ewVisores._DescripcionError = "No es posible guardar configuraciones por usuario en los grids.";
86  this.ewVisores._DescripcionOpcional = null;
87  this.ewVisores._EditMode = false;
88  this.ewVisores._EsOpcionalConfigUser = false;
89  this.ewVisores._PermitirConfigUser = false;
90  this.ewVisores._UsuarioPermiteConfigUser = false;
91  this.ewVisores.AllowUserToAddRows = false;
92  this.ewVisores.AllowUserToDeleteRows = false;
93  this.ewVisores.BackgroundColor = System.Drawing.SystemColors.Window;
94  this.ewVisores.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
95  dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
96  dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
97  dataGridViewCellStyle1.Font = new System.Drawing.Font("Arial", 8.25F);
98  dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
99  dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
100  dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
101  dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
102  this.ewVisores.DefaultCellStyle = dataGridViewCellStyle1;
103  this.ewVisores.EnableHeadersVisualStyles = false;
104  this.ewVisores.Font = new System.Drawing.Font("Arial", 9.5F);
105  this.ewVisores.Location = new System.Drawing.Point(12, 41);
106  this.ewVisores.Name = "ewVisores";
107  this.ewVisores.RowHeadersVisible = false;
108  this.ewVisores.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
109  this.ewVisores.Size = new System.Drawing.Size(704, 260);
110  this.ewVisores.StandardTab = true;
111  this.ewVisores.TabIndex = 1;
112  //
113  // ewpanel1
114  //
115  this.ewpanel1.Controls.Add(this.ewprogressbar);
116  this.ewpanel1.Controls.Add(this.ewlblProgreso);
117  this.ewpanel1.Font = new System.Drawing.Font("Arial", 9.5F);
118  this.ewpanel1.Location = new System.Drawing.Point(12, 310);
119  this.ewpanel1.Name = "ewpanel1";
120  this.ewpanel1.Size = new System.Drawing.Size(405, 48);
121  this.ewpanel1.TabIndex = 10;
122  this.ewpanel1.Visible = false;
123  //
124  // ewprogressbar
125  //
126  this.ewprogressbar.Font = new System.Drawing.Font("Arial", 9.5F);
127  this.ewprogressbar.Location = new System.Drawing.Point(6, 19);
128  this.ewprogressbar.Name = "ewprogressbar";
129  this.ewprogressbar.Size = new System.Drawing.Size(384, 23);
130  this.ewprogressbar.TabIndex = 6;
131  //
132  // ewlblProgreso
133  //
134  this.ewlblProgreso._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
135  this.ewlblProgreso.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
136  this.ewlblProgreso.Location = new System.Drawing.Point(3, 0);
137  this.ewlblProgreso.Name = "ewlblProgreso";
138  this.ewlblProgreso.Size = new System.Drawing.Size(387, 16);
139  this.ewlblProgreso.TabIndex = 7;
140  this.ewlblProgreso.Text = "label";
141  //
142  // frmVisores
143  //
144  this._MostrarCrearAccesoDirecto = false;
145  this.AcceptButton = null;
146  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
147  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
148  this.ClientSize = new System.Drawing.Size(722, 361);
149  this.Controls.Add(this.ewVisores);
150  this.Controls.Add(this.ewpanel1);
151  this.Controls.Add(this.ewlabel);
152  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
153  this.Name = "frmVisores";
154  this.Text = "Mantenimiento de visores";
155  this.Shown += new System.EventHandler(this.frmVisores_Shown);
156  this.Controls.SetChildIndex(this.btSalir1, 0);
157  this.Controls.SetChildIndex(this.btDocAceptar1, 0);
158  this.Controls.SetChildIndex(this.btDocCancelar1, 0);
159  this.Controls.SetChildIndex(this.ewlabel, 0);
160  this.Controls.SetChildIndex(this.ewpanel1, 0);
161  this.Controls.SetChildIndex(this.ewVisores, 0);
162  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).EndInit();
163  ((System.ComponentModel.ISupportInitialize)(this.ewVisores)).EndInit();
164  this.ewpanel1.ResumeLayout(false);
165  this.ResumeLayout(false);
166  this.PerformLayout();
167 
168  }
169 
170  #endregion
171 
172  private sage.ew.objetos.ewgrid ewVisores;
173  private objetos.ewlabel ewlabel;
174  private objetos.ewpanel ewpanel1;
175  private objetos.ewprogressbar ewprogressbar;
176  private objetos.ewlabel ewlblProgreso;
177  }
178 }
Clase visual para mostrar visores
Definition: frmVisores.cs:23
Clase sage.ew.objetos.ewpanel
Clase sage.ew.objetos.ewprogressbar
Clase sage.ew.objetos.ewlabel
Clase del objeto grid para Sage50
Definition: grid.cs:31
override void Dispose(bool disposing)
Clean up any resources being used.