FormAddZak.Designer.cs 30 KB

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