FormGetMaterial.Designer.cs 29 KB

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