/Evaluacion/Presentacion/Form1.Designer.cs

https://gitlab.com/Estebxn/Evaluacion · C# · 270 lines · 192 code · 7 blank · 71 comment · 3 complexity · b8557f11709bffc7a738e35e8a9bd84f MD5 · raw file

  1. namespace Presentacion
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.label1 = new System.Windows.Forms.Label();
  29. this.label2 = new System.Windows.Forms.Label();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.label4 = new System.Windows.Forms.Label();
  32. this.label5 = new System.Windows.Forms.Label();
  33. this.label6 = new System.Windows.Forms.Label();
  34. this.txtMedida = new System.Windows.Forms.Label();
  35. this.label8 = new System.Windows.Forms.Label();
  36. this.txtIdProduc = new System.Windows.Forms.TextBox();
  37. this.rtbDescrip = new System.Windows.Forms.RichTextBox();
  38. this.txtDepartamento = new System.Windows.Forms.TextBox();
  39. this.txtIVA = new System.Windows.Forms.TextBox();
  40. this.txtPrecio = new System.Windows.Forms.TextBox();
  41. this.rtbNotas = new System.Windows.Forms.RichTextBox();
  42. this.textBox5 = new System.Windows.Forms.TextBox();
  43. this.btnAgregar = new System.Windows.Forms.Button();
  44. this.btnActualizar = new System.Windows.Forms.Button();
  45. this.btnEliminar = new System.Windows.Forms.Button();
  46. this.btnSalir = new System.Windows.Forms.Button();
  47. this.SuspendLayout();
  48. //
  49. // label1
  50. //
  51. this.label1.AutoSize = true;
  52. this.label1.Location = new System.Drawing.Point(133, 136);
  53. this.label1.Name = "label1";
  54. this.label1.Size = new System.Drawing.Size(62, 13);
  55. this.label1.TabIndex = 0;
  56. this.label1.Text = "Id Producto";
  57. //
  58. // label2
  59. //
  60. this.label2.AutoSize = true;
  61. this.label2.Location = new System.Drawing.Point(133, 186);
  62. this.label2.Name = "label2";
  63. this.label2.Size = new System.Drawing.Size(63, 13);
  64. this.label2.TabIndex = 1;
  65. this.label2.Text = "Descripción";
  66. //
  67. // label3
  68. //
  69. this.label3.AutoSize = true;
  70. this.label3.Location = new System.Drawing.Point(133, 291);
  71. this.label3.Name = "label3";
  72. this.label3.Size = new System.Drawing.Size(74, 13);
  73. this.label3.TabIndex = 2;
  74. this.label3.Text = "Departamento";
  75. //
  76. // label4
  77. //
  78. this.label4.AutoSize = true;
  79. this.label4.Location = new System.Drawing.Point(133, 353);
  80. this.label4.Name = "label4";
  81. this.label4.Size = new System.Drawing.Size(24, 13);
  82. this.label4.TabIndex = 3;
  83. this.label4.Text = "IVA";
  84. //
  85. // label5
  86. //
  87. this.label5.AutoSize = true;
  88. this.label5.Location = new System.Drawing.Point(133, 409);
  89. this.label5.Name = "label5";
  90. this.label5.Size = new System.Drawing.Size(37, 13);
  91. this.label5.TabIndex = 4;
  92. this.label5.Text = "Precio";
  93. //
  94. // label6
  95. //
  96. this.label6.AutoSize = true;
  97. this.label6.Location = new System.Drawing.Point(133, 458);
  98. this.label6.Name = "label6";
  99. this.label6.Size = new System.Drawing.Size(35, 13);
  100. this.label6.TabIndex = 5;
  101. this.label6.Text = "Notas";
  102. //
  103. // txtMedida
  104. //
  105. this.txtMedida.AutoSize = true;
  106. this.txtMedida.Location = new System.Drawing.Point(133, 585);
  107. this.txtMedida.Name = "txtMedida";
  108. this.txtMedida.Size = new System.Drawing.Size(42, 13);
  109. this.txtMedida.TabIndex = 6;
  110. this.txtMedida.Text = "Medida";
  111. //
  112. // label8
  113. //
  114. this.label8.AutoSize = true;
  115. this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  116. this.label8.Location = new System.Drawing.Point(133, 42);
  117. this.label8.Name = "label8";
  118. this.label8.Size = new System.Drawing.Size(342, 42);
  119. this.label8.TabIndex = 7;
  120. this.label8.Text = "Datos Del Producto";
  121. //
  122. // txtIdProduc
  123. //
  124. this.txtIdProduc.Location = new System.Drawing.Point(227, 129);
  125. this.txtIdProduc.Name = "txtIdProduc";
  126. this.txtIdProduc.Size = new System.Drawing.Size(185, 20);
  127. this.txtIdProduc.TabIndex = 8;
  128. //
  129. // rtbDescrip
  130. //
  131. this.rtbDescrip.Location = new System.Drawing.Point(227, 170);
  132. this.rtbDescrip.Name = "rtbDescrip";
  133. this.rtbDescrip.Size = new System.Drawing.Size(185, 96);
  134. this.rtbDescrip.TabIndex = 9;
  135. this.rtbDescrip.Text = "";
  136. //
  137. // txtDepartamento
  138. //
  139. this.txtDepartamento.Location = new System.Drawing.Point(227, 284);
  140. this.txtDepartamento.Name = "txtDepartamento";
  141. this.txtDepartamento.Size = new System.Drawing.Size(185, 20);
  142. this.txtDepartamento.TabIndex = 10;
  143. //
  144. // txtIVA
  145. //
  146. this.txtIVA.Location = new System.Drawing.Point(227, 346);
  147. this.txtIVA.Name = "txtIVA";
  148. this.txtIVA.Size = new System.Drawing.Size(185, 20);
  149. this.txtIVA.TabIndex = 11;
  150. //
  151. // txtPrecio
  152. //
  153. this.txtPrecio.Location = new System.Drawing.Point(227, 402);
  154. this.txtPrecio.Name = "txtPrecio";
  155. this.txtPrecio.Size = new System.Drawing.Size(185, 20);
  156. this.txtPrecio.TabIndex = 12;
  157. //
  158. // rtbNotas
  159. //
  160. this.rtbNotas.Location = new System.Drawing.Point(227, 458);
  161. this.rtbNotas.Name = "rtbNotas";
  162. this.rtbNotas.Size = new System.Drawing.Size(185, 96);
  163. this.rtbNotas.TabIndex = 13;
  164. this.rtbNotas.Text = "";
  165. //
  166. // textBox5
  167. //
  168. this.textBox5.Location = new System.Drawing.Point(227, 578);
  169. this.textBox5.Name = "textBox5";
  170. this.textBox5.Size = new System.Drawing.Size(185, 20);
  171. this.textBox5.TabIndex = 14;
  172. //
  173. // btnAgregar
  174. //
  175. this.btnAgregar.Location = new System.Drawing.Point(692, 131);
  176. this.btnAgregar.Name = "btnAgregar";
  177. this.btnAgregar.Size = new System.Drawing.Size(114, 51);
  178. this.btnAgregar.TabIndex = 15;
  179. this.btnAgregar.Text = "&Agregar";
  180. this.btnAgregar.UseVisualStyleBackColor = true;
  181. this.btnAgregar.Click += new System.EventHandler(this.btnAgregar_Click);
  182. //
  183. // btnActualizar
  184. //
  185. this.btnActualizar.Location = new System.Drawing.Point(692, 202);
  186. this.btnActualizar.Name = "btnActualizar";
  187. this.btnActualizar.Size = new System.Drawing.Size(114, 44);
  188. this.btnActualizar.TabIndex = 16;
  189. this.btnActualizar.Text = "&Actualizar";
  190. this.btnActualizar.UseVisualStyleBackColor = true;
  191. this.btnActualizar.Click += new System.EventHandler(this.btnActualizar_Click);
  192. //
  193. // btnEliminar
  194. //
  195. this.btnEliminar.Location = new System.Drawing.Point(692, 266);
  196. this.btnEliminar.Name = "btnEliminar";
  197. this.btnEliminar.Size = new System.Drawing.Size(114, 38);
  198. this.btnEliminar.TabIndex = 17;
  199. this.btnEliminar.Text = "&Eliminar";
  200. this.btnEliminar.UseVisualStyleBackColor = true;
  201. this.btnEliminar.Click += new System.EventHandler(this.btnEliminar_Click);
  202. //
  203. // btnSalir
  204. //
  205. this.btnSalir.Location = new System.Drawing.Point(692, 326);
  206. this.btnSalir.Name = "btnSalir";
  207. this.btnSalir.Size = new System.Drawing.Size(114, 40);
  208. this.btnSalir.TabIndex = 18;
  209. this.btnSalir.Text = "&Salir";
  210. this.btnSalir.UseVisualStyleBackColor = true;
  211. this.btnSalir.Click += new System.EventHandler(this.button4_Click);
  212. //
  213. // Form1
  214. //
  215. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  216. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  217. this.ClientSize = new System.Drawing.Size(888, 636);
  218. this.Controls.Add(this.btnSalir);
  219. this.Controls.Add(this.btnEliminar);
  220. this.Controls.Add(this.btnActualizar);
  221. this.Controls.Add(this.btnAgregar);
  222. this.Controls.Add(this.textBox5);
  223. this.Controls.Add(this.rtbNotas);
  224. this.Controls.Add(this.txtPrecio);
  225. this.Controls.Add(this.txtIVA);
  226. this.Controls.Add(this.txtDepartamento);
  227. this.Controls.Add(this.rtbDescrip);
  228. this.Controls.Add(this.txtIdProduc);
  229. this.Controls.Add(this.label8);
  230. this.Controls.Add(this.txtMedida);
  231. this.Controls.Add(this.label6);
  232. this.Controls.Add(this.label5);
  233. this.Controls.Add(this.label4);
  234. this.Controls.Add(this.label3);
  235. this.Controls.Add(this.label2);
  236. this.Controls.Add(this.label1);
  237. this.Name = "Form1";
  238. this.Text = "Form1";
  239. this.ResumeLayout(false);
  240. this.PerformLayout();
  241. }
  242. #endregion
  243. private System.Windows.Forms.Label label1;
  244. private System.Windows.Forms.Label label2;
  245. private System.Windows.Forms.Label label3;
  246. private System.Windows.Forms.Label label4;
  247. private System.Windows.Forms.Label label5;
  248. private System.Windows.Forms.Label label6;
  249. private System.Windows.Forms.Label txtMedida;
  250. private System.Windows.Forms.Label label8;
  251. private System.Windows.Forms.TextBox txtIdProduc;
  252. private System.Windows.Forms.RichTextBox rtbDescrip;
  253. private System.Windows.Forms.TextBox txtDepartamento;
  254. private System.Windows.Forms.TextBox txtIVA;
  255. private System.Windows.Forms.TextBox txtPrecio;
  256. private System.Windows.Forms.RichTextBox rtbNotas;
  257. private System.Windows.Forms.TextBox textBox5;
  258. private System.Windows.Forms.Button btnAgregar;
  259. private System.Windows.Forms.Button btnActualizar;
  260. private System.Windows.Forms.Button btnEliminar;
  261. private System.Windows.Forms.Button btnSalir;
  262. }
  263. }