fManager.Designer.cs 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851
  1. namespace garment_factory
  2. {
  3. partial class fManager
  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.Windows.Forms.Label widthLabel;
  37. System.Windows.Forms.Label lengthLabel;
  38. System.Windows.Forms.Label nameizdLabel;
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fManager));
  42. this.tabControl1 = new System.Windows.Forms.TabControl();
  43. this.tabPage1 = new System.Windows.Forms.TabPage();
  44. this.DgvZakaz = new System.Windows.Forms.DataGridView();
  45. this.BtnSelect = new System.Windows.Forms.Button();
  46. this.BtnAll = new System.Windows.Forms.Button();
  47. this.RbtCSV = new System.Windows.Forms.RadioButton();
  48. this.RbtWord = new System.Windows.Forms.RadioButton();
  49. this.tabPage2 = new System.Windows.Forms.TabPage();
  50. this.DescriptionTextBox = new System.Windows.Forms.TextBox();
  51. this.LengthTextBox = new System.Windows.Forms.TextBox();
  52. this.WidthTextBox = new System.Windows.Forms.TextBox();
  53. this.ColorTextBox = new System.Windows.Forms.TextBox();
  54. this.NametkanTextBox = new System.Windows.Forms.TextBox();
  55. this.LVTkani = new System.Windows.Forms.ListView();
  56. this.ImageListTkani = new System.Windows.Forms.ImageList(this.components);
  57. this.tabPage3 = new System.Windows.Forms.TabPage();
  58. this.TbxCountFurSklad = new System.Windows.Forms.TextBox();
  59. this.TbxNameFur = new System.Windows.Forms.TextBox();
  60. this.LVFurnitura = new System.Windows.Forms.ListView();
  61. this.ImageListFur = new System.Windows.Forms.ImageList(this.components);
  62. this.tabPage4 = new System.Windows.Forms.TabPage();
  63. this.izdelka = new System.Windows.Forms.DataGridView();
  64. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.izdelieBindingSource = new System.Windows.Forms.BindingSource(this.components);
  68. this.fabrika2024DataSet = new garment_factory.Fabrika2024DataSet();
  69. this.BtnSave = new System.Windows.Forms.Button();
  70. this.BtnEdit = new System.Windows.Forms.Button();
  71. this.BtnAdd = new System.Windows.Forms.Button();
  72. this.TbxWidthIzd = new System.Windows.Forms.TextBox();
  73. this.TbxLengthIzd = new System.Windows.Forms.TextBox();
  74. this.TbxNameIzd = new System.Windows.Forms.TextBox();
  75. this.BtnProfile = new System.Windows.Forms.Button();
  76. this.panel1 = new System.Windows.Forms.Panel();
  77. this.label1 = new System.Windows.Forms.Label();
  78. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  79. this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
  80. this.usersTableAdapter = new garment_factory.Fabrika2024DataSetTableAdapters.UsersTableAdapter();
  81. this.tableAdapterManager = new garment_factory.Fabrika2024DataSetTableAdapters.TableAdapterManager();
  82. this.izdelieTableAdapter = new garment_factory.Fabrika2024DataSetTableAdapters.IzdelieTableAdapter();
  83. this.id_userLabel2 = new System.Windows.Forms.Label();
  84. this.FIO = new System.Windows.Forms.Label();
  85. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. descriptionLabel = new System.Windows.Forms.Label();
  92. label2 = new System.Windows.Forms.Label();
  93. label3 = new System.Windows.Forms.Label();
  94. colorLabel = new System.Windows.Forms.Label();
  95. nametkanLabel = new System.Windows.Forms.Label();
  96. label4 = new System.Windows.Forms.Label();
  97. label5 = new System.Windows.Forms.Label();
  98. widthLabel = new System.Windows.Forms.Label();
  99. lengthLabel = new System.Windows.Forms.Label();
  100. nameizdLabel = new System.Windows.Forms.Label();
  101. this.tabControl1.SuspendLayout();
  102. this.tabPage1.SuspendLayout();
  103. ((System.ComponentModel.ISupportInitialize)(this.DgvZakaz)).BeginInit();
  104. this.tabPage2.SuspendLayout();
  105. this.tabPage3.SuspendLayout();
  106. this.tabPage4.SuspendLayout();
  107. ((System.ComponentModel.ISupportInitialize)(this.izdelka)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.izdelieBindingSource)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.fabrika2024DataSet)).BeginInit();
  110. this.panel1.SuspendLayout();
  111. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
  113. this.SuspendLayout();
  114. //
  115. // descriptionLabel
  116. //
  117. descriptionLabel.AutoSize = true;
  118. descriptionLabel.Location = new System.Drawing.Point(474, 170);
  119. descriptionLabel.Name = "descriptionLabel";
  120. descriptionLabel.Size = new System.Drawing.Size(121, 24);
  121. descriptionLabel.TabIndex = 20;
  122. descriptionLabel.Text = "Описание:";
  123. //
  124. // label2
  125. //
  126. label2.AutoSize = true;
  127. label2.Location = new System.Drawing.Point(474, 134);
  128. label2.Name = "label2";
  129. label2.Size = new System.Drawing.Size(83, 24);
  130. label2.TabIndex = 18;
  131. label2.Text = "Длина:";
  132. //
  133. // label3
  134. //
  135. label3.AutoSize = true;
  136. label3.Location = new System.Drawing.Point(474, 98);
  137. label3.Name = "label3";
  138. label3.Size = new System.Drawing.Size(102, 24);
  139. label3.TabIndex = 16;
  140. label3.Text = "Ширина:";
  141. //
  142. // colorLabel
  143. //
  144. colorLabel.AutoSize = true;
  145. colorLabel.Location = new System.Drawing.Point(474, 62);
  146. colorLabel.Name = "colorLabel";
  147. colorLabel.Size = new System.Drawing.Size(66, 24);
  148. colorLabel.TabIndex = 14;
  149. colorLabel.Text = "Цвет:";
  150. //
  151. // nametkanLabel
  152. //
  153. nametkanLabel.AutoSize = true;
  154. nametkanLabel.Location = new System.Drawing.Point(474, 26);
  155. nametkanLabel.Name = "nametkanLabel";
  156. nametkanLabel.Size = new System.Drawing.Size(116, 24);
  157. nametkanLabel.TabIndex = 12;
  158. nametkanLabel.Text = "Название:";
  159. //
  160. // label4
  161. //
  162. label4.AutoSize = true;
  163. label4.Location = new System.Drawing.Point(451, 54);
  164. label4.Name = "label4";
  165. label4.Size = new System.Drawing.Size(198, 24);
  166. label4.TabIndex = 14;
  167. label4.Text = "Кол-во на складе:";
  168. //
  169. // label5
  170. //
  171. label5.AutoSize = true;
  172. label5.Location = new System.Drawing.Point(451, 18);
  173. label5.Name = "label5";
  174. label5.Size = new System.Drawing.Size(116, 24);
  175. label5.TabIndex = 12;
  176. label5.Text = "Название:";
  177. //
  178. // widthLabel
  179. //
  180. widthLabel.AutoSize = true;
  181. widthLabel.Location = new System.Drawing.Point(414, 84);
  182. widthLabel.Name = "widthLabel";
  183. widthLabel.Size = new System.Drawing.Size(102, 24);
  184. widthLabel.TabIndex = 5;
  185. widthLabel.Text = "Ширина:";
  186. //
  187. // lengthLabel
  188. //
  189. lengthLabel.AutoSize = true;
  190. lengthLabel.Location = new System.Drawing.Point(414, 48);
  191. lengthLabel.Name = "lengthLabel";
  192. lengthLabel.Size = new System.Drawing.Size(83, 24);
  193. lengthLabel.TabIndex = 3;
  194. lengthLabel.Text = "Длина:";
  195. //
  196. // nameizdLabel
  197. //
  198. nameizdLabel.AutoSize = true;
  199. nameizdLabel.Location = new System.Drawing.Point(414, 12);
  200. nameizdLabel.Name = "nameizdLabel";
  201. nameizdLabel.Size = new System.Drawing.Size(116, 24);
  202. nameizdLabel.TabIndex = 1;
  203. nameizdLabel.Text = "Название:";
  204. //
  205. // tabControl1
  206. //
  207. this.tabControl1.Controls.Add(this.tabPage1);
  208. this.tabControl1.Controls.Add(this.tabPage2);
  209. this.tabControl1.Controls.Add(this.tabPage3);
  210. this.tabControl1.Controls.Add(this.tabPage4);
  211. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
  212. this.tabControl1.Location = new System.Drawing.Point(0, 189);
  213. this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  214. this.tabControl1.Name = "tabControl1";
  215. this.tabControl1.SelectedIndex = 0;
  216. this.tabControl1.Size = new System.Drawing.Size(899, 404);
  217. this.tabControl1.TabIndex = 33;
  218. //
  219. // tabPage1
  220. //
  221. this.tabPage1.Controls.Add(this.DgvZakaz);
  222. this.tabPage1.Controls.Add(this.BtnSelect);
  223. this.tabPage1.Controls.Add(this.BtnAll);
  224. this.tabPage1.Controls.Add(this.RbtCSV);
  225. this.tabPage1.Controls.Add(this.RbtWord);
  226. this.tabPage1.Location = new System.Drawing.Point(4, 33);
  227. this.tabPage1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  228. this.tabPage1.Name = "tabPage1";
  229. this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  230. this.tabPage1.Size = new System.Drawing.Size(891, 367);
  231. this.tabPage1.TabIndex = 0;
  232. this.tabPage1.Text = "Заказы";
  233. this.tabPage1.UseVisualStyleBackColor = true;
  234. //
  235. // DgvZakaz
  236. //
  237. this.DgvZakaz.AllowUserToAddRows = false;
  238. this.DgvZakaz.AllowUserToDeleteRows = false;
  239. this.DgvZakaz.BackgroundColor = System.Drawing.Color.White;
  240. this.DgvZakaz.BorderStyle = System.Windows.Forms.BorderStyle.None;
  241. this.DgvZakaz.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  242. this.DgvZakaz.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  243. this.Column1,
  244. this.Column3,
  245. this.Column4,
  246. this.Column5,
  247. this.Column2,
  248. this.Column6});
  249. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  250. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
  251. dataGridViewCellStyle1.Font = new System.Drawing.Font("Arial", 9.75F);
  252. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
  253. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  254. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  255. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  256. this.DgvZakaz.DefaultCellStyle = dataGridViewCellStyle1;
  257. this.DgvZakaz.Location = new System.Drawing.Point(0, 2);
  258. this.DgvZakaz.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  259. this.DgvZakaz.Name = "DgvZakaz";
  260. this.DgvZakaz.ReadOnly = true;
  261. this.DgvZakaz.RowHeadersVisible = false;
  262. this.DgvZakaz.RowHeadersWidth = 51;
  263. dataGridViewCellStyle2.Font = new System.Drawing.Font("Arial", 9.75F);
  264. this.DgvZakaz.RowsDefaultCellStyle = dataGridViewCellStyle2;
  265. this.DgvZakaz.RowTemplate.Height = 24;
  266. this.DgvZakaz.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  267. this.DgvZakaz.Size = new System.Drawing.Size(794, 294);
  268. this.DgvZakaz.TabIndex = 16;
  269. //
  270. // BtnSelect
  271. //
  272. this.BtnSelect.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  273. this.BtnSelect.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  274. this.BtnSelect.Location = new System.Drawing.Point(436, 300);
  275. this.BtnSelect.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  276. this.BtnSelect.Name = "BtnSelect";
  277. this.BtnSelect.Size = new System.Drawing.Size(258, 60);
  278. this.BtnSelect.TabIndex = 15;
  279. this.BtnSelect.Text = "Экспортировать выделенные заказы";
  280. this.BtnSelect.UseVisualStyleBackColor = false;
  281. this.BtnSelect.Click += new System.EventHandler(this.BtnSelect_Click);
  282. //
  283. // BtnAll
  284. //
  285. this.BtnAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  286. this.BtnAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  287. this.BtnAll.Location = new System.Drawing.Point(211, 300);
  288. this.BtnAll.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  289. this.BtnAll.Name = "BtnAll";
  290. this.BtnAll.Size = new System.Drawing.Size(219, 60);
  291. this.BtnAll.TabIndex = 14;
  292. this.BtnAll.Text = "Экспортировать все заказы";
  293. this.BtnAll.UseVisualStyleBackColor = false;
  294. this.BtnAll.Click += new System.EventHandler(this.BtnAll_Click);
  295. //
  296. // RbtCSV
  297. //
  298. this.RbtCSV.AutoSize = true;
  299. this.RbtCSV.Location = new System.Drawing.Point(116, 326);
  300. this.RbtCSV.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  301. this.RbtCSV.Name = "RbtCSV";
  302. this.RbtCSV.Size = new System.Drawing.Size(89, 28);
  303. this.RbtCSV.TabIndex = 1;
  304. this.RbtCSV.Text = "в CSV";
  305. this.RbtCSV.UseVisualStyleBackColor = true;
  306. //
  307. // RbtWord
  308. //
  309. this.RbtWord.AutoSize = true;
  310. this.RbtWord.Checked = true;
  311. this.RbtWord.Location = new System.Drawing.Point(8, 326);
  312. this.RbtWord.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  313. this.RbtWord.Name = "RbtWord";
  314. this.RbtWord.Size = new System.Drawing.Size(102, 28);
  315. this.RbtWord.TabIndex = 0;
  316. this.RbtWord.TabStop = true;
  317. this.RbtWord.Text = "в Word";
  318. this.RbtWord.UseVisualStyleBackColor = true;
  319. //
  320. // tabPage2
  321. //
  322. this.tabPage2.Controls.Add(descriptionLabel);
  323. this.tabPage2.Controls.Add(this.DescriptionTextBox);
  324. this.tabPage2.Controls.Add(label2);
  325. this.tabPage2.Controls.Add(this.LengthTextBox);
  326. this.tabPage2.Controls.Add(label3);
  327. this.tabPage2.Controls.Add(this.WidthTextBox);
  328. this.tabPage2.Controls.Add(colorLabel);
  329. this.tabPage2.Controls.Add(this.ColorTextBox);
  330. this.tabPage2.Controls.Add(nametkanLabel);
  331. this.tabPage2.Controls.Add(this.NametkanTextBox);
  332. this.tabPage2.Controls.Add(this.LVTkani);
  333. this.tabPage2.Location = new System.Drawing.Point(4, 33);
  334. this.tabPage2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  335. this.tabPage2.Name = "tabPage2";
  336. this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  337. this.tabPage2.Size = new System.Drawing.Size(891, 367);
  338. this.tabPage2.TabIndex = 1;
  339. this.tabPage2.Text = "Ткани";
  340. this.tabPage2.UseVisualStyleBackColor = true;
  341. //
  342. // DescriptionTextBox
  343. //
  344. this.DescriptionTextBox.BackColor = System.Drawing.Color.White;
  345. this.DescriptionTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  346. this.DescriptionTextBox.Location = new System.Drawing.Point(617, 162);
  347. this.DescriptionTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  348. this.DescriptionTextBox.Name = "DescriptionTextBox";
  349. this.DescriptionTextBox.ReadOnly = true;
  350. this.DescriptionTextBox.Size = new System.Drawing.Size(265, 32);
  351. this.DescriptionTextBox.TabIndex = 21;
  352. //
  353. // LengthTextBox
  354. //
  355. this.LengthTextBox.BackColor = System.Drawing.Color.White;
  356. this.LengthTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  357. this.LengthTextBox.Location = new System.Drawing.Point(617, 126);
  358. this.LengthTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  359. this.LengthTextBox.Name = "LengthTextBox";
  360. this.LengthTextBox.ReadOnly = true;
  361. this.LengthTextBox.Size = new System.Drawing.Size(265, 32);
  362. this.LengthTextBox.TabIndex = 19;
  363. //
  364. // WidthTextBox
  365. //
  366. this.WidthTextBox.BackColor = System.Drawing.Color.White;
  367. this.WidthTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  368. this.WidthTextBox.Location = new System.Drawing.Point(617, 90);
  369. this.WidthTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  370. this.WidthTextBox.Name = "WidthTextBox";
  371. this.WidthTextBox.ReadOnly = true;
  372. this.WidthTextBox.Size = new System.Drawing.Size(265, 32);
  373. this.WidthTextBox.TabIndex = 17;
  374. //
  375. // ColorTextBox
  376. //
  377. this.ColorTextBox.BackColor = System.Drawing.Color.White;
  378. this.ColorTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  379. this.ColorTextBox.Location = new System.Drawing.Point(617, 54);
  380. this.ColorTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  381. this.ColorTextBox.Name = "ColorTextBox";
  382. this.ColorTextBox.ReadOnly = true;
  383. this.ColorTextBox.Size = new System.Drawing.Size(265, 32);
  384. this.ColorTextBox.TabIndex = 15;
  385. //
  386. // NametkanTextBox
  387. //
  388. this.NametkanTextBox.BackColor = System.Drawing.Color.White;
  389. this.NametkanTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  390. this.NametkanTextBox.Location = new System.Drawing.Point(617, 18);
  391. this.NametkanTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  392. this.NametkanTextBox.Name = "NametkanTextBox";
  393. this.NametkanTextBox.ReadOnly = true;
  394. this.NametkanTextBox.Size = new System.Drawing.Size(265, 32);
  395. this.NametkanTextBox.TabIndex = 13;
  396. //
  397. // LVTkani
  398. //
  399. this.LVTkani.Dock = System.Windows.Forms.DockStyle.Left;
  400. this.LVTkani.HideSelection = false;
  401. this.LVTkani.LargeImageList = this.ImageListTkani;
  402. this.LVTkani.Location = new System.Drawing.Point(3, 2);
  403. this.LVTkani.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  404. this.LVTkani.Name = "LVTkani";
  405. this.LVTkani.Size = new System.Drawing.Size(452, 363);
  406. this.LVTkani.TabIndex = 11;
  407. this.LVTkani.UseCompatibleStateImageBehavior = false;
  408. this.LVTkani.SelectedIndexChanged += new System.EventHandler(this.LVTkani_SelectedIndexChanged);
  409. //
  410. // ImageListTkani
  411. //
  412. this.ImageListTkani.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
  413. this.ImageListTkani.ImageSize = new System.Drawing.Size(100, 100);
  414. this.ImageListTkani.TransparentColor = System.Drawing.Color.Transparent;
  415. //
  416. // tabPage3
  417. //
  418. this.tabPage3.Controls.Add(label4);
  419. this.tabPage3.Controls.Add(this.TbxCountFurSklad);
  420. this.tabPage3.Controls.Add(label5);
  421. this.tabPage3.Controls.Add(this.TbxNameFur);
  422. this.tabPage3.Controls.Add(this.LVFurnitura);
  423. this.tabPage3.Location = new System.Drawing.Point(4, 33);
  424. this.tabPage3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  425. this.tabPage3.Name = "tabPage3";
  426. this.tabPage3.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  427. this.tabPage3.Size = new System.Drawing.Size(891, 367);
  428. this.tabPage3.TabIndex = 2;
  429. this.tabPage3.Text = "Фурнитуры";
  430. this.tabPage3.UseVisualStyleBackColor = true;
  431. //
  432. // TbxCountFurSklad
  433. //
  434. this.TbxCountFurSklad.BackColor = System.Drawing.Color.White;
  435. this.TbxCountFurSklad.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  436. this.TbxCountFurSklad.Location = new System.Drawing.Point(655, 46);
  437. this.TbxCountFurSklad.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  438. this.TbxCountFurSklad.Name = "TbxCountFurSklad";
  439. this.TbxCountFurSklad.ReadOnly = true;
  440. this.TbxCountFurSklad.Size = new System.Drawing.Size(144, 32);
  441. this.TbxCountFurSklad.TabIndex = 15;
  442. //
  443. // TbxNameFur
  444. //
  445. this.TbxNameFur.BackColor = System.Drawing.Color.White;
  446. this.TbxNameFur.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  447. this.TbxNameFur.Location = new System.Drawing.Point(575, 10);
  448. this.TbxNameFur.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  449. this.TbxNameFur.Name = "TbxNameFur";
  450. this.TbxNameFur.ReadOnly = true;
  451. this.TbxNameFur.Size = new System.Drawing.Size(224, 32);
  452. this.TbxNameFur.TabIndex = 13;
  453. //
  454. // LVFurnitura
  455. //
  456. this.LVFurnitura.Dock = System.Windows.Forms.DockStyle.Left;
  457. this.LVFurnitura.HideSelection = false;
  458. this.LVFurnitura.LargeImageList = this.ImageListFur;
  459. this.LVFurnitura.Location = new System.Drawing.Point(3, 2);
  460. this.LVFurnitura.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  461. this.LVFurnitura.Name = "LVFurnitura";
  462. this.LVFurnitura.Size = new System.Drawing.Size(435, 363);
  463. this.LVFurnitura.TabIndex = 11;
  464. this.LVFurnitura.UseCompatibleStateImageBehavior = false;
  465. this.LVFurnitura.SelectedIndexChanged += new System.EventHandler(this.LVFurnitura_SelectedIndexChanged);
  466. //
  467. // ImageListFur
  468. //
  469. this.ImageListFur.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
  470. this.ImageListFur.ImageSize = new System.Drawing.Size(100, 100);
  471. this.ImageListFur.TransparentColor = System.Drawing.Color.Transparent;
  472. //
  473. // tabPage4
  474. //
  475. this.tabPage4.AutoScroll = true;
  476. this.tabPage4.Controls.Add(this.izdelka);
  477. this.tabPage4.Controls.Add(this.BtnSave);
  478. this.tabPage4.Controls.Add(this.BtnEdit);
  479. this.tabPage4.Controls.Add(this.BtnAdd);
  480. this.tabPage4.Controls.Add(widthLabel);
  481. this.tabPage4.Controls.Add(this.TbxWidthIzd);
  482. this.tabPage4.Controls.Add(lengthLabel);
  483. this.tabPage4.Controls.Add(this.TbxLengthIzd);
  484. this.tabPage4.Controls.Add(nameizdLabel);
  485. this.tabPage4.Controls.Add(this.TbxNameIzd);
  486. this.tabPage4.Location = new System.Drawing.Point(4, 33);
  487. this.tabPage4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  488. this.tabPage4.Name = "tabPage4";
  489. this.tabPage4.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  490. this.tabPage4.Size = new System.Drawing.Size(891, 367);
  491. this.tabPage4.TabIndex = 3;
  492. this.tabPage4.Text = "Изделия";
  493. this.tabPage4.UseVisualStyleBackColor = true;
  494. //
  495. // izdelka
  496. //
  497. this.izdelka.AllowUserToAddRows = false;
  498. this.izdelka.AllowUserToDeleteRows = false;
  499. this.izdelka.AutoGenerateColumns = false;
  500. this.izdelka.BackgroundColor = System.Drawing.Color.White;
  501. this.izdelka.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  502. this.izdelka.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  503. this.dataGridViewTextBoxColumn2,
  504. this.dataGridViewTextBoxColumn3,
  505. this.dataGridViewTextBoxColumn4});
  506. this.izdelka.DataSource = this.izdelieBindingSource;
  507. this.izdelka.Location = new System.Drawing.Point(0, 0);
  508. this.izdelka.Name = "izdelka";
  509. this.izdelka.ReadOnly = true;
  510. this.izdelka.RowHeadersVisible = false;
  511. this.izdelka.Size = new System.Drawing.Size(396, 246);
  512. this.izdelka.TabIndex = 16;
  513. //
  514. // dataGridViewTextBoxColumn2
  515. //
  516. this.dataGridViewTextBoxColumn2.DataPropertyName = "Name_izd";
  517. this.dataGridViewTextBoxColumn2.HeaderText = "Название";
  518. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  519. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  520. this.dataGridViewTextBoxColumn2.Width = 150;
  521. //
  522. // dataGridViewTextBoxColumn3
  523. //
  524. this.dataGridViewTextBoxColumn3.DataPropertyName = "length";
  525. this.dataGridViewTextBoxColumn3.HeaderText = "Длина";
  526. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  527. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  528. //
  529. // dataGridViewTextBoxColumn4
  530. //
  531. this.dataGridViewTextBoxColumn4.DataPropertyName = "width";
  532. this.dataGridViewTextBoxColumn4.HeaderText = "Ширина";
  533. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  534. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  535. //
  536. // izdelieBindingSource
  537. //
  538. this.izdelieBindingSource.DataMember = "Izdelie";
  539. this.izdelieBindingSource.DataSource = this.fabrika2024DataSet;
  540. //
  541. // fabrika2024DataSet
  542. //
  543. this.fabrika2024DataSet.DataSetName = "Fabrika2024DataSet";
  544. this.fabrika2024DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  545. //
  546. // BtnSave
  547. //
  548. this.BtnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  549. this.BtnSave.Enabled = false;
  550. this.BtnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  551. this.BtnSave.Location = new System.Drawing.Point(418, 205);
  552. this.BtnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  553. this.BtnSave.Name = "BtnSave";
  554. this.BtnSave.Size = new System.Drawing.Size(205, 41);
  555. this.BtnSave.TabIndex = 16;
  556. this.BtnSave.Text = "Сохранить";
  557. this.BtnSave.UseVisualStyleBackColor = false;
  558. this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
  559. //
  560. // BtnEdit
  561. //
  562. this.BtnEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  563. this.BtnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  564. this.BtnEdit.Location = new System.Drawing.Point(417, 160);
  565. this.BtnEdit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  566. this.BtnEdit.Name = "BtnEdit";
  567. this.BtnEdit.Size = new System.Drawing.Size(206, 41);
  568. this.BtnEdit.TabIndex = 15;
  569. this.BtnEdit.Text = "Редактировать";
  570. this.BtnEdit.UseVisualStyleBackColor = false;
  571. this.BtnEdit.Click += new System.EventHandler(this.BtnEdit_Click);
  572. //
  573. // BtnAdd
  574. //
  575. this.BtnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  576. this.BtnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  577. this.BtnAdd.Location = new System.Drawing.Point(417, 117);
  578. this.BtnAdd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  579. this.BtnAdd.Name = "BtnAdd";
  580. this.BtnAdd.Size = new System.Drawing.Size(206, 39);
  581. this.BtnAdd.TabIndex = 14;
  582. this.BtnAdd.Text = "Добавить";
  583. this.BtnAdd.UseVisualStyleBackColor = false;
  584. this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
  585. //
  586. // TbxWidthIzd
  587. //
  588. this.TbxWidthIzd.BackColor = System.Drawing.Color.White;
  589. this.TbxWidthIzd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  590. this.TbxWidthIzd.Location = new System.Drawing.Point(536, 76);
  591. this.TbxWidthIzd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  592. this.TbxWidthIzd.Name = "TbxWidthIzd";
  593. this.TbxWidthIzd.Size = new System.Drawing.Size(225, 32);
  594. this.TbxWidthIzd.TabIndex = 6;
  595. //
  596. // TbxLengthIzd
  597. //
  598. this.TbxLengthIzd.BackColor = System.Drawing.Color.White;
  599. this.TbxLengthIzd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  600. this.TbxLengthIzd.Location = new System.Drawing.Point(536, 40);
  601. this.TbxLengthIzd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  602. this.TbxLengthIzd.Name = "TbxLengthIzd";
  603. this.TbxLengthIzd.Size = new System.Drawing.Size(225, 32);
  604. this.TbxLengthIzd.TabIndex = 4;
  605. //
  606. // TbxNameIzd
  607. //
  608. this.TbxNameIzd.BackColor = System.Drawing.Color.White;
  609. this.TbxNameIzd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  610. this.TbxNameIzd.Location = new System.Drawing.Point(536, 4);
  611. this.TbxNameIzd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  612. this.TbxNameIzd.Name = "TbxNameIzd";
  613. this.TbxNameIzd.Size = new System.Drawing.Size(225, 32);
  614. this.TbxNameIzd.TabIndex = 2;
  615. //
  616. // BtnProfile
  617. //
  618. this.BtnProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  619. this.BtnProfile.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  620. this.BtnProfile.Location = new System.Drawing.Point(16, 143);
  621. this.BtnProfile.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  622. this.BtnProfile.Name = "BtnProfile";
  623. this.BtnProfile.Size = new System.Drawing.Size(135, 33);
  624. this.BtnProfile.TabIndex = 32;
  625. this.BtnProfile.Text = "Профиль ";
  626. this.BtnProfile.UseVisualStyleBackColor = false;
  627. this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click);
  628. //
  629. // panel1
  630. //
  631. this.panel1.BackColor = System.Drawing.Color.White;
  632. this.panel1.Controls.Add(this.label1);
  633. this.panel1.Controls.Add(this.pictureBox1);
  634. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  635. this.panel1.Location = new System.Drawing.Point(0, 0);
  636. this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  637. this.panel1.Name = "panel1";
  638. this.panel1.Size = new System.Drawing.Size(899, 106);
  639. this.panel1.TabIndex = 31;
  640. //
  641. // label1
  642. //
  643. this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  644. this.label1.Font = new System.Drawing.Font("Arial", 25.8F, System.Drawing.FontStyle.Bold);
  645. this.label1.Location = new System.Drawing.Point(129, 0);
  646. this.label1.Name = "label1";
  647. this.label1.Size = new System.Drawing.Size(777, 106);
  648. this.label1.TabIndex = 1;
  649. this.label1.Text = "Рабочее место менеджера";
  650. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  651. //
  652. // pictureBox1
  653. //
  654. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  655. this.pictureBox1.Image = global::garment_factory.Properties.Resources.fabric_logo;
  656. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  657. this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  658. this.pictureBox1.Name = "pictureBox1";
  659. this.pictureBox1.Size = new System.Drawing.Size(133, 106);
  660. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  661. this.pictureBox1.TabIndex = 0;
  662. this.pictureBox1.TabStop = false;
  663. //
  664. // usersBindingSource
  665. //
  666. this.usersBindingSource.DataMember = "Users";
  667. this.usersBindingSource.DataSource = this.fabrika2024DataSet;
  668. //
  669. // usersTableAdapter
  670. //
  671. this.usersTableAdapter.ClearBeforeFill = true;
  672. //
  673. // tableAdapterManager
  674. //
  675. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  676. this.tableAdapterManager.CvetaTableAdapter = null;
  677. this.tableAdapterManager.FurnituraTableAdapter = null;
  678. this.tableAdapterManager.IzdelieTableAdapter = this.izdelieTableAdapter;
  679. this.tableAdapterManager.OrdersTableAdapter = null;
  680. this.tableAdapterManager.RoleTableAdapter = null;
  681. this.tableAdapterManager.TkaniTableAdapter = null;
  682. this.tableAdapterManager.UpdateOrder = garment_factory.Fabrika2024DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  683. this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
  684. //
  685. // izdelieTableAdapter
  686. //
  687. this.izdelieTableAdapter.ClearBeforeFill = true;
  688. //
  689. // id_userLabel2
  690. //
  691. this.id_userLabel2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Id_user", true));
  692. this.id_userLabel2.Location = new System.Drawing.Point(-360, 118);
  693. this.id_userLabel2.Name = "id_userLabel2";
  694. this.id_userLabel2.Size = new System.Drawing.Size(364, 23);
  695. this.id_userLabel2.TabIndex = 39;
  696. this.id_userLabel2.Text = "label6";
  697. //
  698. // FIO
  699. //
  700. this.FIO.AutoSize = true;
  701. this.FIO.Location = new System.Drawing.Point(12, 117);
  702. this.FIO.Name = "FIO";
  703. this.FIO.Size = new System.Drawing.Size(69, 24);
  704. this.FIO.TabIndex = 56;
  705. this.FIO.Text = "label6";
  706. //
  707. // Column1
  708. //
  709. this.Column1.HeaderText = "Изделие";
  710. this.Column1.MinimumWidth = 6;
  711. this.Column1.Name = "Column1";
  712. this.Column1.ReadOnly = true;
  713. this.Column1.Width = 125;
  714. //
  715. // Column3
  716. //
  717. this.Column3.HeaderText = "Ткань";
  718. this.Column3.MinimumWidth = 6;
  719. this.Column3.Name = "Column3";
  720. this.Column3.ReadOnly = true;
  721. this.Column3.Width = 125;
  722. //
  723. // Column4
  724. //
  725. this.Column4.HeaderText = "Фурнитура";
  726. this.Column4.MinimumWidth = 6;
  727. this.Column4.Name = "Column4";
  728. this.Column4.ReadOnly = true;
  729. this.Column4.Width = 125;
  730. //
  731. // Column5
  732. //
  733. this.Column5.HeaderText = "Кол-во фурнитуры";
  734. this.Column5.MinimumWidth = 6;
  735. this.Column5.Name = "Column5";
  736. this.Column5.ReadOnly = true;
  737. this.Column5.Width = 140;
  738. //
  739. // Column2
  740. //
  741. this.Column2.HeaderText = "Кол-во изделий";
  742. this.Column2.MinimumWidth = 6;
  743. this.Column2.Name = "Column2";
  744. this.Column2.ReadOnly = true;
  745. this.Column2.Width = 125;
  746. //
  747. // Column6
  748. //
  749. this.Column6.HeaderText = "Заказчик";
  750. this.Column6.MinimumWidth = 6;
  751. this.Column6.Name = "Column6";
  752. this.Column6.ReadOnly = true;
  753. this.Column6.Width = 125;
  754. //
  755. // fManager
  756. //
  757. this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 24F);
  758. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  759. this.AutoScroll = true;
  760. this.BackColor = System.Drawing.Color.White;
  761. this.ClientSize = new System.Drawing.Size(899, 593);
  762. this.Controls.Add(this.FIO);
  763. this.Controls.Add(this.id_userLabel2);
  764. this.Controls.Add(this.tabControl1);
  765. this.Controls.Add(this.BtnProfile);
  766. this.Controls.Add(this.panel1);
  767. this.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold);
  768. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  769. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  770. this.Margin = new System.Windows.Forms.Padding(6);
  771. this.MaximizeBox = false;
  772. this.Name = "fManager";
  773. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  774. this.Text = "fManager";
  775. this.Load += new System.EventHandler(this.fManager_Load);
  776. this.tabControl1.ResumeLayout(false);
  777. this.tabPage1.ResumeLayout(false);
  778. this.tabPage1.PerformLayout();
  779. ((System.ComponentModel.ISupportInitialize)(this.DgvZakaz)).EndInit();
  780. this.tabPage2.ResumeLayout(false);
  781. this.tabPage2.PerformLayout();
  782. this.tabPage3.ResumeLayout(false);
  783. this.tabPage3.PerformLayout();
  784. this.tabPage4.ResumeLayout(false);
  785. this.tabPage4.PerformLayout();
  786. ((System.ComponentModel.ISupportInitialize)(this.izdelka)).EndInit();
  787. ((System.ComponentModel.ISupportInitialize)(this.izdelieBindingSource)).EndInit();
  788. ((System.ComponentModel.ISupportInitialize)(this.fabrika2024DataSet)).EndInit();
  789. this.panel1.ResumeLayout(false);
  790. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  791. ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
  792. this.ResumeLayout(false);
  793. this.PerformLayout();
  794. }
  795. #endregion
  796. private System.Windows.Forms.TabControl tabControl1;
  797. private System.Windows.Forms.TabPage tabPage1;
  798. private System.Windows.Forms.DataGridView DgvZakaz;
  799. private System.Windows.Forms.Button BtnSelect;
  800. private System.Windows.Forms.Button BtnAll;
  801. private System.Windows.Forms.RadioButton RbtCSV;
  802. private System.Windows.Forms.RadioButton RbtWord;
  803. private System.Windows.Forms.TabPage tabPage2;
  804. private System.Windows.Forms.TextBox DescriptionTextBox;
  805. private System.Windows.Forms.TextBox LengthTextBox;
  806. private System.Windows.Forms.TextBox WidthTextBox;
  807. private System.Windows.Forms.TextBox ColorTextBox;
  808. private System.Windows.Forms.TextBox NametkanTextBox;
  809. private System.Windows.Forms.ListView LVTkani;
  810. private System.Windows.Forms.TabPage tabPage3;
  811. private System.Windows.Forms.TextBox TbxCountFurSklad;
  812. private System.Windows.Forms.TextBox TbxNameFur;
  813. private System.Windows.Forms.ListView LVFurnitura;
  814. private System.Windows.Forms.TabPage tabPage4;
  815. private System.Windows.Forms.Button BtnSave;
  816. private System.Windows.Forms.Button BtnEdit;
  817. private System.Windows.Forms.Button BtnAdd;
  818. private System.Windows.Forms.TextBox TbxWidthIzd;
  819. private System.Windows.Forms.TextBox TbxLengthIzd;
  820. private System.Windows.Forms.TextBox TbxNameIzd;
  821. private System.Windows.Forms.Button BtnProfile;
  822. private System.Windows.Forms.Panel panel1;
  823. private System.Windows.Forms.Label label1;
  824. private System.Windows.Forms.PictureBox pictureBox1;
  825. private Fabrika2024DataSet fabrika2024DataSet;
  826. private Fabrika2024DataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  827. private Fabrika2024DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  828. public System.Windows.Forms.Label id_userLabel2;
  829. private System.Windows.Forms.Label FIO;
  830. private Fabrika2024DataSetTableAdapters.IzdelieTableAdapter izdelieTableAdapter;
  831. private System.Windows.Forms.BindingSource izdelieBindingSource;
  832. private System.Windows.Forms.DataGridView izdelka;
  833. private System.Windows.Forms.ImageList ImageListTkani;
  834. private System.Windows.Forms.ImageList ImageListFur;
  835. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  836. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  837. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  838. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  839. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  840. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  841. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  842. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  843. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  844. public System.Windows.Forms.BindingSource usersBindingSource;
  845. }
  846. }