Form2.Designer.cs 19 KB

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