FormManager.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormManager));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. this.BtnExportSelected = new System.Windows.Forms.Button();
  34. this.BtnExportAll = new System.Windows.Forms.Button();
  35. this.RbtCSV = new System.Windows.Forms.RadioButton();
  36. this.RbxWORD = new System.Windows.Forms.RadioButton();
  37. this.DgvZakazi = new System.Windows.Forms.DataGridView();
  38. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.BtnRed = new System.Windows.Forms.Button();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.BtnAdd = new System.Windows.Forms.Button();
  46. this.BtnProfil = new System.Windows.Forms.Button();
  47. this.сlothesFactoryLGDataSet = new Швейная_фабрика.СlothesFactoryLGDataSet();
  48. this.izdelieBindingSource = new System.Windows.Forms.BindingSource(this.components);
  49. this.izdelieTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.IzdelieTableAdapter();
  50. this.tableAdapterManager = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.TableAdapterManager();
  51. this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
  52. this.usersTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter();
  53. this.DgvIzdeliy = new System.Windows.Forms.DataGridView();
  54. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.LblFIO = new System.Windows.Forms.Label();
  59. this.SaveFDWord = new System.Windows.Forms.SaveFileDialog();
  60. this.SaveFDExcel = new System.Windows.Forms.SaveFileDialog();
  61. this.panel1.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.DgvZakazi)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.izdelieBindingSource)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.DgvIzdeliy)).BeginInit();
  68. this.SuspendLayout();
  69. //
  70. // panel1
  71. //
  72. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  73. this.panel1.Controls.Add(this.LblFIO);
  74. this.panel1.Controls.Add(this.label1);
  75. this.panel1.Controls.Add(this.pictureBox1);
  76. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  77. this.panel1.Location = new System.Drawing.Point(0, 0);
  78. this.panel1.Name = "panel1";
  79. this.panel1.Size = new System.Drawing.Size(646, 130);
  80. this.panel1.TabIndex = 2;
  81. //
  82. // label1
  83. //
  84. this.label1.AutoSize = true;
  85. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  86. this.label1.Location = new System.Drawing.Point(205, 51);
  87. this.label1.Name = "label1";
  88. this.label1.Size = new System.Drawing.Size(136, 29);
  89. this.label1.TabIndex = 1;
  90. this.label1.Text = "Менеджер";
  91. //
  92. // pictureBox1
  93. //
  94. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  95. this.pictureBox1.Image = global::Швейная_фабрика.Properties.Resources.fabric_logo;
  96. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  97. this.pictureBox1.Name = "pictureBox1";
  98. this.pictureBox1.Size = new System.Drawing.Size(133, 130);
  99. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  100. this.pictureBox1.TabIndex = 0;
  101. this.pictureBox1.TabStop = false;
  102. //
  103. // BtnExportSelected
  104. //
  105. this.BtnExportSelected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  106. this.BtnExportSelected.Location = new System.Drawing.Point(416, 331);
  107. this.BtnExportSelected.Name = "BtnExportSelected";
  108. this.BtnExportSelected.Size = new System.Drawing.Size(206, 41);
  109. this.BtnExportSelected.TabIndex = 42;
  110. this.BtnExportSelected.Text = "Экспортировать выделенные";
  111. this.BtnExportSelected.UseVisualStyleBackColor = false;
  112. this.BtnExportSelected.Click += new System.EventHandler(this.BtnExportSelected_Click);
  113. //
  114. // BtnExportAll
  115. //
  116. this.BtnExportAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  117. this.BtnExportAll.Location = new System.Drawing.Point(416, 290);
  118. this.BtnExportAll.Name = "BtnExportAll";
  119. this.BtnExportAll.Size = new System.Drawing.Size(206, 35);
  120. this.BtnExportAll.TabIndex = 41;
  121. this.BtnExportAll.Text = "Экспортировать всё";
  122. this.BtnExportAll.UseVisualStyleBackColor = false;
  123. this.BtnExportAll.Click += new System.EventHandler(this.BtnExportAll_Click);
  124. //
  125. // RbtCSV
  126. //
  127. this.RbtCSV.AutoSize = true;
  128. this.RbtCSV.Location = new System.Drawing.Point(108, 588);
  129. this.RbtCSV.Name = "RbtCSV";
  130. this.RbtCSV.Size = new System.Drawing.Size(52, 20);
  131. this.RbtCSV.TabIndex = 40;
  132. this.RbtCSV.TabStop = true;
  133. this.RbtCSV.Text = ".csv";
  134. this.RbtCSV.UseVisualStyleBackColor = true;
  135. //
  136. // RbxWORD
  137. //
  138. this.RbxWORD.AutoSize = true;
  139. this.RbxWORD.Checked = true;
  140. this.RbxWORD.Location = new System.Drawing.Point(26, 588);
  141. this.RbxWORD.Name = "RbxWORD";
  142. this.RbxWORD.Size = new System.Drawing.Size(60, 20);
  143. this.RbxWORD.TabIndex = 39;
  144. this.RbxWORD.TabStop = true;
  145. this.RbxWORD.Text = ".docx";
  146. this.RbxWORD.UseVisualStyleBackColor = true;
  147. //
  148. // DgvZakazi
  149. //
  150. this.DgvZakazi.AllowUserToAddRows = false;
  151. this.DgvZakazi.AllowUserToDeleteRows = false;
  152. this.DgvZakazi.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  153. this.DgvZakazi.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  154. this.Column1,
  155. this.Column2,
  156. this.Column3,
  157. this.Column4,
  158. this.Column5});
  159. this.DgvZakazi.Location = new System.Drawing.Point(15, 378);
  160. this.DgvZakazi.Name = "DgvZakazi";
  161. this.DgvZakazi.ReadOnly = true;
  162. this.DgvZakazi.RowHeadersWidth = 51;
  163. this.DgvZakazi.RowTemplate.Height = 24;
  164. this.DgvZakazi.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  165. this.DgvZakazi.Size = new System.Drawing.Size(610, 204);
  166. this.DgvZakazi.TabIndex = 38;
  167. //
  168. // Column1
  169. //
  170. this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  171. this.Column1.HeaderText = "Изделие";
  172. this.Column1.MinimumWidth = 6;
  173. this.Column1.Name = "Column1";
  174. this.Column1.ReadOnly = true;
  175. this.Column1.Width = 94;
  176. //
  177. // Column2
  178. //
  179. this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  180. this.Column2.HeaderText = "Ткань";
  181. this.Column2.MinimumWidth = 6;
  182. this.Column2.Name = "Column2";
  183. this.Column2.ReadOnly = true;
  184. this.Column2.Width = 75;
  185. //
  186. // Column3
  187. //
  188. this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  189. this.Column3.HeaderText = "Фурнитура";
  190. this.Column3.MinimumWidth = 6;
  191. this.Column3.Name = "Column3";
  192. this.Column3.ReadOnly = true;
  193. this.Column3.Width = 110;
  194. //
  195. // Column4
  196. //
  197. this.Column4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  198. this.Column4.HeaderText = "Кол-во фурнитуры";
  199. this.Column4.MinimumWidth = 6;
  200. this.Column4.Name = "Column4";
  201. this.Column4.ReadOnly = true;
  202. this.Column4.Width = 145;
  203. //
  204. // Column5
  205. //
  206. this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  207. this.Column5.HeaderText = "Кол-во изделий";
  208. this.Column5.MinimumWidth = 6;
  209. this.Column5.Name = "Column5";
  210. this.Column5.ReadOnly = true;
  211. this.Column5.Width = 128;
  212. //
  213. // BtnRed
  214. //
  215. this.BtnRed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  216. this.BtnRed.Location = new System.Drawing.Point(416, 249);
  217. this.BtnRed.Name = "BtnRed";
  218. this.BtnRed.Size = new System.Drawing.Size(206, 35);
  219. this.BtnRed.TabIndex = 37;
  220. this.BtnRed.Text = "Редактировать изделие";
  221. this.BtnRed.UseVisualStyleBackColor = false;
  222. this.BtnRed.Click += new System.EventHandler(this.BtnRed_Click);
  223. //
  224. // label5
  225. //
  226. this.label5.AutoSize = true;
  227. this.label5.Location = new System.Drawing.Point(12, 141);
  228. this.label5.Name = "label5";
  229. this.label5.Size = new System.Drawing.Size(159, 16);
  230. this.label5.TabIndex = 36;
  231. this.label5.Text = "Создаваемые изделия:";
  232. //
  233. // BtnAdd
  234. //
  235. this.BtnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  236. this.BtnAdd.Location = new System.Drawing.Point(416, 208);
  237. this.BtnAdd.Name = "BtnAdd";
  238. this.BtnAdd.Size = new System.Drawing.Size(206, 35);
  239. this.BtnAdd.TabIndex = 35;
  240. this.BtnAdd.Text = "Добавить изделие";
  241. this.BtnAdd.UseVisualStyleBackColor = false;
  242. this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
  243. //
  244. // BtnProfil
  245. //
  246. this.BtnProfil.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  247. this.BtnProfil.Location = new System.Drawing.Point(416, 167);
  248. this.BtnProfil.Name = "BtnProfil";
  249. this.BtnProfil.Size = new System.Drawing.Size(206, 35);
  250. this.BtnProfil.TabIndex = 34;
  251. this.BtnProfil.Text = "Профиль пользователя";
  252. this.BtnProfil.UseVisualStyleBackColor = false;
  253. this.BtnProfil.Click += new System.EventHandler(this.BtnProfil_Click);
  254. //
  255. // сlothesFactoryLGDataSet
  256. //
  257. this.сlothesFactoryLGDataSet.DataSetName = "СlothesFactoryLGDataSet";
  258. this.сlothesFactoryLGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  259. //
  260. // izdelieBindingSource
  261. //
  262. this.izdelieBindingSource.DataMember = "Izdelie";
  263. this.izdelieBindingSource.DataSource = this.сlothesFactoryLGDataSet;
  264. //
  265. // izdelieTableAdapter
  266. //
  267. this.izdelieTableAdapter.ClearBeforeFill = true;
  268. //
  269. // tableAdapterManager
  270. //
  271. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  272. this.tableAdapterManager.ColorTableAdapter = null;
  273. this.tableAdapterManager.FurnituraTableAdapter = null;
  274. this.tableAdapterManager.IzdelieTableAdapter = this.izdelieTableAdapter;
  275. this.tableAdapterManager.OrdersTableAdapter = null;
  276. this.tableAdapterManager.RolesTableAdapter = null;
  277. this.tableAdapterManager.TkanTableAdapter = null;
  278. this.tableAdapterManager.UpdateOrder = Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  279. this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
  280. //
  281. // usersBindingSource
  282. //
  283. this.usersBindingSource.DataMember = "Users";
  284. this.usersBindingSource.DataSource = this.сlothesFactoryLGDataSet;
  285. //
  286. // usersTableAdapter
  287. //
  288. this.usersTableAdapter.ClearBeforeFill = true;
  289. //
  290. // DgvIzdeliy
  291. //
  292. this.DgvIzdeliy.AllowUserToAddRows = false;
  293. this.DgvIzdeliy.AllowUserToDeleteRows = false;
  294. this.DgvIzdeliy.AutoGenerateColumns = false;
  295. this.DgvIzdeliy.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  296. this.DgvIzdeliy.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  297. this.dataGridViewTextBoxColumn1,
  298. this.dataGridViewTextBoxColumn2,
  299. this.dataGridViewTextBoxColumn3,
  300. this.dataGridViewTextBoxColumn4});
  301. this.DgvIzdeliy.DataSource = this.izdelieBindingSource;
  302. this.DgvIzdeliy.Location = new System.Drawing.Point(12, 167);
  303. this.DgvIzdeliy.MultiSelect = false;
  304. this.DgvIzdeliy.Name = "DgvIzdeliy";
  305. this.DgvIzdeliy.ReadOnly = true;
  306. this.DgvIzdeliy.RowHeadersWidth = 51;
  307. this.DgvIzdeliy.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  308. this.DgvIzdeliy.Size = new System.Drawing.Size(388, 205);
  309. this.DgvIzdeliy.TabIndex = 43;
  310. //
  311. // dataGridViewTextBoxColumn1
  312. //
  313. this.dataGridViewTextBoxColumn1.DataPropertyName = "id_izd";
  314. this.dataGridViewTextBoxColumn1.HeaderText = "id_izd";
  315. this.dataGridViewTextBoxColumn1.MinimumWidth = 6;
  316. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  317. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  318. this.dataGridViewTextBoxColumn1.Visible = false;
  319. this.dataGridViewTextBoxColumn1.Width = 125;
  320. //
  321. // dataGridViewTextBoxColumn2
  322. //
  323. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  324. this.dataGridViewTextBoxColumn2.DataPropertyName = "name_izd";
  325. this.dataGridViewTextBoxColumn2.HeaderText = "Название";
  326. this.dataGridViewTextBoxColumn2.MinimumWidth = 6;
  327. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  328. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  329. this.dataGridViewTextBoxColumn2.Width = 102;
  330. //
  331. // dataGridViewTextBoxColumn3
  332. //
  333. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  334. this.dataGridViewTextBoxColumn3.DataPropertyName = "length";
  335. this.dataGridViewTextBoxColumn3.HeaderText = "Длина";
  336. this.dataGridViewTextBoxColumn3.MinimumWidth = 6;
  337. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  338. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  339. this.dataGridViewTextBoxColumn3.Width = 77;
  340. //
  341. // dataGridViewTextBoxColumn4
  342. //
  343. this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  344. this.dataGridViewTextBoxColumn4.DataPropertyName = "width";
  345. this.dataGridViewTextBoxColumn4.HeaderText = "Ширина";
  346. this.dataGridViewTextBoxColumn4.MinimumWidth = 6;
  347. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  348. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  349. this.dataGridViewTextBoxColumn4.Width = 87;
  350. //
  351. // LblFIO
  352. //
  353. this.LblFIO.AutoSize = true;
  354. this.LblFIO.Location = new System.Drawing.Point(139, 105);
  355. this.LblFIO.Name = "LblFIO";
  356. this.LblFIO.Size = new System.Drawing.Size(44, 16);
  357. this.LblFIO.TabIndex = 44;
  358. this.LblFIO.Text = "label2";
  359. //
  360. // SaveFDWord
  361. //
  362. this.SaveFDWord.Filter = "Word|*.docx|Все файлы|*.*";
  363. //
  364. // SaveFDExcel
  365. //
  366. this.SaveFDExcel.Filter = "Excel|*.csv|Все файлы|*.*";
  367. //
  368. // FormManager
  369. //
  370. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  371. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  372. this.ClientSize = new System.Drawing.Size(646, 619);
  373. this.Controls.Add(this.DgvIzdeliy);
  374. this.Controls.Add(this.BtnExportSelected);
  375. this.Controls.Add(this.panel1);
  376. this.Controls.Add(this.BtnExportAll);
  377. this.Controls.Add(this.DgvZakazi);
  378. this.Controls.Add(this.RbtCSV);
  379. this.Controls.Add(this.BtnProfil);
  380. this.Controls.Add(this.RbxWORD);
  381. this.Controls.Add(this.BtnAdd);
  382. this.Controls.Add(this.BtnRed);
  383. this.Controls.Add(this.label5);
  384. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  385. this.Name = "FormManager";
  386. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  387. this.Text = "СУБД \"Швейная фабрика\"";
  388. this.Load += new System.EventHandler(this.FormManager_Load);
  389. this.panel1.ResumeLayout(false);
  390. this.panel1.PerformLayout();
  391. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  392. ((System.ComponentModel.ISupportInitialize)(this.DgvZakazi)).EndInit();
  393. ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).EndInit();
  394. ((System.ComponentModel.ISupportInitialize)(this.izdelieBindingSource)).EndInit();
  395. ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
  396. ((System.ComponentModel.ISupportInitialize)(this.DgvIzdeliy)).EndInit();
  397. this.ResumeLayout(false);
  398. this.PerformLayout();
  399. }
  400. #endregion
  401. private System.Windows.Forms.Panel panel1;
  402. private System.Windows.Forms.Label label1;
  403. private System.Windows.Forms.PictureBox pictureBox1;
  404. private System.Windows.Forms.Button BtnExportSelected;
  405. private System.Windows.Forms.Button BtnExportAll;
  406. private System.Windows.Forms.RadioButton RbtCSV;
  407. private System.Windows.Forms.RadioButton RbxWORD;
  408. private System.Windows.Forms.DataGridView DgvZakazi;
  409. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  410. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  411. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  412. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  413. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  414. private System.Windows.Forms.Button BtnRed;
  415. private System.Windows.Forms.Label label5;
  416. private System.Windows.Forms.Button BtnAdd;
  417. private System.Windows.Forms.Button BtnProfil;
  418. private СlothesFactoryLGDataSet сlothesFactoryLGDataSet;
  419. private System.Windows.Forms.BindingSource izdelieBindingSource;
  420. private СlothesFactoryLGDataSetTableAdapters.IzdelieTableAdapter izdelieTableAdapter;
  421. private СlothesFactoryLGDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  422. private СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  423. private System.Windows.Forms.BindingSource usersBindingSource;
  424. private System.Windows.Forms.Label LblFIO;
  425. private System.Windows.Forms.DataGridView DgvIzdeliy;
  426. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  427. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  428. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  429. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  430. public System.Windows.Forms.SaveFileDialog SaveFDWord;
  431. public System.Windows.Forms.SaveFileDialog SaveFDExcel;
  432. }
  433. }