AsistenteDatosTipo.designer.cs
1 namespace Sage.ES.S50.NuevoEjercicio.UserControls
2 {
3  partial class AsistenteDatosTipo
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 componentes
24  private void InitializeComponent()
29  {
30  System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
31  this.ewLabelTitulo = new sage.ew.objetos.ewlabel();
32  this.ewLabelConf = new sage.ew.objetos.ewlabel();
33  this.ewGridDatos = new sage.ew.objetos.ewgrid();
34  this.ewlabel1 = new sage.ew.objetos.ewlabel();
35  this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
36  this.manteGridTraspasarDatos1 = new Sage.ES.S50.NuevoEjercicio.UserControls.ManteGridTraspasarDatos();
37  this.ewpanel1 = new sage.ew.objetos.ewpanel();
38  ((System.ComponentModel.ISupportInitialize)(this.ewGridDatos)).BeginInit();
39  this.ewpanel1.SuspendLayout();
40  this.SuspendLayout();
41  //
42  // ewLabelTitulo
43  //
44  this.ewLabelTitulo.Font = new System.Drawing.Font("Segoe UI", 9.5F);
45  this.ewLabelTitulo.Location = new System.Drawing.Point(0, 0);
46  this.ewLabelTitulo.Name = "ewLabelTitulo";
47  this.ewLabelTitulo.Size = new System.Drawing.Size(100, 23);
48  this.ewLabelTitulo.TabIndex = 30;
49  //
50  // ewLabelConf
51  //
52  this.ewLabelConf.AutoSize = true;
53  this.ewLabelConf.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
54  this.ewLabelConf.Location = new System.Drawing.Point(15, 18);
55  this.ewLabelConf.Name = "ewLabelConf";
56  this.ewLabelConf.Size = new System.Drawing.Size(196, 32);
57  this.ewLabelConf.TabIndex = 30;
58  this.ewLabelConf.Text = "Datos a traspasar";
59  //
60  // ewGridDatos
61  //
62  this.ewGridDatos._BackgroundColor = System.Drawing.SystemColors.Window;
63  this.ewGridDatos._FiltrarPorColumna = false;
64  this.ewGridDatos.AllowUserToAddRows = false;
65  this.ewGridDatos.AllowUserToDeleteRows = false;
66  this.ewGridDatos.AllowUserToResizeColumns = false;
67  this.ewGridDatos.AllowUserToResizeRows = false;
68  this.ewGridDatos.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.ewGridDatos.BackgroundColor = System.Drawing.SystemColors.Window;
72  this.ewGridDatos.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("Segoe UI", 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.ewGridDatos.DefaultCellStyle = dataGridViewCellStyle1;
81  this.ewGridDatos.EnableHeadersVisualStyles = false;
82  this.ewGridDatos.Font = new System.Drawing.Font("Segoe UI", 9.5F);
83  this.ewGridDatos.Location = new System.Drawing.Point(530, 3);
84  this.ewGridDatos.Name = "ewGridDatos";
85  this.ewGridDatos.RowHeadersVisible = false;
86  this.ewGridDatos.Size = new System.Drawing.Size(204, 65);
87  this.ewGridDatos.TabIndex = 1;
88  this.ewGridDatos.Visible = false;
89  //
90  // ewlabel1
91  //
92  this.ewlabel1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
93  this.ewlabel1.Location = new System.Drawing.Point(17, 71);
94  this.ewlabel1.Name = "ewlabel1";
95  this.ewlabel1.Size = new System.Drawing.Size(739, 39);
96  this.ewlabel1.TabIndex = 14;
97  this.ewlabel1.Text = "Selecciona los datos que desea traspasar al nuevo ejercicio";
98  //
99  // dataGridViewImageColumn1
100  //
101  this.dataGridViewImageColumn1.DataPropertyName = "datos";
102  this.dataGridViewImageColumn1.HeaderText = "Datos";
103  this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
104  this.dataGridViewImageColumn1.Width = 182;
105  //
106  // manteGridTraspasarDatos1
107  //
108  this.manteGridTraspasarDatos1._Anadir_Location = new System.Drawing.Point(0, 0);
109  this.manteGridTraspasarDatos1._Anadir_Text = "Añadir";
110  this.manteGridTraspasarDatos1._Anadir_Tooltip = "";
111  this.manteGridTraspasarDatos1._Borrar_Location = new System.Drawing.Point(82, 221);
112  this.manteGridTraspasarDatos1._Borrar_Text = "Borrar";
113  this.manteGridTraspasarDatos1._Borrar_Tooltip = "";
114  this.manteGridTraspasarDatos1._CurrentCel = null;
115  this.manteGridTraspasarDatos1._Insertar_Text = "Insertar";
116  this.manteGridTraspasarDatos1._Insertar_Tooltip = "";
117  this.manteGridTraspasarDatos1._InsertarConIntro = true;
118  this.manteGridTraspasarDatos1._ManteTRel = null;
119  this.manteGridTraspasarDatos1._MostrarBrowMante = false;
120  this.manteGridTraspasarDatos1._ReadOnly = false;
121  this.manteGridTraspasarDatos1._RecuadroVisible = true;
122  this.manteGridTraspasarDatos1._Tactil = false;
123  this.manteGridTraspasarDatos1._Texto_Borrar_Registro = "";
124  this.manteGridTraspasarDatos1._TraspasoDatos = null;
125  this.manteGridTraspasarDatos1.Dock = System.Windows.Forms.DockStyle.Fill;
126  this.manteGridTraspasarDatos1.Location = new System.Drawing.Point(0, 0);
127  this.manteGridTraspasarDatos1.Name = "manteGridTraspasarDatos1";
128  this.manteGridTraspasarDatos1.Size = new System.Drawing.Size(749, 419);
129  this.manteGridTraspasarDatos1.TabIndex = 1;
130  //
131  // ewpanel1
132  //
133  this.ewpanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
134  | System.Windows.Forms.AnchorStyles.Left)
135  | System.Windows.Forms.AnchorStyles.Right)));
136  this.ewpanel1.Controls.Add(this.manteGridTraspasarDatos1);
137  this.ewpanel1.Font = new System.Drawing.Font("Segoe UI", 9.5F);
138  this.ewpanel1.Location = new System.Drawing.Point(7, 113);
139  this.ewpanel1.Name = "ewpanel1";
140  this.ewpanel1.Size = new System.Drawing.Size(749, 419);
141  this.ewpanel1.TabIndex = 31;
142  //
143  // AsistenteDatosTipo
144  //
145  this.BackColor = System.Drawing.Color.White;
146  this.Controls.Add(this.ewpanel1);
147  this.Controls.Add(this.ewlabel1);
148  this.Controls.Add(this.ewGridDatos);
149  this.Controls.Add(this.ewLabelConf);
150  this.Name = "AsistenteDatosTipo";
151  this.Size = new System.Drawing.Size(773, 553);
152  this.Load += new System.EventHandler(this.AsistenteDatosTipo_Load);
153  ((System.ComponentModel.ISupportInitialize)(this.ewGridDatos)).EndInit();
154  this.ewpanel1.ResumeLayout(false);
155  this.ResumeLayout(false);
156  this.PerformLayout();
157 
158  }
159 
160  #endregion
161 
162  private sage.ew.objetos.ewlabel ewLabelTitulo;
163  private sage.ew.objetos.ewlabel ewLabelConf;
164  private sage.ew.objetos.ewgrid ewGridDatos;
165  private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
166  private sage.ew.objetos.ewlabel ewlabel1;
167  private ManteGridTraspasarDatos manteGridTraspasarDatos1;
168  private sage.ew.objetos.ewpanel ewpanel1;
169  }
170 }
override void Dispose(bool disposing)
Limpiar los recursos que se estén usando.
Mantegrid para la configuración de TraspasarDatos de nuevo ejercicio
Clase sage.ew.objetos.ewpanel
Clase sage.ew.objetos.ewlabel
Clase del objeto grid para Sage50
Definition: grid.cs:31