FormAddZakaz.Designer.cs 30 KB

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