frmSeleccionarDocumentosPorReferencia.Designer.cs
1 namespace sage.ew.formul.Forms
2 {
6  partial class frmSeleccionarDocumentosPorReferencia
7  {
11  private System.ComponentModel.IContainer components = null;
12 
17  protected override void Dispose(bool disposing)
18  {
19  if (disposing && (components != null))
20  {
21  components.Dispose();
22  }
23  base.Dispose(disposing);
24  }
25 
26  #region Windows Form Designer generated code
27 
32  private void InitializeComponent()
33  {
34  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).BeginInit();
35  this.SuspendLayout();
36  //
37  // btDocCancelar1
38  //
39  this.btDocCancelar1.AutoSize = true;
40  this.btDocCancelar1.Image = null;
41  this.btDocCancelar1.Location = new System.Drawing.Point(573, 349);
42  //
43  // btSalir1
44  //
45  this.btSalir1.Location = new System.Drawing.Point(668, 205);
46  //
47  // btDocAceptar1
48  //
49  this.btDocAceptar1.AutoSize = true;
50  this.btDocAceptar1.Image = null;
51  this.btDocAceptar1.Location = new System.Drawing.Point(449, 349);
52  //
53  // frmSeleccionarDocumentosPorReferencia
54  //
55  this.ClientSize = new System.Drawing.Size(699, 400);
56  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
57  this.Name = "frmSeleccionarDocumentosPorReferencia";
58  this.Text = "";
59  this._GridCellDobleClickEvent += new sage.ew.formul.Forms.Seleccionar._GridCellDobleClick(this.frmSeleccionarDocumentosPorReferencia__GridCellDobleClickEvent);
60  this.Load += new System.EventHandler(this.frmSeleccionarDocumentosPorReferencia_Load);
61  this.Shown += new System.EventHandler(this.frmSeleccionarDocumentosPorReferencia_Shown);
62  this.Controls.SetChildIndex(this.btDocAceptar1, 0);
63  this.Controls.SetChildIndex(this.btDocCancelar1, 0);
64  this.Controls.SetChildIndex(this.btSalir1, 0);
65  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).EndInit();
66  this.ResumeLayout(false);
67  this.PerformLayout();
68 
69  }
70 
71  #endregion
72  }
73 }
delegate void _GridCellDobleClick(object sender, DataGridViewCellEventArgs e)
Delegado privado para controlar el click de una celda
Formulario multipropuesta SELECCIONAR
Definition: Seleccionar.cs:24
override void Dispose(bool disposing)
Clean up any resources being used.