Form3.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  1. 
  2. namespace Rp42Ivanova
  3. {
  4. partial class Form3
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form3));
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.rp42IvanovaDataSet = new Rp42Ivanova.Rp42IvanovaDataSet();
  33. this.productBindingSource = new System.Windows.Forms.BindingSource(this.components);
  34. this.productTableAdapter = new Rp42Ivanova.Rp42IvanovaDataSetTableAdapters.productTableAdapter();
  35. this.tableAdapterManager = new Rp42Ivanova.Rp42IvanovaDataSetTableAdapters.TableAdapterManager();
  36. this.productBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  37. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  38. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  39. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  40. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  41. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  42. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  43. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  44. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  45. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  46. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  47. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  48. this.productBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  49. this.productDataGridView = new System.Windows.Forms.DataGridView();
  50. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.button1 = new System.Windows.Forms.Button();
  56. this.button2 = new System.Windows.Forms.Button();
  57. this.button3 = new System.Windows.Forms.Button();
  58. ((System.ComponentModel.ISupportInitialize)(this.rp42IvanovaDataSet)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.productBindingNavigator)).BeginInit();
  61. this.productBindingNavigator.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.productDataGridView)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // label1
  66. //
  67. this.label1.AutoSize = true;
  68. this.label1.Location = new System.Drawing.Point(228, 56);
  69. this.label1.Name = "label1";
  70. this.label1.Size = new System.Drawing.Size(44, 13);
  71. this.label1.TabIndex = 1;
  72. this.label1.Text = "Product";
  73. //
  74. // rp42IvanovaDataSet
  75. //
  76. this.rp42IvanovaDataSet.DataSetName = "Rp42IvanovaDataSet";
  77. this.rp42IvanovaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  78. //
  79. // productBindingSource
  80. //
  81. this.productBindingSource.DataMember = "product";
  82. this.productBindingSource.DataSource = this.rp42IvanovaDataSet;
  83. //
  84. // productTableAdapter
  85. //
  86. this.productTableAdapter.ClearBeforeFill = true;
  87. //
  88. // tableAdapterManager
  89. //
  90. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  91. this.tableAdapterManager.manufacturerTableAdapter = null;
  92. this.tableAdapterManager.productsaleTableAdapter = null;
  93. this.tableAdapterManager.productTableAdapter = this.productTableAdapter;
  94. this.tableAdapterManager.UpdateOrder = Rp42Ivanova.Rp42IvanovaDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  95. //
  96. // productBindingNavigator
  97. //
  98. this.productBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  99. this.productBindingNavigator.BindingSource = this.productBindingSource;
  100. this.productBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  101. this.productBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  102. this.productBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  103. this.bindingNavigatorMoveFirstItem,
  104. this.bindingNavigatorMovePreviousItem,
  105. this.bindingNavigatorSeparator,
  106. this.bindingNavigatorPositionItem,
  107. this.bindingNavigatorCountItem,
  108. this.bindingNavigatorSeparator1,
  109. this.bindingNavigatorMoveNextItem,
  110. this.bindingNavigatorMoveLastItem,
  111. this.bindingNavigatorSeparator2,
  112. this.bindingNavigatorAddNewItem,
  113. this.bindingNavigatorDeleteItem,
  114. this.productBindingNavigatorSaveItem});
  115. this.productBindingNavigator.Location = new System.Drawing.Point(0, 0);
  116. this.productBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  117. this.productBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  118. this.productBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  119. this.productBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  120. this.productBindingNavigator.Name = "productBindingNavigator";
  121. this.productBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  122. this.productBindingNavigator.Size = new System.Drawing.Size(800, 25);
  123. this.productBindingNavigator.TabIndex = 2;
  124. this.productBindingNavigator.Text = "bindingNavigator1";
  125. //
  126. // bindingNavigatorAddNewItem
  127. //
  128. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  129. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  130. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  131. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  132. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  133. this.bindingNavigatorAddNewItem.Text = "Добавить";
  134. //
  135. // bindingNavigatorCountItem
  136. //
  137. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  138. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 22);
  139. this.bindingNavigatorCountItem.Text = "для {0}";
  140. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  141. //
  142. // bindingNavigatorDeleteItem
  143. //
  144. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  145. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  146. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  147. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  148. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
  149. this.bindingNavigatorDeleteItem.Text = "Удалить";
  150. //
  151. // bindingNavigatorMoveFirstItem
  152. //
  153. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  154. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  155. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  156. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  157. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  158. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  159. //
  160. // bindingNavigatorMovePreviousItem
  161. //
  162. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  163. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  164. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  165. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  166. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  167. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  168. //
  169. // bindingNavigatorSeparator
  170. //
  171. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  172. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  173. //
  174. // bindingNavigatorPositionItem
  175. //
  176. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  177. this.bindingNavigatorPositionItem.AutoSize = false;
  178. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  179. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  180. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  181. this.bindingNavigatorPositionItem.Text = "0";
  182. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  183. //
  184. // bindingNavigatorSeparator1
  185. //
  186. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  187. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  188. //
  189. // bindingNavigatorMoveNextItem
  190. //
  191. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  192. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  193. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  194. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  195. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  196. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  197. //
  198. // bindingNavigatorMoveLastItem
  199. //
  200. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  201. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  202. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  203. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  204. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  205. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  206. //
  207. // bindingNavigatorSeparator2
  208. //
  209. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  210. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  211. //
  212. // productBindingNavigatorSaveItem
  213. //
  214. this.productBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  215. this.productBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("productBindingNavigatorSaveItem.Image")));
  216. this.productBindingNavigatorSaveItem.Name = "productBindingNavigatorSaveItem";
  217. this.productBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
  218. this.productBindingNavigatorSaveItem.Text = "Сохранить данные";
  219. this.productBindingNavigatorSaveItem.Click += new System.EventHandler(this.productBindingNavigatorSaveItem_Click);
  220. //
  221. // productDataGridView
  222. //
  223. this.productDataGridView.AutoGenerateColumns = false;
  224. this.productDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  225. this.productDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  226. this.dataGridViewTextBoxColumn1,
  227. this.dataGridViewTextBoxColumn2,
  228. this.dataGridViewTextBoxColumn3,
  229. this.dataGridViewTextBoxColumn4,
  230. this.dataGridViewTextBoxColumn5});
  231. this.productDataGridView.DataSource = this.productBindingSource;
  232. this.productDataGridView.Location = new System.Drawing.Point(24, 84);
  233. this.productDataGridView.Name = "productDataGridView";
  234. this.productDataGridView.Size = new System.Drawing.Size(540, 220);
  235. this.productDataGridView.TabIndex = 2;
  236. //
  237. // dataGridViewTextBoxColumn1
  238. //
  239. this.dataGridViewTextBoxColumn1.DataPropertyName = "Наименование_товара";
  240. this.dataGridViewTextBoxColumn1.HeaderText = "Наименование_товара";
  241. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  242. //
  243. // dataGridViewTextBoxColumn2
  244. //
  245. this.dataGridViewTextBoxColumn2.DataPropertyName = "Главное_изображение";
  246. this.dataGridViewTextBoxColumn2.HeaderText = "Главное_изображение";
  247. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  248. //
  249. // dataGridViewTextBoxColumn3
  250. //
  251. this.dataGridViewTextBoxColumn3.DataPropertyName = "Производитель";
  252. this.dataGridViewTextBoxColumn3.HeaderText = "Производитель";
  253. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  254. //
  255. // dataGridViewTextBoxColumn4
  256. //
  257. this.dataGridViewTextBoxColumn4.DataPropertyName = "Активен";
  258. this.dataGridViewTextBoxColumn4.HeaderText = "Активен";
  259. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  260. //
  261. // dataGridViewTextBoxColumn5
  262. //
  263. this.dataGridViewTextBoxColumn5.DataPropertyName = "Цена";
  264. this.dataGridViewTextBoxColumn5.HeaderText = "Цена";
  265. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  266. //
  267. // button1
  268. //
  269. this.button1.Location = new System.Drawing.Point(625, 123);
  270. this.button1.Name = "button1";
  271. this.button1.Size = new System.Drawing.Size(75, 23);
  272. this.button1.TabIndex = 12;
  273. this.button1.Text = "Добавить";
  274. this.button1.UseVisualStyleBackColor = true;
  275. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  276. //
  277. // button2
  278. //
  279. this.button2.Location = new System.Drawing.Point(625, 161);
  280. this.button2.Name = "button2";
  281. this.button2.Size = new System.Drawing.Size(75, 23);
  282. this.button2.TabIndex = 13;
  283. this.button2.Text = "Удалить";
  284. this.button2.UseVisualStyleBackColor = true;
  285. this.button2.Click += new System.EventHandler(this.button2_Click_1);
  286. //
  287. // button3
  288. //
  289. this.button3.Location = new System.Drawing.Point(625, 203);
  290. this.button3.Name = "button3";
  291. this.button3.Size = new System.Drawing.Size(75, 23);
  292. this.button3.TabIndex = 14;
  293. this.button3.Text = "Сохранить";
  294. this.button3.UseVisualStyleBackColor = true;
  295. this.button3.Click += new System.EventHandler(this.button3_Click_1);
  296. //
  297. // Form3
  298. //
  299. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  300. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  301. this.ClientSize = new System.Drawing.Size(800, 450);
  302. this.Controls.Add(this.button3);
  303. this.Controls.Add(this.button2);
  304. this.Controls.Add(this.button1);
  305. this.Controls.Add(this.productDataGridView);
  306. this.Controls.Add(this.productBindingNavigator);
  307. this.Controls.Add(this.label1);
  308. this.Name = "Form3";
  309. this.Text = "Form3";
  310. this.Load += new System.EventHandler(this.Form3_Load);
  311. ((System.ComponentModel.ISupportInitialize)(this.rp42IvanovaDataSet)).EndInit();
  312. ((System.ComponentModel.ISupportInitialize)(this.productBindingSource)).EndInit();
  313. ((System.ComponentModel.ISupportInitialize)(this.productBindingNavigator)).EndInit();
  314. this.productBindingNavigator.ResumeLayout(false);
  315. this.productBindingNavigator.PerformLayout();
  316. ((System.ComponentModel.ISupportInitialize)(this.productDataGridView)).EndInit();
  317. this.ResumeLayout(false);
  318. this.PerformLayout();
  319. }
  320. #endregion
  321. private System.Windows.Forms.Label label1;
  322. private Rp42IvanovaDataSet rp42IvanovaDataSet;
  323. private System.Windows.Forms.BindingSource productBindingSource;
  324. private Rp42IvanovaDataSetTableAdapters.productTableAdapter productTableAdapter;
  325. private Rp42IvanovaDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  326. private System.Windows.Forms.BindingNavigator productBindingNavigator;
  327. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  328. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  329. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  330. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  331. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  332. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  333. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  334. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  335. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  336. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  337. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  338. private System.Windows.Forms.ToolStripButton productBindingNavigatorSaveItem;
  339. private System.Windows.Forms.DataGridView productDataGridView;
  340. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  341. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  342. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  343. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  344. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  345. private System.Windows.Forms.Button button1;
  346. private System.Windows.Forms.Button button2;
  347. private System.Windows.Forms.Button button3;
  348. }
  349. }