FormKladovschik.Designer.cs 29 KB

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