Form2.Designer.cs 22 KB

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