FManager.Designer.cs 42 KB

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