FormManager.Designer.cs 25 KB

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