FormKladovschik.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormKladovschik));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. this.FamLabel = new System.Windows.Forms.Label();
  34. this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
  35. this.сlothesFactoryLGDataSet = new Швейная_фабрика.СlothesFactoryLGDataSet();
  36. this.OtchLabel = new System.Windows.Forms.Label();
  37. this.NameLabel = new System.Windows.Forms.Label();
  38. this.BtnSpisMaterial = new System.Windows.Forms.Button();
  39. this.BtnGetMaterial = new System.Windows.Forms.Button();
  40. this.BtnProfile = new System.Windows.Forms.Button();
  41. this.usersTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter();
  42. this.label3 = new System.Windows.Forms.Label();
  43. this.label2 = new System.Windows.Forms.Label();
  44. this.DgvTkani = new System.Windows.Forms.DataGridView();
  45. this.idTkanDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.titleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.lengthDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.widthDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.commentDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.namePhotoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.colorDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.allTkanBindingSource = new System.Windows.Forms.BindingSource(this.components);
  53. this.DgvFurnitura = new System.Windows.Forms.DataGridView();
  54. this.idfurDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.namefurDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.photoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.countfurDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.furnituraBindingSource = new System.Windows.Forms.BindingSource(this.components);
  59. this.furnituraTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.FurnituraTableAdapter();
  60. this.allTkanTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.AllTkanTableAdapter();
  61. this.tableAdapterManager = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.TableAdapterManager();
  62. this.panel1.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.DgvTkani)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.allTkanBindingSource)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.DgvFurnitura)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.furnituraBindingSource)).BeginInit();
  70. this.SuspendLayout();
  71. //
  72. // panel1
  73. //
  74. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  75. this.panel1.Controls.Add(this.label1);
  76. this.panel1.Controls.Add(this.pictureBox1);
  77. this.panel1.Controls.Add(this.FamLabel);
  78. this.panel1.Controls.Add(this.OtchLabel);
  79. this.panel1.Controls.Add(this.NameLabel);
  80. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  81. this.panel1.Location = new System.Drawing.Point(0, 0);
  82. this.panel1.Name = "panel1";
  83. this.panel1.Size = new System.Drawing.Size(957, 130);
  84. this.panel1.TabIndex = 2;
  85. //
  86. // label1
  87. //
  88. this.label1.AutoSize = true;
  89. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  90. this.label1.Location = new System.Drawing.Point(205, 51);
  91. this.label1.Name = "label1";
  92. this.label1.Size = new System.Drawing.Size(142, 29);
  93. this.label1.TabIndex = 1;
  94. this.label1.Text = "Кладовщик";
  95. //
  96. // pictureBox1
  97. //
  98. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  99. this.pictureBox1.Image = global::Швейная_фабрика.Properties.Resources.fabric_logo;
  100. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  101. this.pictureBox1.Name = "pictureBox1";
  102. this.pictureBox1.Size = new System.Drawing.Size(133, 130);
  103. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  104. this.pictureBox1.TabIndex = 0;
  105. this.pictureBox1.TabStop = false;
  106. //
  107. // FamLabel
  108. //
  109. this.FamLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Surname", true));
  110. this.FamLabel.Location = new System.Drawing.Point(414, 36);
  111. this.FamLabel.Name = "FamLabel";
  112. this.FamLabel.Size = new System.Drawing.Size(100, 23);
  113. this.FamLabel.TabIndex = 13;
  114. this.FamLabel.Text = "label2";
  115. //
  116. // BsUsers
  117. //
  118. this.BsUsers.DataMember = "Users";
  119. this.BsUsers.DataSource = this.сlothesFactoryLGDataSet;
  120. //
  121. // сlothesFactoryLGDataSet
  122. //
  123. this.сlothesFactoryLGDataSet.DataSetName = "СlothesFactoryLGDataSet";
  124. this.сlothesFactoryLGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  125. //
  126. // OtchLabel
  127. //
  128. this.OtchLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Otch", true));
  129. this.OtchLabel.Location = new System.Drawing.Point(414, 82);
  130. this.OtchLabel.Name = "OtchLabel";
  131. this.OtchLabel.Size = new System.Drawing.Size(100, 23);
  132. this.OtchLabel.TabIndex = 15;
  133. this.OtchLabel.Text = "label2";
  134. //
  135. // NameLabel
  136. //
  137. this.NameLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Name", true));
  138. this.NameLabel.Location = new System.Drawing.Point(414, 59);
  139. this.NameLabel.Name = "NameLabel";
  140. this.NameLabel.Size = new System.Drawing.Size(100, 23);
  141. this.NameLabel.TabIndex = 14;
  142. this.NameLabel.Text = "label2";
  143. //
  144. // BtnSpisMaterial
  145. //
  146. this.BtnSpisMaterial.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  147. this.BtnSpisMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  148. this.BtnSpisMaterial.Location = new System.Drawing.Point(732, 405);
  149. this.BtnSpisMaterial.Name = "BtnSpisMaterial";
  150. this.BtnSpisMaterial.Size = new System.Drawing.Size(206, 28);
  151. this.BtnSpisMaterial.TabIndex = 18;
  152. this.BtnSpisMaterial.Text = "Списать материалы";
  153. this.BtnSpisMaterial.UseVisualStyleBackColor = false;
  154. this.BtnSpisMaterial.Click += new System.EventHandler(this.BtnSpisMaterial_Click);
  155. //
  156. // BtnGetMaterial
  157. //
  158. this.BtnGetMaterial.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  159. this.BtnGetMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  160. this.BtnGetMaterial.Location = new System.Drawing.Point(520, 405);
  161. this.BtnGetMaterial.Name = "BtnGetMaterial";
  162. this.BtnGetMaterial.Size = new System.Drawing.Size(206, 28);
  163. this.BtnGetMaterial.TabIndex = 17;
  164. this.BtnGetMaterial.Text = "Принять материалы";
  165. this.BtnGetMaterial.UseVisualStyleBackColor = false;
  166. this.BtnGetMaterial.Click += new System.EventHandler(this.BtnGetMaterial_Click);
  167. //
  168. // BtnProfile
  169. //
  170. this.BtnProfile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  171. this.BtnProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  172. this.BtnProfile.Location = new System.Drawing.Point(308, 405);
  173. this.BtnProfile.Name = "BtnProfile";
  174. this.BtnProfile.Size = new System.Drawing.Size(206, 28);
  175. this.BtnProfile.TabIndex = 16;
  176. this.BtnProfile.Text = "Профиль пользователя";
  177. this.BtnProfile.UseVisualStyleBackColor = false;
  178. this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click);
  179. //
  180. // usersTableAdapter
  181. //
  182. this.usersTableAdapter.ClearBeforeFill = true;
  183. //
  184. // label3
  185. //
  186. this.label3.AutoSize = true;
  187. this.label3.Location = new System.Drawing.Point(381, 141);
  188. this.label3.Name = "label3";
  189. this.label3.Size = new System.Drawing.Size(50, 16);
  190. this.label3.TabIndex = 25;
  191. this.label3.Text = "Ткани:";
  192. //
  193. // label2
  194. //
  195. this.label2.AutoSize = true;
  196. this.label2.Location = new System.Drawing.Point(7, 141);
  197. this.label2.Name = "label2";
  198. this.label2.Size = new System.Drawing.Size(84, 16);
  199. this.label2.TabIndex = 24;
  200. this.label2.Text = "Фурнитура:";
  201. //
  202. // DgvTkani
  203. //
  204. this.DgvTkani.AllowUserToAddRows = false;
  205. this.DgvTkani.AllowUserToDeleteRows = false;
  206. this.DgvTkani.AutoGenerateColumns = false;
  207. this.DgvTkani.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  208. this.DgvTkani.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  209. this.idTkanDataGridViewTextBoxColumn,
  210. this.titleDataGridViewTextBoxColumn,
  211. this.lengthDataGridViewTextBoxColumn,
  212. this.widthDataGridViewTextBoxColumn,
  213. this.commentDataGridViewTextBoxColumn,
  214. this.namePhotoDataGridViewTextBoxColumn,
  215. this.colorDataGridViewTextBoxColumn});
  216. this.DgvTkani.DataSource = this.allTkanBindingSource;
  217. this.DgvTkani.Location = new System.Drawing.Point(385, 164);
  218. this.DgvTkani.Name = "DgvTkani";
  219. this.DgvTkani.ReadOnly = true;
  220. this.DgvTkani.RowHeadersWidth = 51;
  221. this.DgvTkani.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  222. this.DgvTkani.Size = new System.Drawing.Size(546, 220);
  223. this.DgvTkani.TabIndex = 22;
  224. //
  225. // idTkanDataGridViewTextBoxColumn
  226. //
  227. this.idTkanDataGridViewTextBoxColumn.DataPropertyName = "id_Tkan";
  228. this.idTkanDataGridViewTextBoxColumn.HeaderText = "id_Tkan";
  229. this.idTkanDataGridViewTextBoxColumn.MinimumWidth = 6;
  230. this.idTkanDataGridViewTextBoxColumn.Name = "idTkanDataGridViewTextBoxColumn";
  231. this.idTkanDataGridViewTextBoxColumn.ReadOnly = true;
  232. this.idTkanDataGridViewTextBoxColumn.Width = 125;
  233. //
  234. // titleDataGridViewTextBoxColumn
  235. //
  236. this.titleDataGridViewTextBoxColumn.DataPropertyName = "Title";
  237. this.titleDataGridViewTextBoxColumn.HeaderText = "Title";
  238. this.titleDataGridViewTextBoxColumn.MinimumWidth = 6;
  239. this.titleDataGridViewTextBoxColumn.Name = "titleDataGridViewTextBoxColumn";
  240. this.titleDataGridViewTextBoxColumn.ReadOnly = true;
  241. this.titleDataGridViewTextBoxColumn.Width = 125;
  242. //
  243. // lengthDataGridViewTextBoxColumn
  244. //
  245. this.lengthDataGridViewTextBoxColumn.DataPropertyName = "Length";
  246. this.lengthDataGridViewTextBoxColumn.HeaderText = "Length";
  247. this.lengthDataGridViewTextBoxColumn.MinimumWidth = 6;
  248. this.lengthDataGridViewTextBoxColumn.Name = "lengthDataGridViewTextBoxColumn";
  249. this.lengthDataGridViewTextBoxColumn.ReadOnly = true;
  250. this.lengthDataGridViewTextBoxColumn.Width = 125;
  251. //
  252. // widthDataGridViewTextBoxColumn
  253. //
  254. this.widthDataGridViewTextBoxColumn.DataPropertyName = "Width";
  255. this.widthDataGridViewTextBoxColumn.HeaderText = "Width";
  256. this.widthDataGridViewTextBoxColumn.MinimumWidth = 6;
  257. this.widthDataGridViewTextBoxColumn.Name = "widthDataGridViewTextBoxColumn";
  258. this.widthDataGridViewTextBoxColumn.ReadOnly = true;
  259. this.widthDataGridViewTextBoxColumn.Width = 125;
  260. //
  261. // commentDataGridViewTextBoxColumn
  262. //
  263. this.commentDataGridViewTextBoxColumn.DataPropertyName = "Comment";
  264. this.commentDataGridViewTextBoxColumn.HeaderText = "Comment";
  265. this.commentDataGridViewTextBoxColumn.MinimumWidth = 6;
  266. this.commentDataGridViewTextBoxColumn.Name = "commentDataGridViewTextBoxColumn";
  267. this.commentDataGridViewTextBoxColumn.ReadOnly = true;
  268. this.commentDataGridViewTextBoxColumn.Width = 125;
  269. //
  270. // namePhotoDataGridViewTextBoxColumn
  271. //
  272. this.namePhotoDataGridViewTextBoxColumn.DataPropertyName = "NamePhoto";
  273. this.namePhotoDataGridViewTextBoxColumn.HeaderText = "NamePhoto";
  274. this.namePhotoDataGridViewTextBoxColumn.MinimumWidth = 6;
  275. this.namePhotoDataGridViewTextBoxColumn.Name = "namePhotoDataGridViewTextBoxColumn";
  276. this.namePhotoDataGridViewTextBoxColumn.ReadOnly = true;
  277. this.namePhotoDataGridViewTextBoxColumn.Width = 125;
  278. //
  279. // colorDataGridViewTextBoxColumn
  280. //
  281. this.colorDataGridViewTextBoxColumn.DataPropertyName = "Color";
  282. this.colorDataGridViewTextBoxColumn.HeaderText = "Color";
  283. this.colorDataGridViewTextBoxColumn.MinimumWidth = 6;
  284. this.colorDataGridViewTextBoxColumn.Name = "colorDataGridViewTextBoxColumn";
  285. this.colorDataGridViewTextBoxColumn.ReadOnly = true;
  286. this.colorDataGridViewTextBoxColumn.Width = 125;
  287. //
  288. // allTkanBindingSource
  289. //
  290. this.allTkanBindingSource.DataMember = "AllTkan";
  291. this.allTkanBindingSource.DataSource = this.сlothesFactoryLGDataSet;
  292. //
  293. // DgvFurnitura
  294. //
  295. this.DgvFurnitura.AllowUserToAddRows = false;
  296. this.DgvFurnitura.AllowUserToDeleteRows = false;
  297. this.DgvFurnitura.AutoGenerateColumns = false;
  298. this.DgvFurnitura.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  299. this.DgvFurnitura.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  300. this.idfurDataGridViewTextBoxColumn,
  301. this.namefurDataGridViewTextBoxColumn,
  302. this.photoDataGridViewTextBoxColumn,
  303. this.countfurDataGridViewTextBoxColumn});
  304. this.DgvFurnitura.DataSource = this.furnituraBindingSource;
  305. this.DgvFurnitura.Location = new System.Drawing.Point(11, 164);
  306. this.DgvFurnitura.Name = "DgvFurnitura";
  307. this.DgvFurnitura.ReadOnly = true;
  308. this.DgvFurnitura.RowHeadersWidth = 51;
  309. this.DgvFurnitura.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  310. this.DgvFurnitura.Size = new System.Drawing.Size(320, 220);
  311. this.DgvFurnitura.TabIndex = 23;
  312. //
  313. // idfurDataGridViewTextBoxColumn
  314. //
  315. this.idfurDataGridViewTextBoxColumn.DataPropertyName = "id_fur";
  316. this.idfurDataGridViewTextBoxColumn.HeaderText = "id_fur";
  317. this.idfurDataGridViewTextBoxColumn.MinimumWidth = 6;
  318. this.idfurDataGridViewTextBoxColumn.Name = "idfurDataGridViewTextBoxColumn";
  319. this.idfurDataGridViewTextBoxColumn.ReadOnly = true;
  320. this.idfurDataGridViewTextBoxColumn.Visible = false;
  321. this.idfurDataGridViewTextBoxColumn.Width = 125;
  322. //
  323. // namefurDataGridViewTextBoxColumn
  324. //
  325. this.namefurDataGridViewTextBoxColumn.DataPropertyName = "namefur";
  326. this.namefurDataGridViewTextBoxColumn.HeaderText = "Название";
  327. this.namefurDataGridViewTextBoxColumn.MinimumWidth = 6;
  328. this.namefurDataGridViewTextBoxColumn.Name = "namefurDataGridViewTextBoxColumn";
  329. this.namefurDataGridViewTextBoxColumn.ReadOnly = true;
  330. this.namefurDataGridViewTextBoxColumn.Width = 125;
  331. //
  332. // photoDataGridViewTextBoxColumn
  333. //
  334. this.photoDataGridViewTextBoxColumn.DataPropertyName = "photo";
  335. this.photoDataGridViewTextBoxColumn.HeaderText = "Фото";
  336. this.photoDataGridViewTextBoxColumn.MinimumWidth = 6;
  337. this.photoDataGridViewTextBoxColumn.Name = "photoDataGridViewTextBoxColumn";
  338. this.photoDataGridViewTextBoxColumn.ReadOnly = true;
  339. this.photoDataGridViewTextBoxColumn.Visible = false;
  340. this.photoDataGridViewTextBoxColumn.Width = 125;
  341. //
  342. // countfurDataGridViewTextBoxColumn
  343. //
  344. this.countfurDataGridViewTextBoxColumn.DataPropertyName = "countfur";
  345. this.countfurDataGridViewTextBoxColumn.HeaderText = "Кол-во";
  346. this.countfurDataGridViewTextBoxColumn.MinimumWidth = 6;
  347. this.countfurDataGridViewTextBoxColumn.Name = "countfurDataGridViewTextBoxColumn";
  348. this.countfurDataGridViewTextBoxColumn.ReadOnly = true;
  349. this.countfurDataGridViewTextBoxColumn.Width = 125;
  350. //
  351. // furnituraBindingSource
  352. //
  353. this.furnituraBindingSource.DataMember = "Furnitura";
  354. this.furnituraBindingSource.DataSource = this.сlothesFactoryLGDataSet;
  355. //
  356. // furnituraTableAdapter
  357. //
  358. this.furnituraTableAdapter.ClearBeforeFill = true;
  359. //
  360. // allTkanTableAdapter
  361. //
  362. this.allTkanTableAdapter.ClearBeforeFill = true;
  363. //
  364. // tableAdapterManager
  365. //
  366. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  367. this.tableAdapterManager.ColorTableAdapter = null;
  368. this.tableAdapterManager.FurnituraTableAdapter = this.furnituraTableAdapter;
  369. this.tableAdapterManager.IzdelieTableAdapter = null;
  370. this.tableAdapterManager.OrdersTableAdapter = null;
  371. this.tableAdapterManager.RolesTableAdapter = null;
  372. this.tableAdapterManager.TkanTableAdapter = null;
  373. this.tableAdapterManager.UpdateOrder = Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  374. this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
  375. //
  376. // FormKladovschik
  377. //
  378. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  379. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  380. this.ClientSize = new System.Drawing.Size(957, 445);
  381. this.Controls.Add(this.label3);
  382. this.Controls.Add(this.label2);
  383. this.Controls.Add(this.DgvTkani);
  384. this.Controls.Add(this.DgvFurnitura);
  385. this.Controls.Add(this.BtnSpisMaterial);
  386. this.Controls.Add(this.BtnGetMaterial);
  387. this.Controls.Add(this.BtnProfile);
  388. this.Controls.Add(this.panel1);
  389. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  390. this.Name = "FormKladovschik";
  391. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  392. this.Text = "СУБД \"Швейная фабрика\"";
  393. this.Load += new System.EventHandler(this.FormKladovschik_Load);
  394. this.panel1.ResumeLayout(false);
  395. this.panel1.PerformLayout();
  396. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  397. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
  398. ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).EndInit();
  399. ((System.ComponentModel.ISupportInitialize)(this.DgvTkani)).EndInit();
  400. ((System.ComponentModel.ISupportInitialize)(this.allTkanBindingSource)).EndInit();
  401. ((System.ComponentModel.ISupportInitialize)(this.DgvFurnitura)).EndInit();
  402. ((System.ComponentModel.ISupportInitialize)(this.furnituraBindingSource)).EndInit();
  403. this.ResumeLayout(false);
  404. this.PerformLayout();
  405. }
  406. #endregion
  407. private System.Windows.Forms.Panel panel1;
  408. private System.Windows.Forms.Label label1;
  409. private System.Windows.Forms.PictureBox pictureBox1;
  410. private System.Windows.Forms.Label FamLabel;
  411. private System.Windows.Forms.Label OtchLabel;
  412. private System.Windows.Forms.Label NameLabel;
  413. private System.Windows.Forms.Button BtnSpisMaterial;
  414. private System.Windows.Forms.Button BtnGetMaterial;
  415. private System.Windows.Forms.Button BtnProfile;
  416. private СlothesFactoryLGDataSet сlothesFactoryLGDataSet;
  417. private СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  418. public System.Windows.Forms.BindingSource BsUsers;
  419. private System.Windows.Forms.Label label3;
  420. private System.Windows.Forms.Label label2;
  421. private System.Windows.Forms.DataGridView DgvTkani;
  422. private System.Windows.Forms.DataGridView DgvFurnitura;
  423. private System.Windows.Forms.BindingSource furnituraBindingSource;
  424. private СlothesFactoryLGDataSetTableAdapters.FurnituraTableAdapter furnituraTableAdapter;
  425. private System.Windows.Forms.DataGridViewTextBoxColumn idfurDataGridViewTextBoxColumn;
  426. private System.Windows.Forms.DataGridViewTextBoxColumn namefurDataGridViewTextBoxColumn;
  427. private System.Windows.Forms.DataGridViewTextBoxColumn photoDataGridViewTextBoxColumn;
  428. private System.Windows.Forms.DataGridViewTextBoxColumn countfurDataGridViewTextBoxColumn;
  429. private System.Windows.Forms.BindingSource allTkanBindingSource;
  430. private СlothesFactoryLGDataSetTableAdapters.AllTkanTableAdapter allTkanTableAdapter;
  431. private СlothesFactoryLGDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  432. private System.Windows.Forms.DataGridViewTextBoxColumn idTkanDataGridViewTextBoxColumn;
  433. private System.Windows.Forms.DataGridViewTextBoxColumn titleDataGridViewTextBoxColumn;
  434. private System.Windows.Forms.DataGridViewTextBoxColumn lengthDataGridViewTextBoxColumn;
  435. private System.Windows.Forms.DataGridViewTextBoxColumn widthDataGridViewTextBoxColumn;
  436. private System.Windows.Forms.DataGridViewTextBoxColumn commentDataGridViewTextBoxColumn;
  437. private System.Windows.Forms.DataGridViewTextBoxColumn namePhotoDataGridViewTextBoxColumn;
  438. private System.Windows.Forms.DataGridViewTextBoxColumn colorDataGridViewTextBoxColumn;
  439. }
  440. }