FormManager.Designer.cs 43 KB

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