Form2.Designer.cs 22 KB

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