FormNewOrder.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. namespace СУБД_Швейная_фабрика
  2. {
  3. partial class FormNewOrder
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormNewOrder));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.pbxPhoto = new System.Windows.Forms.PictureBox();
  33. this.cmbProduct = new System.Windows.Forms.ComboBox();
  34. this.bsProducts = new System.Windows.Forms.BindingSource(this.components);
  35. this.fabrikaLDADataSet = new СУБД_Швейная_фабрика.FabrikaLDADataSet();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.cmbCloth = new System.Windows.Forms.ComboBox();
  39. this.bsCloth = new System.Windows.Forms.BindingSource(this.components);
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.cmbFur = new System.Windows.Forms.ComboBox();
  42. this.bsFur = new System.Windows.Forms.BindingSource(this.components);
  43. this.tbxCountProducts = new System.Windows.Forms.TextBox();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.btnNewOrder = new System.Windows.Forms.Button();
  46. this.label6 = new System.Windows.Forms.Label();
  47. this.tbxCountFur = new System.Windows.Forms.TextBox();
  48. this.productsTableAdapter = new СУБД_Швейная_фабрика.FabrikaLDADataSetTableAdapters.ProductsTableAdapter();
  49. this.furnituraTableAdapter = new СУБД_Швейная_фабрика.FabrikaLDADataSetTableAdapters.FurnituraTableAdapter();
  50. this.clothTableAdapter = new СУБД_Швейная_фабрика.FabrikaLDADataSetTableAdapters.ClothTableAdapter();
  51. this.label7 = new System.Windows.Forms.Label();
  52. this.tbxLenght = new System.Windows.Forms.TextBox();
  53. this.label8 = new System.Windows.Forms.Label();
  54. this.tbxWight = new System.Windows.Forms.TextBox();
  55. this.panel1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.bsProducts)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.fabrikaLDADataSet)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.bsCloth)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.bsFur)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // panel1
  64. //
  65. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  66. this.panel1.Controls.Add(this.label1);
  67. this.panel1.Controls.Add(this.pbxPhoto);
  68. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  69. this.panel1.Location = new System.Drawing.Point(0, 0);
  70. this.panel1.Margin = new System.Windows.Forms.Padding(24, 12, 24, 12);
  71. this.panel1.Name = "panel1";
  72. this.panel1.Size = new System.Drawing.Size(558, 82);
  73. this.panel1.TabIndex = 2;
  74. //
  75. // label1
  76. //
  77. this.label1.AutoSize = true;
  78. this.label1.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  79. this.label1.Location = new System.Drawing.Point(5, 23);
  80. this.label1.Margin = new System.Windows.Forms.Padding(24, 0, 24, 0);
  81. this.label1.Name = "label1";
  82. this.label1.Size = new System.Drawing.Size(399, 37);
  83. this.label1.TabIndex = 1;
  84. this.label1.Text = "Создание нового заказа";
  85. //
  86. // pbxPhoto
  87. //
  88. this.pbxPhoto.Dock = System.Windows.Forms.DockStyle.Right;
  89. this.pbxPhoto.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
  90. this.pbxPhoto.Location = new System.Drawing.Point(354, 0);
  91. this.pbxPhoto.Margin = new System.Windows.Forms.Padding(24, 12, 24, 12);
  92. this.pbxPhoto.Name = "pbxPhoto";
  93. this.pbxPhoto.Size = new System.Drawing.Size(204, 82);
  94. this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  95. this.pbxPhoto.TabIndex = 0;
  96. this.pbxPhoto.TabStop = false;
  97. //
  98. // cmbProduct
  99. //
  100. this.cmbProduct.DataSource = this.bsProducts;
  101. this.cmbProduct.DisplayMember = "TitleProduct";
  102. this.cmbProduct.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  103. this.cmbProduct.FormattingEnabled = true;
  104. this.cmbProduct.Location = new System.Drawing.Point(12, 123);
  105. this.cmbProduct.Name = "cmbProduct";
  106. this.cmbProduct.Size = new System.Drawing.Size(158, 30);
  107. this.cmbProduct.TabIndex = 3;
  108. //
  109. // bsProducts
  110. //
  111. this.bsProducts.DataMember = "Products";
  112. this.bsProducts.DataSource = this.fabrikaLDADataSet;
  113. //
  114. // fabrikaLDADataSet
  115. //
  116. this.fabrikaLDADataSet.DataSetName = "FabrikaLDADataSet";
  117. this.fabrikaLDADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  118. //
  119. // label2
  120. //
  121. this.label2.AutoSize = true;
  122. this.label2.Location = new System.Drawing.Point(12, 98);
  123. this.label2.Name = "label2";
  124. this.label2.Size = new System.Drawing.Size(85, 22);
  125. this.label2.TabIndex = 4;
  126. this.label2.Text = "Изделие";
  127. //
  128. // label3
  129. //
  130. this.label3.AutoSize = true;
  131. this.label3.Location = new System.Drawing.Point(12, 176);
  132. this.label3.Name = "label3";
  133. this.label3.Size = new System.Drawing.Size(60, 22);
  134. this.label3.TabIndex = 6;
  135. this.label3.Text = "Ткань";
  136. //
  137. // cmbCloth
  138. //
  139. this.cmbCloth.DataSource = this.bsCloth;
  140. this.cmbCloth.DisplayMember = "Title";
  141. this.cmbCloth.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  142. this.cmbCloth.FormattingEnabled = true;
  143. this.cmbCloth.Location = new System.Drawing.Point(12, 200);
  144. this.cmbCloth.Name = "cmbCloth";
  145. this.cmbCloth.Size = new System.Drawing.Size(158, 30);
  146. this.cmbCloth.TabIndex = 5;
  147. //
  148. // bsCloth
  149. //
  150. this.bsCloth.DataMember = "Cloth";
  151. this.bsCloth.DataSource = this.fabrikaLDADataSet;
  152. //
  153. // label4
  154. //
  155. this.label4.AutoSize = true;
  156. this.label4.Location = new System.Drawing.Point(198, 98);
  157. this.label4.Name = "label4";
  158. this.label4.Size = new System.Drawing.Size(102, 22);
  159. this.label4.TabIndex = 8;
  160. this.label4.Text = "Фурнитура";
  161. //
  162. // cmbFur
  163. //
  164. this.cmbFur.DataSource = this.bsFur;
  165. this.cmbFur.DisplayMember = "namefur";
  166. this.cmbFur.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  167. this.cmbFur.FormattingEnabled = true;
  168. this.cmbFur.Location = new System.Drawing.Point(198, 123);
  169. this.cmbFur.Name = "cmbFur";
  170. this.cmbFur.Size = new System.Drawing.Size(158, 30);
  171. this.cmbFur.TabIndex = 7;
  172. //
  173. // bsFur
  174. //
  175. this.bsFur.DataMember = "Furnitura";
  176. this.bsFur.DataSource = this.fabrikaLDADataSet;
  177. //
  178. // tbxCountProducts
  179. //
  180. this.tbxCountProducts.Location = new System.Drawing.Point(380, 123);
  181. this.tbxCountProducts.Name = "tbxCountProducts";
  182. this.tbxCountProducts.Size = new System.Drawing.Size(158, 29);
  183. this.tbxCountProducts.TabIndex = 9;
  184. //
  185. // label5
  186. //
  187. this.label5.AutoSize = true;
  188. this.label5.Location = new System.Drawing.Point(380, 98);
  189. this.label5.Name = "label5";
  190. this.label5.Size = new System.Drawing.Size(144, 22);
  191. this.label5.TabIndex = 10;
  192. this.label5.Text = "Кол-во изделий";
  193. //
  194. // btnNewOrder
  195. //
  196. this.btnNewOrder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  197. this.btnNewOrder.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  198. this.btnNewOrder.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  199. this.btnNewOrder.Location = new System.Drawing.Point(379, 200);
  200. this.btnNewOrder.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  201. this.btnNewOrder.Name = "btnNewOrder";
  202. this.btnNewOrder.Size = new System.Drawing.Size(178, 106);
  203. this.btnNewOrder.TabIndex = 11;
  204. this.btnNewOrder.Text = "Создать заказ";
  205. this.btnNewOrder.UseVisualStyleBackColor = false;
  206. this.btnNewOrder.Click += new System.EventHandler(this.btnNewOrder_Click);
  207. //
  208. // label6
  209. //
  210. this.label6.AutoSize = true;
  211. this.label6.Location = new System.Drawing.Point(198, 176);
  212. this.label6.Name = "label6";
  213. this.label6.Size = new System.Drawing.Size(172, 22);
  214. this.label6.TabIndex = 13;
  215. this.label6.Text = "Кол-во фурнитуры";
  216. //
  217. // tbxCountFur
  218. //
  219. this.tbxCountFur.Location = new System.Drawing.Point(202, 201);
  220. this.tbxCountFur.Name = "tbxCountFur";
  221. this.tbxCountFur.Size = new System.Drawing.Size(168, 29);
  222. this.tbxCountFur.TabIndex = 12;
  223. //
  224. // productsTableAdapter
  225. //
  226. this.productsTableAdapter.ClearBeforeFill = true;
  227. //
  228. // furnituraTableAdapter
  229. //
  230. this.furnituraTableAdapter.ClearBeforeFill = true;
  231. //
  232. // clothTableAdapter
  233. //
  234. this.clothTableAdapter.ClearBeforeFill = true;
  235. //
  236. // label7
  237. //
  238. this.label7.AutoSize = true;
  239. this.label7.Location = new System.Drawing.Point(12, 252);
  240. this.label7.Name = "label7";
  241. this.label7.Size = new System.Drawing.Size(63, 22);
  242. this.label7.TabIndex = 15;
  243. this.label7.Text = "Длина";
  244. //
  245. // tbxLenght
  246. //
  247. this.tbxLenght.Location = new System.Drawing.Point(16, 277);
  248. this.tbxLenght.Name = "tbxLenght";
  249. this.tbxLenght.Size = new System.Drawing.Size(168, 29);
  250. this.tbxLenght.TabIndex = 14;
  251. //
  252. // label8
  253. //
  254. this.label8.AutoSize = true;
  255. this.label8.Location = new System.Drawing.Point(198, 252);
  256. this.label8.Name = "label8";
  257. this.label8.Size = new System.Drawing.Size(78, 22);
  258. this.label8.TabIndex = 17;
  259. this.label8.Text = "Ширина";
  260. //
  261. // tbxWight
  262. //
  263. this.tbxWight.Location = new System.Drawing.Point(202, 277);
  264. this.tbxWight.Name = "tbxWight";
  265. this.tbxWight.Size = new System.Drawing.Size(168, 29);
  266. this.tbxWight.TabIndex = 16;
  267. //
  268. // FormNewOrder
  269. //
  270. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 22F);
  271. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  272. this.BackColor = System.Drawing.Color.White;
  273. this.ClientSize = new System.Drawing.Size(558, 331);
  274. this.Controls.Add(this.label8);
  275. this.Controls.Add(this.tbxWight);
  276. this.Controls.Add(this.label7);
  277. this.Controls.Add(this.tbxLenght);
  278. this.Controls.Add(this.label6);
  279. this.Controls.Add(this.tbxCountFur);
  280. this.Controls.Add(this.btnNewOrder);
  281. this.Controls.Add(this.label5);
  282. this.Controls.Add(this.tbxCountProducts);
  283. this.Controls.Add(this.label4);
  284. this.Controls.Add(this.cmbFur);
  285. this.Controls.Add(this.label3);
  286. this.Controls.Add(this.cmbCloth);
  287. this.Controls.Add(this.label2);
  288. this.Controls.Add(this.cmbProduct);
  289. this.Controls.Add(this.panel1);
  290. this.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  291. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  292. this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  293. this.Name = "FormNewOrder";
  294. this.Text = "СУБД Швейная фабрика";
  295. this.Load += new System.EventHandler(this.FormNewOrder_Load);
  296. this.panel1.ResumeLayout(false);
  297. this.panel1.PerformLayout();
  298. ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit();
  299. ((System.ComponentModel.ISupportInitialize)(this.bsProducts)).EndInit();
  300. ((System.ComponentModel.ISupportInitialize)(this.fabrikaLDADataSet)).EndInit();
  301. ((System.ComponentModel.ISupportInitialize)(this.bsCloth)).EndInit();
  302. ((System.ComponentModel.ISupportInitialize)(this.bsFur)).EndInit();
  303. this.ResumeLayout(false);
  304. this.PerformLayout();
  305. }
  306. #endregion
  307. private System.Windows.Forms.Panel panel1;
  308. private System.Windows.Forms.Label label1;
  309. private System.Windows.Forms.PictureBox pbxPhoto;
  310. private System.Windows.Forms.ComboBox cmbProduct;
  311. private System.Windows.Forms.Label label2;
  312. private System.Windows.Forms.Label label3;
  313. private System.Windows.Forms.ComboBox cmbCloth;
  314. private System.Windows.Forms.Label label4;
  315. private System.Windows.Forms.ComboBox cmbFur;
  316. private System.Windows.Forms.TextBox tbxCountProducts;
  317. private System.Windows.Forms.Label label5;
  318. private System.Windows.Forms.Button btnNewOrder;
  319. private System.Windows.Forms.Label label6;
  320. private System.Windows.Forms.TextBox tbxCountFur;
  321. private System.Windows.Forms.BindingSource bsProducts;
  322. private FabrikaLDADataSet fabrikaLDADataSet;
  323. private FabrikaLDADataSetTableAdapters.ProductsTableAdapter productsTableAdapter;
  324. private System.Windows.Forms.BindingSource bsFur;
  325. private System.Windows.Forms.BindingSource bsCloth;
  326. private FabrikaLDADataSetTableAdapters.FurnituraTableAdapter furnituraTableAdapter;
  327. private FabrikaLDADataSetTableAdapters.ClothTableAdapter clothTableAdapter;
  328. private System.Windows.Forms.Label label7;
  329. private System.Windows.Forms.TextBox tbxLenght;
  330. private System.Windows.Forms.Label label8;
  331. private System.Windows.Forms.TextBox tbxWight;
  332. }
  333. }