1
0

FormAddZakaz.Designer.cs 27 KB

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