0
0

FormKladovschik.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548
  1. namespace СУБД_Швейная_фабрика
  2. {
  3. partial class FormKladovschik
  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. this.label1 = new System.Windows.Forms.Label();
  37. this.panel1 = new System.Windows.Forms.Panel();
  38. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  39. this.fab2021DataSet1 = new СУБД_Швейная_фабрика.fab2021DataSet();
  40. this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
  41. this.usersTableAdapter = new СУБД_Швейная_фабрика.fab2021DataSetTableAdapters.UsersTableAdapter();
  42. this.OtchLabel = new System.Windows.Forms.Label();
  43. this.NameLabel = new System.Windows.Forms.Label();
  44. this.FamLabel = new System.Windows.Forms.Label();
  45. this.BtnProfile = new System.Windows.Forms.Button();
  46. this.BtnGetMaterial = new System.Windows.Forms.Button();
  47. this.BtnSpisMaterial = new System.Windows.Forms.Button();
  48. this.tabControl1 = new System.Windows.Forms.TabControl();
  49. this.tabPage1 = new System.Windows.Forms.TabPage();
  50. this.DgvZakaz = new System.Windows.Forms.DataGridView();
  51. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.tabPage2 = new System.Windows.Forms.TabPage();
  59. this.tabPage3 = new System.Windows.Forms.TabPage();
  60. this.ImageListTkani = new System.Windows.Forms.ImageList(this.components);
  61. this.ImageListFur = new System.Windows.Forms.ImageList(this.components);
  62. this.DescriptionTextBox = new System.Windows.Forms.TextBox();
  63. this.LengthTextBox = new System.Windows.Forms.TextBox();
  64. this.WidthTextBox = new System.Windows.Forms.TextBox();
  65. this.ColorTextBox = new System.Windows.Forms.TextBox();
  66. this.NametkanTextBox = new System.Windows.Forms.TextBox();
  67. this.LVTkani = new System.Windows.Forms.ListView();
  68. this.TbxCountFurSklad = new System.Windows.Forms.TextBox();
  69. this.TbxNameFur = new System.Windows.Forms.TextBox();
  70. this.LVFurnitura = new System.Windows.Forms.ListView();
  71. descriptionLabel = new System.Windows.Forms.Label();
  72. label2 = new System.Windows.Forms.Label();
  73. label3 = new System.Windows.Forms.Label();
  74. colorLabel = new System.Windows.Forms.Label();
  75. nametkanLabel = new System.Windows.Forms.Label();
  76. label4 = new System.Windows.Forms.Label();
  77. label5 = new System.Windows.Forms.Label();
  78. this.panel1.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.fab2021DataSet1)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
  82. this.tabControl1.SuspendLayout();
  83. this.tabPage1.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.DgvZakaz)).BeginInit();
  85. this.tabPage2.SuspendLayout();
  86. this.tabPage3.SuspendLayout();
  87. this.SuspendLayout();
  88. //
  89. // label1
  90. //
  91. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  92. this.label1.Location = new System.Drawing.Point(380, 30);
  93. this.label1.Name = "label1";
  94. this.label1.Size = new System.Drawing.Size(348, 54);
  95. this.label1.TabIndex = 1;
  96. this.label1.Text = "Рабочее место кладовщика";
  97. //
  98. // panel1
  99. //
  100. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  101. this.panel1.Controls.Add(this.label1);
  102. this.panel1.Controls.Add(this.pictureBox1);
  103. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  104. this.panel1.Location = new System.Drawing.Point(0, 0);
  105. this.panel1.Name = "panel1";
  106. this.panel1.Size = new System.Drawing.Size(1086, 130);
  107. this.panel1.TabIndex = 3;
  108. //
  109. // pictureBox1
  110. //
  111. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  112. this.pictureBox1.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
  113. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  114. this.pictureBox1.Name = "pictureBox1";
  115. this.pictureBox1.Size = new System.Drawing.Size(133, 130);
  116. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  117. this.pictureBox1.TabIndex = 0;
  118. this.pictureBox1.TabStop = false;
  119. //
  120. // fab2021DataSet1
  121. //
  122. this.fab2021DataSet1.DataSetName = "fab2021DataSet";
  123. this.fab2021DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  124. //
  125. // BsUsers
  126. //
  127. this.BsUsers.DataMember = "Users";
  128. this.BsUsers.DataSource = this.fab2021DataSet1;
  129. //
  130. // usersTableAdapter
  131. //
  132. this.usersTableAdapter.ClearBeforeFill = true;
  133. //
  134. // OtchLabel
  135. //
  136. this.OtchLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "otch", true));
  137. this.OtchLabel.Location = new System.Drawing.Point(12, 186);
  138. this.OtchLabel.Name = "OtchLabel";
  139. this.OtchLabel.Size = new System.Drawing.Size(100, 23);
  140. this.OtchLabel.TabIndex = 9;
  141. this.OtchLabel.Text = "label2";
  142. //
  143. // NameLabel
  144. //
  145. this.NameLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "name", true));
  146. this.NameLabel.Location = new System.Drawing.Point(12, 163);
  147. this.NameLabel.Name = "NameLabel";
  148. this.NameLabel.Size = new System.Drawing.Size(100, 23);
  149. this.NameLabel.TabIndex = 8;
  150. this.NameLabel.Text = "label2";
  151. //
  152. // FamLabel
  153. //
  154. this.FamLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "fam", true));
  155. this.FamLabel.Location = new System.Drawing.Point(12, 140);
  156. this.FamLabel.Name = "FamLabel";
  157. this.FamLabel.Size = new System.Drawing.Size(100, 23);
  158. this.FamLabel.TabIndex = 7;
  159. this.FamLabel.Text = "label2";
  160. //
  161. // BtnProfile
  162. //
  163. this.BtnProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  164. this.BtnProfile.Location = new System.Drawing.Point(144, 134);
  165. this.BtnProfile.Name = "BtnProfile";
  166. this.BtnProfile.Size = new System.Drawing.Size(206, 28);
  167. this.BtnProfile.TabIndex = 10;
  168. this.BtnProfile.Text = "Профиль пользователя";
  169. this.BtnProfile.UseVisualStyleBackColor = false;
  170. this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click);
  171. //
  172. // BtnGetMaterial
  173. //
  174. this.BtnGetMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  175. this.BtnGetMaterial.Location = new System.Drawing.Point(356, 134);
  176. this.BtnGetMaterial.Name = "BtnGetMaterial";
  177. this.BtnGetMaterial.Size = new System.Drawing.Size(206, 28);
  178. this.BtnGetMaterial.TabIndex = 11;
  179. this.BtnGetMaterial.Text = "Принять материалы";
  180. this.BtnGetMaterial.UseVisualStyleBackColor = false;
  181. this.BtnGetMaterial.Click += new System.EventHandler(this.BtnGetMaterial_Click);
  182. //
  183. // BtnSpisMaterial
  184. //
  185. this.BtnSpisMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  186. this.BtnSpisMaterial.Location = new System.Drawing.Point(568, 134);
  187. this.BtnSpisMaterial.Name = "BtnSpisMaterial";
  188. this.BtnSpisMaterial.Size = new System.Drawing.Size(206, 28);
  189. this.BtnSpisMaterial.TabIndex = 12;
  190. this.BtnSpisMaterial.Text = "Списать материалы";
  191. this.BtnSpisMaterial.UseVisualStyleBackColor = false;
  192. this.BtnSpisMaterial.Click += new System.EventHandler(this.BtnSpisMaterial_Click);
  193. //
  194. // tabControl1
  195. //
  196. this.tabControl1.Controls.Add(this.tabPage1);
  197. this.tabControl1.Controls.Add(this.tabPage2);
  198. this.tabControl1.Controls.Add(this.tabPage3);
  199. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
  200. this.tabControl1.Location = new System.Drawing.Point(0, 215);
  201. this.tabControl1.Name = "tabControl1";
  202. this.tabControl1.SelectedIndex = 0;
  203. this.tabControl1.Size = new System.Drawing.Size(1086, 428);
  204. this.tabControl1.TabIndex = 13;
  205. //
  206. // tabPage1
  207. //
  208. this.tabPage1.Controls.Add(this.DgvZakaz);
  209. this.tabPage1.Location = new System.Drawing.Point(4, 25);
  210. this.tabPage1.Name = "tabPage1";
  211. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  212. this.tabPage1.Size = new System.Drawing.Size(1078, 399);
  213. this.tabPage1.TabIndex = 0;
  214. this.tabPage1.Text = "Заказы";
  215. this.tabPage1.UseVisualStyleBackColor = true;
  216. //
  217. // DgvZakaz
  218. //
  219. this.DgvZakaz.AllowUserToAddRows = false;
  220. this.DgvZakaz.AllowUserToDeleteRows = false;
  221. this.DgvZakaz.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  222. this.DgvZakaz.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  223. this.Column1,
  224. this.Column2,
  225. this.Column3,
  226. this.Column4,
  227. this.Column5,
  228. this.Column6,
  229. this.Column7});
  230. this.DgvZakaz.Location = new System.Drawing.Point(16, 16);
  231. this.DgvZakaz.Margin = new System.Windows.Forms.Padding(4);
  232. this.DgvZakaz.Name = "DgvZakaz";
  233. this.DgvZakaz.ReadOnly = true;
  234. this.DgvZakaz.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  235. this.DgvZakaz.Size = new System.Drawing.Size(1014, 338);
  236. this.DgvZakaz.TabIndex = 9;
  237. //
  238. // Column1
  239. //
  240. this.Column1.HeaderText = "Изделие";
  241. this.Column1.Name = "Column1";
  242. this.Column1.ReadOnly = true;
  243. //
  244. // Column2
  245. //
  246. this.Column2.HeaderText = "Кол-во изделий";
  247. this.Column2.Name = "Column2";
  248. this.Column2.ReadOnly = true;
  249. //
  250. // Column3
  251. //
  252. this.Column3.HeaderText = "Ткань";
  253. this.Column3.Name = "Column3";
  254. this.Column3.ReadOnly = true;
  255. //
  256. // Column4
  257. //
  258. this.Column4.HeaderText = "Фурнитура";
  259. this.Column4.Name = "Column4";
  260. this.Column4.ReadOnly = true;
  261. //
  262. // Column5
  263. //
  264. this.Column5.HeaderText = "Кол-во фурнитуры";
  265. this.Column5.Name = "Column5";
  266. this.Column5.ReadOnly = true;
  267. //
  268. // Column6
  269. //
  270. this.Column6.HeaderText = "Менеджер";
  271. this.Column6.Name = "Column6";
  272. this.Column6.ReadOnly = true;
  273. //
  274. // Column7
  275. //
  276. this.Column7.HeaderText = "Заказчик";
  277. this.Column7.Name = "Column7";
  278. this.Column7.ReadOnly = true;
  279. //
  280. // tabPage2
  281. //
  282. this.tabPage2.Controls.Add(descriptionLabel);
  283. this.tabPage2.Controls.Add(this.DescriptionTextBox);
  284. this.tabPage2.Controls.Add(label2);
  285. this.tabPage2.Controls.Add(this.LengthTextBox);
  286. this.tabPage2.Controls.Add(label3);
  287. this.tabPage2.Controls.Add(this.WidthTextBox);
  288. this.tabPage2.Controls.Add(colorLabel);
  289. this.tabPage2.Controls.Add(this.ColorTextBox);
  290. this.tabPage2.Controls.Add(nametkanLabel);
  291. this.tabPage2.Controls.Add(this.NametkanTextBox);
  292. this.tabPage2.Controls.Add(this.LVTkani);
  293. this.tabPage2.Location = new System.Drawing.Point(4, 25);
  294. this.tabPage2.Name = "tabPage2";
  295. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  296. this.tabPage2.Size = new System.Drawing.Size(975, 399);
  297. this.tabPage2.TabIndex = 1;
  298. this.tabPage2.Text = "Ткани";
  299. this.tabPage2.UseVisualStyleBackColor = true;
  300. //
  301. // tabPage3
  302. //
  303. this.tabPage3.Controls.Add(label4);
  304. this.tabPage3.Controls.Add(this.TbxCountFurSklad);
  305. this.tabPage3.Controls.Add(label5);
  306. this.tabPage3.Controls.Add(this.TbxNameFur);
  307. this.tabPage3.Controls.Add(this.LVFurnitura);
  308. this.tabPage3.Location = new System.Drawing.Point(4, 25);
  309. this.tabPage3.Name = "tabPage3";
  310. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  311. this.tabPage3.Size = new System.Drawing.Size(1078, 399);
  312. this.tabPage3.TabIndex = 2;
  313. this.tabPage3.Text = "Фурнитура";
  314. this.tabPage3.UseVisualStyleBackColor = true;
  315. //
  316. // ImageListTkani
  317. //
  318. this.ImageListTkani.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
  319. this.ImageListTkani.ImageSize = new System.Drawing.Size(100, 100);
  320. this.ImageListTkani.TransparentColor = System.Drawing.Color.Transparent;
  321. //
  322. // ImageListFur
  323. //
  324. this.ImageListFur.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
  325. this.ImageListFur.ImageSize = new System.Drawing.Size(100, 100);
  326. this.ImageListFur.TransparentColor = System.Drawing.Color.Transparent;
  327. //
  328. // descriptionLabel
  329. //
  330. descriptionLabel.AutoSize = true;
  331. descriptionLabel.Location = new System.Drawing.Point(592, 180);
  332. descriptionLabel.Name = "descriptionLabel";
  333. descriptionLabel.Size = new System.Drawing.Size(78, 17);
  334. descriptionLabel.TabIndex = 31;
  335. descriptionLabel.Text = "Описание:";
  336. //
  337. // DescriptionTextBox
  338. //
  339. this.DescriptionTextBox.Location = new System.Drawing.Point(676, 177);
  340. this.DescriptionTextBox.Name = "DescriptionTextBox";
  341. this.DescriptionTextBox.ReadOnly = true;
  342. this.DescriptionTextBox.Size = new System.Drawing.Size(144, 22);
  343. this.DescriptionTextBox.TabIndex = 32;
  344. //
  345. // label2
  346. //
  347. label2.AutoSize = true;
  348. label2.Location = new System.Drawing.Point(615, 143);
  349. label2.Name = "label2";
  350. label2.Size = new System.Drawing.Size(55, 17);
  351. label2.TabIndex = 29;
  352. label2.Text = "Длина:";
  353. //
  354. // LengthTextBox
  355. //
  356. this.LengthTextBox.Location = new System.Drawing.Point(676, 140);
  357. this.LengthTextBox.Name = "LengthTextBox";
  358. this.LengthTextBox.ReadOnly = true;
  359. this.LengthTextBox.Size = new System.Drawing.Size(144, 22);
  360. this.LengthTextBox.TabIndex = 30;
  361. //
  362. // label3
  363. //
  364. label3.AutoSize = true;
  365. label3.Location = new System.Drawing.Point(607, 107);
  366. label3.Name = "label3";
  367. label3.Size = new System.Drawing.Size(63, 17);
  368. label3.TabIndex = 27;
  369. label3.Text = "Ширина:";
  370. //
  371. // WidthTextBox
  372. //
  373. this.WidthTextBox.Location = new System.Drawing.Point(676, 104);
  374. this.WidthTextBox.Name = "WidthTextBox";
  375. this.WidthTextBox.ReadOnly = true;
  376. this.WidthTextBox.Size = new System.Drawing.Size(144, 22);
  377. this.WidthTextBox.TabIndex = 28;
  378. //
  379. // colorLabel
  380. //
  381. colorLabel.AutoSize = true;
  382. colorLabel.Location = new System.Drawing.Point(625, 68);
  383. colorLabel.Name = "colorLabel";
  384. colorLabel.Size = new System.Drawing.Size(45, 17);
  385. colorLabel.TabIndex = 25;
  386. colorLabel.Text = "Цвет:";
  387. //
  388. // ColorTextBox
  389. //
  390. this.ColorTextBox.Location = new System.Drawing.Point(676, 65);
  391. this.ColorTextBox.Name = "ColorTextBox";
  392. this.ColorTextBox.ReadOnly = true;
  393. this.ColorTextBox.Size = new System.Drawing.Size(144, 22);
  394. this.ColorTextBox.TabIndex = 26;
  395. //
  396. // nametkanLabel
  397. //
  398. nametkanLabel.AutoSize = true;
  399. nametkanLabel.Location = new System.Drawing.Point(594, 29);
  400. nametkanLabel.Name = "nametkanLabel";
  401. nametkanLabel.Size = new System.Drawing.Size(76, 17);
  402. nametkanLabel.TabIndex = 23;
  403. nametkanLabel.Text = "Название:";
  404. //
  405. // NametkanTextBox
  406. //
  407. this.NametkanTextBox.Location = new System.Drawing.Point(676, 26);
  408. this.NametkanTextBox.Name = "NametkanTextBox";
  409. this.NametkanTextBox.ReadOnly = true;
  410. this.NametkanTextBox.Size = new System.Drawing.Size(144, 22);
  411. this.NametkanTextBox.TabIndex = 24;
  412. //
  413. // LVTkani
  414. //
  415. this.LVTkani.Dock = System.Windows.Forms.DockStyle.Left;
  416. this.LVTkani.HideSelection = false;
  417. this.LVTkani.LargeImageList = this.ImageListTkani;
  418. this.LVTkani.Location = new System.Drawing.Point(3, 3);
  419. this.LVTkani.Name = "LVTkani";
  420. this.LVTkani.Size = new System.Drawing.Size(452, 393);
  421. this.LVTkani.TabIndex = 22;
  422. this.LVTkani.UseCompatibleStateImageBehavior = false;
  423. this.LVTkani.SelectedIndexChanged += new System.EventHandler(this.LVTkani_SelectedIndexChanged);
  424. //
  425. // label4
  426. //
  427. label4.AutoSize = true;
  428. label4.Location = new System.Drawing.Point(532, 109);
  429. label4.Name = "label4";
  430. label4.Size = new System.Drawing.Size(127, 17);
  431. label4.TabIndex = 19;
  432. label4.Text = "Кол-во на складе:";
  433. //
  434. // TbxCountFurSklad
  435. //
  436. this.TbxCountFurSklad.Location = new System.Drawing.Point(665, 109);
  437. this.TbxCountFurSklad.Name = "TbxCountFurSklad";
  438. this.TbxCountFurSklad.ReadOnly = true;
  439. this.TbxCountFurSklad.Size = new System.Drawing.Size(144, 22);
  440. this.TbxCountFurSklad.TabIndex = 20;
  441. //
  442. // label5
  443. //
  444. label5.AutoSize = true;
  445. label5.Location = new System.Drawing.Point(583, 73);
  446. label5.Name = "label5";
  447. label5.Size = new System.Drawing.Size(76, 17);
  448. label5.TabIndex = 17;
  449. label5.Text = "Название:";
  450. //
  451. // TbxNameFur
  452. //
  453. this.TbxNameFur.Location = new System.Drawing.Point(665, 70);
  454. this.TbxNameFur.Name = "TbxNameFur";
  455. this.TbxNameFur.ReadOnly = true;
  456. this.TbxNameFur.Size = new System.Drawing.Size(144, 22);
  457. this.TbxNameFur.TabIndex = 18;
  458. //
  459. // LVFurnitura
  460. //
  461. this.LVFurnitura.Dock = System.Windows.Forms.DockStyle.Left;
  462. this.LVFurnitura.HideSelection = false;
  463. this.LVFurnitura.LargeImageList = this.ImageListFur;
  464. this.LVFurnitura.Location = new System.Drawing.Point(3, 3);
  465. this.LVFurnitura.Name = "LVFurnitura";
  466. this.LVFurnitura.Size = new System.Drawing.Size(435, 393);
  467. this.LVFurnitura.TabIndex = 16;
  468. this.LVFurnitura.UseCompatibleStateImageBehavior = false;
  469. this.LVFurnitura.SelectedIndexChanged += new System.EventHandler(this.LVFurnitura_SelectedIndexChanged);
  470. //
  471. // FormKladovschik
  472. //
  473. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  474. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  475. this.BackColor = System.Drawing.Color.White;
  476. this.ClientSize = new System.Drawing.Size(1086, 643);
  477. this.Controls.Add(this.tabControl1);
  478. this.Controls.Add(this.BtnSpisMaterial);
  479. this.Controls.Add(this.BtnGetMaterial);
  480. this.Controls.Add(this.BtnProfile);
  481. this.Controls.Add(this.OtchLabel);
  482. this.Controls.Add(this.NameLabel);
  483. this.Controls.Add(this.FamLabel);
  484. this.Controls.Add(this.panel1);
  485. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  486. this.MaximizeBox = false;
  487. this.MinimizeBox = false;
  488. this.Name = "FormKladovschik";
  489. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  490. this.Text = "СУБД \"Швейная фабрика\"";
  491. this.Load += new System.EventHandler(this.FormKladovschik_Load);
  492. this.panel1.ResumeLayout(false);
  493. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  494. ((System.ComponentModel.ISupportInitialize)(this.fab2021DataSet1)).EndInit();
  495. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
  496. this.tabControl1.ResumeLayout(false);
  497. this.tabPage1.ResumeLayout(false);
  498. ((System.ComponentModel.ISupportInitialize)(this.DgvZakaz)).EndInit();
  499. this.tabPage2.ResumeLayout(false);
  500. this.tabPage2.PerformLayout();
  501. this.tabPage3.ResumeLayout(false);
  502. this.tabPage3.PerformLayout();
  503. this.ResumeLayout(false);
  504. }
  505. #endregion
  506. private System.Windows.Forms.Label label1;
  507. private System.Windows.Forms.PictureBox pictureBox1;
  508. private System.Windows.Forms.Panel panel1;
  509. private fab2021DataSet fab2021DataSet1;
  510. public System.Windows.Forms.BindingSource BsUsers;
  511. private fab2021DataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  512. private System.Windows.Forms.Label OtchLabel;
  513. private System.Windows.Forms.Label NameLabel;
  514. private System.Windows.Forms.Label FamLabel;
  515. private System.Windows.Forms.Button BtnProfile;
  516. private System.Windows.Forms.Button BtnGetMaterial;
  517. private System.Windows.Forms.Button BtnSpisMaterial;
  518. private System.Windows.Forms.TabControl tabControl1;
  519. private System.Windows.Forms.TabPage tabPage1;
  520. private System.Windows.Forms.TabPage tabPage2;
  521. private System.Windows.Forms.TabPage tabPage3;
  522. private System.Windows.Forms.DataGridView DgvZakaz;
  523. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  524. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  525. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  526. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  527. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  528. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  529. private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
  530. private System.Windows.Forms.ImageList ImageListTkani;
  531. private System.Windows.Forms.ImageList ImageListFur;
  532. private System.Windows.Forms.TextBox DescriptionTextBox;
  533. private System.Windows.Forms.TextBox LengthTextBox;
  534. private System.Windows.Forms.TextBox WidthTextBox;
  535. private System.Windows.Forms.TextBox ColorTextBox;
  536. private System.Windows.Forms.TextBox NametkanTextBox;
  537. private System.Windows.Forms.ListView LVTkani;
  538. private System.Windows.Forms.TextBox TbxCountFurSklad;
  539. private System.Windows.Forms.TextBox TbxNameFur;
  540. private System.Windows.Forms.ListView LVFurnitura;
  541. }
  542. }