frmPerfilGrid.Designer.cs
1 namespace sage.ew.perfiles.Forms
2 {
3  partial class frmPerfilGrid
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.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.grManteGrid = new sage.ew.objetos.ewgrid();
35  this.ewRecuadro2 = new sage.ew.objetos.ewRecuadro();
36  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).BeginInit();
37  ((System.ComponentModel.ISupportInitialize)(this.grManteGrid)).BeginInit();
38  this.SuspendLayout();
39  //
40  // cmdCancelar
41  //
42  this.cmdCancelar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
43  this.cmdCancelar.DialogResult = System.Windows.Forms.DialogResult.Cancel;
44  this.cmdCancelar.Location = new System.Drawing.Point(314, 387);
45  this.cmdCancelar.Name = "cmdCancelar";
46  this.cmdCancelar.Size = new System.Drawing.Size(75, 23);
47  this.cmdCancelar.TabIndex = 33;
48  this.cmdCancelar.Text = "&Cancelar";
49  this.cmdCancelar.UseVisualStyleBackColor = true;
50  this.cmdCancelar.Click += new System.EventHandler(this.cmdCancelar_Click);
51  //
52  // cmdAceptar
53  //
54  this.cmdAceptar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
55  this.cmdAceptar.Location = new System.Drawing.Point(238, 387);
56  this.cmdAceptar.Name = "cmdAceptar";
57  this.cmdAceptar.Size = new System.Drawing.Size(75, 23);
58  this.cmdAceptar.TabIndex = 32;
59  this.cmdAceptar.Text = "&Aceptar";
60  this.cmdAceptar.UseVisualStyleBackColor = true;
61  this.cmdAceptar.Click += new System.EventHandler(this.cmdAceptar_Click);
62  //
63  // grManteGrid
64  //
65  this.grManteGrid._BackgroundColor = System.Drawing.SystemColors.Window;
66  this.grManteGrid.AllowUserToAddRows = false;
67  this.grManteGrid.AllowUserToDeleteRows = false;
68  this.grManteGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
69  | System.Windows.Forms.AnchorStyles.Left)
70  | System.Windows.Forms.AnchorStyles.Right)));
71  this.grManteGrid.BackgroundColor = System.Drawing.SystemColors.Window;
72  this.grManteGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
73  dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
74  dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
75  dataGridViewCellStyle1.Font = new System.Drawing.Font("Arial", 8.25F);
76  dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
77  dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
78  dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
79  dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
80  this.grManteGrid.DefaultCellStyle = dataGridViewCellStyle1;
81  this.grManteGrid.EnableHeadersVisualStyles = false;
82  this.grManteGrid.Font = new System.Drawing.Font("Arial", 9.5F);
83  this.grManteGrid.Location = new System.Drawing.Point(12, 15);
84  this.grManteGrid.MultiSelect = false;
85  this.grManteGrid.Name = "grManteGrid";
86  this.grManteGrid.RowHeadersVisible = false;
87  this.grManteGrid.Size = new System.Drawing.Size(370, 359);
88  this.grManteGrid.TabIndex = 1;
89  this.grManteGrid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grManteGrid_CellClick);
90  this.grManteGrid.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.grManteGrid_CellValueChanged);
91  //
92  // ewRecuadro2
93  //
94  this.ewRecuadro2.Font = new System.Drawing.Font("Arial", 9.5F);
95  this.ewRecuadro2.ForeColor = System.Drawing.SystemColors.ControlText;
96  this.ewRecuadro2.Location = new System.Drawing.Point(5, 0);
97  this.ewRecuadro2.Margin = new System.Windows.Forms.Padding(2);
98  this.ewRecuadro2.Name = "ewRecuadro2";
99  this.ewRecuadro2.Padding = new System.Windows.Forms.Padding(2);
100  this.ewRecuadro2.Size = new System.Drawing.Size(382, 382);
101  this.ewRecuadro2.TabIndex = 42;
102  this.ewRecuadro2.TabStop = false;
103  //
104  // frmPerfilGrid
105  //
106  this._AplicarEstilos = false;
107  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
108  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
109  this.CancelButton = this.cmdCancelar;
110  this.ClientSize = new System.Drawing.Size(393, 412);
111  this.Controls.Add(this.grManteGrid);
112  this.Controls.Add(this.cmdCancelar);
113  this.Controls.Add(this.cmdAceptar);
114  this.Controls.Add(this.ewRecuadro2);
115  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
116  this.MaximizeBox = false;
117  this.MinimizeBox = false;
118  this.Name = "frmPerfilGrid";
119  this.ShowIcon = false;
120  this.Text = "Configurar columnas visibles del documento";
121  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).EndInit();
122  ((System.ComponentModel.ISupportInitialize)(this.grManteGrid)).EndInit();
123  this.ResumeLayout(false);
124 
125  }
126 
127  #endregion
128 
129  private objetos.ewgrid grManteGrid;
130  internal System.Windows.Forms.Button cmdCancelar;
131  internal System.Windows.Forms.Button cmdAceptar;
132  private objetos.ewRecuadro ewRecuadro2;
133 
134  }
135 }
override void Dispose(bool disposing)
Clean up any resources being used.
Clase del objeto grid para Sage50
Definition: grid.cs:31
Recuadro visual (PE-66757)