Form4.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  1. namespace Yurevich_InternetProdazhi
  2. {
  3. partial class Form4
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form4));
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.yurevich_INTERNET_PRODAZHIDataSet = new Yurevich_InternetProdazhi.Yurevich_INTERNET_PRODAZHIDataSet();
  34. this.интернет_магазиныBindingSource = new System.Windows.Forms.BindingSource(this.components);
  35. this.интернет_магазиныTableAdapter = new Yurevich_InternetProdazhi.Yurevich_INTERNET_PRODAZHIDataSetTableAdapters.Интернет_магазиныTableAdapter();
  36. this.tableAdapterManager = new Yurevich_InternetProdazhi.Yurevich_INTERNET_PRODAZHIDataSetTableAdapters.TableAdapterManager();
  37. this.интернет_магазиныBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  38. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  39. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  40. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  41. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  42. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  43. this.электронный_адресTextBox = new System.Windows.Forms.TextBox();
  44. this.оплата_доставкиCheckBox = new System.Windows.Forms.CheckBox();
  45. this.интернет_магазиныDataGridView = new System.Windows.Forms.DataGridView();
  46. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  49. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  50. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  51. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  52. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  53. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  54. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  55. this.интернет_магазиныBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  56. электронный_адресLabel = new System.Windows.Forms.Label();
  57. оплата_доставкиLabel = new System.Windows.Forms.Label();
  58. ((System.ComponentModel.ISupportInitialize)(this.yurevich_INTERNET_PRODAZHIDataSet)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.интернет_магазиныBindingSource)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.интернет_магазиныBindingNavigator)).BeginInit();
  61. this.интернет_магазиныBindingNavigator.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.интернет_магазиныDataGridView)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // label1
  66. //
  67. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  68. this.label1.Location = new System.Drawing.Point(230, 33);
  69. this.label1.Name = "label1";
  70. this.label1.Size = new System.Drawing.Size(354, 23);
  71. this.label1.TabIndex = 1;
  72. this.label1.Text = "Таблица \"Интернет-магазины\"";
  73. //
  74. // yurevich_INTERNET_PRODAZHIDataSet
  75. //
  76. this.yurevich_INTERNET_PRODAZHIDataSet.DataSetName = "Yurevich_INTERNET_PRODAZHIDataSet";
  77. this.yurevich_INTERNET_PRODAZHIDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  78. //
  79. // интернет_магазиныBindingSource
  80. //
  81. this.интернет_магазиныBindingSource.DataMember = "Интернет-магазины";
  82. this.интернет_магазиныBindingSource.DataSource = this.yurevich_INTERNET_PRODAZHIDataSet;
  83. //
  84. // интернет_магазиныTableAdapter
  85. //
  86. this.интернет_магазиныTableAdapter.ClearBeforeFill = true;
  87. //
  88. // tableAdapterManager
  89. //
  90. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  91. this.tableAdapterManager.UpdateOrder = Yurevich_InternetProdazhi.Yurevich_INTERNET_PRODAZHIDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  92. this.tableAdapterManager.ДоставкаTableAdapter = null;
  93. this.tableAdapterManager.ЗаказыTableAdapter = null;
  94. this.tableAdapterManager.Интернет_магазиныTableAdapter = this.интернет_магазиныTableAdapter;
  95. this.tableAdapterManager.Магазины_ТоварыTableAdapter = null;
  96. this.tableAdapterManager.ТоварыTableAdapter = null;
  97. //
  98. // интернет_магазиныBindingNavigator
  99. //
  100. this.интернет_магазиныBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  101. this.интернет_магазиныBindingNavigator.BindingSource = this.интернет_магазиныBindingSource;
  102. this.интернет_магазиныBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  103. this.интернет_магазиныBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  104. this.интернет_магазиныBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  105. this.bindingNavigatorMoveFirstItem,
  106. this.bindingNavigatorMovePreviousItem,
  107. this.bindingNavigatorSeparator,
  108. this.bindingNavigatorPositionItem,
  109. this.bindingNavigatorCountItem,
  110. this.bindingNavigatorSeparator1,
  111. this.bindingNavigatorMoveNextItem,
  112. this.bindingNavigatorMoveLastItem,
  113. this.bindingNavigatorSeparator2,
  114. this.bindingNavigatorAddNewItem,
  115. this.bindingNavigatorDeleteItem,
  116. this.интернет_магазиныBindingNavigatorSaveItem});
  117. this.интернет_магазиныBindingNavigator.Location = new System.Drawing.Point(0, 0);
  118. this.интернет_магазиныBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  119. this.интернет_магазиныBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  120. this.интернет_магазиныBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  121. this.интернет_магазиныBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  122. this.интернет_магазиныBindingNavigator.Name = "интернет_магазиныBindingNavigator";
  123. this.интернет_магазиныBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  124. this.интернет_магазиныBindingNavigator.Size = new System.Drawing.Size(868, 25);
  125. this.интернет_магазиныBindingNavigator.TabIndex = 2;
  126. this.интернет_магазиныBindingNavigator.Text = "bindingNavigator1";
  127. //
  128. // bindingNavigatorSeparator
  129. //
  130. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  131. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  132. //
  133. // bindingNavigatorPositionItem
  134. //
  135. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  136. this.bindingNavigatorPositionItem.AutoSize = false;
  137. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  138. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  139. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  140. this.bindingNavigatorPositionItem.Text = "0";
  141. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  142. //
  143. // bindingNavigatorCountItem
  144. //
  145. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  146. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  147. this.bindingNavigatorCountItem.Text = "для {0}";
  148. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  149. //
  150. // bindingNavigatorSeparator1
  151. //
  152. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
  153. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  154. //
  155. // bindingNavigatorSeparator2
  156. //
  157. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  158. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  159. //
  160. // электронный_адресLabel
  161. //
  162. электронный_адресLabel.AutoSize = true;
  163. электронный_адресLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  164. электронный_адресLabel.Location = new System.Drawing.Point(12, 130);
  165. электронный_адресLabel.Name = "электронный_адресLabel";
  166. электронный_адресLabel.Size = new System.Drawing.Size(152, 18);
  167. электронный_адресLabel.TabIndex = 2;
  168. электронный_адресLabel.Text = "Электронный адрес:";
  169. //
  170. // электронный_адресTextBox
  171. //
  172. this.электронный_адресTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.интернет_магазиныBindingSource, "Электронный_адрес", true));
  173. this.электронный_адресTextBox.Location = new System.Drawing.Point(170, 131);
  174. this.электронный_адресTextBox.Name = "электронный_адресTextBox";
  175. this.электронный_адресTextBox.Size = new System.Drawing.Size(100, 20);
  176. this.электронный_адресTextBox.TabIndex = 3;
  177. //
  178. // оплата_доставкиLabel
  179. //
  180. оплата_доставкиLabel.AutoSize = true;
  181. оплата_доставкиLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  182. оплата_доставкиLabel.Location = new System.Drawing.Point(12, 177);
  183. оплата_доставкиLabel.Name = "оплата_доставкиLabel";
  184. оплата_доставкиLabel.Size = new System.Drawing.Size(133, 18);
  185. оплата_доставкиLabel.TabIndex = 4;
  186. оплата_доставкиLabel.Text = "Оплата доставки:";
  187. //
  188. // оплата_доставкиCheckBox
  189. //
  190. this.оплата_доставкиCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.интернет_магазиныBindingSource, "Оплата_доставки", true));
  191. this.оплата_доставкиCheckBox.Location = new System.Drawing.Point(170, 177);
  192. this.оплата_доставкиCheckBox.Name = "оплата_доставкиCheckBox";
  193. this.оплата_доставкиCheckBox.Size = new System.Drawing.Size(185, 24);
  194. this.оплата_доставкиCheckBox.TabIndex = 5;
  195. this.оплата_доставкиCheckBox.Text = "отметить, если заказ оплачен";
  196. this.оплата_доставкиCheckBox.UseVisualStyleBackColor = true;
  197. //
  198. // интернет_магазиныDataGridView
  199. //
  200. this.интернет_магазиныDataGridView.AutoGenerateColumns = false;
  201. this.интернет_магазиныDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  202. this.интернет_магазиныDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  203. this.dataGridViewTextBoxColumn1,
  204. this.dataGridViewTextBoxColumn2,
  205. this.dataGridViewCheckBoxColumn1});
  206. this.интернет_магазиныDataGridView.DataSource = this.интернет_магазиныBindingSource;
  207. this.интернет_магазиныDataGridView.Location = new System.Drawing.Point(361, 130);
  208. this.интернет_магазиныDataGridView.Name = "интернет_магазиныDataGridView";
  209. this.интернет_магазиныDataGridView.Size = new System.Drawing.Size(346, 220);
  210. this.интернет_магазиныDataGridView.TabIndex = 6;
  211. //
  212. // dataGridViewTextBoxColumn1
  213. //
  214. this.dataGridViewTextBoxColumn1.DataPropertyName = "Код_магазина";
  215. this.dataGridViewTextBoxColumn1.HeaderText = "Код_магазина";
  216. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  217. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  218. //
  219. // dataGridViewTextBoxColumn2
  220. //
  221. this.dataGridViewTextBoxColumn2.DataPropertyName = "Электронный_адрес";
  222. this.dataGridViewTextBoxColumn2.HeaderText = "Электронный_адрес";
  223. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  224. //
  225. // dataGridViewCheckBoxColumn1
  226. //
  227. this.dataGridViewCheckBoxColumn1.DataPropertyName = "Оплата_доставки";
  228. this.dataGridViewCheckBoxColumn1.HeaderText = "Оплата_доставки";
  229. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  230. //
  231. // bindingNavigatorAddNewItem
  232. //
  233. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  234. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  235. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  236. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  237. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  238. this.bindingNavigatorAddNewItem.Text = "Добавить";
  239. //
  240. // bindingNavigatorDeleteItem
  241. //
  242. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  243. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  244. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  245. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  246. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  247. this.bindingNavigatorDeleteItem.Text = "Удалить";
  248. //
  249. // bindingNavigatorMoveFirstItem
  250. //
  251. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  252. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  253. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  254. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  255. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  256. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  257. //
  258. // bindingNavigatorMovePreviousItem
  259. //
  260. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  261. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  262. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  263. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  264. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  265. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  266. //
  267. // bindingNavigatorMoveNextItem
  268. //
  269. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  270. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  271. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  272. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  273. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  274. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  275. //
  276. // bindingNavigatorMoveLastItem
  277. //
  278. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  279. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  280. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  281. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  282. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  283. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  284. //
  285. // интернет_магазиныBindingNavigatorSaveItem
  286. //
  287. this.интернет_магазиныBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  288. this.интернет_магазиныBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("интернет_магазиныBindingNavigatorSaveItem.Image")));
  289. this.интернет_магазиныBindingNavigatorSaveItem.Name = "интернет_магазиныBindingNavigatorSaveItem";
  290. this.интернет_магазиныBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  291. this.интернет_магазиныBindingNavigatorSaveItem.Text = "Сохранить данные";
  292. this.интернет_магазиныBindingNavigatorSaveItem.Click += new System.EventHandler(this.интернет_магазиныBindingNavigatorSaveItem_Click);
  293. //
  294. // Form4
  295. //
  296. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  297. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  298. this.BackColor = System.Drawing.SystemColors.AppWorkspace;
  299. this.ClientSize = new System.Drawing.Size(868, 356);
  300. this.Controls.Add(this.интернет_магазиныDataGridView);
  301. this.Controls.Add(оплата_доставкиLabel);
  302. this.Controls.Add(this.оплата_доставкиCheckBox);
  303. this.Controls.Add(электронный_адресLabel);
  304. this.Controls.Add(this.электронный_адресTextBox);
  305. this.Controls.Add(this.интернет_магазиныBindingNavigator);
  306. this.Controls.Add(this.label1);
  307. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  308. this.MaximizeBox = false;
  309. this.MinimizeBox = false;
  310. this.Name = "Form4";
  311. this.Text = "Таблица \"Интернет-магазины\"";
  312. this.Load += new System.EventHandler(this.Form4_Load);
  313. ((System.ComponentModel.ISupportInitialize)(this.yurevich_INTERNET_PRODAZHIDataSet)).EndInit();
  314. ((System.ComponentModel.ISupportInitialize)(this.интернет_магазиныBindingSource)).EndInit();
  315. ((System.ComponentModel.ISupportInitialize)(this.интернет_магазиныBindingNavigator)).EndInit();
  316. this.интернет_магазиныBindingNavigator.ResumeLayout(false);
  317. this.интернет_магазиныBindingNavigator.PerformLayout();
  318. ((System.ComponentModel.ISupportInitialize)(this.интернет_магазиныDataGridView)).EndInit();
  319. this.ResumeLayout(false);
  320. this.PerformLayout();
  321. }
  322. #endregion
  323. private System.Windows.Forms.Label label1;
  324. private Yurevich_INTERNET_PRODAZHIDataSet yurevich_INTERNET_PRODAZHIDataSet;
  325. private System.Windows.Forms.BindingSource интернет_магазиныBindingSource;
  326. private Yurevich_INTERNET_PRODAZHIDataSetTableAdapters.Интернет_магазиныTableAdapter интернет_магазиныTableAdapter;
  327. private Yurevich_INTERNET_PRODAZHIDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  328. private System.Windows.Forms.BindingNavigator интернет_магазиныBindingNavigator;
  329. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  330. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  331. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  332. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  333. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  334. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  335. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  336. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  337. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  338. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  339. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  340. private System.Windows.Forms.ToolStripButton интернет_магазиныBindingNavigatorSaveItem;
  341. private System.Windows.Forms.TextBox электронный_адресTextBox;
  342. private System.Windows.Forms.CheckBox оплата_доставкиCheckBox;
  343. private System.Windows.Forms.DataGridView интернет_магазиныDataGridView;
  344. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  345. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  346. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  347. }
  348. }