frmPerfilDefecto.Designer.cs
1 namespace sage.ew.perfiles.Forms
2 {
3  partial class frmPerfilDefecto
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 Windows Forms
24 
29  private void InitializeComponent()
30  {
31  System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
32  this.cmdCancelar = new System.Windows.Forms.Button();
33  this.cmdAceptar = new System.Windows.Forms.Button();
34  this.ewRecuadro2 = new sage.ew.objetos.ewRecuadro();
35  this.label2 = new System.Windows.Forms.Label();
36  this.label1 = new System.Windows.Forms.Label();
37  this.listBoxDefecto = new System.Windows.Forms.ListBox();
38  this.grManteGrid = new sage.ew.objetos.ewgrid();
39  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).BeginInit();
40  this.ewRecuadro2.SuspendLayout();
41  ((System.ComponentModel.ISupportInitialize)(this.grManteGrid)).BeginInit();
42  this.SuspendLayout();
43  //
44  // cmdCancelar
45  //
46  this.cmdCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel;
47  this.cmdCancelar.Location = new System.Drawing.Point(387, 196);
48  this.cmdCancelar.Name = "cmdCancelar";
49  this.cmdCancelar.Size = new System.Drawing.Size(75, 23);
50  this.cmdCancelar.TabIndex = 37;
51  this.cmdCancelar.Text = "&Cancelar";
52  this.cmdCancelar.UseVisualStyleBackColor = true;
53  this.cmdCancelar.Click += new System.EventHandler(this.cmdCancelar_Click);
54  //
55  // cmdAceptar
56  //
57  this.cmdAceptar.Location = new System.Drawing.Point(306, 196);
58  this.cmdAceptar.Name = "cmdAceptar";
59  this.cmdAceptar.Size = new System.Drawing.Size(75, 23);
60  this.cmdAceptar.TabIndex = 36;
61  this.cmdAceptar.Text = "&Aceptar";
62  this.cmdAceptar.UseVisualStyleBackColor = true;
63  this.cmdAceptar.Click += new System.EventHandler(this.cmdAceptar_Click);
64  //
65  // ewRecuadro2
66  //
67  this.ewRecuadro2.Controls.Add(this.grManteGrid);
68  this.ewRecuadro2.Controls.Add(this.label2);
69  this.ewRecuadro2.Controls.Add(this.label1);
70  this.ewRecuadro2.Controls.Add(this.listBoxDefecto);
71  this.ewRecuadro2.Font = new System.Drawing.Font("Arial", 9.5F);
72  this.ewRecuadro2.ForeColor = System.Drawing.SystemColors.ControlText;
73  this.ewRecuadro2.Location = new System.Drawing.Point(6, 8);
74  this.ewRecuadro2.Margin = new System.Windows.Forms.Padding(2);
75  this.ewRecuadro2.Name = "ewRecuadro2";
76  this.ewRecuadro2.Padding = new System.Windows.Forms.Padding(2);
77  this.ewRecuadro2.Size = new System.Drawing.Size(458, 183);
78  this.ewRecuadro2.TabIndex = 41;
79  this.ewRecuadro2.TabStop = false;
80  //
81  // label2
82  //
83  this.label2.AutoSize = true;
84  this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
85  this.label2.Location = new System.Drawing.Point(248, 9);
86  this.label2.Name = "label2";
87  this.label2.Size = new System.Drawing.Size(139, 15);
88  this.label2.TabIndex = 43;
89  this.label2.Text = "Valores Disponibles:";
90  //
91  // label1
92  //
93  this.label1.BackColor = System.Drawing.Color.White;
94  this.label1.Location = new System.Drawing.Point(358, 128);
95  this.label1.Name = "label1";
96  this.label1.Size = new System.Drawing.Size(9, 19);
97  this.label1.TabIndex = 42;
98  //
99  // listBoxDefecto
100  //
101  this.listBoxDefecto.FormattingEnabled = true;
102  this.listBoxDefecto.ItemHeight = 16;
103  this.listBoxDefecto.Location = new System.Drawing.Point(249, 32);
104  this.listBoxDefecto.Name = "listBoxDefecto";
105  this.listBoxDefecto.Size = new System.Drawing.Size(207, 132);
106  this.listBoxDefecto.TabIndex = 3;
107  this.listBoxDefecto.SelectedIndexChanged += new System.EventHandler(this.listBoxDefecto_SelectedIndexChanged);
108  //
109  // grManteGrid
110  //
111  this.grManteGrid._BackgroundColor = System.Drawing.SystemColors.Window;
112  this.grManteGrid.AllowUserToAddRows = false;
113  this.grManteGrid.AllowUserToDeleteRows = false;
114  this.grManteGrid.AllowUserToResizeColumns = false;
115  this.grManteGrid.AllowUserToResizeRows = false;
116  this.grManteGrid.BackgroundColor = System.Drawing.SystemColors.Window;
117  this.grManteGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
118  dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
119  dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
120  dataGridViewCellStyle1.Font = new System.Drawing.Font("Arial", 8.25F);
121  dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
122  dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
123  dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
124  dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
125  this.grManteGrid.DefaultCellStyle = dataGridViewCellStyle1;
126  this.grManteGrid.EnableHeadersVisualStyles = false;
127  this.grManteGrid.Font = new System.Drawing.Font("Arial", 9.5F);
128  this.grManteGrid.Location = new System.Drawing.Point(2, 7);
129  this.grManteGrid.MultiSelect = false;
130  this.grManteGrid.Name = "grManteGrid";
131  this.grManteGrid.RowHeadersVisible = false;
132  this.grManteGrid.Size = new System.Drawing.Size(240, 173);
133  this.grManteGrid.TabIndex = 2;
134  this.grManteGrid.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.grManteGrid_CellEnter);
135  this.grManteGrid.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.grManteGrid_CellValueChanged);
136  //
137  // frmPerfilDefecto
138  //
139  this._AplicarEstilos = false;
140  this.CancelButton = this.cmdCancelar;
141  this.ClientSize = new System.Drawing.Size(470, 221);
142  this.Controls.Add(this.ewRecuadro2);
143  this.Controls.Add(this.cmdAceptar);
144  this.Controls.Add(this.cmdCancelar);
145  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
146  this.MaximizeBox = false;
147  this.MinimizeBox = false;
148  this.Name = "frmPerfilDefecto";
149  this.ShowIcon = false;
150  this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
151  this.Text = "Valores por defecto";
152  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).EndInit();
153  this.ewRecuadro2.ResumeLayout(false);
154  this.ewRecuadro2.PerformLayout();
155  ((System.ComponentModel.ISupportInitialize)(this.grManteGrid)).EndInit();
156  this.ResumeLayout(false);
157 
158  }
159 
160  #endregion
161 
162  internal System.Windows.Forms.Button cmdCancelar;
163  internal System.Windows.Forms.Button cmdAceptar;
164  private objetos.ewRecuadro ewRecuadro2;
165  private objetos.ewgrid grManteGrid;
166  private System.Windows.Forms.Label label1;
167  private System.Windows.Forms.ListBox listBoxDefecto;
168  private System.Windows.Forms.Label label2;
169  }
170 }
override void Dispose(bool disposing)
Limpiar los recursos que se estén utilizando.
Clase del objeto grid para Sage50
Definition: grid.cs:31
Recuadro visual (PE-66757)