AsientoCierreAsientoBase.Designer.cs
1 namespace sage.ew.contabilidad.UserControls
2 {
3  partial class AsientoCierreAsientoBase
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 
29  private void InitializeComponent()
30  {
31  this.ewPanelDatos = new sage.ew.objetos.ewpanel();
32  this.ewFlowLayoutPanel1 = new sage.ew.contabilidad.UserControls.ewFlowLayoutPanelDesigner();
33  this.ewTableLayoutPrincipal = new sage.ew.objetos.ewtablelayoutpanel();
34  this.ewPanelTituloDescripcion = new sage.ew.objetos.UserControls.ewPanelTitulo();
35  this.PanelParametros = new sage.ew.objetos.ewpanel();
36  this.chkGenerarAsientosCierre = new sage.ew.objetos.ewcheckbox();
37  this.ewFlowLayoutPanel1.SuspendLayout();
38  this.ewTableLayoutPrincipal.SuspendLayout();
39  this.ewPanelTituloDescripcion.SuspendLayout();
40  this.PanelParametros.SuspendLayout();
41  this.SuspendLayout();
42  //
43  // ewPanelDatos
44  //
45  this.ewPanelDatos.AllowDrop = true;
46  this.ewPanelDatos.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
47  | System.Windows.Forms.AnchorStyles.Right)));
48  this.ewPanelDatos.Font = new System.Drawing.Font("Segoe UI", 9.5F);
49  this.ewPanelDatos.Location = new System.Drawing.Point(0, 59);
50  this.ewPanelDatos.Margin = new System.Windows.Forms.Padding(0);
51  this.ewPanelDatos.Name = "ewPanelDatos";
52  this.ewPanelDatos.Size = new System.Drawing.Size(890, 480);
53  this.ewPanelDatos.TabIndex = 2;
54  //
55  // ewFlowLayoutPanel1
56  //
57  this.ewFlowLayoutPanel1.Controls.Add(this.ewTableLayoutPrincipal);
58  this.ewFlowLayoutPanel1.Controls.Add(this.ewPanelDatos);
59  this.ewFlowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
60  this.ewFlowLayoutPanel1.Location = new System.Drawing.Point(5, 5);
61  this.ewFlowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
62  this.ewFlowLayoutPanel1.Name = "ewFlowLayoutPanel1";
63  this.ewFlowLayoutPanel1.Size = new System.Drawing.Size(890, 540);
64  this.ewFlowLayoutPanel1.TabIndex = 0;
65  //
66  // ewTableLayoutPrincipal
67  //
68  this.ewTableLayoutPrincipal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
69  | System.Windows.Forms.AnchorStyles.Right)));
70  this.ewTableLayoutPrincipal.ColumnCount = 1;
71  this.ewTableLayoutPrincipal.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
72  this.ewTableLayoutPrincipal.Controls.Add(this.ewPanelTituloDescripcion, 0, 0);
73  this.ewTableLayoutPrincipal.Controls.Add(this.PanelParametros, 0, 1);
74  this.ewTableLayoutPrincipal.Font = new System.Drawing.Font("Segoe UI", 9.5F);
75  this.ewTableLayoutPrincipal.Location = new System.Drawing.Point(0, 0);
76  this.ewTableLayoutPrincipal.Margin = new System.Windows.Forms.Padding(0);
77  this.ewTableLayoutPrincipal.Name = "ewTableLayoutPrincipal";
78  this.ewTableLayoutPrincipal.RowCount = 2;
79  this.ewTableLayoutPrincipal.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
80  this.ewTableLayoutPrincipal.RowStyles.Add(new System.Windows.Forms.RowStyle());
81  this.ewTableLayoutPrincipal.Size = new System.Drawing.Size(890, 59);
82  this.ewTableLayoutPrincipal.TabIndex = 1;
83  //
84  // ewPanelTituloDescripcion
85  //
86  //
87  // ewPanelTituloDescripcion._Panel
88  //
89  this.ewPanelTituloDescripcion._Panel.AllowDrop = true;
90  this.ewPanelTituloDescripcion._Panel.Dock = System.Windows.Forms.DockStyle.Fill;
91  this.ewPanelTituloDescripcion._Panel.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
92  this.ewPanelTituloDescripcion._Panel.Location = new System.Drawing.Point(0, 0);
93  this.ewPanelTituloDescripcion._Panel.Margin = new System.Windows.Forms.Padding(4);
94  this.ewPanelTituloDescripcion._Panel.Name = "_Panel";
95  this.ewPanelTituloDescripcion._Panel.Size = new System.Drawing.Size(890, 28);
96  this.ewPanelTituloDescripcion._Panel.TabIndex = 1;
97  this.ewPanelTituloDescripcion._Titulo = "Asigne el texto al título";
98  this.ewPanelTituloDescripcion.AllowDrop = true;
99  this.ewPanelTituloDescripcion.BackColor = System.Drawing.SystemColors.Control;
100  this.ewPanelTituloDescripcion.Dock = System.Windows.Forms.DockStyle.Fill;
101  this.ewPanelTituloDescripcion.Font = new System.Drawing.Font("Segoe UI", 9.5F);
102  this.ewPanelTituloDescripcion.Location = new System.Drawing.Point(0, 0);
103  this.ewPanelTituloDescripcion.Margin = new System.Windows.Forms.Padding(0);
104  this.ewPanelTituloDescripcion.Name = "ewPanelTituloDescripcion";
105  this.ewPanelTituloDescripcion.Size = new System.Drawing.Size(890, 28);
106  this.ewPanelTituloDescripcion.TabIndex = 1;
107  //
108  // PanelParametros
109  //
110  this.PanelParametros.Controls.Add(this.chkGenerarAsientosCierre);
111  this.PanelParametros.Dock = System.Windows.Forms.DockStyle.Fill;
112  this.PanelParametros.Font = new System.Drawing.Font("Segoe UI", 9.5F);
113  this.PanelParametros.Location = new System.Drawing.Point(0, 28);
114  this.PanelParametros.Margin = new System.Windows.Forms.Padding(0);
115  this.PanelParametros.Name = "PanelParametros";
116  this.PanelParametros.Size = new System.Drawing.Size(890, 31);
117  this.PanelParametros.TabIndex = 2;
118  //
119  // chkGenerarAsientosCierre
120  //
121  this.chkGenerarAsientosCierre._GuardarEnSettings = false;
122  this.chkGenerarAsientosCierre._OpcionConfiguracion = "";
123  this.chkGenerarAsientosCierre._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
124  this.chkGenerarAsientosCierre._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
125  this.chkGenerarAsientosCierre.AutoSize = true;
126  this.chkGenerarAsientosCierre.Checked = true;
127  this.chkGenerarAsientosCierre.CheckState = System.Windows.Forms.CheckState.Checked;
128  this.chkGenerarAsientosCierre.Font = new System.Drawing.Font("Segoe UI", 9.5F);
129  this.chkGenerarAsientosCierre.Location = new System.Drawing.Point(10, 6);
130  this.chkGenerarAsientosCierre.Name = "chkGenerarAsientosCierre";
131  this.chkGenerarAsientosCierre.Size = new System.Drawing.Size(185, 21);
132  this.chkGenerarAsientosCierre.TabIndex = 0;
133  this.chkGenerarAsientosCierre.Text = "Asigne el texto al checkbox";
134  this.chkGenerarAsientosCierre.UseVisualStyleBackColor = true;
135  this.chkGenerarAsientosCierre.CheckedChanged += new System.EventHandler(this.chkGenerarAsientosCierre_CheckedChanged);
136  //
137  // AsientoCierreAsientoBase
138  //
139  this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
140  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
141  this.Controls.Add(this.ewFlowLayoutPanel1);
142  this.Font = new System.Drawing.Font("Segoe UI", 9.5F);
143  this.MinimumSize = new System.Drawing.Size(900, 550);
144  this.Name = "AsientoCierreAsientoBase";
145  this.Padding = new System.Windows.Forms.Padding(5);
146  this.Size = new System.Drawing.Size(900, 550);
147  this.ewFlowLayoutPanel1.ResumeLayout(false);
148  this.ewTableLayoutPrincipal.ResumeLayout(false);
149  this.ewPanelTituloDescripcion.ResumeLayout(false);
150  this.PanelParametros.ResumeLayout(false);
151  this.PanelParametros.PerformLayout();
152  this.ResumeLayout(false);
153 
154  }
155 
156  #endregion
157 
161  public objetos.ewpanel ewPanelDatos;
162  private ewFlowLayoutPanelDesigner ewFlowLayoutPanel1;
163  private objetos.ewtablelayoutpanel ewTableLayoutPrincipal;
164  private objetos.UserControls.ewPanelTitulo ewPanelTituloDescripcion;
165  private objetos.ewpanel PanelParametros;
166  private objetos.ewcheckbox chkGenerarAsientosCierre;
167  }
168 
169 }
override void Dispose(bool disposing)
Limpiar los recursos que se estén usando.
Clase sage.ew.objetos.ewpanel
Clase sage.ew.objetos.ewcheckbox
Clase heredada de ewFlowLayoutPanelpara poder utilizar el designer
PE-83541 : Clase sage.ew.objetos.ewtablelayoutpanel
Control de usuario siemple para un panel con título