Form5.Designer.cs 33 KB

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