FormPlitka.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. namespace СУБД_Швейная_фабрика
  2. {
  3. partial class FormPlitka
  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.panel1 = new System.Windows.Forms.Panel();
  29. this.tbxLenght = new System.Windows.Forms.TextBox();
  30. this.tbxTitle = new System.Windows.Forms.TextBox();
  31. this.label5 = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.tbxWight = new System.Windows.Forms.TextBox();
  35. this.tbxCloth = new System.Windows.Forms.TextBox();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.tbxClothColor = new System.Windows.Forms.TextBox();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.tbxFur = new System.Windows.Forms.TextBox();
  40. this.label6 = new System.Windows.Forms.Label();
  41. this.tbxCountFur = new System.Windows.Forms.TextBox();
  42. this.label7 = new System.Windows.Forms.Label();
  43. this.tbxCountProducts = new System.Windows.Forms.TextBox();
  44. this.label8 = new System.Windows.Forms.Label();
  45. this.panel1.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // panel1
  49. //
  50. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  51. | System.Windows.Forms.AnchorStyles.Right)));
  52. this.panel1.BackColor = System.Drawing.Color.White;
  53. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  54. this.panel1.Controls.Add(this.tbxCountProducts);
  55. this.panel1.Controls.Add(this.label8);
  56. this.panel1.Controls.Add(this.tbxCountFur);
  57. this.panel1.Controls.Add(this.label7);
  58. this.panel1.Controls.Add(this.tbxFur);
  59. this.panel1.Controls.Add(this.label6);
  60. this.panel1.Controls.Add(this.tbxClothColor);
  61. this.panel1.Controls.Add(this.label4);
  62. this.panel1.Controls.Add(this.tbxCloth);
  63. this.panel1.Controls.Add(this.label3);
  64. this.panel1.Controls.Add(this.tbxWight);
  65. this.panel1.Controls.Add(this.label2);
  66. this.panel1.Controls.Add(this.tbxLenght);
  67. this.panel1.Controls.Add(this.tbxTitle);
  68. this.panel1.Controls.Add(this.label5);
  69. this.panel1.Controls.Add(this.label1);
  70. this.panel1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  71. this.panel1.Location = new System.Drawing.Point(35, 27);
  72. this.panel1.Name = "panel1";
  73. this.panel1.Size = new System.Drawing.Size(657, 145);
  74. this.panel1.TabIndex = 0;
  75. //
  76. // tbxLenght
  77. //
  78. this.tbxLenght.Location = new System.Drawing.Point(77, 37);
  79. this.tbxLenght.Multiline = true;
  80. this.tbxLenght.Name = "tbxLenght";
  81. this.tbxLenght.ReadOnly = true;
  82. this.tbxLenght.Size = new System.Drawing.Size(136, 19);
  83. this.tbxLenght.TabIndex = 10;
  84. //
  85. // tbxTitle
  86. //
  87. this.tbxTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  88. | System.Windows.Forms.AnchorStyles.Right)));
  89. this.tbxTitle.Location = new System.Drawing.Point(77, 6);
  90. this.tbxTitle.Name = "tbxTitle";
  91. this.tbxTitle.ReadOnly = true;
  92. this.tbxTitle.Size = new System.Drawing.Size(575, 22);
  93. this.tbxTitle.TabIndex = 6;
  94. //
  95. // label5
  96. //
  97. this.label5.AutoSize = true;
  98. this.label5.Location = new System.Drawing.Point(23, 40);
  99. this.label5.Name = "label5";
  100. this.label5.Size = new System.Drawing.Size(48, 16);
  101. this.label5.TabIndex = 5;
  102. this.label5.Text = "Длина:";
  103. //
  104. // label1
  105. //
  106. this.label1.AutoSize = true;
  107. this.label1.Location = new System.Drawing.Point(5, 9);
  108. this.label1.Name = "label1";
  109. this.label1.Size = new System.Drawing.Size(68, 16);
  110. this.label1.TabIndex = 1;
  111. this.label1.Text = "Название:";
  112. //
  113. // label2
  114. //
  115. this.label2.AutoSize = true;
  116. this.label2.Location = new System.Drawing.Point(229, 37);
  117. this.label2.Name = "label2";
  118. this.label2.Size = new System.Drawing.Size(57, 16);
  119. this.label2.TabIndex = 11;
  120. this.label2.Text = "Ширина:";
  121. //
  122. // tbxWight
  123. //
  124. this.tbxWight.Location = new System.Drawing.Point(290, 37);
  125. this.tbxWight.Multiline = true;
  126. this.tbxWight.Name = "tbxWight";
  127. this.tbxWight.ReadOnly = true;
  128. this.tbxWight.Size = new System.Drawing.Size(136, 19);
  129. this.tbxWight.TabIndex = 12;
  130. //
  131. // tbxCloth
  132. //
  133. this.tbxCloth.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  134. | System.Windows.Forms.AnchorStyles.Right)));
  135. this.tbxCloth.Location = new System.Drawing.Point(77, 62);
  136. this.tbxCloth.Multiline = true;
  137. this.tbxCloth.Name = "tbxCloth";
  138. this.tbxCloth.ReadOnly = true;
  139. this.tbxCloth.Size = new System.Drawing.Size(573, 19);
  140. this.tbxCloth.TabIndex = 14;
  141. //
  142. // label3
  143. //
  144. this.label3.AutoSize = true;
  145. this.label3.Location = new System.Drawing.Point(27, 62);
  146. this.label3.Name = "label3";
  147. this.label3.Size = new System.Drawing.Size(44, 16);
  148. this.label3.TabIndex = 13;
  149. this.label3.Text = "Ткань:";
  150. //
  151. // tbxClothColor
  152. //
  153. this.tbxClothColor.Location = new System.Drawing.Point(105, 84);
  154. this.tbxClothColor.Multiline = true;
  155. this.tbxClothColor.Name = "tbxClothColor";
  156. this.tbxClothColor.ReadOnly = true;
  157. this.tbxClothColor.Size = new System.Drawing.Size(136, 19);
  158. this.tbxClothColor.TabIndex = 16;
  159. //
  160. // label4
  161. //
  162. this.label4.AutoSize = true;
  163. this.label4.Location = new System.Drawing.Point(23, 84);
  164. this.label4.Name = "label4";
  165. this.label4.Size = new System.Drawing.Size(76, 16);
  166. this.label4.TabIndex = 15;
  167. this.label4.Text = "Цвет ткани:";
  168. //
  169. // tbxFur
  170. //
  171. this.tbxFur.Location = new System.Drawing.Point(321, 84);
  172. this.tbxFur.Multiline = true;
  173. this.tbxFur.Name = "tbxFur";
  174. this.tbxFur.ReadOnly = true;
  175. this.tbxFur.Size = new System.Drawing.Size(137, 19);
  176. this.tbxFur.TabIndex = 18;
  177. //
  178. // label6
  179. //
  180. this.label6.AutoSize = true;
  181. this.label6.Location = new System.Drawing.Point(247, 84);
  182. this.label6.Name = "label6";
  183. this.label6.Size = new System.Drawing.Size(76, 16);
  184. this.label6.TabIndex = 17;
  185. this.label6.Text = "Фурнитура:";
  186. //
  187. // tbxCountFur
  188. //
  189. this.tbxCountFur.Location = new System.Drawing.Point(125, 109);
  190. this.tbxCountFur.Multiline = true;
  191. this.tbxCountFur.Name = "tbxCountFur";
  192. this.tbxCountFur.ReadOnly = true;
  193. this.tbxCountFur.Size = new System.Drawing.Size(88, 19);
  194. this.tbxCountFur.TabIndex = 20;
  195. //
  196. // label7
  197. //
  198. this.label7.AutoSize = true;
  199. this.label7.Location = new System.Drawing.Point(3, 109);
  200. this.label7.Name = "label7";
  201. this.label7.Size = new System.Drawing.Size(120, 16);
  202. this.label7.TabIndex = 19;
  203. this.label7.Text = "Кол-во фурнитуры:";
  204. //
  205. // tbxCountProducts
  206. //
  207. this.tbxCountProducts.Location = new System.Drawing.Point(358, 109);
  208. this.tbxCountProducts.Multiline = true;
  209. this.tbxCountProducts.Name = "tbxCountProducts";
  210. this.tbxCountProducts.ReadOnly = true;
  211. this.tbxCountProducts.Size = new System.Drawing.Size(100, 19);
  212. this.tbxCountProducts.TabIndex = 22;
  213. //
  214. // label8
  215. //
  216. this.label8.AutoSize = true;
  217. this.label8.Location = new System.Drawing.Point(248, 109);
  218. this.label8.Name = "label8";
  219. this.label8.Size = new System.Drawing.Size(104, 16);
  220. this.label8.TabIndex = 21;
  221. this.label8.Text = "Кол-во изделий:";
  222. //
  223. // FormPlitka
  224. //
  225. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  226. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  227. this.ClientSize = new System.Drawing.Size(725, 296);
  228. this.Controls.Add(this.panel1);
  229. this.Name = "FormPlitka";
  230. this.Text = "FormPlitka";
  231. this.panel1.ResumeLayout(false);
  232. this.panel1.PerformLayout();
  233. this.ResumeLayout(false);
  234. }
  235. #endregion
  236. private System.Windows.Forms.Panel panel1;
  237. public System.Windows.Forms.TextBox tbxLenght;
  238. public System.Windows.Forms.TextBox tbxTitle;
  239. public System.Windows.Forms.Label label5;
  240. public System.Windows.Forms.Label label1;
  241. public System.Windows.Forms.TextBox tbxWight;
  242. public System.Windows.Forms.Label label2;
  243. public System.Windows.Forms.TextBox tbxCountProducts;
  244. public System.Windows.Forms.Label label8;
  245. public System.Windows.Forms.TextBox tbxCountFur;
  246. public System.Windows.Forms.Label label7;
  247. public System.Windows.Forms.TextBox tbxFur;
  248. public System.Windows.Forms.Label label6;
  249. public System.Windows.Forms.TextBox tbxClothColor;
  250. public System.Windows.Forms.Label label4;
  251. public System.Windows.Forms.TextBox tbxCloth;
  252. public System.Windows.Forms.Label label3;
  253. }
  254. }