FormAddTovar.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452
  1. namespace СУБД_Швейная_фабрика
  2. {
  3. partial class FormAddTovar
  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(FormAddTovar));
  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.btnDelCloth = new System.Windows.Forms.Button();
  34. this.dgvCloth = new System.Windows.Forms.DataGridView();
  35. this.btnAddCloth = new System.Windows.Forms.Button();
  36. this.btnClearPhoto = new System.Windows.Forms.Button();
  37. this.btnLoadPhoto = new System.Windows.Forms.Button();
  38. this.label6 = new System.Windows.Forms.Label();
  39. this.label5 = new System.Windows.Forms.Label();
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.label3 = new System.Windows.Forms.Label();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.tbxDescr = new System.Windows.Forms.TextBox();
  44. this.tbxColor = new System.Windows.Forms.TextBox();
  45. this.tbxLenght = new System.Windows.Forms.TextBox();
  46. this.tbxWidth = new System.Windows.Forms.TextBox();
  47. this.tbxTitle = new System.Windows.Forms.TextBox();
  48. this.tabPage2 = new System.Windows.Forms.TabPage();
  49. this.pbxPhotoCloth = new System.Windows.Forms.PictureBox();
  50. this.pbxPhoto = new System.Windows.Forms.PictureBox();
  51. this.ofdPhoto = new System.Windows.Forms.OpenFileDialog();
  52. this.btnOk = new System.Windows.Forms.Button();
  53. this.btnClose = new System.Windows.Forms.Button();
  54. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.panel1.SuspendLayout();
  60. this.tabControl1.SuspendLayout();
  61. this.tabPage1.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.dgvCloth)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.pbxPhotoCloth)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit();
  65. this.SuspendLayout();
  66. //
  67. // panel1
  68. //
  69. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  70. this.panel1.Controls.Add(this.label1);
  71. this.panel1.Controls.Add(this.pbxPhoto);
  72. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  73. this.panel1.Location = new System.Drawing.Point(0, 0);
  74. this.panel1.Margin = new System.Windows.Forms.Padding(44, 20, 44, 20);
  75. this.panel1.Name = "panel1";
  76. this.panel1.Size = new System.Drawing.Size(883, 85);
  77. this.panel1.TabIndex = 4;
  78. //
  79. // label1
  80. //
  81. this.label1.AutoSize = true;
  82. this.label1.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  83. this.label1.Location = new System.Drawing.Point(239, 27);
  84. this.label1.Margin = new System.Windows.Forms.Padding(44, 0, 44, 0);
  85. this.label1.Name = "label1";
  86. this.label1.Size = new System.Drawing.Size(286, 37);
  87. this.label1.TabIndex = 1;
  88. this.label1.Text = "Принятие товара";
  89. //
  90. // tabControl1
  91. //
  92. this.tabControl1.Controls.Add(this.tabPage1);
  93. this.tabControl1.Controls.Add(this.tabPage2);
  94. this.tabControl1.Location = new System.Drawing.Point(11, 94);
  95. this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
  96. this.tabControl1.Name = "tabControl1";
  97. this.tabControl1.SelectedIndex = 0;
  98. this.tabControl1.Size = new System.Drawing.Size(861, 468);
  99. this.tabControl1.TabIndex = 5;
  100. //
  101. // tabPage1
  102. //
  103. this.tabPage1.Controls.Add(this.btnDelCloth);
  104. this.tabPage1.Controls.Add(this.dgvCloth);
  105. this.tabPage1.Controls.Add(this.btnAddCloth);
  106. this.tabPage1.Controls.Add(this.btnClearPhoto);
  107. this.tabPage1.Controls.Add(this.btnLoadPhoto);
  108. this.tabPage1.Controls.Add(this.pbxPhotoCloth);
  109. this.tabPage1.Controls.Add(this.label6);
  110. this.tabPage1.Controls.Add(this.label5);
  111. this.tabPage1.Controls.Add(this.label4);
  112. this.tabPage1.Controls.Add(this.label3);
  113. this.tabPage1.Controls.Add(this.label2);
  114. this.tabPage1.Controls.Add(this.tbxDescr);
  115. this.tabPage1.Controls.Add(this.tbxColor);
  116. this.tabPage1.Controls.Add(this.tbxLenght);
  117. this.tabPage1.Controls.Add(this.tbxWidth);
  118. this.tabPage1.Controls.Add(this.tbxTitle);
  119. this.tabPage1.Location = new System.Drawing.Point(4, 31);
  120. this.tabPage1.Margin = new System.Windows.Forms.Padding(2);
  121. this.tabPage1.Name = "tabPage1";
  122. this.tabPage1.Padding = new System.Windows.Forms.Padding(2);
  123. this.tabPage1.Size = new System.Drawing.Size(853, 433);
  124. this.tabPage1.TabIndex = 0;
  125. this.tabPage1.Text = "Добавить в документ ткани";
  126. this.tabPage1.UseVisualStyleBackColor = true;
  127. //
  128. // btnDelCloth
  129. //
  130. this.btnDelCloth.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  131. this.btnDelCloth.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  132. this.btnDelCloth.Location = new System.Drawing.Point(8, 385);
  133. this.btnDelCloth.Margin = new System.Windows.Forms.Padding(2);
  134. this.btnDelCloth.Name = "btnDelCloth";
  135. this.btnDelCloth.Size = new System.Drawing.Size(407, 32);
  136. this.btnDelCloth.TabIndex = 15;
  137. this.btnDelCloth.Text = "Удалить выделенную ткань из документа";
  138. this.btnDelCloth.UseVisualStyleBackColor = false;
  139. this.btnDelCloth.Click += new System.EventHandler(this.btnDelCloth_Click);
  140. //
  141. // dgvCloth
  142. //
  143. this.dgvCloth.AllowUserToAddRows = false;
  144. this.dgvCloth.AllowUserToDeleteRows = false;
  145. this.dgvCloth.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  146. this.dgvCloth.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  147. this.Column1,
  148. this.Column2,
  149. this.Column3,
  150. this.Column4,
  151. this.Column5});
  152. this.dgvCloth.Location = new System.Drawing.Point(8, 143);
  153. this.dgvCloth.Margin = new System.Windows.Forms.Padding(2);
  154. this.dgvCloth.MultiSelect = false;
  155. this.dgvCloth.Name = "dgvCloth";
  156. this.dgvCloth.ReadOnly = true;
  157. this.dgvCloth.RowTemplate.Height = 24;
  158. this.dgvCloth.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  159. this.dgvCloth.Size = new System.Drawing.Size(841, 238);
  160. this.dgvCloth.TabIndex = 14;
  161. //
  162. // btnAddCloth
  163. //
  164. this.btnAddCloth.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  165. this.btnAddCloth.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  166. this.btnAddCloth.Location = new System.Drawing.Point(8, 111);
  167. this.btnAddCloth.Margin = new System.Windows.Forms.Padding(2);
  168. this.btnAddCloth.Name = "btnAddCloth";
  169. this.btnAddCloth.Size = new System.Drawing.Size(313, 29);
  170. this.btnAddCloth.TabIndex = 13;
  171. this.btnAddCloth.Text = "Добавить эту ткань в документ";
  172. this.btnAddCloth.UseVisualStyleBackColor = false;
  173. this.btnAddCloth.Click += new System.EventHandler(this.btnAddCloth_Click);
  174. //
  175. // btnClearPhoto
  176. //
  177. this.btnClearPhoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  178. this.btnClearPhoto.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  179. this.btnClearPhoto.Location = new System.Drawing.Point(717, 67);
  180. this.btnClearPhoto.Margin = new System.Windows.Forms.Padding(2);
  181. this.btnClearPhoto.Name = "btnClearPhoto";
  182. this.btnClearPhoto.Size = new System.Drawing.Size(120, 36);
  183. this.btnClearPhoto.TabIndex = 12;
  184. this.btnClearPhoto.Text = "Очистить фото";
  185. this.btnClearPhoto.UseVisualStyleBackColor = false;
  186. this.btnClearPhoto.Click += new System.EventHandler(this.btnClearPhoto_Click);
  187. //
  188. // btnLoadPhoto
  189. //
  190. this.btnLoadPhoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  191. this.btnLoadPhoto.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  192. this.btnLoadPhoto.Location = new System.Drawing.Point(717, 14);
  193. this.btnLoadPhoto.Margin = new System.Windows.Forms.Padding(2);
  194. this.btnLoadPhoto.Name = "btnLoadPhoto";
  195. this.btnLoadPhoto.Size = new System.Drawing.Size(120, 38);
  196. this.btnLoadPhoto.TabIndex = 11;
  197. this.btnLoadPhoto.Text = "Загрузить фото";
  198. this.btnLoadPhoto.UseVisualStyleBackColor = false;
  199. this.btnLoadPhoto.Click += new System.EventHandler(this.btnLoadPhoto_Click);
  200. //
  201. // label6
  202. //
  203. this.label6.AutoSize = true;
  204. this.label6.Location = new System.Drawing.Point(340, 12);
  205. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  206. this.label6.Name = "label6";
  207. this.label6.Size = new System.Drawing.Size(100, 22);
  208. this.label6.TabIndex = 9;
  209. this.label6.Text = "Описание:";
  210. //
  211. // label5
  212. //
  213. this.label5.AutoSize = true;
  214. this.label5.Location = new System.Drawing.Point(47, 81);
  215. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  216. this.label5.Name = "label5";
  217. this.label5.Size = new System.Drawing.Size(57, 22);
  218. this.label5.TabIndex = 8;
  219. this.label5.Text = "Цвет:";
  220. //
  221. // label4
  222. //
  223. this.label4.AutoSize = true;
  224. this.label4.Location = new System.Drawing.Point(188, 48);
  225. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  226. this.label4.Name = "label4";
  227. this.label4.Size = new System.Drawing.Size(68, 22);
  228. this.label4.TabIndex = 7;
  229. this.label4.Text = "Длина:";
  230. //
  231. // label3
  232. //
  233. this.label3.AutoSize = true;
  234. this.label3.Location = new System.Drawing.Point(21, 53);
  235. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  236. this.label3.Name = "label3";
  237. this.label3.Size = new System.Drawing.Size(83, 22);
  238. this.label3.TabIndex = 6;
  239. this.label3.Text = "Ширина:";
  240. //
  241. // label2
  242. //
  243. this.label2.AutoSize = true;
  244. this.label2.Location = new System.Drawing.Point(6, 15);
  245. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  246. this.label2.Name = "label2";
  247. this.label2.Size = new System.Drawing.Size(98, 22);
  248. this.label2.TabIndex = 5;
  249. this.label2.Text = "Название:";
  250. //
  251. // tbxDescr
  252. //
  253. this.tbxDescr.Location = new System.Drawing.Point(340, 36);
  254. this.tbxDescr.Margin = new System.Windows.Forms.Padding(2);
  255. this.tbxDescr.Multiline = true;
  256. this.tbxDescr.Name = "tbxDescr";
  257. this.tbxDescr.Size = new System.Drawing.Size(202, 103);
  258. this.tbxDescr.TabIndex = 4;
  259. //
  260. // tbxColor
  261. //
  262. this.tbxColor.Location = new System.Drawing.Point(108, 78);
  263. this.tbxColor.Margin = new System.Windows.Forms.Padding(2);
  264. this.tbxColor.Name = "tbxColor";
  265. this.tbxColor.Size = new System.Drawing.Size(102, 29);
  266. this.tbxColor.TabIndex = 3;
  267. //
  268. // tbxLenght
  269. //
  270. this.tbxLenght.Location = new System.Drawing.Point(260, 45);
  271. this.tbxLenght.Margin = new System.Windows.Forms.Padding(2);
  272. this.tbxLenght.Name = "tbxLenght";
  273. this.tbxLenght.Size = new System.Drawing.Size(76, 29);
  274. this.tbxLenght.TabIndex = 2;
  275. //
  276. // tbxWidth
  277. //
  278. this.tbxWidth.Location = new System.Drawing.Point(108, 45);
  279. this.tbxWidth.Margin = new System.Windows.Forms.Padding(2);
  280. this.tbxWidth.Name = "tbxWidth";
  281. this.tbxWidth.Size = new System.Drawing.Size(76, 29);
  282. this.tbxWidth.TabIndex = 1;
  283. //
  284. // tbxTitle
  285. //
  286. this.tbxTitle.Location = new System.Drawing.Point(108, 12);
  287. this.tbxTitle.Margin = new System.Windows.Forms.Padding(2);
  288. this.tbxTitle.Name = "tbxTitle";
  289. this.tbxTitle.Size = new System.Drawing.Size(228, 29);
  290. this.tbxTitle.TabIndex = 0;
  291. //
  292. // tabPage2
  293. //
  294. this.tabPage2.Location = new System.Drawing.Point(4, 31);
  295. this.tabPage2.Margin = new System.Windows.Forms.Padding(2);
  296. this.tabPage2.Name = "tabPage2";
  297. this.tabPage2.Padding = new System.Windows.Forms.Padding(2);
  298. this.tabPage2.Size = new System.Drawing.Size(853, 433);
  299. this.tabPage2.TabIndex = 1;
  300. this.tabPage2.Text = "Добавить в документ фурнитуру";
  301. this.tabPage2.UseVisualStyleBackColor = true;
  302. //
  303. // pbxPhotoCloth
  304. //
  305. this.pbxPhotoCloth.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  306. this.pbxPhotoCloth.Location = new System.Drawing.Point(575, 12);
  307. this.pbxPhotoCloth.Margin = new System.Windows.Forms.Padding(2);
  308. this.pbxPhotoCloth.Name = "pbxPhotoCloth";
  309. this.pbxPhotoCloth.Size = new System.Drawing.Size(138, 127);
  310. this.pbxPhotoCloth.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  311. this.pbxPhotoCloth.TabIndex = 10;
  312. this.pbxPhotoCloth.TabStop = false;
  313. //
  314. // pbxPhoto
  315. //
  316. this.pbxPhoto.Dock = System.Windows.Forms.DockStyle.Right;
  317. this.pbxPhoto.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
  318. this.pbxPhoto.Location = new System.Drawing.Point(695, 0);
  319. this.pbxPhoto.Margin = new System.Windows.Forms.Padding(44, 20, 44, 20);
  320. this.pbxPhoto.Name = "pbxPhoto";
  321. this.pbxPhoto.Size = new System.Drawing.Size(188, 85);
  322. this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  323. this.pbxPhoto.TabIndex = 0;
  324. this.pbxPhoto.TabStop = false;
  325. //
  326. // ofdPhoto
  327. //
  328. this.ofdPhoto.FileName = "openFileDialog1";
  329. //
  330. // btnOk
  331. //
  332. this.btnOk.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  333. this.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  334. this.btnOk.Location = new System.Drawing.Point(11, 566);
  335. this.btnOk.Margin = new System.Windows.Forms.Padding(2);
  336. this.btnOk.Name = "btnOk";
  337. this.btnOk.Size = new System.Drawing.Size(142, 32);
  338. this.btnOk.TabIndex = 16;
  339. this.btnOk.Text = "OK";
  340. this.btnOk.UseVisualStyleBackColor = false;
  341. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  342. //
  343. // btnClose
  344. //
  345. this.btnClose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  346. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  347. this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  348. this.btnClose.Location = new System.Drawing.Point(726, 561);
  349. this.btnClose.Margin = new System.Windows.Forms.Padding(2);
  350. this.btnClose.Name = "btnClose";
  351. this.btnClose.Size = new System.Drawing.Size(142, 32);
  352. this.btnClose.TabIndex = 17;
  353. this.btnClose.Text = "Отменить";
  354. this.btnClose.UseVisualStyleBackColor = false;
  355. //
  356. // Column1
  357. //
  358. this.Column1.HeaderText = "Название";
  359. this.Column1.Name = "Column1";
  360. this.Column1.ReadOnly = true;
  361. this.Column1.Width = 150;
  362. //
  363. // Column2
  364. //
  365. this.Column2.HeaderText = "Цвет";
  366. this.Column2.Name = "Column2";
  367. this.Column2.ReadOnly = true;
  368. //
  369. // Column3
  370. //
  371. this.Column3.HeaderText = "Ширина";
  372. this.Column3.Name = "Column3";
  373. this.Column3.ReadOnly = true;
  374. //
  375. // Column4
  376. //
  377. this.Column4.HeaderText = "Длина";
  378. this.Column4.Name = "Column4";
  379. this.Column4.ReadOnly = true;
  380. //
  381. // Column5
  382. //
  383. this.Column5.HeaderText = "Описание";
  384. this.Column5.Name = "Column5";
  385. this.Column5.ReadOnly = true;
  386. this.Column5.Width = 200;
  387. //
  388. // FormAddTovar
  389. //
  390. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 22F);
  391. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  392. this.BackColor = System.Drawing.Color.White;
  393. this.ClientSize = new System.Drawing.Size(883, 604);
  394. this.Controls.Add(this.btnClose);
  395. this.Controls.Add(this.btnOk);
  396. this.Controls.Add(this.tabControl1);
  397. this.Controls.Add(this.panel1);
  398. this.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  399. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  400. this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  401. this.MaximizeBox = false;
  402. this.Name = "FormAddTovar";
  403. this.Text = "СУБД Швейная фабрика";
  404. this.panel1.ResumeLayout(false);
  405. this.panel1.PerformLayout();
  406. this.tabControl1.ResumeLayout(false);
  407. this.tabPage1.ResumeLayout(false);
  408. this.tabPage1.PerformLayout();
  409. ((System.ComponentModel.ISupportInitialize)(this.dgvCloth)).EndInit();
  410. ((System.ComponentModel.ISupportInitialize)(this.pbxPhotoCloth)).EndInit();
  411. ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit();
  412. this.ResumeLayout(false);
  413. }
  414. #endregion
  415. private System.Windows.Forms.Panel panel1;
  416. private System.Windows.Forms.Label label1;
  417. private System.Windows.Forms.PictureBox pbxPhoto;
  418. private System.Windows.Forms.TabControl tabControl1;
  419. private System.Windows.Forms.TabPage tabPage1;
  420. private System.Windows.Forms.Button btnDelCloth;
  421. private System.Windows.Forms.DataGridView dgvCloth;
  422. private System.Windows.Forms.Button btnAddCloth;
  423. private System.Windows.Forms.Button btnClearPhoto;
  424. private System.Windows.Forms.Button btnLoadPhoto;
  425. private System.Windows.Forms.PictureBox pbxPhotoCloth;
  426. private System.Windows.Forms.Label label6;
  427. private System.Windows.Forms.Label label5;
  428. private System.Windows.Forms.Label label4;
  429. private System.Windows.Forms.Label label3;
  430. private System.Windows.Forms.Label label2;
  431. private System.Windows.Forms.TextBox tbxDescr;
  432. private System.Windows.Forms.TextBox tbxColor;
  433. private System.Windows.Forms.TextBox tbxLenght;
  434. private System.Windows.Forms.TextBox tbxWidth;
  435. private System.Windows.Forms.TextBox tbxTitle;
  436. private System.Windows.Forms.TabPage tabPage2;
  437. private System.Windows.Forms.OpenFileDialog ofdPhoto;
  438. private System.Windows.Forms.Button btnOk;
  439. private System.Windows.Forms.Button btnClose;
  440. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  441. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  442. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  443. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  444. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  445. }
  446. }