FAddZakaz.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557
  1. namespace Фабрика
  2. {
  3. partial class FAddZakaz
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.Label descriptionLabel;
  30. System.Windows.Forms.Label lengthLabel;
  31. System.Windows.Forms.Label widthLabel;
  32. System.Windows.Forms.Label colorLabel;
  33. System.Windows.Forms.Label nametkanLabel;
  34. System.Windows.Forms.Label label2;
  35. System.Windows.Forms.Label label3;
  36. System.Windows.Forms.Label label4;
  37. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FAddZakaz));
  38. this.BtnCancel = new System.Windows.Forms.Button();
  39. this.BtnOK = new System.Windows.Forms.Button();
  40. this.tabControl1 = new System.Windows.Forms.TabControl();
  41. this.tabPage1 = new System.Windows.Forms.TabPage();
  42. this.label5 = new System.Windows.Forms.Label();
  43. this.TbxCountIzd = new System.Windows.Forms.TextBox();
  44. this.tabPage2 = new System.Windows.Forms.TabPage();
  45. this.DescriptionTextBox = new System.Windows.Forms.TextBox();
  46. this.LengthTextBox = new System.Windows.Forms.TextBox();
  47. this.WidthTextBox = new System.Windows.Forms.TextBox();
  48. this.ColorTextBox = new System.Windows.Forms.TextBox();
  49. this.NametkanTextBox = new System.Windows.Forms.TextBox();
  50. this.LVTkani = new System.Windows.Forms.ListView();
  51. this.tabPage3 = new System.Windows.Forms.TabPage();
  52. this.TbxCountFur = new System.Windows.Forms.TextBox();
  53. this.TbxCountFurSklad = new System.Windows.Forms.TextBox();
  54. this.TbxNameFur = new System.Windows.Forms.TextBox();
  55. this.LVFurnitura = new System.Windows.Forms.ListView();
  56. this.panel1 = new System.Windows.Forms.Panel();
  57. this.label1 = new System.Windows.Forms.Label();
  58. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  59. this.dbFabrika2024DataSet = new Фабрика.dbFabrika2024DataSet();
  60. this.izdelieBindingSource = new System.Windows.Forms.BindingSource(this.components);
  61. this.izdelieTableAdapter = new Фабрика.dbFabrika2024DataSetTableAdapters.IzdelieTableAdapter();
  62. this.tableAdapterManager = new Фабрика.dbFabrika2024DataSetTableAdapters.TableAdapterManager();
  63. this.id_izdelieLabel1 = new System.Windows.Forms.Label();
  64. this.DgvIzd = new System.Windows.Forms.DataGridView();
  65. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.ImageListFur = new System.Windows.Forms.ImageList(this.components);
  69. this.imageListTkani = new System.Windows.Forms.ImageList(this.components);
  70. descriptionLabel = new System.Windows.Forms.Label();
  71. lengthLabel = new System.Windows.Forms.Label();
  72. widthLabel = new System.Windows.Forms.Label();
  73. colorLabel = new System.Windows.Forms.Label();
  74. nametkanLabel = new System.Windows.Forms.Label();
  75. label2 = new System.Windows.Forms.Label();
  76. label3 = new System.Windows.Forms.Label();
  77. label4 = new System.Windows.Forms.Label();
  78. this.tabControl1.SuspendLayout();
  79. this.tabPage1.SuspendLayout();
  80. this.tabPage2.SuspendLayout();
  81. this.tabPage3.SuspendLayout();
  82. this.panel1.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.dbFabrika2024DataSet)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.izdelieBindingSource)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.DgvIzd)).BeginInit();
  87. this.SuspendLayout();
  88. //
  89. // BtnCancel
  90. //
  91. this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  92. this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  93. this.BtnCancel.Location = new System.Drawing.Point(221, 483);
  94. this.BtnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  95. this.BtnCancel.Name = "BtnCancel";
  96. this.BtnCancel.Size = new System.Drawing.Size(177, 28);
  97. this.BtnCancel.TabIndex = 24;
  98. this.BtnCancel.Text = "Отменить";
  99. this.BtnCancel.UseVisualStyleBackColor = false;
  100. //
  101. // BtnOK
  102. //
  103. this.BtnOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  104. this.BtnOK.Location = new System.Drawing.Point(16, 483);
  105. this.BtnOK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  106. this.BtnOK.Name = "BtnOK";
  107. this.BtnOK.Size = new System.Drawing.Size(199, 28);
  108. this.BtnOK.TabIndex = 23;
  109. this.BtnOK.Text = "Сформировать заказ";
  110. this.BtnOK.UseVisualStyleBackColor = false;
  111. this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
  112. //
  113. // tabControl1
  114. //
  115. this.tabControl1.Controls.Add(this.tabPage1);
  116. this.tabControl1.Controls.Add(this.tabPage2);
  117. this.tabControl1.Controls.Add(this.tabPage3);
  118. this.tabControl1.Location = new System.Drawing.Point(12, 134);
  119. this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  120. this.tabControl1.Name = "tabControl1";
  121. this.tabControl1.SelectedIndex = 0;
  122. this.tabControl1.Size = new System.Drawing.Size(763, 345);
  123. this.tabControl1.TabIndex = 22;
  124. //
  125. // tabPage1
  126. //
  127. this.tabPage1.AutoScroll = true;
  128. this.tabPage1.Controls.Add(this.DgvIzd);
  129. this.tabPage1.Controls.Add(this.label5);
  130. this.tabPage1.Controls.Add(this.TbxCountIzd);
  131. this.tabPage1.Location = new System.Drawing.Point(4, 25);
  132. this.tabPage1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  133. this.tabPage1.Name = "tabPage1";
  134. this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  135. this.tabPage1.Size = new System.Drawing.Size(755, 316);
  136. this.tabPage1.TabIndex = 0;
  137. this.tabPage1.Text = "Изделие";
  138. this.tabPage1.UseVisualStyleBackColor = true;
  139. //
  140. // label5
  141. //
  142. this.label5.AutoSize = true;
  143. this.label5.Location = new System.Drawing.Point(7, 231);
  144. this.label5.Name = "label5";
  145. this.label5.Size = new System.Drawing.Size(221, 16);
  146. this.label5.TabIndex = 2;
  147. this.label5.Text = "Введите кол-во изделий для заказа";
  148. //
  149. // TbxCountIzd
  150. //
  151. this.TbxCountIzd.Location = new System.Drawing.Point(7, 255);
  152. this.TbxCountIzd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  153. this.TbxCountIzd.Name = "TbxCountIzd";
  154. this.TbxCountIzd.Size = new System.Drawing.Size(100, 22);
  155. this.TbxCountIzd.TabIndex = 1;
  156. //
  157. // tabPage2
  158. //
  159. this.tabPage2.Controls.Add(descriptionLabel);
  160. this.tabPage2.Controls.Add(this.DescriptionTextBox);
  161. this.tabPage2.Controls.Add(lengthLabel);
  162. this.tabPage2.Controls.Add(this.LengthTextBox);
  163. this.tabPage2.Controls.Add(widthLabel);
  164. this.tabPage2.Controls.Add(this.WidthTextBox);
  165. this.tabPage2.Controls.Add(colorLabel);
  166. this.tabPage2.Controls.Add(this.ColorTextBox);
  167. this.tabPage2.Controls.Add(nametkanLabel);
  168. this.tabPage2.Controls.Add(this.NametkanTextBox);
  169. this.tabPage2.Controls.Add(this.LVTkani);
  170. this.tabPage2.Location = new System.Drawing.Point(4, 25);
  171. this.tabPage2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  172. this.tabPage2.Name = "tabPage2";
  173. this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  174. this.tabPage2.Size = new System.Drawing.Size(755, 316);
  175. this.tabPage2.TabIndex = 1;
  176. this.tabPage2.Text = "Ткань";
  177. this.tabPage2.UseVisualStyleBackColor = true;
  178. //
  179. // descriptionLabel
  180. //
  181. descriptionLabel.AutoSize = true;
  182. descriptionLabel.Location = new System.Drawing.Point(504, 176);
  183. descriptionLabel.Name = "descriptionLabel";
  184. descriptionLabel.Size = new System.Drawing.Size(70, 16);
  185. descriptionLabel.TabIndex = 9;
  186. descriptionLabel.Text = "Описание:";
  187. //
  188. // DescriptionTextBox
  189. //
  190. this.DescriptionTextBox.Location = new System.Drawing.Point(588, 174);
  191. this.DescriptionTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  192. this.DescriptionTextBox.Name = "DescriptionTextBox";
  193. this.DescriptionTextBox.ReadOnly = true;
  194. this.DescriptionTextBox.Size = new System.Drawing.Size(144, 22);
  195. this.DescriptionTextBox.TabIndex = 10;
  196. //
  197. // lengthLabel
  198. //
  199. lengthLabel.AutoSize = true;
  200. lengthLabel.Location = new System.Drawing.Point(527, 139);
  201. lengthLabel.Name = "lengthLabel";
  202. lengthLabel.Size = new System.Drawing.Size(48, 16);
  203. lengthLabel.TabIndex = 7;
  204. lengthLabel.Text = "Длина:";
  205. //
  206. // LengthTextBox
  207. //
  208. this.LengthTextBox.Location = new System.Drawing.Point(588, 135);
  209. this.LengthTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  210. this.LengthTextBox.Name = "LengthTextBox";
  211. this.LengthTextBox.ReadOnly = true;
  212. this.LengthTextBox.Size = new System.Drawing.Size(144, 22);
  213. this.LengthTextBox.TabIndex = 8;
  214. //
  215. // widthLabel
  216. //
  217. widthLabel.AutoSize = true;
  218. widthLabel.Location = new System.Drawing.Point(519, 103);
  219. widthLabel.Name = "widthLabel";
  220. widthLabel.Size = new System.Drawing.Size(57, 16);
  221. widthLabel.TabIndex = 5;
  222. widthLabel.Text = "Ширина:";
  223. //
  224. // WidthTextBox
  225. //
  226. this.WidthTextBox.Location = new System.Drawing.Point(588, 100);
  227. this.WidthTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  228. this.WidthTextBox.Name = "WidthTextBox";
  229. this.WidthTextBox.ReadOnly = true;
  230. this.WidthTextBox.Size = new System.Drawing.Size(144, 22);
  231. this.WidthTextBox.TabIndex = 6;
  232. //
  233. // colorLabel
  234. //
  235. colorLabel.AutoSize = true;
  236. colorLabel.Location = new System.Drawing.Point(537, 64);
  237. colorLabel.Name = "colorLabel";
  238. colorLabel.Size = new System.Drawing.Size(40, 16);
  239. colorLabel.TabIndex = 3;
  240. colorLabel.Text = "Цвет:";
  241. //
  242. // ColorTextBox
  243. //
  244. this.ColorTextBox.Location = new System.Drawing.Point(588, 62);
  245. this.ColorTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  246. this.ColorTextBox.Name = "ColorTextBox";
  247. this.ColorTextBox.ReadOnly = true;
  248. this.ColorTextBox.Size = new System.Drawing.Size(144, 22);
  249. this.ColorTextBox.TabIndex = 4;
  250. //
  251. // nametkanLabel
  252. //
  253. nametkanLabel.AutoSize = true;
  254. nametkanLabel.Location = new System.Drawing.Point(507, 25);
  255. nametkanLabel.Name = "nametkanLabel";
  256. nametkanLabel.Size = new System.Drawing.Size(68, 16);
  257. nametkanLabel.TabIndex = 1;
  258. nametkanLabel.Text = "Название:";
  259. //
  260. // NametkanTextBox
  261. //
  262. this.NametkanTextBox.Location = new System.Drawing.Point(588, 22);
  263. this.NametkanTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  264. this.NametkanTextBox.Name = "NametkanTextBox";
  265. this.NametkanTextBox.ReadOnly = true;
  266. this.NametkanTextBox.Size = new System.Drawing.Size(144, 22);
  267. this.NametkanTextBox.TabIndex = 2;
  268. //
  269. // LVTkani
  270. //
  271. this.LVTkani.Dock = System.Windows.Forms.DockStyle.Left;
  272. this.LVTkani.HideSelection = false;
  273. this.LVTkani.LargeImageList = this.imageListTkani;
  274. this.LVTkani.Location = new System.Drawing.Point(3, 2);
  275. this.LVTkani.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  276. this.LVTkani.Name = "LVTkani";
  277. this.LVTkani.Size = new System.Drawing.Size(452, 312);
  278. this.LVTkani.TabIndex = 0;
  279. this.LVTkani.UseCompatibleStateImageBehavior = false;
  280. this.LVTkani.SelectedIndexChanged += new System.EventHandler(this.LVTkani_SelectedIndexChanged);
  281. //
  282. // tabPage3
  283. //
  284. this.tabPage3.Controls.Add(label2);
  285. this.tabPage3.Controls.Add(this.TbxCountFur);
  286. this.tabPage3.Controls.Add(label3);
  287. this.tabPage3.Controls.Add(this.TbxCountFurSklad);
  288. this.tabPage3.Controls.Add(label4);
  289. this.tabPage3.Controls.Add(this.TbxNameFur);
  290. this.tabPage3.Controls.Add(this.LVFurnitura);
  291. this.tabPage3.Location = new System.Drawing.Point(4, 25);
  292. this.tabPage3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  293. this.tabPage3.Name = "tabPage3";
  294. this.tabPage3.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  295. this.tabPage3.Size = new System.Drawing.Size(755, 316);
  296. this.tabPage3.TabIndex = 2;
  297. this.tabPage3.Text = "Фурнитура";
  298. this.tabPage3.UseVisualStyleBackColor = true;
  299. //
  300. // label2
  301. //
  302. label2.AutoSize = true;
  303. label2.Location = new System.Drawing.Point(464, 135);
  304. label2.Name = "label2";
  305. label2.Size = new System.Drawing.Size(240, 16);
  306. label2.TabIndex = 11;
  307. label2.Text = "Укажите кол-во фурнитур для изделия:";
  308. //
  309. // TbxCountFur
  310. //
  311. this.TbxCountFur.Location = new System.Drawing.Point(589, 155);
  312. this.TbxCountFur.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  313. this.TbxCountFur.Name = "TbxCountFur";
  314. this.TbxCountFur.Size = new System.Drawing.Size(144, 22);
  315. this.TbxCountFur.TabIndex = 12;
  316. //
  317. // label3
  318. //
  319. label3.AutoSize = true;
  320. label3.Location = new System.Drawing.Point(457, 58);
  321. label3.Name = "label3";
  322. label3.Size = new System.Drawing.Size(115, 16);
  323. label3.TabIndex = 9;
  324. label3.Text = "Кол-во на складе:";
  325. //
  326. // TbxCountFurSklad
  327. //
  328. this.TbxCountFurSklad.Location = new System.Drawing.Point(589, 58);
  329. this.TbxCountFurSklad.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  330. this.TbxCountFurSklad.Name = "TbxCountFurSklad";
  331. this.TbxCountFurSklad.ReadOnly = true;
  332. this.TbxCountFurSklad.Size = new System.Drawing.Size(144, 22);
  333. this.TbxCountFurSklad.TabIndex = 10;
  334. //
  335. // label4
  336. //
  337. label4.AutoSize = true;
  338. label4.Location = new System.Drawing.Point(508, 22);
  339. label4.Name = "label4";
  340. label4.Size = new System.Drawing.Size(68, 16);
  341. label4.TabIndex = 7;
  342. label4.Text = "Название:";
  343. //
  344. // TbxNameFur
  345. //
  346. this.TbxNameFur.Location = new System.Drawing.Point(589, 18);
  347. this.TbxNameFur.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  348. this.TbxNameFur.Name = "TbxNameFur";
  349. this.TbxNameFur.ReadOnly = true;
  350. this.TbxNameFur.Size = new System.Drawing.Size(144, 22);
  351. this.TbxNameFur.TabIndex = 8;
  352. //
  353. // LVFurnitura
  354. //
  355. this.LVFurnitura.Dock = System.Windows.Forms.DockStyle.Left;
  356. this.LVFurnitura.HideSelection = false;
  357. this.LVFurnitura.LargeImageList = this.ImageListFur;
  358. this.LVFurnitura.Location = new System.Drawing.Point(3, 2);
  359. this.LVFurnitura.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  360. this.LVFurnitura.Name = "LVFurnitura";
  361. this.LVFurnitura.Size = new System.Drawing.Size(435, 312);
  362. this.LVFurnitura.TabIndex = 0;
  363. this.LVFurnitura.UseCompatibleStateImageBehavior = false;
  364. this.LVFurnitura.SelectedIndexChanged += new System.EventHandler(this.LVFurnitura_SelectedIndexChanged);
  365. //
  366. // panel1
  367. //
  368. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  369. this.panel1.Controls.Add(this.label1);
  370. this.panel1.Controls.Add(this.pictureBox1);
  371. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  372. this.panel1.Location = new System.Drawing.Point(0, 0);
  373. this.panel1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  374. this.panel1.Name = "panel1";
  375. this.panel1.Size = new System.Drawing.Size(780, 130);
  376. this.panel1.TabIndex = 21;
  377. //
  378. // label1
  379. //
  380. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  381. this.label1.Location = new System.Drawing.Point(182, 44);
  382. this.label1.Name = "label1";
  383. this.label1.Size = new System.Drawing.Size(351, 54);
  384. this.label1.TabIndex = 1;
  385. this.label1.Text = "Добавление нового заказа";
  386. //
  387. // pictureBox1
  388. //
  389. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  390. this.pictureBox1.Image = global::Фабрика.Properties.Resources.fabric_logo;
  391. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  392. this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  393. this.pictureBox1.Name = "pictureBox1";
  394. this.pictureBox1.Size = new System.Drawing.Size(176, 130);
  395. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  396. this.pictureBox1.TabIndex = 0;
  397. this.pictureBox1.TabStop = false;
  398. //
  399. // dbFabrika2024DataSet
  400. //
  401. this.dbFabrika2024DataSet.DataSetName = "dbFabrika2024DataSet";
  402. this.dbFabrika2024DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  403. //
  404. // izdelieBindingSource
  405. //
  406. this.izdelieBindingSource.DataMember = "Izdelie";
  407. this.izdelieBindingSource.DataSource = this.dbFabrika2024DataSet;
  408. //
  409. // izdelieTableAdapter
  410. //
  411. this.izdelieTableAdapter.ClearBeforeFill = true;
  412. //
  413. // tableAdapterManager
  414. //
  415. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  416. this.tableAdapterManager.CvetaTableAdapter = null;
  417. this.tableAdapterManager.FurnituraTableAdapter = null;
  418. this.tableAdapterManager.IzdelieTableAdapter = this.izdelieTableAdapter;
  419. this.tableAdapterManager.OrdersTableAdapter = null;
  420. this.tableAdapterManager.RoleTableAdapter = null;
  421. this.tableAdapterManager.TkaniTableAdapter = null;
  422. this.tableAdapterManager.UpdateOrder = Фабрика.dbFabrika2024DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  423. this.tableAdapterManager.UsersTableAdapter = null;
  424. //
  425. // id_izdelieLabel1
  426. //
  427. this.id_izdelieLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.izdelieBindingSource, "id_izdelie", true));
  428. this.id_izdelieLabel1.Location = new System.Drawing.Point(866, 171);
  429. this.id_izdelieLabel1.Name = "id_izdelieLabel1";
  430. this.id_izdelieLabel1.Size = new System.Drawing.Size(100, 23);
  431. this.id_izdelieLabel1.TabIndex = 27;
  432. this.id_izdelieLabel1.Text = "label6";
  433. //
  434. // DgvIzd
  435. //
  436. this.DgvIzd.AllowUserToAddRows = false;
  437. this.DgvIzd.AllowUserToDeleteRows = false;
  438. this.DgvIzd.AutoGenerateColumns = false;
  439. this.DgvIzd.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  440. this.DgvIzd.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  441. this.dataGridViewTextBoxColumn2,
  442. this.dataGridViewTextBoxColumn3,
  443. this.dataGridViewTextBoxColumn4});
  444. this.DgvIzd.DataSource = this.izdelieBindingSource;
  445. this.DgvIzd.Location = new System.Drawing.Point(7, 5);
  446. this.DgvIzd.Name = "DgvIzd";
  447. this.DgvIzd.ReadOnly = true;
  448. this.DgvIzd.RowHeadersVisible = false;
  449. this.DgvIzd.Size = new System.Drawing.Size(318, 220);
  450. this.DgvIzd.TabIndex = 2;
  451. //
  452. // dataGridViewTextBoxColumn2
  453. //
  454. this.dataGridViewTextBoxColumn2.DataPropertyName = "Name_izd";
  455. this.dataGridViewTextBoxColumn2.HeaderText = "Название";
  456. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  457. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  458. //
  459. // dataGridViewTextBoxColumn3
  460. //
  461. this.dataGridViewTextBoxColumn3.DataPropertyName = "length";
  462. this.dataGridViewTextBoxColumn3.HeaderText = "Длина";
  463. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  464. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  465. //
  466. // dataGridViewTextBoxColumn4
  467. //
  468. this.dataGridViewTextBoxColumn4.DataPropertyName = "width";
  469. this.dataGridViewTextBoxColumn4.HeaderText = "Ширина";
  470. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  471. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  472. //
  473. // ImageListFur
  474. //
  475. this.ImageListFur.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
  476. this.ImageListFur.ImageSize = new System.Drawing.Size(100, 100);
  477. this.ImageListFur.TransparentColor = System.Drawing.Color.Transparent;
  478. //
  479. // imageListTkani
  480. //
  481. this.imageListTkani.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
  482. this.imageListTkani.ImageSize = new System.Drawing.Size(100, 100);
  483. this.imageListTkani.TransparentColor = System.Drawing.Color.Transparent;
  484. //
  485. // FAddZakaz
  486. //
  487. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
  488. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  489. this.ClientSize = new System.Drawing.Size(780, 515);
  490. this.Controls.Add(this.id_izdelieLabel1);
  491. this.Controls.Add(this.BtnCancel);
  492. this.Controls.Add(this.BtnOK);
  493. this.Controls.Add(this.tabControl1);
  494. this.Controls.Add(this.panel1);
  495. this.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  496. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  497. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  498. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  499. this.MaximizeBox = false;
  500. this.Name = "FAddZakaz";
  501. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  502. this.Text = "СУБД \"Швейная фабрика\"";
  503. this.Load += new System.EventHandler(this.FAddZakaz_Load);
  504. this.tabControl1.ResumeLayout(false);
  505. this.tabPage1.ResumeLayout(false);
  506. this.tabPage1.PerformLayout();
  507. this.tabPage2.ResumeLayout(false);
  508. this.tabPage2.PerformLayout();
  509. this.tabPage3.ResumeLayout(false);
  510. this.tabPage3.PerformLayout();
  511. this.panel1.ResumeLayout(false);
  512. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  513. ((System.ComponentModel.ISupportInitialize)(this.dbFabrika2024DataSet)).EndInit();
  514. ((System.ComponentModel.ISupportInitialize)(this.izdelieBindingSource)).EndInit();
  515. ((System.ComponentModel.ISupportInitialize)(this.DgvIzd)).EndInit();
  516. this.ResumeLayout(false);
  517. }
  518. #endregion
  519. private System.Windows.Forms.Button BtnCancel;
  520. private System.Windows.Forms.Button BtnOK;
  521. private System.Windows.Forms.TabControl tabControl1;
  522. private System.Windows.Forms.TabPage tabPage1;
  523. private System.Windows.Forms.Label label5;
  524. private System.Windows.Forms.TextBox TbxCountIzd;
  525. private System.Windows.Forms.TabPage tabPage2;
  526. private System.Windows.Forms.TextBox DescriptionTextBox;
  527. private System.Windows.Forms.TextBox LengthTextBox;
  528. private System.Windows.Forms.TextBox WidthTextBox;
  529. private System.Windows.Forms.TextBox ColorTextBox;
  530. private System.Windows.Forms.TextBox NametkanTextBox;
  531. private System.Windows.Forms.ListView LVTkani;
  532. private System.Windows.Forms.TabPage tabPage3;
  533. private System.Windows.Forms.TextBox TbxCountFur;
  534. private System.Windows.Forms.TextBox TbxCountFurSklad;
  535. private System.Windows.Forms.TextBox TbxNameFur;
  536. private System.Windows.Forms.ListView LVFurnitura;
  537. private System.Windows.Forms.Panel panel1;
  538. private System.Windows.Forms.Label label1;
  539. private System.Windows.Forms.PictureBox pictureBox1;
  540. private dbFabrika2024DataSet dbFabrika2024DataSet;
  541. private System.Windows.Forms.BindingSource izdelieBindingSource;
  542. private dbFabrika2024DataSetTableAdapters.IzdelieTableAdapter izdelieTableAdapter;
  543. private dbFabrika2024DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  544. private System.Windows.Forms.DataGridView DgvIzd;
  545. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  546. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  547. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  548. private System.Windows.Forms.Label id_izdelieLabel1;
  549. private System.Windows.Forms.ImageList imageListTkani;
  550. private System.Windows.Forms.ImageList ImageListFur;
  551. }
  552. }