FormAddZakaz.Designer.cs 29 KB

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