FormManager.Designer.cs 39 KB

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