Заказ товаров.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559
  1. namespace Lyakhov_Tovar
  2. {
  3. partial class Заказ_товаров
  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 количествоLabel;
  30. System.Windows.Forms.Label наименование_товараLabel;
  31. System.Windows.Forms.Label код_сотрудникаLabel;
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Заказ_товаров));
  33. System.Windows.Forms.Label код_поставщикаLabel;
  34. System.Windows.Forms.Label код_товараLabel;
  35. this.ляховDataSet = new Lyakhov_Tovar.ЛяховDataSet();
  36. this.заказ_товараBindingSource = new System.Windows.Forms.BindingSource(this.components);
  37. this.заказ_товараTableAdapter = new Lyakhov_Tovar.ЛяховDataSetTableAdapters.Заказ_товараTableAdapter();
  38. this.tableAdapterManager = new Lyakhov_Tovar.ЛяховDataSetTableAdapters.TableAdapterManager();
  39. this.заказ_товараBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  40. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  41. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  42. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  43. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  44. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  45. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  46. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  47. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  48. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  49. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  50. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  51. this.заказ_товараBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  52. this.заказ_товараDataGridView = new System.Windows.Forms.DataGridView();
  53. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.товарыBindingSource = new System.Windows.Forms.BindingSource(this.components);
  60. this.товарыTableAdapter = new Lyakhov_Tovar.ЛяховDataSetTableAdapters.ТоварыTableAdapter();
  61. this.товарыBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
  62. this.поставщикBindingSource = new System.Windows.Forms.BindingSource(this.components);
  63. this.поставщикTableAdapter = new Lyakhov_Tovar.ЛяховDataSetTableAdapters.ПоставщикTableAdapter();
  64. this.количествоTextBox = new System.Windows.Forms.TextBox();
  65. this.наименование_товараTextBox = new System.Windows.Forms.TextBox();
  66. this.код_сотрудникаTextBox = new System.Windows.Forms.TextBox();
  67. this.groupBox1 = new System.Windows.Forms.GroupBox();
  68. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  69. this.button1 = new System.Windows.Forms.Button();
  70. this.button2 = new System.Windows.Forms.Button();
  71. this.button3 = new System.Windows.Forms.Button();
  72. this.код_поставщикаTextBox = new System.Windows.Forms.TextBox();
  73. this.код_товараTextBox = new System.Windows.Forms.TextBox();
  74. количествоLabel = new System.Windows.Forms.Label();
  75. наименование_товараLabel = new System.Windows.Forms.Label();
  76. код_сотрудникаLabel = new System.Windows.Forms.Label();
  77. код_поставщикаLabel = new System.Windows.Forms.Label();
  78. код_товараLabel = new System.Windows.Forms.Label();
  79. ((System.ComponentModel.ISupportInitialize)(this.ляховDataSet)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.заказ_товараBindingSource)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.заказ_товараBindingNavigator)).BeginInit();
  82. this.заказ_товараBindingNavigator.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.заказ_товараDataGridView)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.товарыBindingSource)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.товарыBindingSource1)).BeginInit();
  86. ((System.ComponentModel.ISupportInitialize)(this.поставщикBindingSource)).BeginInit();
  87. this.groupBox1.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  89. this.SuspendLayout();
  90. //
  91. // количествоLabel
  92. //
  93. количествоLabel.AutoSize = true;
  94. количествоLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  95. количествоLabel.Location = new System.Drawing.Point(254, 101);
  96. количествоLabel.Name = "количествоLabel";
  97. количествоLabel.Size = new System.Drawing.Size(109, 21);
  98. количествоLabel.TabIndex = 6;
  99. количествоLabel.Text = "Количество:";
  100. //
  101. // наименование_товараLabel
  102. //
  103. наименование_товараLabel.AutoSize = true;
  104. наименование_товараLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  105. наименование_товараLabel.Location = new System.Drawing.Point(175, 60);
  106. наименование_товараLabel.Name = "наименование_товараLabel";
  107. наименование_товараLabel.Size = new System.Drawing.Size(188, 21);
  108. наименование_товараLabel.TabIndex = 8;
  109. наименование_товараLabel.Text = "Наименование товара:";
  110. //
  111. // код_сотрудникаLabel
  112. //
  113. код_сотрудникаLabel.AutoSize = true;
  114. код_сотрудникаLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  115. код_сотрудникаLabel.Location = new System.Drawing.Point(221, 18);
  116. код_сотрудникаLabel.Name = "код_сотрудникаLabel";
  117. код_сотрудникаLabel.Size = new System.Drawing.Size(142, 21);
  118. код_сотрудникаLabel.TabIndex = 10;
  119. код_сотрудникаLabel.Text = "Код сотрудника:";
  120. //
  121. // ляховDataSet
  122. //
  123. this.ляховDataSet.DataSetName = "ЛяховDataSet";
  124. this.ляховDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  125. //
  126. // заказ_товараBindingSource
  127. //
  128. this.заказ_товараBindingSource.DataMember = "Заказ товара";
  129. this.заказ_товараBindingSource.DataSource = this.ляховDataSet;
  130. //
  131. // заказ_товараTableAdapter
  132. //
  133. this.заказ_товараTableAdapter.ClearBeforeFill = true;
  134. //
  135. // tableAdapterManager
  136. //
  137. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  138. this.tableAdapterManager.UpdateOrder = Lyakhov_Tovar.ЛяховDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  139. this.tableAdapterManager.Заказ_товараTableAdapter = this.заказ_товараTableAdapter;
  140. this.tableAdapterManager.НакладнаяTableAdapter = null;
  141. this.tableAdapterManager.ПоставщикTableAdapter = null;
  142. this.tableAdapterManager.Продажа_товараTableAdapter = null;
  143. this.tableAdapterManager.СотрудникTableAdapter = null;
  144. this.tableAdapterManager.ТоварыTableAdapter = null;
  145. //
  146. // заказ_товараBindingNavigator
  147. //
  148. this.заказ_товараBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  149. this.заказ_товараBindingNavigator.BindingSource = this.заказ_товараBindingSource;
  150. this.заказ_товараBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  151. this.заказ_товараBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  152. this.заказ_товараBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  153. this.bindingNavigatorMoveFirstItem,
  154. this.bindingNavigatorMovePreviousItem,
  155. this.bindingNavigatorSeparator,
  156. this.bindingNavigatorPositionItem,
  157. this.bindingNavigatorCountItem,
  158. this.bindingNavigatorSeparator1,
  159. this.bindingNavigatorMoveNextItem,
  160. this.bindingNavigatorMoveLastItem,
  161. this.bindingNavigatorSeparator2,
  162. this.bindingNavigatorAddNewItem,
  163. this.bindingNavigatorDeleteItem,
  164. this.заказ_товараBindingNavigatorSaveItem});
  165. this.заказ_товараBindingNavigator.Location = new System.Drawing.Point(0, 0);
  166. this.заказ_товараBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  167. this.заказ_товараBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  168. this.заказ_товараBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  169. this.заказ_товараBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  170. this.заказ_товараBindingNavigator.Name = "заказ_товараBindingNavigator";
  171. this.заказ_товараBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  172. this.заказ_товараBindingNavigator.Size = new System.Drawing.Size(800, 25);
  173. this.заказ_товараBindingNavigator.TabIndex = 0;
  174. this.заказ_товараBindingNavigator.Text = "bindingNavigator1";
  175. this.заказ_товараBindingNavigator.Visible = false;
  176. //
  177. // bindingNavigatorAddNewItem
  178. //
  179. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  180. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  181. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  182. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  183. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  184. this.bindingNavigatorAddNewItem.Text = "Добавить";
  185. //
  186. // bindingNavigatorCountItem
  187. //
  188. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  189. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  190. this.bindingNavigatorCountItem.Text = "для {0}";
  191. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  192. //
  193. // bindingNavigatorDeleteItem
  194. //
  195. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  196. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  197. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  198. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  199. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  200. this.bindingNavigatorDeleteItem.Text = "Удалить";
  201. //
  202. // bindingNavigatorMoveFirstItem
  203. //
  204. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  205. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  206. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  207. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  208. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  209. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  210. //
  211. // bindingNavigatorMovePreviousItem
  212. //
  213. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  214. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  215. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  216. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  217. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  218. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  219. //
  220. // bindingNavigatorSeparator
  221. //
  222. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  223. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  224. //
  225. // bindingNavigatorPositionItem
  226. //
  227. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  228. this.bindingNavigatorPositionItem.AutoSize = false;
  229. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  230. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  231. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  232. this.bindingNavigatorPositionItem.Text = "0";
  233. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  234. //
  235. // bindingNavigatorSeparator1
  236. //
  237. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  238. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  239. //
  240. // bindingNavigatorMoveNextItem
  241. //
  242. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  243. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  244. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  245. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  246. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  247. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  248. //
  249. // bindingNavigatorMoveLastItem
  250. //
  251. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  252. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  253. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  254. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  255. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  256. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  257. //
  258. // bindingNavigatorSeparator2
  259. //
  260. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  261. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  262. //
  263. // заказ_товараBindingNavigatorSaveItem
  264. //
  265. this.заказ_товараBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  266. this.заказ_товараBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("заказ_товараBindingNavigatorSaveItem.Image")));
  267. this.заказ_товараBindingNavigatorSaveItem.Name = "заказ_товараBindingNavigatorSaveItem";
  268. this.заказ_товараBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  269. this.заказ_товараBindingNavigatorSaveItem.Text = "Сохранить данные";
  270. this.заказ_товараBindingNavigatorSaveItem.Click += new System.EventHandler(this.заказ_товараBindingNavigatorSaveItem_Click);
  271. //
  272. // заказ_товараDataGridView
  273. //
  274. this.заказ_товараDataGridView.AutoGenerateColumns = false;
  275. this.заказ_товараDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  276. this.заказ_товараDataGridView.BackgroundColor = System.Drawing.Color.Pink;
  277. this.заказ_товараDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  278. this.заказ_товараDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  279. this.dataGridViewTextBoxColumn1,
  280. this.dataGridViewTextBoxColumn2,
  281. this.dataGridViewTextBoxColumn3,
  282. this.dataGridViewTextBoxColumn4,
  283. this.dataGridViewTextBoxColumn5,
  284. this.dataGridViewTextBoxColumn6});
  285. this.заказ_товараDataGridView.DataSource = this.заказ_товараBindingSource;
  286. this.заказ_товараDataGridView.Location = new System.Drawing.Point(12, 266);
  287. this.заказ_товараDataGridView.Name = "заказ_товараDataGridView";
  288. this.заказ_товараDataGridView.Size = new System.Drawing.Size(695, 237);
  289. this.заказ_товараDataGridView.TabIndex = 1;
  290. //
  291. // dataGridViewTextBoxColumn1
  292. //
  293. this.dataGridViewTextBoxColumn1.DataPropertyName = "Код_сотрудника";
  294. this.dataGridViewTextBoxColumn1.HeaderText = "Код_сотрудника";
  295. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  296. //
  297. // dataGridViewTextBoxColumn2
  298. //
  299. this.dataGridViewTextBoxColumn2.DataPropertyName = "Наименование_товара";
  300. this.dataGridViewTextBoxColumn2.HeaderText = "Наименование_товара";
  301. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  302. //
  303. // dataGridViewTextBoxColumn3
  304. //
  305. this.dataGridViewTextBoxColumn3.DataPropertyName = "Количество";
  306. this.dataGridViewTextBoxColumn3.HeaderText = "Количество";
  307. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  308. //
  309. // dataGridViewTextBoxColumn4
  310. //
  311. this.dataGridViewTextBoxColumn4.DataPropertyName = "Код_поставщика";
  312. this.dataGridViewTextBoxColumn4.HeaderText = "Код_поставщика";
  313. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  314. //
  315. // dataGridViewTextBoxColumn5
  316. //
  317. this.dataGridViewTextBoxColumn5.DataPropertyName = "Код_заказа";
  318. this.dataGridViewTextBoxColumn5.HeaderText = "Код_заказа";
  319. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  320. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  321. //
  322. // dataGridViewTextBoxColumn6
  323. //
  324. this.dataGridViewTextBoxColumn6.DataPropertyName = "Код_товара";
  325. this.dataGridViewTextBoxColumn6.HeaderText = "Код_товара";
  326. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  327. //
  328. // товарыBindingSource
  329. //
  330. this.товарыBindingSource.DataMember = "Товары";
  331. this.товарыBindingSource.DataSource = this.ляховDataSet;
  332. //
  333. // товарыTableAdapter
  334. //
  335. this.товарыTableAdapter.ClearBeforeFill = true;
  336. //
  337. // товарыBindingSource1
  338. //
  339. this.товарыBindingSource1.DataMember = "FK_Товары_Заказ товара";
  340. this.товарыBindingSource1.DataSource = this.заказ_товараBindingSource;
  341. //
  342. // поставщикBindingSource
  343. //
  344. this.поставщикBindingSource.DataMember = "FK_Поставщик_Заказ товара";
  345. this.поставщикBindingSource.DataSource = this.заказ_товараBindingSource;
  346. //
  347. // поставщикTableAdapter
  348. //
  349. this.поставщикTableAdapter.ClearBeforeFill = true;
  350. //
  351. // количествоTextBox
  352. //
  353. this.количествоTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказ_товараBindingSource, "Количество", true));
  354. this.количествоTextBox.Location = new System.Drawing.Point(381, 102);
  355. this.количествоTextBox.Name = "количествоTextBox";
  356. this.количествоTextBox.Size = new System.Drawing.Size(100, 20);
  357. this.количествоTextBox.TabIndex = 7;
  358. //
  359. // наименование_товараTextBox
  360. //
  361. this.наименование_товараTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказ_товараBindingSource, "Наименование_товара", true));
  362. this.наименование_товараTextBox.Location = new System.Drawing.Point(381, 60);
  363. this.наименование_товараTextBox.Name = "наименование_товараTextBox";
  364. this.наименование_товараTextBox.Size = new System.Drawing.Size(100, 20);
  365. this.наименование_товараTextBox.TabIndex = 9;
  366. //
  367. // код_сотрудникаTextBox
  368. //
  369. this.код_сотрудникаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказ_товараBindingSource, "Код_сотрудника", true));
  370. this.код_сотрудникаTextBox.Location = new System.Drawing.Point(381, 19);
  371. this.код_сотрудникаTextBox.Name = "код_сотрудникаTextBox";
  372. this.код_сотрудникаTextBox.Size = new System.Drawing.Size(100, 20);
  373. this.код_сотрудникаTextBox.TabIndex = 11;
  374. //
  375. // groupBox1
  376. //
  377. this.groupBox1.Controls.Add(код_товараLabel);
  378. this.groupBox1.Controls.Add(this.код_товараTextBox);
  379. this.groupBox1.Controls.Add(код_поставщикаLabel);
  380. this.groupBox1.Controls.Add(this.код_поставщикаTextBox);
  381. this.groupBox1.Controls.Add(код_сотрудникаLabel);
  382. this.groupBox1.Controls.Add(количествоLabel);
  383. this.groupBox1.Controls.Add(this.наименование_товараTextBox);
  384. this.groupBox1.Controls.Add(this.количествоTextBox);
  385. this.groupBox1.Controls.Add(this.код_сотрудникаTextBox);
  386. this.groupBox1.Controls.Add(наименование_товараLabel);
  387. this.groupBox1.Location = new System.Drawing.Point(50, 37);
  388. this.groupBox1.Name = "groupBox1";
  389. this.groupBox1.Size = new System.Drawing.Size(501, 230);
  390. this.groupBox1.TabIndex = 12;
  391. this.groupBox1.TabStop = false;
  392. //
  393. // pictureBox1
  394. //
  395. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  396. this.pictureBox1.Location = new System.Drawing.Point(12, 12);
  397. this.pictureBox1.Name = "pictureBox1";
  398. this.pictureBox1.Size = new System.Drawing.Size(32, 38);
  399. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  400. this.pictureBox1.TabIndex = 18;
  401. this.pictureBox1.TabStop = false;
  402. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  403. //
  404. // button1
  405. //
  406. this.button1.BackColor = System.Drawing.Color.PaleTurquoise;
  407. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  408. this.button1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  409. this.button1.Location = new System.Drawing.Point(569, 37);
  410. this.button1.Name = "button1";
  411. this.button1.Size = new System.Drawing.Size(138, 65);
  412. this.button1.TabIndex = 21;
  413. this.button1.Text = "Добавить информацию о заказе";
  414. this.button1.UseVisualStyleBackColor = false;
  415. this.button1.Click += new System.EventHandler(this.button1_Click);
  416. //
  417. // button2
  418. //
  419. this.button2.BackColor = System.Drawing.Color.PaleTurquoise;
  420. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  421. this.button2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  422. this.button2.Location = new System.Drawing.Point(569, 116);
  423. this.button2.Name = "button2";
  424. this.button2.Size = new System.Drawing.Size(138, 65);
  425. this.button2.TabIndex = 22;
  426. this.button2.Text = "Сохранить изменения ";
  427. this.button2.UseVisualStyleBackColor = false;
  428. this.button2.Click += new System.EventHandler(this.button2_Click);
  429. //
  430. // button3
  431. //
  432. this.button3.BackColor = System.Drawing.Color.PaleTurquoise;
  433. this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  434. this.button3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  435. this.button3.Location = new System.Drawing.Point(569, 195);
  436. this.button3.Name = "button3";
  437. this.button3.Size = new System.Drawing.Size(138, 65);
  438. this.button3.TabIndex = 23;
  439. this.button3.Text = "Удалить";
  440. this.button3.UseVisualStyleBackColor = false;
  441. this.button3.Click += new System.EventHandler(this.button3_Click);
  442. //
  443. // код_поставщикаLabel
  444. //
  445. код_поставщикаLabel.AutoSize = true;
  446. код_поставщикаLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  447. код_поставщикаLabel.Location = new System.Drawing.Point(218, 151);
  448. код_поставщикаLabel.Name = "код_поставщикаLabel";
  449. код_поставщикаLabel.Size = new System.Drawing.Size(145, 21);
  450. код_поставщикаLabel.TabIndex = 11;
  451. код_поставщикаLabel.Text = "Код поставщика:";
  452. //
  453. // код_поставщикаTextBox
  454. //
  455. this.код_поставщикаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказ_товараBindingSource, "Код_поставщика", true));
  456. this.код_поставщикаTextBox.Location = new System.Drawing.Point(381, 151);
  457. this.код_поставщикаTextBox.Name = "код_поставщикаTextBox";
  458. this.код_поставщикаTextBox.Size = new System.Drawing.Size(100, 20);
  459. this.код_поставщикаTextBox.TabIndex = 12;
  460. //
  461. // код_товараLabel
  462. //
  463. код_товараLabel.AutoSize = true;
  464. код_товараLabel.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  465. код_товараLabel.Location = new System.Drawing.Point(260, 188);
  466. код_товараLabel.Name = "код_товараLabel";
  467. код_товараLabel.Size = new System.Drawing.Size(103, 21);
  468. код_товараLabel.TabIndex = 12;
  469. код_товараLabel.Text = "Код товара:";
  470. //
  471. // код_товараTextBox
  472. //
  473. this.код_товараTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.заказ_товараBindingSource, "Код_товара", true));
  474. this.код_товараTextBox.Location = new System.Drawing.Point(381, 190);
  475. this.код_товараTextBox.Name = "код_товараTextBox";
  476. this.код_товараTextBox.Size = new System.Drawing.Size(100, 20);
  477. this.код_товараTextBox.TabIndex = 13;
  478. //
  479. // Заказ_товаров
  480. //
  481. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 14F);
  482. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  483. this.BackColor = System.Drawing.Color.Pink;
  484. this.ClientSize = new System.Drawing.Size(756, 554);
  485. this.Controls.Add(this.button3);
  486. this.Controls.Add(this.button2);
  487. this.Controls.Add(this.button1);
  488. this.Controls.Add(this.pictureBox1);
  489. this.Controls.Add(this.groupBox1);
  490. this.Controls.Add(this.заказ_товараDataGridView);
  491. this.Controls.Add(this.заказ_товараBindingNavigator);
  492. this.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  493. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  494. this.Name = "Заказ_товаров";
  495. this.Text = "Заказ_товаров";
  496. this.Load += new System.EventHandler(this.Заказ_товаров_Load);
  497. ((System.ComponentModel.ISupportInitialize)(this.ляховDataSet)).EndInit();
  498. ((System.ComponentModel.ISupportInitialize)(this.заказ_товараBindingSource)).EndInit();
  499. ((System.ComponentModel.ISupportInitialize)(this.заказ_товараBindingNavigator)).EndInit();
  500. this.заказ_товараBindingNavigator.ResumeLayout(false);
  501. this.заказ_товараBindingNavigator.PerformLayout();
  502. ((System.ComponentModel.ISupportInitialize)(this.заказ_товараDataGridView)).EndInit();
  503. ((System.ComponentModel.ISupportInitialize)(this.товарыBindingSource)).EndInit();
  504. ((System.ComponentModel.ISupportInitialize)(this.товарыBindingSource1)).EndInit();
  505. ((System.ComponentModel.ISupportInitialize)(this.поставщикBindingSource)).EndInit();
  506. this.groupBox1.ResumeLayout(false);
  507. this.groupBox1.PerformLayout();
  508. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  509. this.ResumeLayout(false);
  510. this.PerformLayout();
  511. }
  512. #endregion
  513. private ЛяховDataSet ляховDataSet;
  514. private System.Windows.Forms.BindingSource заказ_товараBindingSource;
  515. private ЛяховDataSetTableAdapters.Заказ_товараTableAdapter заказ_товараTableAdapter;
  516. private ЛяховDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  517. private System.Windows.Forms.BindingNavigator заказ_товараBindingNavigator;
  518. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  519. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  520. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  521. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  522. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  523. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  524. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  525. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  526. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  527. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  528. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  529. private System.Windows.Forms.ToolStripButton заказ_товараBindingNavigatorSaveItem;
  530. private System.Windows.Forms.DataGridView заказ_товараDataGridView;
  531. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  532. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  533. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  534. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  535. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  536. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  537. private System.Windows.Forms.BindingSource товарыBindingSource;
  538. private ЛяховDataSetTableAdapters.ТоварыTableAdapter товарыTableAdapter;
  539. private System.Windows.Forms.BindingSource товарыBindingSource1;
  540. private System.Windows.Forms.BindingSource поставщикBindingSource;
  541. private ЛяховDataSetTableAdapters.ПоставщикTableAdapter поставщикTableAdapter;
  542. private System.Windows.Forms.TextBox количествоTextBox;
  543. private System.Windows.Forms.TextBox наименование_товараTextBox;
  544. private System.Windows.Forms.TextBox код_сотрудникаTextBox;
  545. private System.Windows.Forms.GroupBox groupBox1;
  546. private System.Windows.Forms.PictureBox pictureBox1;
  547. private System.Windows.Forms.Button button1;
  548. private System.Windows.Forms.Button button2;
  549. private System.Windows.Forms.Button button3;
  550. private System.Windows.Forms.TextBox код_товараTextBox;
  551. private System.Windows.Forms.TextBox код_поставщикаTextBox;
  552. }
  553. }