PageRenderTime 45ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/src/Ventas/Ventas/Ventas.Designer.cs

#
C# | 275 lines | 194 code | 7 blank | 74 comment | 3 complexity | c3c924da629b096223b6a0e2b0f54eee MD5 | raw file
  1. namespace Ventas
  2. {
  3. partial class Ventas
  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.textBox1 = new System.Windows.Forms.TextBox();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.label5 = new System.Windows.Forms.Label();
  34. this.label6 = new System.Windows.Forms.Label();
  35. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  36. this.producto = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.cantidad = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.button3 = new System.Windows.Forms.Button();
  39. this.label7 = new System.Windows.Forms.Label();
  40. this.textBox4 = new System.Windows.Forms.TextBox();
  41. this.panel1 = new System.Windows.Forms.Panel();
  42. this.textBox5 = new System.Windows.Forms.TextBox();
  43. this.label8 = new System.Windows.Forms.Label();
  44. this.textBox3 = new System.Windows.Forms.TextBox();
  45. this.label4 = new System.Windows.Forms.Label();
  46. this.textBox2 = new System.Windows.Forms.TextBox();
  47. this.label3 = new System.Windows.Forms.Label();
  48. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  49. this.panel1.SuspendLayout();
  50. this.SuspendLayout();
  51. //
  52. // label1
  53. //
  54. this.label1.AutoSize = true;
  55. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  56. this.label1.Location = new System.Drawing.Point(245, 9);
  57. this.label1.Name = "label1";
  58. this.label1.Size = new System.Drawing.Size(187, 46);
  59. this.label1.TabIndex = 0;
  60. this.label1.Text = "VENTAS";
  61. //
  62. // label2
  63. //
  64. this.label2.AutoSize = true;
  65. this.label2.Location = new System.Drawing.Point(54, 78);
  66. this.label2.Name = "label2";
  67. this.label2.Size = new System.Drawing.Size(91, 13);
  68. this.label2.TabIndex = 1;
  69. this.label2.Text = "Buscar Productos";
  70. //
  71. // textBox1
  72. //
  73. this.textBox1.Location = new System.Drawing.Point(37, 94);
  74. this.textBox1.Name = "textBox1";
  75. this.textBox1.Size = new System.Drawing.Size(120, 20);
  76. this.textBox1.TabIndex = 2;
  77. //
  78. // button1
  79. //
  80. this.button1.Location = new System.Drawing.Point(163, 94);
  81. this.button1.Name = "button1";
  82. this.button1.Size = new System.Drawing.Size(48, 23);
  83. this.button1.TabIndex = 3;
  84. this.button1.Text = "Buscar";
  85. this.button1.UseVisualStyleBackColor = true;
  86. //
  87. // button2
  88. //
  89. this.button2.Location = new System.Drawing.Point(309, 246);
  90. this.button2.Name = "button2";
  91. this.button2.Size = new System.Drawing.Size(112, 52);
  92. this.button2.TabIndex = 8;
  93. this.button2.Text = "Aceptar";
  94. this.button2.UseVisualStyleBackColor = true;
  95. //
  96. // label5
  97. //
  98. this.label5.AutoSize = true;
  99. this.label5.Location = new System.Drawing.Point(457, 42);
  100. this.label5.Name = "label5";
  101. this.label5.Size = new System.Drawing.Size(153, 13);
  102. this.label5.TabIndex = 9;
  103. this.label5.Text = "[Lista de Productoa a Comprar]";
  104. //
  105. // label6
  106. //
  107. this.label6.AutoSize = true;
  108. this.label6.Location = new System.Drawing.Point(584, 230);
  109. this.label6.Name = "label6";
  110. this.label6.Size = new System.Drawing.Size(60, 13);
  111. this.label6.TabIndex = 10;
  112. this.label6.Text = "Precio total";
  113. //
  114. // dataGridView1
  115. //
  116. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  117. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  118. this.producto,
  119. this.cantidad});
  120. this.dataGridView1.Location = new System.Drawing.Point(420, 67);
  121. this.dataGridView1.Name = "dataGridView1";
  122. this.dataGridView1.Size = new System.Drawing.Size(245, 150);
  123. this.dataGridView1.TabIndex = 11;
  124. //
  125. // producto
  126. //
  127. this.producto.HeaderText = "Producto";
  128. this.producto.Name = "producto";
  129. //
  130. // cantidad
  131. //
  132. this.cantidad.HeaderText = "Cantidad";
  133. this.cantidad.Name = "cantidad";
  134. //
  135. // button3
  136. //
  137. this.button3.Location = new System.Drawing.Point(271, 94);
  138. this.button3.Name = "button3";
  139. this.button3.Size = new System.Drawing.Size(75, 23);
  140. this.button3.TabIndex = 14;
  141. this.button3.Text = ">>";
  142. this.button3.UseVisualStyleBackColor = true;
  143. //
  144. // label7
  145. //
  146. this.label7.AutoSize = true;
  147. this.label7.Location = new System.Drawing.Point(173, 120);
  148. this.label7.Name = "label7";
  149. this.label7.Size = new System.Drawing.Size(29, 13);
  150. this.label7.TabIndex = 13;
  151. this.label7.Text = "Cant";
  152. //
  153. // textBox4
  154. //
  155. this.textBox4.Location = new System.Drawing.Point(37, 117);
  156. this.textBox4.Name = "textBox4";
  157. this.textBox4.Size = new System.Drawing.Size(120, 20);
  158. this.textBox4.TabIndex = 12;
  159. //
  160. // panel1
  161. //
  162. this.panel1.Controls.Add(this.textBox5);
  163. this.panel1.Controls.Add(this.label8);
  164. this.panel1.Controls.Add(this.textBox3);
  165. this.panel1.Controls.Add(this.label4);
  166. this.panel1.Controls.Add(this.textBox2);
  167. this.panel1.Controls.Add(this.label3);
  168. this.panel1.Location = new System.Drawing.Point(12, 160);
  169. this.panel1.Name = "panel1";
  170. this.panel1.Size = new System.Drawing.Size(268, 116);
  171. this.panel1.TabIndex = 15;
  172. //
  173. // textBox5
  174. //
  175. this.textBox5.Location = new System.Drawing.Point(119, 79);
  176. this.textBox5.Name = "textBox5";
  177. this.textBox5.Size = new System.Drawing.Size(123, 20);
  178. this.textBox5.TabIndex = 22;
  179. //
  180. // label8
  181. //
  182. this.label8.AutoSize = true;
  183. this.label8.Location = new System.Drawing.Point(31, 86);
  184. this.label8.Name = "label8";
  185. this.label8.Size = new System.Drawing.Size(41, 13);
  186. this.label8.TabIndex = 21;
  187. this.label8.Text = "Apllido:";
  188. //
  189. // textBox3
  190. //
  191. this.textBox3.Location = new System.Drawing.Point(119, 50);
  192. this.textBox3.Name = "textBox3";
  193. this.textBox3.Size = new System.Drawing.Size(123, 20);
  194. this.textBox3.TabIndex = 20;
  195. //
  196. // label4
  197. //
  198. this.label4.AutoSize = true;
  199. this.label4.Location = new System.Drawing.Point(31, 57);
  200. this.label4.Name = "label4";
  201. this.label4.Size = new System.Drawing.Size(50, 13);
  202. this.label4.TabIndex = 19;
  203. this.label4.Text = "Nombre :";
  204. //
  205. // textBox2
  206. //
  207. this.textBox2.Location = new System.Drawing.Point(119, 24);
  208. this.textBox2.Name = "textBox2";
  209. this.textBox2.Size = new System.Drawing.Size(123, 20);
  210. this.textBox2.TabIndex = 18;
  211. //
  212. // label3
  213. //
  214. this.label3.AutoSize = true;
  215. this.label3.Location = new System.Drawing.Point(31, 27);
  216. this.label3.Name = "label3";
  217. this.label3.Size = new System.Drawing.Size(54, 13);
  218. this.label3.TabIndex = 17;
  219. this.label3.Text = "Ci Cliente:";
  220. //
  221. // Ventas
  222. //
  223. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  224. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  225. this.ClientSize = new System.Drawing.Size(671, 300);
  226. this.Controls.Add(this.panel1);
  227. this.Controls.Add(this.button3);
  228. this.Controls.Add(this.label7);
  229. this.Controls.Add(this.textBox4);
  230. this.Controls.Add(this.dataGridView1);
  231. this.Controls.Add(this.label6);
  232. this.Controls.Add(this.label5);
  233. this.Controls.Add(this.button2);
  234. this.Controls.Add(this.button1);
  235. this.Controls.Add(this.textBox1);
  236. this.Controls.Add(this.label2);
  237. this.Controls.Add(this.label1);
  238. this.Name = "Ventas";
  239. this.Text = "Form1";
  240. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  241. this.panel1.ResumeLayout(false);
  242. this.panel1.PerformLayout();
  243. this.ResumeLayout(false);
  244. this.PerformLayout();
  245. }
  246. #endregion
  247. private System.Windows.Forms.Label label1;
  248. private System.Windows.Forms.Label label2;
  249. private System.Windows.Forms.TextBox textBox1;
  250. private System.Windows.Forms.Button button1;
  251. private System.Windows.Forms.Button button2;
  252. private System.Windows.Forms.Label label5;
  253. private System.Windows.Forms.Label label6;
  254. private System.Windows.Forms.DataGridView dataGridView1;
  255. private System.Windows.Forms.DataGridViewTextBoxColumn producto;
  256. private System.Windows.Forms.DataGridViewTextBoxColumn cantidad;
  257. private System.Windows.Forms.Button button3;
  258. private System.Windows.Forms.Label label7;
  259. private System.Windows.Forms.TextBox textBox4;
  260. private System.Windows.Forms.Panel panel1;
  261. private System.Windows.Forms.TextBox textBox5;
  262. private System.Windows.Forms.Label label8;
  263. private System.Windows.Forms.TextBox textBox3;
  264. private System.Windows.Forms.Label label4;
  265. private System.Windows.Forms.TextBox textBox2;
  266. private System.Windows.Forms.Label label3;
  267. }
  268. }