FormKladov.Designer.cs 29 KB

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