FormKladovschik.Designer.cs 29 KB

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