Form2.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. namespace PasechnikovRomanYurevch_ISP
  2. {
  3. partial class Form2
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
  30. System.Windows.Forms.Label наименование_товараLabel;
  31. System.Windows.Forms.Label производительLabel;
  32. System.Windows.Forms.Label ценаLabel;
  33. this.pasechnikovRomanYurevich_ISPDataSet = new PasechnikovRomanYurevch_ISP.PasechnikovRomanYurevich_ISPDataSet();
  34. this.product_b_import1BindingSource = new System.Windows.Forms.BindingSource(this.components);
  35. this.product_b_import1TableAdapter = new PasechnikovRomanYurevch_ISP.PasechnikovRomanYurevich_ISPDataSetTableAdapters.product_b_import1TableAdapter();
  36. this.tableAdapterManager = new PasechnikovRomanYurevch_ISP.PasechnikovRomanYurevich_ISPDataSetTableAdapters.TableAdapterManager();
  37. this.product_b_import1BindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  38. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  39. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  40. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  41. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  42. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  43. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  44. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  45. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  46. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  47. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  48. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  49. this.product_b_import1BindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  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. наименование_товараLabel = new System.Windows.Forms.Label();
  54. производительLabel = new System.Windows.Forms.Label();
  55. ценаLabel = new System.Windows.Forms.Label();
  56. ((System.ComponentModel.ISupportInitialize)(this.pasechnikovRomanYurevich_ISPDataSet)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.product_b_import1BindingSource)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.product_b_import1BindingNavigator)).BeginInit();
  59. this.product_b_import1BindingNavigator.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // pasechnikovRomanYurevich_ISPDataSet
  63. //
  64. this.pasechnikovRomanYurevich_ISPDataSet.DataSetName = "PasechnikovRomanYurevich_ISPDataSet";
  65. this.pasechnikovRomanYurevich_ISPDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  66. //
  67. // product_b_import1BindingSource
  68. //
  69. this.product_b_import1BindingSource.DataMember = "product_b_import1";
  70. this.product_b_import1BindingSource.DataSource = this.pasechnikovRomanYurevich_ISPDataSet;
  71. //
  72. // product_b_import1TableAdapter
  73. //
  74. this.product_b_import1TableAdapter.ClearBeforeFill = true;
  75. //
  76. // tableAdapterManager
  77. //
  78. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  79. this.tableAdapterManager.product_b_import1TableAdapter = this.product_b_import1TableAdapter;
  80. this.tableAdapterManager.UpdateOrder = PasechnikovRomanYurevch_ISP.PasechnikovRomanYurevich_ISPDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  81. //
  82. // product_b_import1BindingNavigator
  83. //
  84. this.product_b_import1BindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  85. this.product_b_import1BindingNavigator.BindingSource = this.product_b_import1BindingSource;
  86. this.product_b_import1BindingNavigator.CountItem = this.bindingNavigatorCountItem;
  87. this.product_b_import1BindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  88. this.product_b_import1BindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  89. this.bindingNavigatorMoveFirstItem,
  90. this.bindingNavigatorMovePreviousItem,
  91. this.bindingNavigatorSeparator,
  92. this.bindingNavigatorPositionItem,
  93. this.bindingNavigatorCountItem,
  94. this.bindingNavigatorSeparator1,
  95. this.bindingNavigatorMoveNextItem,
  96. this.bindingNavigatorMoveLastItem,
  97. this.bindingNavigatorSeparator2,
  98. this.bindingNavigatorAddNewItem,
  99. this.bindingNavigatorDeleteItem,
  100. this.product_b_import1BindingNavigatorSaveItem});
  101. this.product_b_import1BindingNavigator.Location = new System.Drawing.Point(0, 0);
  102. this.product_b_import1BindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  103. this.product_b_import1BindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  104. this.product_b_import1BindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  105. this.product_b_import1BindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  106. this.product_b_import1BindingNavigator.Name = "product_b_import1BindingNavigator";
  107. this.product_b_import1BindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  108. this.product_b_import1BindingNavigator.Size = new System.Drawing.Size(800, 25);
  109. this.product_b_import1BindingNavigator.TabIndex = 0;
  110. this.product_b_import1BindingNavigator.Text = "bindingNavigator1";
  111. //
  112. // bindingNavigatorMoveFirstItem
  113. //
  114. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  115. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  116. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  117. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  118. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  119. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  120. //
  121. // bindingNavigatorMovePreviousItem
  122. //
  123. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  124. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  125. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  126. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  127. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  128. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  129. //
  130. // bindingNavigatorSeparator
  131. //
  132. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  133. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  134. //
  135. // bindingNavigatorPositionItem
  136. //
  137. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  138. this.bindingNavigatorPositionItem.AutoSize = false;
  139. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  140. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  141. this.bindingNavigatorPositionItem.Text = "0";
  142. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  143. //
  144. // bindingNavigatorCountItem
  145. //
  146. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  147. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
  148. this.bindingNavigatorCountItem.Text = "для {0}";
  149. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  150. //
  151. // bindingNavigatorSeparator1
  152. //
  153. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
  154. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
  155. //
  156. // bindingNavigatorMoveNextItem
  157. //
  158. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  159. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  160. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  161. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  162. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);
  163. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  164. //
  165. // bindingNavigatorMoveLastItem
  166. //
  167. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  168. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  169. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  170. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  171. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
  172. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  173. //
  174. // bindingNavigatorSeparator2
  175. //
  176. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  177. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
  178. //
  179. // bindingNavigatorAddNewItem
  180. //
  181. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  182. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  183. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  184. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  185. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  186. this.bindingNavigatorAddNewItem.Text = "Добавить";
  187. //
  188. // bindingNavigatorDeleteItem
  189. //
  190. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  191. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  192. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  193. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  194. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
  195. this.bindingNavigatorDeleteItem.Text = "Удалить";
  196. //
  197. // product_b_import1BindingNavigatorSaveItem
  198. //
  199. this.product_b_import1BindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  200. this.product_b_import1BindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("product_b_import1BindingNavigatorSaveItem.Image")));
  201. this.product_b_import1BindingNavigatorSaveItem.Name = "product_b_import1BindingNavigatorSaveItem";
  202. this.product_b_import1BindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
  203. this.product_b_import1BindingNavigatorSaveItem.Text = "Сохранить данные";
  204. this.product_b_import1BindingNavigatorSaveItem.Click += new System.EventHandler(this.product_b_import1BindingNavigatorSaveItem_Click);
  205. //
  206. // наименование_товараLabel
  207. //
  208. наименование_товараLabel.AutoSize = true;
  209. наименование_товараLabel.Location = new System.Drawing.Point(139, 121);
  210. наименование_товараLabel.Name = "наименование_товараLabel";
  211. наименование_товараLabel.Size = new System.Drawing.Size(124, 13);
  212. наименование_товараLabel.TabIndex = 1;
  213. наименование_товараLabel.Text = "Наименование товара:";
  214. наименование_товараLabel.Click += new System.EventHandler(this.наименование_товараLabel_Click);
  215. //
  216. // наименование_товараTextBox
  217. //
  218. this.наименование_товараTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.product_b_import1BindingSource, "Наименование_товара", true));
  219. this.наименование_товараTextBox.Location = new System.Drawing.Point(269, 114);
  220. this.наименование_товараTextBox.Name = "наименование_товараTextBox";
  221. this.наименование_товараTextBox.Size = new System.Drawing.Size(293, 20);
  222. this.наименование_товараTextBox.TabIndex = 2;
  223. //
  224. // производительLabel
  225. //
  226. производительLabel.AutoSize = true;
  227. производительLabel.Location = new System.Drawing.Point(174, 155);
  228. производительLabel.Name = "производительLabel";
  229. производительLabel.Size = new System.Drawing.Size(89, 13);
  230. производительLabel.TabIndex = 3;
  231. производительLabel.Text = "Производитель:";
  232. производительLabel.Click += new System.EventHandler(this.производительLabel_Click);
  233. //
  234. // производительTextBox
  235. //
  236. this.производительTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.product_b_import1BindingSource, "Производитель", true));
  237. this.производительTextBox.Location = new System.Drawing.Point(269, 148);
  238. this.производительTextBox.Name = "производительTextBox";
  239. this.производительTextBox.Size = new System.Drawing.Size(163, 20);
  240. this.производительTextBox.TabIndex = 4;
  241. //
  242. // ценаLabel
  243. //
  244. ценаLabel.AutoSize = true;
  245. ценаLabel.Location = new System.Drawing.Point(227, 182);
  246. ценаLabel.Name = "ценаLabel";
  247. ценаLabel.Size = new System.Drawing.Size(36, 13);
  248. ценаLabel.TabIndex = 5;
  249. ценаLabel.Text = "Цена:";
  250. ценаLabel.Click += new System.EventHandler(this.ценаLabel_Click);
  251. //
  252. // ценаTextBox
  253. //
  254. this.ценаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.product_b_import1BindingSource, "Цена", true));
  255. this.ценаTextBox.Location = new System.Drawing.Point(269, 175);
  256. this.ценаTextBox.Name = "ценаTextBox";
  257. this.ценаTextBox.Size = new System.Drawing.Size(109, 20);
  258. this.ценаTextBox.TabIndex = 6;
  259. this.ценаTextBox.TextChanged += new System.EventHandler(this.ценаTextBox_TextChanged);
  260. //
  261. // Form2
  262. //
  263. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  264. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  265. this.ClientSize = new System.Drawing.Size(800, 450);
  266. this.Controls.Add(ценаLabel);
  267. this.Controls.Add(this.ценаTextBox);
  268. this.Controls.Add(производительLabel);
  269. this.Controls.Add(this.производительTextBox);
  270. this.Controls.Add(наименование_товараLabel);
  271. this.Controls.Add(this.наименование_товараTextBox);
  272. this.Controls.Add(this.product_b_import1BindingNavigator);
  273. this.Name = "Form2";
  274. this.Text = "Form2";
  275. this.Load += new System.EventHandler(this.Form2_Load);
  276. ((System.ComponentModel.ISupportInitialize)(this.pasechnikovRomanYurevich_ISPDataSet)).EndInit();
  277. ((System.ComponentModel.ISupportInitialize)(this.product_b_import1BindingSource)).EndInit();
  278. ((System.ComponentModel.ISupportInitialize)(this.product_b_import1BindingNavigator)).EndInit();
  279. this.product_b_import1BindingNavigator.ResumeLayout(false);
  280. this.product_b_import1BindingNavigator.PerformLayout();
  281. this.ResumeLayout(false);
  282. this.PerformLayout();
  283. }
  284. #endregion
  285. private PasechnikovRomanYurevich_ISPDataSet pasechnikovRomanYurevich_ISPDataSet;
  286. private System.Windows.Forms.BindingSource product_b_import1BindingSource;
  287. private PasechnikovRomanYurevich_ISPDataSetTableAdapters.product_b_import1TableAdapter product_b_import1TableAdapter;
  288. private PasechnikovRomanYurevich_ISPDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  289. private System.Windows.Forms.BindingNavigator product_b_import1BindingNavigator;
  290. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  291. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  292. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  293. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  294. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  295. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  296. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  297. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  298. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  299. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  300. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  301. private System.Windows.Forms.ToolStripButton product_b_import1BindingNavigatorSaveItem;
  302. private System.Windows.Forms.TextBox наименование_товараTextBox;
  303. private System.Windows.Forms.TextBox производительTextBox;
  304. private System.Windows.Forms.TextBox ценаTextBox;
  305. }
  306. }