fGetMaterial.Designer.cs 33 KB

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