frmOpcionesDescontabilizar.Designer.cs
1 namespace sage.addons.factucert.Visual.Forms
2 {
3  partial class frmOpcionesDescontabilizar
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOpcionesDescontabilizar));
32  this.ewlblCompras = new sage.ew.objetos.ewlabel();
33  this.ewlabel7 = new sage.ew.objetos.ewlabel();
34  this.ewlabel8 = new sage.ew.objetos.ewlabel();
35  this.ewlabel9 = new sage.ew.objetos.ewlabel();
36  this.ewlabel10 = new sage.ew.objetos.ewlabel();
37  this.btAnular = new sage.ew.objetos.ewbutton();
38  this.btAnularBorrador = new sage.ew.objetos.ewbutton();
39  this.btAbonoRectif = new sage.ew.objetos.ewbutton();
40  this.btCancelar = new sage.ew.objetos.ewbutton();
41  this.IconMensaje = new sage.ew.objetos.ewpicturebox();
42  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).BeginInit();
43  ((System.ComponentModel.ISupportInitialize)(this.IconMensaje)).BeginInit();
44  this.SuspendLayout();
45  //
46  // ewlblCompras
47  //
48  this.ewlblCompras._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
49  this.ewlblCompras.AutoSize = true;
50  this.ewlblCompras.Font = new System.Drawing.Font("Segoe UI", 9.5F);
51  this.ewlblCompras.Location = new System.Drawing.Point(117, 17);
52  this.ewlblCompras.MaximumSize = new System.Drawing.Size(450, 0);
53  this.ewlblCompras.Name = "ewlblCompras";
54  this.ewlblCompras.Size = new System.Drawing.Size(440, 34);
55  this.ewlblCompras.TabIndex = 1;
56  this.ewlblCompras.Text = "Puede seleccionar las siguientes opciones en función del tipo de proceso que nece" +
57  "site realizar:";
58  //
59  // ewlabel7
60  //
61  this.ewlabel7._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
62  this.ewlabel7.AutoSize = true;
63  this.ewlabel7.Font = new System.Drawing.Font("Segoe UI", 9.5F);
64  this.ewlabel7.Location = new System.Drawing.Point(117, 74);
65  this.ewlabel7.MaximumSize = new System.Drawing.Size(450, 0);
66  this.ewlabel7.Name = "ewlabel7";
67  this.ewlabel7.Size = new System.Drawing.Size(431, 51);
68  this.ewlabel7.TabIndex = 2;
69  this.ewlabel7.Text = resources.GetString("ewlabel7.Text");
70  //
71  // ewlabel8
72  //
73  this.ewlabel8._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
74  this.ewlabel8.AutoSize = true;
75  this.ewlabel8.Font = new System.Drawing.Font("Segoe UI", 9.5F);
76  this.ewlabel8.Location = new System.Drawing.Point(117, 144);
77  this.ewlabel8.MaximumSize = new System.Drawing.Size(450, 0);
78  this.ewlabel8.Name = "ewlabel8";
79  this.ewlabel8.Size = new System.Drawing.Size(447, 51);
80  this.ewlabel8.TabIndex = 3;
81  this.ewlabel8.Text = resources.GetString("ewlabel8.Text");
82  //
83  // ewlabel9
84  //
85  this.ewlabel9._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
86  this.ewlabel9.AutoSize = true;
87  this.ewlabel9.Font = new System.Drawing.Font("Segoe UI", 9.5F);
88  this.ewlabel9.Location = new System.Drawing.Point(117, 214);
89  this.ewlabel9.MaximumSize = new System.Drawing.Size(450, 0);
90  this.ewlabel9.Name = "ewlabel9";
91  this.ewlabel9.Size = new System.Drawing.Size(442, 51);
92  this.ewlabel9.TabIndex = 4;
93  this.ewlabel9.Text = resources.GetString("ewlabel9.Text");
94  //
95  // ewlabel10
96  //
97  this.ewlabel10._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
98  this.ewlabel10.AutoSize = true;
99  this.ewlabel10.Font = new System.Drawing.Font("Segoe UI", 9.5F);
100  this.ewlabel10.Location = new System.Drawing.Point(117, 284);
101  this.ewlabel10.MaximumSize = new System.Drawing.Size(400, 0);
102  this.ewlabel10.Name = "ewlabel10";
103  this.ewlabel10.Size = new System.Drawing.Size(130, 17);
104  this.ewlabel10.TabIndex = 5;
105  this.ewlabel10.Text = "¿Qué desea realizar?";
106  //
107  // btAnular
108  //
109  this.btAnular._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
110  this.btAnular._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
111  this.btAnular._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
112  this.btAnular._Tooltip = "";
113  this.btAnular.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
114  this.btAnular.Font = new System.Drawing.Font("Segoe UI", 9.5F);
115  this.btAnular.Location = new System.Drawing.Point(13, 336);
116  this.btAnular.Name = "btAnular";
117  this.btAnular.Size = new System.Drawing.Size(136, 30);
118  this.btAnular.TabIndex = 1;
119  this.btAnular.Text = "Anular";
120  this.btAnular.UseVisualStyleBackColor = true;
121  //
122  // btAnularBorrador
123  //
124  this.btAnularBorrador._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
125  this.btAnularBorrador._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
126  this.btAnularBorrador._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
127  this.btAnularBorrador._Tooltip = "";
128  this.btAnularBorrador.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
129  this.btAnularBorrador.Font = new System.Drawing.Font("Segoe UI", 9.5F);
130  this.btAnularBorrador.Location = new System.Drawing.Point(154, 336);
131  this.btAnularBorrador.Name = "btAnularBorrador";
132  this.btAnularBorrador.Size = new System.Drawing.Size(136, 30);
133  this.btAnularBorrador.TabIndex = 2;
134  this.btAnularBorrador.Text = "Anular y borrador";
135  this.btAnularBorrador.UseVisualStyleBackColor = true;
136  //
137  // btAbonoRectif
138  //
139  this.btAbonoRectif._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
140  this.btAbonoRectif._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
141  this.btAbonoRectif._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
142  this.btAbonoRectif._Tooltip = "";
143  this.btAbonoRectif.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
144  this.btAbonoRectif.Font = new System.Drawing.Font("Segoe UI", 9.5F);
145  this.btAbonoRectif.Location = new System.Drawing.Point(295, 336);
146  this.btAbonoRectif.Name = "btAbonoRectif";
147  this.btAbonoRectif.Size = new System.Drawing.Size(136, 30);
148  this.btAbonoRectif.TabIndex = 3;
149  this.btAbonoRectif.Text = "Abono/rectificativa";
150  this.btAbonoRectif.UseVisualStyleBackColor = true;
151  //
152  // btCancelar
153  //
154  this.btCancelar._Localizacion = sage.ew.interficies.LocalizacionOpcion.Bottom;
155  this.btCancelar._PropiedadesDeEstilos._ColorUnderlineEntering = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(192)))), ((int)(((byte)(163)))));
156  this.btCancelar._PropiedadesDeEstilos._ColorUnderlineSelected = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(130)))), ((int)(((byte)(0)))));
157  this.btCancelar._Tooltip = "";
158  this.btCancelar.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
159  this.btCancelar.Font = new System.Drawing.Font("Segoe UI", 9.5F);
160  this.btCancelar.Location = new System.Drawing.Point(436, 336);
161  this.btCancelar.Name = "btCancelar";
162  this.btCancelar.Size = new System.Drawing.Size(136, 30);
163  this.btCancelar.TabIndex = 0;
164  this.btCancelar.Text = "Cancelar";
165  this.btCancelar.UseVisualStyleBackColor = true;
166  //
167  // IconMensaje
168  //
169  this.IconMensaje.Font = new System.Drawing.Font("Arial", 9.5F);
170  this.IconMensaje.InitialImage = null;
171  this.IconMensaje.Location = new System.Drawing.Point(12, 17);
172  this.IconMensaje.Name = "IconMensaje";
173  this.IconMensaje.Size = new System.Drawing.Size(74, 64);
174  this.IconMensaje.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
175  this.IconMensaje.TabIndex = 10;
176  this.IconMensaje.TabStop = false;
177  //
178  // frmOpcionesDescontabilizar
179  //
180  this.ClientSize = new System.Drawing.Size(582, 375);
181  this.Controls.Add(this.IconMensaje);
182  this.Controls.Add(this.btCancelar);
183  this.Controls.Add(this.btAbonoRectif);
184  this.Controls.Add(this.btAnularBorrador);
185  this.Controls.Add(this.btAnular);
186  this.Controls.Add(this.ewlabel10);
187  this.Controls.Add(this.ewlabel9);
188  this.Controls.Add(this.ewlabel8);
189  this.Controls.Add(this.ewlabel7);
190  this.Controls.Add(this.ewlblCompras);
191  this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
192  this.MaximizeBox = false;
193  this.MinimizeBox = false;
194  this.Name = "frmOpcionesDescontabilizar";
195  this.Text = "Descontabilizar factura";
196  ((System.ComponentModel.ISupportInitialize)(this._oErrorProvider)).EndInit();
197  ((System.ComponentModel.ISupportInitialize)(this.IconMensaje)).EndInit();
198  this.ResumeLayout(false);
199  this.PerformLayout();
200 
201  }
202 
203  #endregion
204 
205  private ew.objetos.ewlabel ewlabel1;
206  private ew.objetos.ewlabel ewlabel2;
207  private ew.objetos.ewlabel ewlabel3;
208  private ew.objetos.ewlabel ewlabel4;
209  private ew.objetos.ewlabel ewlabel5;
210  private ew.objetos.ewlabel ewlabel6;
211 
212  private ew.objetos.ewlabel ewlblCompras;
213  private ew.objetos.ewlabel ewlabel7;
214  private ew.objetos.ewlabel ewlabel8;
215  private ew.objetos.ewlabel ewlabel9;
216  private ew.objetos.ewlabel ewlabel10;
217  private ew.objetos.ewbutton btAnular;
218  private ew.objetos.ewbutton btAnularBorrador;
219  private ew.objetos.ewbutton btAbonoRectif;
220  private ew.objetos.ewbutton btCancelar;
221  private ew.objetos.ewpicturebox IconMensaje;
222  }
223 }
Clase sage.ew.objetos.ewlabel
Clase sage.ew.objetos.ewpicturebox
Base para los botones de Eurowin
Formulario para presentar las difentes opciones de descontabilización en Ticketbai permitiendo al usu...
override void Dispose(bool disposing)
Clean up any resources being used.