FGetMaterial.Designer.cs 31 KB

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