FormStorekeeper.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467
  1. namespace СУБД_Швейная_фабрика
  2. {
  3. partial class FormStorekeeper
  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(FormStorekeeper));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.btnEdit = new System.Windows.Forms.Button();
  32. this.lblFIO = new System.Windows.Forms.Label();
  33. this.tabControl1 = new System.Windows.Forms.TabControl();
  34. this.tabPage1 = new System.Windows.Forms.TabPage();
  35. this.tabPage2 = new System.Windows.Forms.TabPage();
  36. this.tabPage3 = new System.Windows.Forms.TabPage();
  37. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  38. this.bsCloth = new System.Windows.Forms.BindingSource(this.components);
  39. this.bsFur = new System.Windows.Forms.BindingSource(this.components);
  40. this.fabrikaLDADataSet = new СУБД_Швейная_фабрика.FabrikaLDADataSet();
  41. this.clothTableAdapter = new СУБД_Швейная_фабрика.FabrikaLDADataSetTableAdapters.ClothTableAdapter();
  42. this.dataGridView2 = new System.Windows.Forms.DataGridView();
  43. this.furnituraTableAdapter = new СУБД_Швейная_фабрика.FabrikaLDADataSetTableAdapters.FurnituraTableAdapter();
  44. this.idClothDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.titleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.idColorDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.weightDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.heightDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.noteDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.photoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.idfurDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.namefurDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.photoDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.countfurDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.btnDoc = new System.Windows.Forms.Button();
  56. this.pbxPhoto = new System.Windows.Forms.PictureBox();
  57. this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.dgvOrders = new System.Windows.Forms.DataGridView();
  65. this.panel1.SuspendLayout();
  66. this.tabControl1.SuspendLayout();
  67. this.tabPage1.SuspendLayout();
  68. this.tabPage2.SuspendLayout();
  69. this.tabPage3.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.bsCloth)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.bsFur)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.fabrikaLDADataSet)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.dgvOrders)).BeginInit();
  77. this.SuspendLayout();
  78. //
  79. // panel1
  80. //
  81. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  82. this.panel1.Controls.Add(this.btnEdit);
  83. this.panel1.Controls.Add(this.lblFIO);
  84. this.panel1.Controls.Add(this.pbxPhoto);
  85. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  86. this.panel1.Location = new System.Drawing.Point(0, 0);
  87. this.panel1.Margin = new System.Windows.Forms.Padding(81, 34, 81, 34);
  88. this.panel1.Name = "panel1";
  89. this.panel1.Size = new System.Drawing.Size(961, 111);
  90. this.panel1.TabIndex = 4;
  91. //
  92. // btnEdit
  93. //
  94. this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  95. this.btnEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  96. this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  97. this.btnEdit.Location = new System.Drawing.Point(607, 62);
  98. this.btnEdit.Margin = new System.Windows.Forms.Padding(11, 8, 11, 8);
  99. this.btnEdit.Name = "btnEdit";
  100. this.btnEdit.Size = new System.Drawing.Size(161, 41);
  101. this.btnEdit.TabIndex = 9;
  102. this.btnEdit.Text = "Редактировать";
  103. this.btnEdit.UseVisualStyleBackColor = false;
  104. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  105. //
  106. // lblFIO
  107. //
  108. this.lblFIO.Anchor = System.Windows.Forms.AnchorStyles.Top;
  109. this.lblFIO.AutoSize = true;
  110. this.lblFIO.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  111. this.lblFIO.Location = new System.Drawing.Point(98, 38);
  112. this.lblFIO.Margin = new System.Windows.Forms.Padding(13, 0, 13, 0);
  113. this.lblFIO.Name = "lblFIO";
  114. this.lblFIO.Size = new System.Drawing.Size(391, 37);
  115. this.lblFIO.TabIndex = 2;
  116. this.lblFIO.Text = "Фамилия Имя Отчество";
  117. //
  118. // tabControl1
  119. //
  120. this.tabControl1.Controls.Add(this.tabPage1);
  121. this.tabControl1.Controls.Add(this.tabPage2);
  122. this.tabControl1.Controls.Add(this.tabPage3);
  123. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
  124. this.tabControl1.Location = new System.Drawing.Point(0, 160);
  125. this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
  126. this.tabControl1.Name = "tabControl1";
  127. this.tabControl1.SelectedIndex = 0;
  128. this.tabControl1.Size = new System.Drawing.Size(961, 366);
  129. this.tabControl1.TabIndex = 14;
  130. //
  131. // tabPage1
  132. //
  133. this.tabPage1.Controls.Add(this.dgvOrders);
  134. this.tabPage1.Location = new System.Drawing.Point(4, 31);
  135. this.tabPage1.Margin = new System.Windows.Forms.Padding(2);
  136. this.tabPage1.Name = "tabPage1";
  137. this.tabPage1.Padding = new System.Windows.Forms.Padding(2);
  138. this.tabPage1.Size = new System.Drawing.Size(953, 331);
  139. this.tabPage1.TabIndex = 0;
  140. this.tabPage1.Text = "Заказы";
  141. this.tabPage1.UseVisualStyleBackColor = true;
  142. //
  143. // tabPage2
  144. //
  145. this.tabPage2.Controls.Add(this.dataGridView1);
  146. this.tabPage2.Location = new System.Drawing.Point(4, 31);
  147. this.tabPage2.Margin = new System.Windows.Forms.Padding(2);
  148. this.tabPage2.Name = "tabPage2";
  149. this.tabPage2.Padding = new System.Windows.Forms.Padding(2);
  150. this.tabPage2.Size = new System.Drawing.Size(953, 331);
  151. this.tabPage2.TabIndex = 1;
  152. this.tabPage2.Text = "Ткани";
  153. this.tabPage2.UseVisualStyleBackColor = true;
  154. //
  155. // tabPage3
  156. //
  157. this.tabPage3.Controls.Add(this.dataGridView2);
  158. this.tabPage3.Location = new System.Drawing.Point(4, 31);
  159. this.tabPage3.Margin = new System.Windows.Forms.Padding(2);
  160. this.tabPage3.Name = "tabPage3";
  161. this.tabPage3.Padding = new System.Windows.Forms.Padding(2);
  162. this.tabPage3.Size = new System.Drawing.Size(953, 331);
  163. this.tabPage3.TabIndex = 2;
  164. this.tabPage3.Text = "Фурнитура";
  165. this.tabPage3.UseVisualStyleBackColor = true;
  166. //
  167. // dataGridView1
  168. //
  169. this.dataGridView1.AllowUserToAddRows = false;
  170. this.dataGridView1.AllowUserToDeleteRows = false;
  171. this.dataGridView1.AutoGenerateColumns = false;
  172. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  173. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  174. this.idClothDataGridViewTextBoxColumn,
  175. this.titleDataGridViewTextBoxColumn,
  176. this.idColorDataGridViewTextBoxColumn,
  177. this.weightDataGridViewTextBoxColumn,
  178. this.heightDataGridViewTextBoxColumn,
  179. this.noteDataGridViewTextBoxColumn,
  180. this.photoDataGridViewTextBoxColumn});
  181. this.dataGridView1.DataSource = this.bsCloth;
  182. this.dataGridView1.Location = new System.Drawing.Point(8, 5);
  183. this.dataGridView1.Name = "dataGridView1";
  184. this.dataGridView1.ReadOnly = true;
  185. this.dataGridView1.Size = new System.Drawing.Size(937, 331);
  186. this.dataGridView1.TabIndex = 0;
  187. //
  188. // bsCloth
  189. //
  190. this.bsCloth.DataMember = "Cloth";
  191. this.bsCloth.DataSource = this.fabrikaLDADataSet;
  192. //
  193. // bsFur
  194. //
  195. this.bsFur.DataMember = "Furnitura";
  196. this.bsFur.DataSource = this.fabrikaLDADataSet;
  197. //
  198. // fabrikaLDADataSet
  199. //
  200. this.fabrikaLDADataSet.DataSetName = "FabrikaLDADataSet";
  201. this.fabrikaLDADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  202. //
  203. // clothTableAdapter
  204. //
  205. this.clothTableAdapter.ClearBeforeFill = true;
  206. //
  207. // dataGridView2
  208. //
  209. this.dataGridView2.AllowUserToAddRows = false;
  210. this.dataGridView2.AllowUserToDeleteRows = false;
  211. this.dataGridView2.AutoGenerateColumns = false;
  212. this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  213. this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  214. this.idfurDataGridViewTextBoxColumn,
  215. this.namefurDataGridViewTextBoxColumn,
  216. this.photoDataGridViewTextBoxColumn1,
  217. this.countfurDataGridViewTextBoxColumn});
  218. this.dataGridView2.DataSource = this.bsFur;
  219. this.dataGridView2.Location = new System.Drawing.Point(8, 5);
  220. this.dataGridView2.Name = "dataGridView2";
  221. this.dataGridView2.ReadOnly = true;
  222. this.dataGridView2.Size = new System.Drawing.Size(937, 331);
  223. this.dataGridView2.TabIndex = 0;
  224. //
  225. // furnituraTableAdapter
  226. //
  227. this.furnituraTableAdapter.ClearBeforeFill = true;
  228. //
  229. // idClothDataGridViewTextBoxColumn
  230. //
  231. this.idClothDataGridViewTextBoxColumn.DataPropertyName = "IdCloth";
  232. this.idClothDataGridViewTextBoxColumn.HeaderText = "IdCloth";
  233. this.idClothDataGridViewTextBoxColumn.Name = "idClothDataGridViewTextBoxColumn";
  234. this.idClothDataGridViewTextBoxColumn.ReadOnly = true;
  235. //
  236. // titleDataGridViewTextBoxColumn
  237. //
  238. this.titleDataGridViewTextBoxColumn.DataPropertyName = "Title";
  239. this.titleDataGridViewTextBoxColumn.HeaderText = "Title";
  240. this.titleDataGridViewTextBoxColumn.Name = "titleDataGridViewTextBoxColumn";
  241. this.titleDataGridViewTextBoxColumn.ReadOnly = true;
  242. //
  243. // idColorDataGridViewTextBoxColumn
  244. //
  245. this.idColorDataGridViewTextBoxColumn.DataPropertyName = "IdColor";
  246. this.idColorDataGridViewTextBoxColumn.HeaderText = "IdColor";
  247. this.idColorDataGridViewTextBoxColumn.Name = "idColorDataGridViewTextBoxColumn";
  248. this.idColorDataGridViewTextBoxColumn.ReadOnly = true;
  249. //
  250. // weightDataGridViewTextBoxColumn
  251. //
  252. this.weightDataGridViewTextBoxColumn.DataPropertyName = "Weight";
  253. this.weightDataGridViewTextBoxColumn.HeaderText = "Weight";
  254. this.weightDataGridViewTextBoxColumn.Name = "weightDataGridViewTextBoxColumn";
  255. this.weightDataGridViewTextBoxColumn.ReadOnly = true;
  256. //
  257. // heightDataGridViewTextBoxColumn
  258. //
  259. this.heightDataGridViewTextBoxColumn.DataPropertyName = "Height";
  260. this.heightDataGridViewTextBoxColumn.HeaderText = "Height";
  261. this.heightDataGridViewTextBoxColumn.Name = "heightDataGridViewTextBoxColumn";
  262. this.heightDataGridViewTextBoxColumn.ReadOnly = true;
  263. //
  264. // noteDataGridViewTextBoxColumn
  265. //
  266. this.noteDataGridViewTextBoxColumn.DataPropertyName = "Note";
  267. this.noteDataGridViewTextBoxColumn.HeaderText = "Note";
  268. this.noteDataGridViewTextBoxColumn.Name = "noteDataGridViewTextBoxColumn";
  269. this.noteDataGridViewTextBoxColumn.ReadOnly = true;
  270. //
  271. // photoDataGridViewTextBoxColumn
  272. //
  273. this.photoDataGridViewTextBoxColumn.DataPropertyName = "Photo";
  274. this.photoDataGridViewTextBoxColumn.HeaderText = "Photo";
  275. this.photoDataGridViewTextBoxColumn.Name = "photoDataGridViewTextBoxColumn";
  276. this.photoDataGridViewTextBoxColumn.ReadOnly = true;
  277. //
  278. // idfurDataGridViewTextBoxColumn
  279. //
  280. this.idfurDataGridViewTextBoxColumn.DataPropertyName = "idfur";
  281. this.idfurDataGridViewTextBoxColumn.HeaderText = "idfur";
  282. this.idfurDataGridViewTextBoxColumn.Name = "idfurDataGridViewTextBoxColumn";
  283. this.idfurDataGridViewTextBoxColumn.ReadOnly = true;
  284. //
  285. // namefurDataGridViewTextBoxColumn
  286. //
  287. this.namefurDataGridViewTextBoxColumn.DataPropertyName = "namefur";
  288. this.namefurDataGridViewTextBoxColumn.HeaderText = "namefur";
  289. this.namefurDataGridViewTextBoxColumn.Name = "namefurDataGridViewTextBoxColumn";
  290. this.namefurDataGridViewTextBoxColumn.ReadOnly = true;
  291. //
  292. // photoDataGridViewTextBoxColumn1
  293. //
  294. this.photoDataGridViewTextBoxColumn1.DataPropertyName = "photo";
  295. this.photoDataGridViewTextBoxColumn1.HeaderText = "photo";
  296. this.photoDataGridViewTextBoxColumn1.Name = "photoDataGridViewTextBoxColumn1";
  297. this.photoDataGridViewTextBoxColumn1.ReadOnly = true;
  298. //
  299. // countfurDataGridViewTextBoxColumn
  300. //
  301. this.countfurDataGridViewTextBoxColumn.DataPropertyName = "countfur";
  302. this.countfurDataGridViewTextBoxColumn.HeaderText = "countfur";
  303. this.countfurDataGridViewTextBoxColumn.Name = "countfurDataGridViewTextBoxColumn";
  304. this.countfurDataGridViewTextBoxColumn.ReadOnly = true;
  305. //
  306. // btnDoc
  307. //
  308. this.btnDoc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  309. this.btnDoc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  310. this.btnDoc.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  311. this.btnDoc.Location = new System.Drawing.Point(4, 112);
  312. this.btnDoc.Margin = new System.Windows.Forms.Padding(11, 8, 11, 8);
  313. this.btnDoc.Name = "btnDoc";
  314. this.btnDoc.Size = new System.Drawing.Size(157, 38);
  315. this.btnDoc.TabIndex = 10;
  316. this.btnDoc.Text = "Принять товар";
  317. this.btnDoc.UseVisualStyleBackColor = false;
  318. this.btnDoc.Click += new System.EventHandler(this.btnDoc_Click);
  319. //
  320. // pbxPhoto
  321. //
  322. this.pbxPhoto.Dock = System.Windows.Forms.DockStyle.Right;
  323. this.pbxPhoto.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
  324. this.pbxPhoto.Location = new System.Drawing.Point(774, 0);
  325. this.pbxPhoto.Margin = new System.Windows.Forms.Padding(81, 34, 81, 34);
  326. this.pbxPhoto.Name = "pbxPhoto";
  327. this.pbxPhoto.Size = new System.Drawing.Size(187, 111);
  328. this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  329. this.pbxPhoto.TabIndex = 0;
  330. this.pbxPhoto.TabStop = false;
  331. //
  332. // Column7
  333. //
  334. this.Column7.HeaderText = "Заказчик";
  335. this.Column7.Name = "Column7";
  336. this.Column7.ReadOnly = true;
  337. //
  338. // Column6
  339. //
  340. this.Column6.HeaderText = "Менеджер";
  341. this.Column6.Name = "Column6";
  342. this.Column6.ReadOnly = true;
  343. //
  344. // Column5
  345. //
  346. this.Column5.HeaderText = "Кол-во фурнитуры";
  347. this.Column5.Name = "Column5";
  348. this.Column5.ReadOnly = true;
  349. //
  350. // Column4
  351. //
  352. this.Column4.HeaderText = "Фурнитура";
  353. this.Column4.Name = "Column4";
  354. this.Column4.ReadOnly = true;
  355. //
  356. // Column3
  357. //
  358. this.Column3.HeaderText = "Ткань";
  359. this.Column3.Name = "Column3";
  360. this.Column3.ReadOnly = true;
  361. //
  362. // Column2
  363. //
  364. this.Column2.HeaderText = "Кол-во изделий";
  365. this.Column2.Name = "Column2";
  366. this.Column2.ReadOnly = true;
  367. //
  368. // Column1
  369. //
  370. this.Column1.HeaderText = "Изделие";
  371. this.Column1.Name = "Column1";
  372. this.Column1.ReadOnly = true;
  373. //
  374. // dgvOrders
  375. //
  376. this.dgvOrders.AllowUserToAddRows = false;
  377. this.dgvOrders.AllowUserToDeleteRows = false;
  378. this.dgvOrders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  379. this.dgvOrders.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  380. this.Column1,
  381. this.Column2,
  382. this.Column3,
  383. this.Column4,
  384. this.Column5,
  385. this.Column6,
  386. this.Column7});
  387. this.dgvOrders.Location = new System.Drawing.Point(12, 13);
  388. this.dgvOrders.Name = "dgvOrders";
  389. this.dgvOrders.ReadOnly = true;
  390. this.dgvOrders.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  391. this.dgvOrders.Size = new System.Drawing.Size(752, 306);
  392. this.dgvOrders.TabIndex = 9;
  393. //
  394. // FormStorekeeper
  395. //
  396. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 22F);
  397. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  398. this.BackColor = System.Drawing.Color.White;
  399. this.ClientSize = new System.Drawing.Size(961, 526);
  400. this.Controls.Add(this.btnDoc);
  401. this.Controls.Add(this.tabControl1);
  402. this.Controls.Add(this.panel1);
  403. this.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  404. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  405. this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  406. this.Name = "FormStorekeeper";
  407. this.Text = "СУБД Швейная фабрика";
  408. this.Load += new System.EventHandler(this.FormStorekeeper_Load);
  409. this.panel1.ResumeLayout(false);
  410. this.panel1.PerformLayout();
  411. this.tabControl1.ResumeLayout(false);
  412. this.tabPage1.ResumeLayout(false);
  413. this.tabPage2.ResumeLayout(false);
  414. this.tabPage3.ResumeLayout(false);
  415. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  416. ((System.ComponentModel.ISupportInitialize)(this.bsCloth)).EndInit();
  417. ((System.ComponentModel.ISupportInitialize)(this.bsFur)).EndInit();
  418. ((System.ComponentModel.ISupportInitialize)(this.fabrikaLDADataSet)).EndInit();
  419. ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
  420. ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit();
  421. ((System.ComponentModel.ISupportInitialize)(this.dgvOrders)).EndInit();
  422. this.ResumeLayout(false);
  423. }
  424. #endregion
  425. private System.Windows.Forms.Panel panel1;
  426. private System.Windows.Forms.PictureBox pbxPhoto;
  427. private System.Windows.Forms.Label lblFIO;
  428. private System.Windows.Forms.Button btnEdit;
  429. private System.Windows.Forms.TabControl tabControl1;
  430. private System.Windows.Forms.TabPage tabPage1;
  431. private System.Windows.Forms.TabPage tabPage2;
  432. private System.Windows.Forms.TabPage tabPage3;
  433. private System.Windows.Forms.DataGridView dataGridView1;
  434. private System.Windows.Forms.BindingSource bsCloth;
  435. private FabrikaLDADataSet fabrikaLDADataSet;
  436. private System.Windows.Forms.BindingSource bsFur;
  437. private FabrikaLDADataSetTableAdapters.ClothTableAdapter clothTableAdapter;
  438. private System.Windows.Forms.DataGridView dataGridView2;
  439. private FabrikaLDADataSetTableAdapters.FurnituraTableAdapter furnituraTableAdapter;
  440. private System.Windows.Forms.DataGridViewTextBoxColumn idClothDataGridViewTextBoxColumn;
  441. private System.Windows.Forms.DataGridViewTextBoxColumn titleDataGridViewTextBoxColumn;
  442. private System.Windows.Forms.DataGridViewTextBoxColumn idColorDataGridViewTextBoxColumn;
  443. private System.Windows.Forms.DataGridViewTextBoxColumn weightDataGridViewTextBoxColumn;
  444. private System.Windows.Forms.DataGridViewTextBoxColumn heightDataGridViewTextBoxColumn;
  445. private System.Windows.Forms.DataGridViewTextBoxColumn noteDataGridViewTextBoxColumn;
  446. private System.Windows.Forms.DataGridViewTextBoxColumn photoDataGridViewTextBoxColumn;
  447. private System.Windows.Forms.DataGridViewTextBoxColumn idfurDataGridViewTextBoxColumn;
  448. private System.Windows.Forms.DataGridViewTextBoxColumn namefurDataGridViewTextBoxColumn;
  449. private System.Windows.Forms.DataGridViewTextBoxColumn photoDataGridViewTextBoxColumn1;
  450. private System.Windows.Forms.DataGridViewTextBoxColumn countfurDataGridViewTextBoxColumn;
  451. private System.Windows.Forms.Button btnDoc;
  452. private System.Windows.Forms.DataGridView dgvOrders;
  453. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  454. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  455. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  456. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  457. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  458. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  459. private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
  460. }
  461. }