FKladovschik.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671
  1. namespace Фабрика
  2. {
  3. partial class FKladovschik
  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 label5;
  30. System.Windows.Forms.Label label4;
  31. System.Windows.Forms.Label nametkanLabel;
  32. System.Windows.Forms.Label colorLabel;
  33. System.Windows.Forms.Label label3;
  34. System.Windows.Forms.Label label2;
  35. System.Windows.Forms.Label descriptionLabel;
  36. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FKladovschik));
  37. this.dbFabrika2024DataSet = new Фабрика.dbFabrika2024DataSet();
  38. this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
  39. this.usersTableAdapter = new Фабрика.dbFabrika2024DataSetTableAdapters.UsersTableAdapter();
  40. this.tableAdapterManager = new Фабрика.dbFabrika2024DataSetTableAdapters.TableAdapterManager();
  41. this.ImageListTkani = new System.Windows.Forms.ImageList(this.components);
  42. this.ImageListFur = new System.Windows.Forms.ImageList(this.components);
  43. this.panel1 = new System.Windows.Forms.Panel();
  44. this.label1 = new System.Windows.Forms.Label();
  45. this.surnameLabel2 = new System.Windows.Forms.Label();
  46. this.nameLabel1 = new System.Windows.Forms.Label();
  47. this.otchLabel1 = new System.Windows.Forms.Label();
  48. this.id_userLabel1 = new System.Windows.Forms.Label();
  49. this.BtnSpisMaterial = new System.Windows.Forms.Button();
  50. this.BtnGetMaterial = new System.Windows.Forms.Button();
  51. this.BtnProfile = new System.Windows.Forms.Button();
  52. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  53. this.tabPage3 = new System.Windows.Forms.TabPage();
  54. this.LVFurnitura = new System.Windows.Forms.ListView();
  55. this.TbxNameFur = new System.Windows.Forms.TextBox();
  56. this.TbxCountFurSklad = new System.Windows.Forms.TextBox();
  57. this.tabPage2 = new System.Windows.Forms.TabPage();
  58. this.LVTkani = new System.Windows.Forms.ListView();
  59. this.NametkanTextBox = new System.Windows.Forms.TextBox();
  60. this.ColorTextBox = new System.Windows.Forms.TextBox();
  61. this.WidthTextBox = new System.Windows.Forms.TextBox();
  62. this.LengthTextBox = new System.Windows.Forms.TextBox();
  63. this.DescriptionTextBox = new System.Windows.Forms.TextBox();
  64. this.tabPage1 = new System.Windows.Forms.TabPage();
  65. this.RbtWord = new System.Windows.Forms.RadioButton();
  66. this.RbtCSV = new System.Windows.Forms.RadioButton();
  67. this.BtnAll = new System.Windows.Forms.Button();
  68. this.BtnSelect = new System.Windows.Forms.Button();
  69. this.DgvZakaz = new System.Windows.Forms.DataGridView();
  70. this.tabControl1 = new System.Windows.Forms.TabControl();
  71. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.Менеджер = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  79. label5 = new System.Windows.Forms.Label();
  80. label4 = new System.Windows.Forms.Label();
  81. nametkanLabel = new System.Windows.Forms.Label();
  82. colorLabel = new System.Windows.Forms.Label();
  83. label3 = new System.Windows.Forms.Label();
  84. label2 = new System.Windows.Forms.Label();
  85. descriptionLabel = new System.Windows.Forms.Label();
  86. ((System.ComponentModel.ISupportInitialize)(this.dbFabrika2024DataSet)).BeginInit();
  87. ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
  88. this.panel1.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  90. this.tabPage3.SuspendLayout();
  91. this.tabPage2.SuspendLayout();
  92. this.tabPage1.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.DgvZakaz)).BeginInit();
  94. this.tabControl1.SuspendLayout();
  95. this.SuspendLayout();
  96. //
  97. // dbFabrika2024DataSet
  98. //
  99. this.dbFabrika2024DataSet.DataSetName = "dbFabrika2024DataSet";
  100. this.dbFabrika2024DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  101. //
  102. // usersBindingSource
  103. //
  104. this.usersBindingSource.DataMember = "Users";
  105. this.usersBindingSource.DataSource = this.dbFabrika2024DataSet;
  106. //
  107. // usersTableAdapter
  108. //
  109. this.usersTableAdapter.ClearBeforeFill = true;
  110. //
  111. // tableAdapterManager
  112. //
  113. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  114. this.tableAdapterManager.CvetaTableAdapter = null;
  115. this.tableAdapterManager.FurnituraTableAdapter = null;
  116. this.tableAdapterManager.IzdelieTableAdapter = null;
  117. this.tableAdapterManager.OrdersTableAdapter = null;
  118. this.tableAdapterManager.RoleTableAdapter = null;
  119. this.tableAdapterManager.TkaniTableAdapter = null;
  120. this.tableAdapterManager.UpdateOrder = Фабрика.dbFabrika2024DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  121. this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
  122. //
  123. // ImageListTkani
  124. //
  125. this.ImageListTkani.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
  126. this.ImageListTkani.ImageSize = new System.Drawing.Size(100, 100);
  127. this.ImageListTkani.TransparentColor = System.Drawing.Color.Transparent;
  128. //
  129. // ImageListFur
  130. //
  131. this.ImageListFur.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
  132. this.ImageListFur.ImageSize = new System.Drawing.Size(100, 100);
  133. this.ImageListFur.TransparentColor = System.Drawing.Color.Transparent;
  134. //
  135. // panel1
  136. //
  137. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  138. this.panel1.Controls.Add(this.label1);
  139. this.panel1.Controls.Add(this.pictureBox1);
  140. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  141. this.panel1.Location = new System.Drawing.Point(0, 0);
  142. this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  143. this.panel1.Name = "panel1";
  144. this.panel1.Size = new System.Drawing.Size(1067, 106);
  145. this.panel1.TabIndex = 31;
  146. //
  147. // label1
  148. //
  149. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  150. this.label1.Location = new System.Drawing.Point(139, 38);
  151. this.label1.Name = "label1";
  152. this.label1.Size = new System.Drawing.Size(492, 54);
  153. this.label1.TabIndex = 1;
  154. this.label1.Text = "Рабочее место кладовщика";
  155. //
  156. // surnameLabel2
  157. //
  158. this.surnameLabel2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Surname", true));
  159. this.surnameLabel2.Location = new System.Drawing.Point(12, 121);
  160. this.surnameLabel2.Name = "surnameLabel2";
  161. this.surnameLabel2.Size = new System.Drawing.Size(100, 23);
  162. this.surnameLabel2.TabIndex = 38;
  163. this.surnameLabel2.Text = "label6";
  164. //
  165. // nameLabel1
  166. //
  167. this.nameLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Name", true));
  168. this.nameLabel1.Location = new System.Drawing.Point(12, 144);
  169. this.nameLabel1.Name = "nameLabel1";
  170. this.nameLabel1.Size = new System.Drawing.Size(100, 23);
  171. this.nameLabel1.TabIndex = 39;
  172. this.nameLabel1.Text = "label6";
  173. //
  174. // otchLabel1
  175. //
  176. this.otchLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Otch", true));
  177. this.otchLabel1.Location = new System.Drawing.Point(12, 167);
  178. this.otchLabel1.Name = "otchLabel1";
  179. this.otchLabel1.Size = new System.Drawing.Size(100, 23);
  180. this.otchLabel1.TabIndex = 40;
  181. this.otchLabel1.Text = "label6";
  182. //
  183. // id_userLabel1
  184. //
  185. this.id_userLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Id_user", true));
  186. this.id_userLabel1.Location = new System.Drawing.Point(-172, 190);
  187. this.id_userLabel1.Name = "id_userLabel1";
  188. this.id_userLabel1.Size = new System.Drawing.Size(324, 23);
  189. this.id_userLabel1.TabIndex = 41;
  190. this.id_userLabel1.Text = "label6";
  191. //
  192. // BtnSpisMaterial
  193. //
  194. this.BtnSpisMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  195. this.BtnSpisMaterial.Location = new System.Drawing.Point(526, 116);
  196. this.BtnSpisMaterial.Name = "BtnSpisMaterial";
  197. this.BtnSpisMaterial.Size = new System.Drawing.Size(206, 28);
  198. this.BtnSpisMaterial.TabIndex = 44;
  199. this.BtnSpisMaterial.Text = "Списать материалы";
  200. this.BtnSpisMaterial.UseVisualStyleBackColor = false;
  201. this.BtnSpisMaterial.Click += new System.EventHandler(this.BtnSpisMaterial_Click);
  202. //
  203. // BtnGetMaterial
  204. //
  205. this.BtnGetMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  206. this.BtnGetMaterial.Location = new System.Drawing.Point(314, 115);
  207. this.BtnGetMaterial.Name = "BtnGetMaterial";
  208. this.BtnGetMaterial.Size = new System.Drawing.Size(206, 28);
  209. this.BtnGetMaterial.TabIndex = 43;
  210. this.BtnGetMaterial.Text = "Принять материалы";
  211. this.BtnGetMaterial.UseVisualStyleBackColor = false;
  212. this.BtnGetMaterial.Click += new System.EventHandler(this.BtnGetMaterial_Click);
  213. //
  214. // BtnProfile
  215. //
  216. this.BtnProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  217. this.BtnProfile.Location = new System.Drawing.Point(192, 115);
  218. this.BtnProfile.Name = "BtnProfile";
  219. this.BtnProfile.Size = new System.Drawing.Size(116, 28);
  220. this.BtnProfile.TabIndex = 42;
  221. this.BtnProfile.Text = "Профиль ";
  222. this.BtnProfile.UseVisualStyleBackColor = false;
  223. this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click);
  224. //
  225. // pictureBox1
  226. //
  227. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  228. this.pictureBox1.Image = global::Фабрика.Properties.Resources.fabric_logo;
  229. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  230. this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  231. this.pictureBox1.Name = "pictureBox1";
  232. this.pictureBox1.Size = new System.Drawing.Size(133, 106);
  233. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  234. this.pictureBox1.TabIndex = 0;
  235. this.pictureBox1.TabStop = false;
  236. //
  237. // tabPage3
  238. //
  239. this.tabPage3.Controls.Add(label4);
  240. this.tabPage3.Controls.Add(this.TbxCountFurSklad);
  241. this.tabPage3.Controls.Add(this.TbxNameFur);
  242. this.tabPage3.Controls.Add(label5);
  243. this.tabPage3.Controls.Add(this.LVFurnitura);
  244. this.tabPage3.Location = new System.Drawing.Point(4, 25);
  245. this.tabPage3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  246. this.tabPage3.Name = "tabPage3";
  247. this.tabPage3.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  248. this.tabPage3.Size = new System.Drawing.Size(1059, 319);
  249. this.tabPage3.TabIndex = 2;
  250. this.tabPage3.Text = "Фурнитуры";
  251. this.tabPage3.UseVisualStyleBackColor = true;
  252. //
  253. // LVFurnitura
  254. //
  255. this.LVFurnitura.Dock = System.Windows.Forms.DockStyle.Left;
  256. this.LVFurnitura.HideSelection = false;
  257. this.LVFurnitura.LargeImageList = this.ImageListFur;
  258. this.LVFurnitura.Location = new System.Drawing.Point(3, 2);
  259. this.LVFurnitura.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  260. this.LVFurnitura.Name = "LVFurnitura";
  261. this.LVFurnitura.Size = new System.Drawing.Size(435, 315);
  262. this.LVFurnitura.TabIndex = 11;
  263. this.LVFurnitura.UseCompatibleStateImageBehavior = false;
  264. this.LVFurnitura.SelectedIndexChanged += new System.EventHandler(this.LVFurnitura_SelectedIndexChanged);
  265. //
  266. // TbxNameFur
  267. //
  268. this.TbxNameFur.Location = new System.Drawing.Point(584, 14);
  269. this.TbxNameFur.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  270. this.TbxNameFur.Name = "TbxNameFur";
  271. this.TbxNameFur.ReadOnly = true;
  272. this.TbxNameFur.Size = new System.Drawing.Size(144, 23);
  273. this.TbxNameFur.TabIndex = 13;
  274. //
  275. // label5
  276. //
  277. label5.AutoSize = true;
  278. label5.Location = new System.Drawing.Point(451, 18);
  279. label5.Name = "label5";
  280. label5.Size = new System.Drawing.Size(73, 16);
  281. label5.TabIndex = 12;
  282. label5.Text = "Название:";
  283. //
  284. // TbxCountFurSklad
  285. //
  286. this.TbxCountFurSklad.Location = new System.Drawing.Point(584, 41);
  287. this.TbxCountFurSklad.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  288. this.TbxCountFurSklad.Name = "TbxCountFurSklad";
  289. this.TbxCountFurSklad.ReadOnly = true;
  290. this.TbxCountFurSklad.Size = new System.Drawing.Size(144, 23);
  291. this.TbxCountFurSklad.TabIndex = 15;
  292. //
  293. // label4
  294. //
  295. label4.AutoSize = true;
  296. label4.Location = new System.Drawing.Point(451, 48);
  297. label4.Name = "label4";
  298. label4.Size = new System.Drawing.Size(124, 16);
  299. label4.TabIndex = 14;
  300. label4.Text = "Кол-во на складе:";
  301. //
  302. // tabPage2
  303. //
  304. this.tabPage2.Controls.Add(descriptionLabel);
  305. this.tabPage2.Controls.Add(this.DescriptionTextBox);
  306. this.tabPage2.Controls.Add(this.LengthTextBox);
  307. this.tabPage2.Controls.Add(this.WidthTextBox);
  308. this.tabPage2.Controls.Add(this.ColorTextBox);
  309. this.tabPage2.Controls.Add(this.NametkanTextBox);
  310. this.tabPage2.Controls.Add(label2);
  311. this.tabPage2.Controls.Add(label3);
  312. this.tabPage2.Controls.Add(colorLabel);
  313. this.tabPage2.Controls.Add(nametkanLabel);
  314. this.tabPage2.Controls.Add(this.LVTkani);
  315. this.tabPage2.Location = new System.Drawing.Point(4, 25);
  316. this.tabPage2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  317. this.tabPage2.Name = "tabPage2";
  318. this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  319. this.tabPage2.Size = new System.Drawing.Size(1059, 319);
  320. this.tabPage2.TabIndex = 1;
  321. this.tabPage2.Text = "Ткани";
  322. this.tabPage2.UseVisualStyleBackColor = true;
  323. //
  324. // LVTkani
  325. //
  326. this.LVTkani.Dock = System.Windows.Forms.DockStyle.Left;
  327. this.LVTkani.HideSelection = false;
  328. this.LVTkani.LargeImageList = this.ImageListTkani;
  329. this.LVTkani.Location = new System.Drawing.Point(3, 2);
  330. this.LVTkani.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  331. this.LVTkani.Name = "LVTkani";
  332. this.LVTkani.Size = new System.Drawing.Size(452, 315);
  333. this.LVTkani.TabIndex = 11;
  334. this.LVTkani.UseCompatibleStateImageBehavior = false;
  335. this.LVTkani.SelectedIndexChanged += new System.EventHandler(this.LVTkani_SelectedIndexChanged);
  336. //
  337. // NametkanTextBox
  338. //
  339. this.NametkanTextBox.Location = new System.Drawing.Point(552, 23);
  340. this.NametkanTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  341. this.NametkanTextBox.Name = "NametkanTextBox";
  342. this.NametkanTextBox.ReadOnly = true;
  343. this.NametkanTextBox.Size = new System.Drawing.Size(144, 23);
  344. this.NametkanTextBox.TabIndex = 13;
  345. //
  346. // nametkanLabel
  347. //
  348. nametkanLabel.AutoSize = true;
  349. nametkanLabel.Location = new System.Drawing.Point(471, 34);
  350. nametkanLabel.Name = "nametkanLabel";
  351. nametkanLabel.Size = new System.Drawing.Size(73, 16);
  352. nametkanLabel.TabIndex = 12;
  353. nametkanLabel.Text = "Название:";
  354. //
  355. // ColorTextBox
  356. //
  357. this.ColorTextBox.Location = new System.Drawing.Point(552, 66);
  358. this.ColorTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  359. this.ColorTextBox.Name = "ColorTextBox";
  360. this.ColorTextBox.ReadOnly = true;
  361. this.ColorTextBox.Size = new System.Drawing.Size(144, 23);
  362. this.ColorTextBox.TabIndex = 15;
  363. //
  364. // colorLabel
  365. //
  366. colorLabel.AutoSize = true;
  367. colorLabel.Location = new System.Drawing.Point(471, 73);
  368. colorLabel.Name = "colorLabel";
  369. colorLabel.Size = new System.Drawing.Size(43, 16);
  370. colorLabel.TabIndex = 14;
  371. colorLabel.Text = "Цвет:";
  372. //
  373. // WidthTextBox
  374. //
  375. this.WidthTextBox.Location = new System.Drawing.Point(552, 106);
  376. this.WidthTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  377. this.WidthTextBox.Name = "WidthTextBox";
  378. this.WidthTextBox.ReadOnly = true;
  379. this.WidthTextBox.Size = new System.Drawing.Size(144, 23);
  380. this.WidthTextBox.TabIndex = 17;
  381. //
  382. // label3
  383. //
  384. label3.AutoSize = true;
  385. label3.Location = new System.Drawing.Point(471, 110);
  386. label3.Name = "label3";
  387. label3.Size = new System.Drawing.Size(64, 16);
  388. label3.TabIndex = 16;
  389. label3.Text = "Ширина:";
  390. //
  391. // LengthTextBox
  392. //
  393. this.LengthTextBox.Location = new System.Drawing.Point(552, 141);
  394. this.LengthTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  395. this.LengthTextBox.Name = "LengthTextBox";
  396. this.LengthTextBox.ReadOnly = true;
  397. this.LengthTextBox.Size = new System.Drawing.Size(144, 23);
  398. this.LengthTextBox.TabIndex = 19;
  399. //
  400. // label2
  401. //
  402. label2.AutoSize = true;
  403. label2.Location = new System.Drawing.Point(471, 148);
  404. label2.Name = "label2";
  405. label2.Size = new System.Drawing.Size(52, 16);
  406. label2.TabIndex = 18;
  407. label2.Text = "Длина:";
  408. //
  409. // DescriptionTextBox
  410. //
  411. this.DescriptionTextBox.Location = new System.Drawing.Point(552, 178);
  412. this.DescriptionTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  413. this.DescriptionTextBox.Name = "DescriptionTextBox";
  414. this.DescriptionTextBox.ReadOnly = true;
  415. this.DescriptionTextBox.Size = new System.Drawing.Size(144, 23);
  416. this.DescriptionTextBox.TabIndex = 21;
  417. //
  418. // descriptionLabel
  419. //
  420. descriptionLabel.AutoSize = true;
  421. descriptionLabel.Location = new System.Drawing.Point(469, 185);
  422. descriptionLabel.Name = "descriptionLabel";
  423. descriptionLabel.Size = new System.Drawing.Size(77, 16);
  424. descriptionLabel.TabIndex = 20;
  425. descriptionLabel.Text = "Описание:";
  426. //
  427. // tabPage1
  428. //
  429. this.tabPage1.Controls.Add(this.DgvZakaz);
  430. this.tabPage1.Controls.Add(this.BtnSelect);
  431. this.tabPage1.Controls.Add(this.BtnAll);
  432. this.tabPage1.Controls.Add(this.RbtCSV);
  433. this.tabPage1.Controls.Add(this.RbtWord);
  434. this.tabPage1.Location = new System.Drawing.Point(4, 25);
  435. this.tabPage1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  436. this.tabPage1.Name = "tabPage1";
  437. this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  438. this.tabPage1.Size = new System.Drawing.Size(1059, 319);
  439. this.tabPage1.TabIndex = 0;
  440. this.tabPage1.Text = "Заказы";
  441. this.tabPage1.UseVisualStyleBackColor = true;
  442. //
  443. // RbtWord
  444. //
  445. this.RbtWord.AutoSize = true;
  446. this.RbtWord.Checked = true;
  447. this.RbtWord.Location = new System.Drawing.Point(28, 326);
  448. this.RbtWord.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  449. this.RbtWord.Name = "RbtWord";
  450. this.RbtWord.Size = new System.Drawing.Size(70, 20);
  451. this.RbtWord.TabIndex = 0;
  452. this.RbtWord.TabStop = true;
  453. this.RbtWord.Text = "в Word";
  454. this.RbtWord.UseVisualStyleBackColor = true;
  455. //
  456. // RbtCSV
  457. //
  458. this.RbtCSV.AutoSize = true;
  459. this.RbtCSV.Location = new System.Drawing.Point(104, 326);
  460. this.RbtCSV.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  461. this.RbtCSV.Name = "RbtCSV";
  462. this.RbtCSV.Size = new System.Drawing.Size(64, 20);
  463. this.RbtCSV.TabIndex = 1;
  464. this.RbtCSV.Text = "в CSV";
  465. this.RbtCSV.UseVisualStyleBackColor = true;
  466. //
  467. // BtnAll
  468. //
  469. this.BtnAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  470. this.BtnAll.Location = new System.Drawing.Point(188, 318);
  471. this.BtnAll.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  472. this.BtnAll.Name = "BtnAll";
  473. this.BtnAll.Size = new System.Drawing.Size(229, 28);
  474. this.BtnAll.TabIndex = 14;
  475. this.BtnAll.Text = "Экспортировать все заказы";
  476. this.BtnAll.UseVisualStyleBackColor = false;
  477. //
  478. // BtnSelect
  479. //
  480. this.BtnSelect.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  481. this.BtnSelect.Location = new System.Drawing.Point(433, 318);
  482. this.BtnSelect.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  483. this.BtnSelect.Name = "BtnSelect";
  484. this.BtnSelect.Size = new System.Drawing.Size(303, 28);
  485. this.BtnSelect.TabIndex = 15;
  486. this.BtnSelect.Text = "Экспортировать выделенные заказы";
  487. this.BtnSelect.UseVisualStyleBackColor = false;
  488. //
  489. // DgvZakaz
  490. //
  491. this.DgvZakaz.AllowUserToAddRows = false;
  492. this.DgvZakaz.AllowUserToDeleteRows = false;
  493. this.DgvZakaz.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  494. this.DgvZakaz.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  495. this.Column1,
  496. this.Column3,
  497. this.Column4,
  498. this.Column5,
  499. this.Column2,
  500. this.Column6,
  501. this.Менеджер});
  502. this.DgvZakaz.Location = new System.Drawing.Point(0, 2);
  503. this.DgvZakaz.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  504. this.DgvZakaz.Name = "DgvZakaz";
  505. this.DgvZakaz.ReadOnly = true;
  506. this.DgvZakaz.RowHeadersVisible = false;
  507. this.DgvZakaz.RowHeadersWidth = 51;
  508. this.DgvZakaz.RowTemplate.Height = 24;
  509. this.DgvZakaz.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  510. this.DgvZakaz.Size = new System.Drawing.Size(865, 294);
  511. this.DgvZakaz.TabIndex = 16;
  512. //
  513. // tabControl1
  514. //
  515. this.tabControl1.Controls.Add(this.tabPage1);
  516. this.tabControl1.Controls.Add(this.tabPage2);
  517. this.tabControl1.Controls.Add(this.tabPage3);
  518. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
  519. this.tabControl1.Location = new System.Drawing.Point(0, 224);
  520. this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  521. this.tabControl1.Name = "tabControl1";
  522. this.tabControl1.SelectedIndex = 0;
  523. this.tabControl1.Size = new System.Drawing.Size(1067, 348);
  524. this.tabControl1.TabIndex = 33;
  525. //
  526. // Column1
  527. //
  528. this.Column1.HeaderText = "Изделие";
  529. this.Column1.MinimumWidth = 6;
  530. this.Column1.Name = "Column1";
  531. this.Column1.ReadOnly = true;
  532. this.Column1.Width = 125;
  533. //
  534. // Column3
  535. //
  536. this.Column3.HeaderText = "Ткань";
  537. this.Column3.MinimumWidth = 6;
  538. this.Column3.Name = "Column3";
  539. this.Column3.ReadOnly = true;
  540. this.Column3.Width = 125;
  541. //
  542. // Column4
  543. //
  544. this.Column4.HeaderText = "Фурнитура";
  545. this.Column4.MinimumWidth = 6;
  546. this.Column4.Name = "Column4";
  547. this.Column4.ReadOnly = true;
  548. this.Column4.Width = 125;
  549. //
  550. // Column5
  551. //
  552. this.Column5.HeaderText = "Кол-во фурнитуры";
  553. this.Column5.MinimumWidth = 6;
  554. this.Column5.Name = "Column5";
  555. this.Column5.ReadOnly = true;
  556. this.Column5.Width = 125;
  557. //
  558. // Column2
  559. //
  560. this.Column2.HeaderText = "Кол-во изделий";
  561. this.Column2.MinimumWidth = 6;
  562. this.Column2.Name = "Column2";
  563. this.Column2.ReadOnly = true;
  564. this.Column2.Width = 125;
  565. //
  566. // Column6
  567. //
  568. this.Column6.HeaderText = "Заказчик";
  569. this.Column6.MinimumWidth = 6;
  570. this.Column6.Name = "Column6";
  571. this.Column6.ReadOnly = true;
  572. this.Column6.Width = 125;
  573. //
  574. // Менеджер
  575. //
  576. this.Менеджер.HeaderText = "Менеджер";
  577. this.Менеджер.Name = "Менеджер";
  578. this.Менеджер.ReadOnly = true;
  579. //
  580. // openFileDialog1
  581. //
  582. this.openFileDialog1.FileName = "openFileDialog1";
  583. //
  584. // FKladovschik
  585. //
  586. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  587. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  588. this.ClientSize = new System.Drawing.Size(1067, 572);
  589. this.Controls.Add(this.BtnSpisMaterial);
  590. this.Controls.Add(this.BtnGetMaterial);
  591. this.Controls.Add(this.BtnProfile);
  592. this.Controls.Add(this.id_userLabel1);
  593. this.Controls.Add(this.otchLabel1);
  594. this.Controls.Add(this.nameLabel1);
  595. this.Controls.Add(this.surnameLabel2);
  596. this.Controls.Add(this.tabControl1);
  597. this.Controls.Add(this.panel1);
  598. this.Font = new System.Drawing.Font("Arial", 10.2F);
  599. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  600. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  601. this.Margin = new System.Windows.Forms.Padding(4);
  602. this.MaximizeBox = false;
  603. this.Name = "FKladovschik";
  604. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  605. this.Text = "СУБД \"Швейная фабрика\"";
  606. this.Load += new System.EventHandler(this.FKladovschik_Load);
  607. ((System.ComponentModel.ISupportInitialize)(this.dbFabrika2024DataSet)).EndInit();
  608. ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
  609. this.panel1.ResumeLayout(false);
  610. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  611. this.tabPage3.ResumeLayout(false);
  612. this.tabPage3.PerformLayout();
  613. this.tabPage2.ResumeLayout(false);
  614. this.tabPage2.PerformLayout();
  615. this.tabPage1.ResumeLayout(false);
  616. this.tabPage1.PerformLayout();
  617. ((System.ComponentModel.ISupportInitialize)(this.DgvZakaz)).EndInit();
  618. this.tabControl1.ResumeLayout(false);
  619. this.ResumeLayout(false);
  620. }
  621. #endregion
  622. private dbFabrika2024DataSet dbFabrika2024DataSet;
  623. private dbFabrika2024DataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  624. private dbFabrika2024DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  625. public System.Windows.Forms.BindingSource usersBindingSource;
  626. private System.Windows.Forms.Panel panel1;
  627. private System.Windows.Forms.Label label1;
  628. private System.Windows.Forms.PictureBox pictureBox1;
  629. private System.Windows.Forms.Label surnameLabel2;
  630. private System.Windows.Forms.Label nameLabel1;
  631. private System.Windows.Forms.Label otchLabel1;
  632. private System.Windows.Forms.Label id_userLabel1;
  633. private System.Windows.Forms.Button BtnSpisMaterial;
  634. private System.Windows.Forms.Button BtnGetMaterial;
  635. private System.Windows.Forms.Button BtnProfile;
  636. private System.Windows.Forms.ImageList ImageListTkani;
  637. private System.Windows.Forms.ImageList ImageListFur;
  638. private System.Windows.Forms.TabPage tabPage3;
  639. private System.Windows.Forms.TextBox TbxCountFurSklad;
  640. private System.Windows.Forms.TextBox TbxNameFur;
  641. private System.Windows.Forms.ListView LVFurnitura;
  642. private System.Windows.Forms.TabPage tabPage2;
  643. private System.Windows.Forms.TextBox DescriptionTextBox;
  644. private System.Windows.Forms.TextBox LengthTextBox;
  645. private System.Windows.Forms.TextBox WidthTextBox;
  646. private System.Windows.Forms.TextBox ColorTextBox;
  647. private System.Windows.Forms.TextBox NametkanTextBox;
  648. private System.Windows.Forms.ListView LVTkani;
  649. private System.Windows.Forms.TabPage tabPage1;
  650. private System.Windows.Forms.DataGridView DgvZakaz;
  651. private System.Windows.Forms.Button BtnSelect;
  652. private System.Windows.Forms.Button BtnAll;
  653. private System.Windows.Forms.RadioButton RbtCSV;
  654. private System.Windows.Forms.RadioButton RbtWord;
  655. private System.Windows.Forms.TabControl tabControl1;
  656. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  657. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  658. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  659. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  660. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  661. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  662. private System.Windows.Forms.DataGridViewTextBoxColumn Менеджер;
  663. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  664. }
  665. }