Поставщики.Designer.cs 36 KB

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