fAddZakaz.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611
  1. namespace garment_factory
  2. {
  3. partial class fAddZakaz
  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.Windows.Forms.Label descriptionLabel;
  30. System.Windows.Forms.Label lengthLabel;
  31. System.Windows.Forms.Label widthLabel;
  32. System.Windows.Forms.Label colorLabel;
  33. System.Windows.Forms.Label nametkanLabel;
  34. System.Windows.Forms.Label label2;
  35. System.Windows.Forms.Label label3;
  36. System.Windows.Forms.Label label4;
  37. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fAddZakaz));
  38. this.panel1 = new System.Windows.Forms.Panel();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.fabrika2024DataSet = new garment_factory.Fabrika2024DataSet();
  41. this.tkaniBindingSource = new System.Windows.Forms.BindingSource(this.components);
  42. this.tkaniTableAdapter = new garment_factory.Fabrika2024DataSetTableAdapters.TkaniTableAdapter();
  43. this.tableAdapterManager = new garment_factory.Fabrika2024DataSetTableAdapters.TableAdapterManager();
  44. this.tabControl1 = new System.Windows.Forms.TabControl();
  45. this.tabPage1 = new System.Windows.Forms.TabPage();
  46. this.DgvIzd = new System.Windows.Forms.DataGridView();
  47. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.izdelieBindingSource = new System.Windows.Forms.BindingSource(this.components);
  51. this.label5 = new System.Windows.Forms.Label();
  52. this.TbxCountIzd = new System.Windows.Forms.TextBox();
  53. this.tabPage2 = new System.Windows.Forms.TabPage();
  54. this.DescriptionTextBox = new System.Windows.Forms.TextBox();
  55. this.LengthTextBox = new System.Windows.Forms.TextBox();
  56. this.WidthTextBox = new System.Windows.Forms.TextBox();
  57. this.ColorTextBox = new System.Windows.Forms.TextBox();
  58. this.NametkanTextBox = new System.Windows.Forms.TextBox();
  59. this.LVTkani = new System.Windows.Forms.ListView();
  60. this.imageListTkani = new System.Windows.Forms.ImageList(this.components);
  61. this.tabPage3 = new System.Windows.Forms.TabPage();
  62. this.TbxCountFur = new System.Windows.Forms.TextBox();
  63. this.TbxCountFurSklad = new System.Windows.Forms.TextBox();
  64. this.TbxNameFur = new System.Windows.Forms.TextBox();
  65. this.LVFurnitura = new System.Windows.Forms.ListView();
  66. this.ImageListFur = new System.Windows.Forms.ImageList(this.components);
  67. this.BtnCancel = new System.Windows.Forms.Button();
  68. this.BtnOK = new System.Windows.Forms.Button();
  69. this.ordersBindingSource = new System.Windows.Forms.BindingSource(this.components);
  70. this.ordersTableAdapter = new garment_factory.Fabrika2024DataSetTableAdapters.OrdersTableAdapter();
  71. this.id_izdelieLabel1 = new System.Windows.Forms.Label();
  72. this.izdelieTableAdapter = new garment_factory.Fabrika2024DataSetTableAdapters.IzdelieTableAdapter();
  73. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  74. descriptionLabel = new System.Windows.Forms.Label();
  75. lengthLabel = new System.Windows.Forms.Label();
  76. widthLabel = new System.Windows.Forms.Label();
  77. colorLabel = new System.Windows.Forms.Label();
  78. nametkanLabel = new System.Windows.Forms.Label();
  79. label2 = new System.Windows.Forms.Label();
  80. label3 = new System.Windows.Forms.Label();
  81. label4 = new System.Windows.Forms.Label();
  82. this.panel1.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.fabrika2024DataSet)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.tkaniBindingSource)).BeginInit();
  85. this.tabControl1.SuspendLayout();
  86. this.tabPage1.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.DgvIzd)).BeginInit();
  88. ((System.ComponentModel.ISupportInitialize)(this.izdelieBindingSource)).BeginInit();
  89. this.tabPage2.SuspendLayout();
  90. this.tabPage3.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.ordersBindingSource)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  93. this.SuspendLayout();
  94. //
  95. // descriptionLabel
  96. //
  97. descriptionLabel.AutoSize = true;
  98. descriptionLabel.Location = new System.Drawing.Point(461, 169);
  99. descriptionLabel.Name = "descriptionLabel";
  100. descriptionLabel.Size = new System.Drawing.Size(121, 24);
  101. descriptionLabel.TabIndex = 9;
  102. descriptionLabel.Text = "Описание:";
  103. //
  104. // lengthLabel
  105. //
  106. lengthLabel.AutoSize = true;
  107. lengthLabel.Location = new System.Drawing.Point(461, 133);
  108. lengthLabel.Name = "lengthLabel";
  109. lengthLabel.Size = new System.Drawing.Size(83, 24);
  110. lengthLabel.TabIndex = 7;
  111. lengthLabel.Text = "Длина:";
  112. //
  113. // widthLabel
  114. //
  115. widthLabel.AutoSize = true;
  116. widthLabel.Location = new System.Drawing.Point(461, 97);
  117. widthLabel.Name = "widthLabel";
  118. widthLabel.Size = new System.Drawing.Size(102, 24);
  119. widthLabel.TabIndex = 5;
  120. widthLabel.Text = "Ширина:";
  121. //
  122. // colorLabel
  123. //
  124. colorLabel.AutoSize = true;
  125. colorLabel.Location = new System.Drawing.Point(461, 65);
  126. colorLabel.Name = "colorLabel";
  127. colorLabel.Size = new System.Drawing.Size(66, 24);
  128. colorLabel.TabIndex = 3;
  129. colorLabel.Text = "Цвет:";
  130. //
  131. // nametkanLabel
  132. //
  133. nametkanLabel.AutoSize = true;
  134. nametkanLabel.Location = new System.Drawing.Point(461, 25);
  135. nametkanLabel.Name = "nametkanLabel";
  136. nametkanLabel.Size = new System.Drawing.Size(116, 24);
  137. nametkanLabel.TabIndex = 1;
  138. nametkanLabel.Text = "Название:";
  139. //
  140. // label2
  141. //
  142. label2.Location = new System.Drawing.Point(444, 91);
  143. label2.Name = "label2";
  144. label2.Size = new System.Drawing.Size(289, 62);
  145. label2.TabIndex = 11;
  146. label2.Text = "Укажите кол-во фурнитур для изделия:";
  147. //
  148. // label3
  149. //
  150. label3.AutoSize = true;
  151. label3.Location = new System.Drawing.Point(444, 53);
  152. label3.Name = "label3";
  153. label3.Size = new System.Drawing.Size(198, 24);
  154. label3.TabIndex = 9;
  155. label3.Text = "Кол-во на складе:";
  156. //
  157. // label4
  158. //
  159. label4.AutoSize = true;
  160. label4.Location = new System.Drawing.Point(444, 13);
  161. label4.Name = "label4";
  162. label4.Size = new System.Drawing.Size(116, 24);
  163. label4.TabIndex = 7;
  164. label4.Text = "Название:";
  165. //
  166. // panel1
  167. //
  168. this.panel1.Controls.Add(this.label1);
  169. this.panel1.Controls.Add(this.pictureBox1);
  170. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  171. this.panel1.Location = new System.Drawing.Point(0, 0);
  172. this.panel1.Margin = new System.Windows.Forms.Padding(6);
  173. this.panel1.Name = "panel1";
  174. this.panel1.Size = new System.Drawing.Size(772, 123);
  175. this.panel1.TabIndex = 2;
  176. //
  177. // label1
  178. //
  179. this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  180. this.label1.Font = new System.Drawing.Font("Arial", 25.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  181. this.label1.Location = new System.Drawing.Point(146, 0);
  182. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  183. this.label1.Name = "label1";
  184. this.label1.Size = new System.Drawing.Size(631, 123);
  185. this.label1.TabIndex = 1;
  186. this.label1.Text = "Добавление нового заказа";
  187. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  188. //
  189. // fabrika2024DataSet
  190. //
  191. this.fabrika2024DataSet.DataSetName = "Fabrika2024DataSet";
  192. this.fabrika2024DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  193. //
  194. // tkaniBindingSource
  195. //
  196. this.tkaniBindingSource.DataMember = "Tkani";
  197. this.tkaniBindingSource.DataSource = this.fabrika2024DataSet;
  198. //
  199. // tkaniTableAdapter
  200. //
  201. this.tkaniTableAdapter.ClearBeforeFill = true;
  202. //
  203. // tableAdapterManager
  204. //
  205. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  206. this.tableAdapterManager.CvetaTableAdapter = null;
  207. this.tableAdapterManager.FurnituraTableAdapter = null;
  208. this.tableAdapterManager.IzdelieTableAdapter = null;
  209. this.tableAdapterManager.OrdersTableAdapter = null;
  210. this.tableAdapterManager.RoleTableAdapter = null;
  211. this.tableAdapterManager.TkaniTableAdapter = this.tkaniTableAdapter;
  212. this.tableAdapterManager.UpdateOrder = garment_factory.Fabrika2024DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  213. this.tableAdapterManager.UsersTableAdapter = null;
  214. //
  215. // tabControl1
  216. //
  217. this.tabControl1.Controls.Add(this.tabPage1);
  218. this.tabControl1.Controls.Add(this.tabPage2);
  219. this.tabControl1.Controls.Add(this.tabPage3);
  220. this.tabControl1.Location = new System.Drawing.Point(4, 131);
  221. this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  222. this.tabControl1.Name = "tabControl1";
  223. this.tabControl1.SelectedIndex = 0;
  224. this.tabControl1.Size = new System.Drawing.Size(763, 345);
  225. this.tabControl1.TabIndex = 18;
  226. //
  227. // tabPage1
  228. //
  229. this.tabPage1.AutoScroll = true;
  230. this.tabPage1.Controls.Add(this.DgvIzd);
  231. this.tabPage1.Controls.Add(this.label5);
  232. this.tabPage1.Controls.Add(this.TbxCountIzd);
  233. this.tabPage1.Location = new System.Drawing.Point(4, 33);
  234. this.tabPage1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  235. this.tabPage1.Name = "tabPage1";
  236. this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  237. this.tabPage1.Size = new System.Drawing.Size(755, 308);
  238. this.tabPage1.TabIndex = 0;
  239. this.tabPage1.Text = "Изделие";
  240. this.tabPage1.UseVisualStyleBackColor = true;
  241. //
  242. // DgvIzd
  243. //
  244. this.DgvIzd.AllowUserToAddRows = false;
  245. this.DgvIzd.AllowUserToDeleteRows = false;
  246. this.DgvIzd.AutoGenerateColumns = false;
  247. this.DgvIzd.BackgroundColor = System.Drawing.Color.White;
  248. this.DgvIzd.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  249. this.DgvIzd.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  250. this.dataGridViewTextBoxColumn2,
  251. this.dataGridViewTextBoxColumn3,
  252. this.dataGridViewTextBoxColumn4});
  253. this.DgvIzd.DataSource = this.izdelieBindingSource;
  254. this.DgvIzd.GridColor = System.Drawing.Color.White;
  255. this.DgvIzd.Location = new System.Drawing.Point(0, 0);
  256. this.DgvIzd.Name = "DgvIzd";
  257. this.DgvIzd.ReadOnly = true;
  258. this.DgvIzd.RowHeadersVisible = false;
  259. this.DgvIzd.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  260. this.DgvIzd.Size = new System.Drawing.Size(417, 286);
  261. this.DgvIzd.TabIndex = 38;
  262. //
  263. // dataGridViewTextBoxColumn2
  264. //
  265. this.dataGridViewTextBoxColumn2.DataPropertyName = "Name_izd";
  266. this.dataGridViewTextBoxColumn2.HeaderText = "Название";
  267. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  268. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  269. this.dataGridViewTextBoxColumn2.Width = 200;
  270. //
  271. // dataGridViewTextBoxColumn3
  272. //
  273. this.dataGridViewTextBoxColumn3.DataPropertyName = "length";
  274. this.dataGridViewTextBoxColumn3.HeaderText = "Длина";
  275. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  276. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  277. //
  278. // dataGridViewTextBoxColumn4
  279. //
  280. this.dataGridViewTextBoxColumn4.DataPropertyName = "width";
  281. this.dataGridViewTextBoxColumn4.HeaderText = "Ширина";
  282. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  283. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  284. //
  285. // izdelieBindingSource
  286. //
  287. this.izdelieBindingSource.DataMember = "Izdelie";
  288. this.izdelieBindingSource.DataSource = this.fabrika2024DataSet;
  289. //
  290. // label5
  291. //
  292. this.label5.Location = new System.Drawing.Point(456, 2);
  293. this.label5.Name = "label5";
  294. this.label5.Size = new System.Drawing.Size(254, 53);
  295. this.label5.TabIndex = 2;
  296. this.label5.Text = "Введите кол-во изделий для заказа";
  297. //
  298. // TbxCountIzd
  299. //
  300. this.TbxCountIzd.Location = new System.Drawing.Point(460, 57);
  301. this.TbxCountIzd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  302. this.TbxCountIzd.Name = "TbxCountIzd";
  303. this.TbxCountIzd.Size = new System.Drawing.Size(250, 32);
  304. this.TbxCountIzd.TabIndex = 1;
  305. //
  306. // tabPage2
  307. //
  308. this.tabPage2.Controls.Add(descriptionLabel);
  309. this.tabPage2.Controls.Add(this.DescriptionTextBox);
  310. this.tabPage2.Controls.Add(lengthLabel);
  311. this.tabPage2.Controls.Add(this.LengthTextBox);
  312. this.tabPage2.Controls.Add(widthLabel);
  313. this.tabPage2.Controls.Add(this.WidthTextBox);
  314. this.tabPage2.Controls.Add(colorLabel);
  315. this.tabPage2.Controls.Add(this.ColorTextBox);
  316. this.tabPage2.Controls.Add(nametkanLabel);
  317. this.tabPage2.Controls.Add(this.NametkanTextBox);
  318. this.tabPage2.Controls.Add(this.LVTkani);
  319. this.tabPage2.Location = new System.Drawing.Point(4, 33);
  320. this.tabPage2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  321. this.tabPage2.Name = "tabPage2";
  322. this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  323. this.tabPage2.Size = new System.Drawing.Size(755, 308);
  324. this.tabPage2.TabIndex = 1;
  325. this.tabPage2.Text = "Ткань";
  326. this.tabPage2.UseVisualStyleBackColor = true;
  327. //
  328. // DescriptionTextBox
  329. //
  330. this.DescriptionTextBox.BackColor = System.Drawing.Color.White;
  331. this.DescriptionTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  332. this.DescriptionTextBox.Location = new System.Drawing.Point(583, 161);
  333. this.DescriptionTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  334. this.DescriptionTextBox.Name = "DescriptionTextBox";
  335. this.DescriptionTextBox.ReadOnly = true;
  336. this.DescriptionTextBox.Size = new System.Drawing.Size(166, 32);
  337. this.DescriptionTextBox.TabIndex = 10;
  338. //
  339. // LengthTextBox
  340. //
  341. this.LengthTextBox.BackColor = System.Drawing.Color.White;
  342. this.LengthTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  343. this.LengthTextBox.Location = new System.Drawing.Point(583, 125);
  344. this.LengthTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  345. this.LengthTextBox.Name = "LengthTextBox";
  346. this.LengthTextBox.ReadOnly = true;
  347. this.LengthTextBox.Size = new System.Drawing.Size(166, 32);
  348. this.LengthTextBox.TabIndex = 8;
  349. //
  350. // WidthTextBox
  351. //
  352. this.WidthTextBox.BackColor = System.Drawing.Color.White;
  353. this.WidthTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  354. this.WidthTextBox.Location = new System.Drawing.Point(583, 89);
  355. this.WidthTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  356. this.WidthTextBox.Name = "WidthTextBox";
  357. this.WidthTextBox.ReadOnly = true;
  358. this.WidthTextBox.Size = new System.Drawing.Size(166, 32);
  359. this.WidthTextBox.TabIndex = 6;
  360. //
  361. // ColorTextBox
  362. //
  363. this.ColorTextBox.BackColor = System.Drawing.Color.White;
  364. this.ColorTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  365. this.ColorTextBox.Location = new System.Drawing.Point(583, 53);
  366. this.ColorTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  367. this.ColorTextBox.Name = "ColorTextBox";
  368. this.ColorTextBox.ReadOnly = true;
  369. this.ColorTextBox.Size = new System.Drawing.Size(166, 32);
  370. this.ColorTextBox.TabIndex = 4;
  371. //
  372. // NametkanTextBox
  373. //
  374. this.NametkanTextBox.BackColor = System.Drawing.Color.White;
  375. this.NametkanTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  376. this.NametkanTextBox.Location = new System.Drawing.Point(583, 17);
  377. this.NametkanTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  378. this.NametkanTextBox.Name = "NametkanTextBox";
  379. this.NametkanTextBox.ReadOnly = true;
  380. this.NametkanTextBox.Size = new System.Drawing.Size(166, 32);
  381. this.NametkanTextBox.TabIndex = 2;
  382. //
  383. // LVTkani
  384. //
  385. this.LVTkani.Dock = System.Windows.Forms.DockStyle.Left;
  386. this.LVTkani.HideSelection = false;
  387. this.LVTkani.LargeImageList = this.imageListTkani;
  388. this.LVTkani.Location = new System.Drawing.Point(3, 2);
  389. this.LVTkani.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  390. this.LVTkani.Name = "LVTkani";
  391. this.LVTkani.Size = new System.Drawing.Size(452, 304);
  392. this.LVTkani.TabIndex = 0;
  393. this.LVTkani.UseCompatibleStateImageBehavior = false;
  394. this.LVTkani.SelectedIndexChanged += new System.EventHandler(this.LVTkani_SelectedIndexChanged);
  395. //
  396. // imageListTkani
  397. //
  398. this.imageListTkani.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
  399. this.imageListTkani.ImageSize = new System.Drawing.Size(100, 100);
  400. this.imageListTkani.TransparentColor = System.Drawing.Color.Transparent;
  401. //
  402. // tabPage3
  403. //
  404. this.tabPage3.Controls.Add(label2);
  405. this.tabPage3.Controls.Add(this.TbxCountFur);
  406. this.tabPage3.Controls.Add(label3);
  407. this.tabPage3.Controls.Add(this.TbxCountFurSklad);
  408. this.tabPage3.Controls.Add(label4);
  409. this.tabPage3.Controls.Add(this.TbxNameFur);
  410. this.tabPage3.Controls.Add(this.LVFurnitura);
  411. this.tabPage3.Location = new System.Drawing.Point(4, 33);
  412. this.tabPage3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  413. this.tabPage3.Name = "tabPage3";
  414. this.tabPage3.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  415. this.tabPage3.Size = new System.Drawing.Size(755, 308);
  416. this.tabPage3.TabIndex = 2;
  417. this.tabPage3.Text = "Фурнитура";
  418. this.tabPage3.UseVisualStyleBackColor = true;
  419. //
  420. // TbxCountFur
  421. //
  422. this.TbxCountFur.BackColor = System.Drawing.Color.White;
  423. this.TbxCountFur.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  424. this.TbxCountFur.Location = new System.Drawing.Point(444, 155);
  425. this.TbxCountFur.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  426. this.TbxCountFur.Name = "TbxCountFur";
  427. this.TbxCountFur.Size = new System.Drawing.Size(177, 32);
  428. this.TbxCountFur.TabIndex = 12;
  429. //
  430. // TbxCountFurSklad
  431. //
  432. this.TbxCountFurSklad.BackColor = System.Drawing.Color.White;
  433. this.TbxCountFurSklad.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  434. this.TbxCountFurSklad.Location = new System.Drawing.Point(648, 45);
  435. this.TbxCountFurSklad.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  436. this.TbxCountFurSklad.Name = "TbxCountFurSklad";
  437. this.TbxCountFurSklad.ReadOnly = true;
  438. this.TbxCountFurSklad.Size = new System.Drawing.Size(101, 32);
  439. this.TbxCountFurSklad.TabIndex = 10;
  440. //
  441. // TbxNameFur
  442. //
  443. this.TbxNameFur.BackColor = System.Drawing.Color.White;
  444. this.TbxNameFur.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  445. this.TbxNameFur.Location = new System.Drawing.Point(563, 5);
  446. this.TbxNameFur.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  447. this.TbxNameFur.Name = "TbxNameFur";
  448. this.TbxNameFur.ReadOnly = true;
  449. this.TbxNameFur.Size = new System.Drawing.Size(186, 32);
  450. this.TbxNameFur.TabIndex = 8;
  451. //
  452. // LVFurnitura
  453. //
  454. this.LVFurnitura.Dock = System.Windows.Forms.DockStyle.Left;
  455. this.LVFurnitura.HideSelection = false;
  456. this.LVFurnitura.LargeImageList = this.ImageListFur;
  457. this.LVFurnitura.Location = new System.Drawing.Point(3, 2);
  458. this.LVFurnitura.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  459. this.LVFurnitura.Name = "LVFurnitura";
  460. this.LVFurnitura.Size = new System.Drawing.Size(435, 304);
  461. this.LVFurnitura.TabIndex = 0;
  462. this.LVFurnitura.UseCompatibleStateImageBehavior = false;
  463. this.LVFurnitura.SelectedIndexChanged += new System.EventHandler(this.LVFurnitura_SelectedIndexChanged);
  464. //
  465. // ImageListFur
  466. //
  467. this.ImageListFur.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
  468. this.ImageListFur.ImageSize = new System.Drawing.Size(100, 100);
  469. this.ImageListFur.TransparentColor = System.Drawing.Color.Transparent;
  470. //
  471. // BtnCancel
  472. //
  473. this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  474. this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  475. this.BtnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  476. this.BtnCancel.Location = new System.Drawing.Point(261, 476);
  477. this.BtnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  478. this.BtnCancel.Name = "BtnCancel";
  479. this.BtnCancel.Size = new System.Drawing.Size(135, 41);
  480. this.BtnCancel.TabIndex = 21;
  481. this.BtnCancel.Text = "Отменить";
  482. this.BtnCancel.UseVisualStyleBackColor = false;
  483. //
  484. // BtnOK
  485. //
  486. this.BtnOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  487. this.BtnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  488. this.BtnOK.Location = new System.Drawing.Point(8, 476);
  489. this.BtnOK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  490. this.BtnOK.Name = "BtnOK";
  491. this.BtnOK.Size = new System.Drawing.Size(247, 41);
  492. this.BtnOK.TabIndex = 20;
  493. this.BtnOK.Text = "Сформировать заказ";
  494. this.BtnOK.UseVisualStyleBackColor = false;
  495. this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
  496. //
  497. // ordersBindingSource
  498. //
  499. this.ordersBindingSource.DataMember = "Orders";
  500. this.ordersBindingSource.DataSource = this.fabrika2024DataSet;
  501. //
  502. // ordersTableAdapter
  503. //
  504. this.ordersTableAdapter.ClearBeforeFill = true;
  505. //
  506. // id_izdelieLabel1
  507. //
  508. this.id_izdelieLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.ordersBindingSource, "id_izdelie", true));
  509. this.id_izdelieLabel1.Location = new System.Drawing.Point(942, 210);
  510. this.id_izdelieLabel1.Name = "id_izdelieLabel1";
  511. this.id_izdelieLabel1.Size = new System.Drawing.Size(100, 23);
  512. this.id_izdelieLabel1.TabIndex = 22;
  513. this.id_izdelieLabel1.Text = "label6";
  514. //
  515. // izdelieTableAdapter
  516. //
  517. this.izdelieTableAdapter.ClearBeforeFill = true;
  518. //
  519. // pictureBox1
  520. //
  521. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  522. this.pictureBox1.Image = global::garment_factory.Properties.Resources.fabric_logo;
  523. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  524. this.pictureBox1.Margin = new System.Windows.Forms.Padding(6);
  525. this.pictureBox1.Name = "pictureBox1";
  526. this.pictureBox1.Size = new System.Drawing.Size(146, 123);
  527. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  528. this.pictureBox1.TabIndex = 0;
  529. this.pictureBox1.TabStop = false;
  530. //
  531. // fAddZakaz
  532. //
  533. this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 24F);
  534. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  535. this.BackColor = System.Drawing.Color.White;
  536. this.ClientSize = new System.Drawing.Size(772, 526);
  537. this.Controls.Add(this.id_izdelieLabel1);
  538. this.Controls.Add(this.BtnCancel);
  539. this.Controls.Add(this.BtnOK);
  540. this.Controls.Add(this.tabControl1);
  541. this.Controls.Add(this.panel1);
  542. this.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold);
  543. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  544. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  545. this.Margin = new System.Windows.Forms.Padding(6);
  546. this.MaximizeBox = false;
  547. this.Name = "fAddZakaz";
  548. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  549. this.Text = "СУБД \"Швейная фабрика\"";
  550. this.Load += new System.EventHandler(this.fAddZakaz_Load);
  551. this.panel1.ResumeLayout(false);
  552. ((System.ComponentModel.ISupportInitialize)(this.fabrika2024DataSet)).EndInit();
  553. ((System.ComponentModel.ISupportInitialize)(this.tkaniBindingSource)).EndInit();
  554. this.tabControl1.ResumeLayout(false);
  555. this.tabPage1.ResumeLayout(false);
  556. this.tabPage1.PerformLayout();
  557. ((System.ComponentModel.ISupportInitialize)(this.DgvIzd)).EndInit();
  558. ((System.ComponentModel.ISupportInitialize)(this.izdelieBindingSource)).EndInit();
  559. this.tabPage2.ResumeLayout(false);
  560. this.tabPage2.PerformLayout();
  561. this.tabPage3.ResumeLayout(false);
  562. this.tabPage3.PerformLayout();
  563. ((System.ComponentModel.ISupportInitialize)(this.ordersBindingSource)).EndInit();
  564. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  565. this.ResumeLayout(false);
  566. }
  567. #endregion
  568. private System.Windows.Forms.Panel panel1;
  569. private System.Windows.Forms.Label label1;
  570. private System.Windows.Forms.PictureBox pictureBox1;
  571. private Fabrika2024DataSet fabrika2024DataSet;
  572. private System.Windows.Forms.BindingSource tkaniBindingSource;
  573. private Fabrika2024DataSetTableAdapters.TkaniTableAdapter tkaniTableAdapter;
  574. private Fabrika2024DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  575. private System.Windows.Forms.TabControl tabControl1;
  576. private System.Windows.Forms.TabPage tabPage1;
  577. private System.Windows.Forms.Label label5;
  578. private System.Windows.Forms.TextBox TbxCountIzd;
  579. private System.Windows.Forms.TabPage tabPage2;
  580. private System.Windows.Forms.TextBox DescriptionTextBox;
  581. private System.Windows.Forms.TextBox LengthTextBox;
  582. private System.Windows.Forms.TextBox WidthTextBox;
  583. private System.Windows.Forms.TextBox ColorTextBox;
  584. private System.Windows.Forms.TextBox NametkanTextBox;
  585. private System.Windows.Forms.ListView LVTkani;
  586. private System.Windows.Forms.TabPage tabPage3;
  587. private System.Windows.Forms.TextBox TbxCountFur;
  588. private System.Windows.Forms.TextBox TbxCountFurSklad;
  589. private System.Windows.Forms.TextBox TbxNameFur;
  590. private System.Windows.Forms.ListView LVFurnitura;
  591. private System.Windows.Forms.Button BtnCancel;
  592. private System.Windows.Forms.Button BtnOK;
  593. private System.Windows.Forms.ImageList imageListTkani;
  594. private System.Windows.Forms.ImageList ImageListFur;
  595. private System.Windows.Forms.BindingSource ordersBindingSource;
  596. private Fabrika2024DataSetTableAdapters.OrdersTableAdapter ordersTableAdapter;
  597. private System.Windows.Forms.Label id_izdelieLabel1;
  598. private System.Windows.Forms.BindingSource izdelieBindingSource;
  599. private Fabrika2024DataSetTableAdapters.IzdelieTableAdapter izdelieTableAdapter;
  600. private System.Windows.Forms.DataGridView DgvIzd;
  601. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  602. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  603. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  604. }
  605. }