1
0

FormManager.Designer.cs 38 KB

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