Таблица книги (изм).Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  1. namespace Ogurchenok_11
  2. {
  3. partial class Form3
  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(Form3));
  30. System.Windows.Forms.Label код_книгLabel;
  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. System.Windows.Forms.Label ценаLabel;
  36. System.Windows.Forms.Label код_тематических_каталоговLabel;
  37. System.Windows.Forms.Label код_экземпляровLabel;
  38. this._Ogurchenok_11DataSet = new Ogurchenok_11._Ogurchenok_11DataSet();
  39. this.книгиBindingSource = new System.Windows.Forms.BindingSource(this.components);
  40. this.книгиTableAdapter = new Ogurchenok_11._Ogurchenok_11DataSetTableAdapters.КнигиTableAdapter();
  41. this.tableAdapterManager = new Ogurchenok_11._Ogurchenok_11DataSetTableAdapters.TableAdapterManager();
  42. this.книгиBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
  43. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  44. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  45. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  46. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  47. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  48. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  49. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  50. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  51. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  52. this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
  53. this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
  54. this.книгиBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
  55. this.код_книгTextBox = new System.Windows.Forms.TextBox();
  56. this.шифр_книгиTextBox = new System.Windows.Forms.TextBox();
  57. this.наименование_книгиTextBox = new System.Windows.Forms.TextBox();
  58. this.автор_книгиTextBox = new System.Windows.Forms.TextBox();
  59. this.количество_страницTextBox = new System.Windows.Forms.TextBox();
  60. this.ценаTextBox = new System.Windows.Forms.TextBox();
  61. this.button1 = new System.Windows.Forms.Button();
  62. this.button2 = new System.Windows.Forms.Button();
  63. this.button3 = new System.Windows.Forms.Button();
  64. this.код_тематических_каталоговTextBox = new System.Windows.Forms.TextBox();
  65. this.код_экземпляровTextBox = new System.Windows.Forms.TextBox();
  66. код_книгLabel = new System.Windows.Forms.Label();
  67. шифр_книгиLabel = new System.Windows.Forms.Label();
  68. наименование_книгиLabel = new System.Windows.Forms.Label();
  69. автор_книгиLabel = new System.Windows.Forms.Label();
  70. количество_страницLabel = new System.Windows.Forms.Label();
  71. ценаLabel = new System.Windows.Forms.Label();
  72. код_тематических_каталоговLabel = new System.Windows.Forms.Label();
  73. код_экземпляровLabel = new System.Windows.Forms.Label();
  74. ((System.ComponentModel.ISupportInitialize)(this._Ogurchenok_11DataSet)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.книгиBindingSource)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.книгиBindingNavigator)).BeginInit();
  77. this.книгиBindingNavigator.SuspendLayout();
  78. this.SuspendLayout();
  79. //
  80. // _Ogurchenok_11DataSet
  81. //
  82. this._Ogurchenok_11DataSet.DataSetName = "_Ogurchenok_11DataSet";
  83. this._Ogurchenok_11DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  84. //
  85. // книгиBindingSource
  86. //
  87. this.книгиBindingSource.DataMember = "Книги";
  88. this.книгиBindingSource.DataSource = this._Ogurchenok_11DataSet;
  89. //
  90. // книгиTableAdapter
  91. //
  92. this.книгиTableAdapter.ClearBeforeFill = true;
  93. //
  94. // tableAdapterManager
  95. //
  96. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  97. this.tableAdapterManager.UpdateOrder = Ogurchenok_11._Ogurchenok_11DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  98. this.tableAdapterManager.КнигиTableAdapter = this.книгиTableAdapter;
  99. this.tableAdapterManager.Тематические_каталогиTableAdapter = null;
  100. this.tableAdapterManager.ЧитателиTableAdapter = null;
  101. this.tableAdapterManager.ЭкземплярыTableAdapter = null;
  102. //
  103. // книгиBindingNavigator
  104. //
  105. this.книгиBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
  106. this.книгиBindingNavigator.BindingSource = this.книгиBindingSource;
  107. this.книгиBindingNavigator.CountItem = this.bindingNavigatorCountItem;
  108. this.книгиBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
  109. this.книгиBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  110. this.bindingNavigatorMoveFirstItem,
  111. this.bindingNavigatorMovePreviousItem,
  112. this.bindingNavigatorSeparator,
  113. this.bindingNavigatorPositionItem,
  114. this.bindingNavigatorCountItem,
  115. this.bindingNavigatorSeparator1,
  116. this.bindingNavigatorMoveNextItem,
  117. this.bindingNavigatorMoveLastItem,
  118. this.bindingNavigatorSeparator2,
  119. this.bindingNavigatorAddNewItem,
  120. this.bindingNavigatorDeleteItem,
  121. this.книгиBindingNavigatorSaveItem});
  122. this.книгиBindingNavigator.Location = new System.Drawing.Point(0, 0);
  123. this.книгиBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  124. this.книгиBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
  125. this.книгиBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
  126. this.книгиBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  127. this.книгиBindingNavigator.Name = "книгиBindingNavigator";
  128. this.книгиBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
  129. this.книгиBindingNavigator.Size = new System.Drawing.Size(800, 25);
  130. this.книгиBindingNavigator.TabIndex = 0;
  131. this.книгиBindingNavigator.Text = "bindingNavigator1";
  132. //
  133. // bindingNavigatorMoveFirstItem
  134. //
  135. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  136. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  137. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  138. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  139. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  140. this.bindingNavigatorMoveFirstItem.Text = "Переместить в начало";
  141. //
  142. // bindingNavigatorMovePreviousItem
  143. //
  144. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  145. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  146. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  147. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  148. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  149. this.bindingNavigatorMovePreviousItem.Text = "Переместить назад";
  150. //
  151. // bindingNavigatorSeparator
  152. //
  153. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  154. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  155. //
  156. // bindingNavigatorPositionItem
  157. //
  158. this.bindingNavigatorPositionItem.AccessibleName = "Положение";
  159. this.bindingNavigatorPositionItem.AutoSize = false;
  160. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  161. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  162. this.bindingNavigatorPositionItem.Text = "0";
  163. this.bindingNavigatorPositionItem.ToolTipText = "Текущее положение";
  164. //
  165. // bindingNavigatorCountItem
  166. //
  167. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  168. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(43, 15);
  169. this.bindingNavigatorCountItem.Text = "для {0}";
  170. this.bindingNavigatorCountItem.ToolTipText = "Общее число элементов";
  171. //
  172. // bindingNavigatorSeparator1
  173. //
  174. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator";
  175. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 6);
  176. //
  177. // bindingNavigatorMoveNextItem
  178. //
  179. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  180. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  181. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  182. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  183. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 20);
  184. this.bindingNavigatorMoveNextItem.Text = "Переместить вперед";
  185. //
  186. // bindingNavigatorMoveLastItem
  187. //
  188. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  189. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  190. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  191. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  192. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 20);
  193. this.bindingNavigatorMoveLastItem.Text = "Переместить в конец";
  194. //
  195. // bindingNavigatorSeparator2
  196. //
  197. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator";
  198. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 6);
  199. //
  200. // bindingNavigatorAddNewItem
  201. //
  202. this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  203. this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
  204. this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
  205. this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
  206. this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
  207. this.bindingNavigatorAddNewItem.Text = "Добавить";
  208. //
  209. // bindingNavigatorDeleteItem
  210. //
  211. this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  212. this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
  213. this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
  214. this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
  215. this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 20);
  216. this.bindingNavigatorDeleteItem.Text = "Удалить";
  217. //
  218. // книгиBindingNavigatorSaveItem
  219. //
  220. this.книгиBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  221. this.книгиBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("книгиBindingNavigatorSaveItem.Image")));
  222. this.книгиBindingNavigatorSaveItem.Name = "книгиBindingNavigatorSaveItem";
  223. this.книгиBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 23);
  224. this.книгиBindingNavigatorSaveItem.Text = "Сохранить данные";
  225. this.книгиBindingNavigatorSaveItem.Click += new System.EventHandler(this.книгиBindingNavigatorSaveItem_Click);
  226. //
  227. // код_книгLabel
  228. //
  229. код_книгLabel.AutoSize = true;
  230. код_книгLabel.Location = new System.Drawing.Point(133, 129);
  231. код_книгLabel.Name = "код_книгLabel";
  232. код_книгLabel.Size = new System.Drawing.Size(55, 13);
  233. код_книгLabel.TabIndex = 1;
  234. код_книгLabel.Text = "Код книг:";
  235. //
  236. // код_книгTextBox
  237. //
  238. this.код_книгTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.книгиBindingSource, "Код книг", true));
  239. this.код_книгTextBox.Location = new System.Drawing.Point(194, 126);
  240. this.код_книгTextBox.Name = "код_книгTextBox";
  241. this.код_книгTextBox.Size = new System.Drawing.Size(100, 20);
  242. this.код_книгTextBox.TabIndex = 2;
  243. //
  244. // шифр_книгиLabel
  245. //
  246. шифр_книгиLabel.AutoSize = true;
  247. шифр_книгиLabel.Location = new System.Drawing.Point(118, 155);
  248. шифр_книгиLabel.Name = "шифр_книгиLabel";
  249. шифр_книгиLabel.Size = new System.Drawing.Size(70, 13);
  250. шифр_книгиLabel.TabIndex = 3;
  251. шифр_книгиLabel.Text = "шифр книги:";
  252. //
  253. // шифр_книгиTextBox
  254. //
  255. this.шифр_книгиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.книгиBindingSource, "шифр книги", true));
  256. this.шифр_книгиTextBox.Location = new System.Drawing.Point(194, 152);
  257. this.шифр_книгиTextBox.Name = "шифр_книгиTextBox";
  258. this.шифр_книгиTextBox.Size = new System.Drawing.Size(100, 20);
  259. this.шифр_книгиTextBox.TabIndex = 4;
  260. //
  261. // наименование_книгиLabel
  262. //
  263. наименование_книгиLabel.AutoSize = true;
  264. наименование_книгиLabel.Location = new System.Drawing.Point(70, 181);
  265. наименование_книгиLabel.Name = "наименование_книгиLabel";
  266. наименование_книгиLabel.Size = new System.Drawing.Size(118, 13);
  267. наименование_книгиLabel.TabIndex = 5;
  268. наименование_книгиLabel.Text = "Наименование книги:";
  269. //
  270. // наименование_книгиTextBox
  271. //
  272. this.наименование_книгиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.книгиBindingSource, "Наименование книги", true));
  273. this.наименование_книгиTextBox.Location = new System.Drawing.Point(194, 178);
  274. this.наименование_книгиTextBox.Name = "наименование_книгиTextBox";
  275. this.наименование_книгиTextBox.Size = new System.Drawing.Size(100, 20);
  276. this.наименование_книгиTextBox.TabIndex = 6;
  277. //
  278. // автор_книгиLabel
  279. //
  280. автор_книгиLabel.AutoSize = true;
  281. автор_книгиLabel.Location = new System.Drawing.Point(116, 207);
  282. автор_книгиLabel.Name = "автор_книгиLabel";
  283. автор_книгиLabel.Size = new System.Drawing.Size(72, 13);
  284. автор_книгиLabel.TabIndex = 7;
  285. автор_книгиLabel.Text = "Автор книги:";
  286. //
  287. // автор_книгиTextBox
  288. //
  289. this.автор_книгиTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.книгиBindingSource, "Автор книги", true));
  290. this.автор_книгиTextBox.Location = new System.Drawing.Point(194, 204);
  291. this.автор_книгиTextBox.Name = "автор_книгиTextBox";
  292. this.автор_книгиTextBox.Size = new System.Drawing.Size(100, 20);
  293. this.автор_книгиTextBox.TabIndex = 8;
  294. //
  295. // количество_страницLabel
  296. //
  297. количество_страницLabel.AutoSize = true;
  298. количество_страницLabel.Location = new System.Drawing.Point(75, 233);
  299. количество_страницLabel.Name = "количество_страницLabel";
  300. количество_страницLabel.Size = new System.Drawing.Size(113, 13);
  301. количество_страницLabel.TabIndex = 9;
  302. количество_страницLabel.Text = "Количество страниц:";
  303. //
  304. // количество_страницTextBox
  305. //
  306. this.количество_страницTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.книгиBindingSource, "Количество страниц", true));
  307. this.количество_страницTextBox.Location = new System.Drawing.Point(194, 230);
  308. this.количество_страницTextBox.Name = "количество_страницTextBox";
  309. this.количество_страницTextBox.Size = new System.Drawing.Size(100, 20);
  310. this.количество_страницTextBox.TabIndex = 10;
  311. //
  312. // ценаLabel
  313. //
  314. ценаLabel.AutoSize = true;
  315. ценаLabel.Location = new System.Drawing.Point(152, 259);
  316. ценаLabel.Name = "ценаLabel";
  317. ценаLabel.Size = new System.Drawing.Size(36, 13);
  318. ценаLabel.TabIndex = 11;
  319. ценаLabel.Text = "Цена:";
  320. //
  321. // ценаTextBox
  322. //
  323. this.ценаTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.книгиBindingSource, "Цена", true));
  324. this.ценаTextBox.Location = new System.Drawing.Point(194, 256);
  325. this.ценаTextBox.Name = "ценаTextBox";
  326. this.ценаTextBox.Size = new System.Drawing.Size(100, 20);
  327. this.ценаTextBox.TabIndex = 12;
  328. //
  329. // button1
  330. //
  331. this.button1.Location = new System.Drawing.Point(119, 379);
  332. this.button1.Name = "button1";
  333. this.button1.Size = new System.Drawing.Size(75, 23);
  334. this.button1.TabIndex = 17;
  335. this.button1.Text = "Добавить";
  336. this.button1.UseVisualStyleBackColor = true;
  337. this.button1.Click += new System.EventHandler(this.button1_Click);
  338. //
  339. // button2
  340. //
  341. this.button2.Location = new System.Drawing.Point(200, 379);
  342. this.button2.Name = "button2";
  343. this.button2.Size = new System.Drawing.Size(75, 23);
  344. this.button2.TabIndex = 18;
  345. this.button2.Text = "Сохранить";
  346. this.button2.UseVisualStyleBackColor = true;
  347. this.button2.Click += new System.EventHandler(this.button2_Click);
  348. //
  349. // button3
  350. //
  351. this.button3.Location = new System.Drawing.Point(281, 379);
  352. this.button3.Name = "button3";
  353. this.button3.Size = new System.Drawing.Size(75, 23);
  354. this.button3.TabIndex = 19;
  355. this.button3.Text = "Удалить";
  356. this.button3.UseVisualStyleBackColor = true;
  357. this.button3.Click += new System.EventHandler(this.button3_Click);
  358. //
  359. // код_тематических_каталоговLabel
  360. //
  361. код_тематических_каталоговLabel.AutoSize = true;
  362. код_тематических_каталоговLabel.Location = new System.Drawing.Point(31, 285);
  363. код_тематических_каталоговLabel.Name = "код_тематических_каталоговLabel";
  364. код_тематических_каталоговLabel.Size = new System.Drawing.Size(157, 13);
  365. код_тематических_каталоговLabel.TabIndex = 19;
  366. код_тематических_каталоговLabel.Text = "Код тематических каталогов:";
  367. //
  368. // код_тематических_каталоговTextBox
  369. //
  370. this.код_тематических_каталоговTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.книгиBindingSource, "Код тематических каталогов", true));
  371. this.код_тематических_каталоговTextBox.Location = new System.Drawing.Point(194, 282);
  372. this.код_тематических_каталоговTextBox.Name = "код_тематических_каталоговTextBox";
  373. this.код_тематических_каталоговTextBox.Size = new System.Drawing.Size(100, 20);
  374. this.код_тематических_каталоговTextBox.TabIndex = 20;
  375. //
  376. // код_экземпляровLabel
  377. //
  378. код_экземпляровLabel.AutoSize = true;
  379. код_экземпляровLabel.Location = new System.Drawing.Point(88, 311);
  380. код_экземпляровLabel.Name = "код_экземпляровLabel";
  381. код_экземпляровLabel.Size = new System.Drawing.Size(100, 13);
  382. код_экземпляровLabel.TabIndex = 20;
  383. код_экземпляровLabel.Text = "Код экземпляров:";
  384. //
  385. // код_экземпляровTextBox
  386. //
  387. this.код_экземпляровTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.книгиBindingSource, "Код экземпляров", true));
  388. this.код_экземпляровTextBox.Location = new System.Drawing.Point(194, 308);
  389. this.код_экземпляровTextBox.Name = "код_экземпляровTextBox";
  390. this.код_экземпляровTextBox.Size = new System.Drawing.Size(100, 20);
  391. this.код_экземпляровTextBox.TabIndex = 21;
  392. //
  393. // Form3
  394. //
  395. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  396. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  397. this.ClientSize = new System.Drawing.Size(800, 450);
  398. this.Controls.Add(код_экземпляровLabel);
  399. this.Controls.Add(this.код_экземпляровTextBox);
  400. this.Controls.Add(код_тематических_каталоговLabel);
  401. this.Controls.Add(this.код_тематических_каталоговTextBox);
  402. this.Controls.Add(this.button3);
  403. this.Controls.Add(this.button2);
  404. this.Controls.Add(this.button1);
  405. this.Controls.Add(ценаLabel);
  406. this.Controls.Add(this.ценаTextBox);
  407. this.Controls.Add(количество_страницLabel);
  408. this.Controls.Add(this.количество_страницTextBox);
  409. this.Controls.Add(автор_книгиLabel);
  410. this.Controls.Add(this.автор_книгиTextBox);
  411. this.Controls.Add(наименование_книгиLabel);
  412. this.Controls.Add(this.наименование_книгиTextBox);
  413. this.Controls.Add(шифр_книгиLabel);
  414. this.Controls.Add(this.шифр_книгиTextBox);
  415. this.Controls.Add(код_книгLabel);
  416. this.Controls.Add(this.код_книгTextBox);
  417. this.Controls.Add(this.книгиBindingNavigator);
  418. this.Name = "Form3";
  419. this.Text = "Таблица книги (изм)";
  420. this.Load += new System.EventHandler(this.Form3_Load);
  421. ((System.ComponentModel.ISupportInitialize)(this._Ogurchenok_11DataSet)).EndInit();
  422. ((System.ComponentModel.ISupportInitialize)(this.книгиBindingSource)).EndInit();
  423. ((System.ComponentModel.ISupportInitialize)(this.книгиBindingNavigator)).EndInit();
  424. this.книгиBindingNavigator.ResumeLayout(false);
  425. this.книгиBindingNavigator.PerformLayout();
  426. this.ResumeLayout(false);
  427. this.PerformLayout();
  428. }
  429. #endregion
  430. private _Ogurchenok_11DataSet _Ogurchenok_11DataSet;
  431. private System.Windows.Forms.BindingSource книгиBindingSource;
  432. private _Ogurchenok_11DataSetTableAdapters.КнигиTableAdapter книгиTableAdapter;
  433. private _Ogurchenok_11DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  434. private System.Windows.Forms.BindingNavigator книгиBindingNavigator;
  435. private System.Windows.Forms.ToolStripButton bindingNavigatorAddNewItem;
  436. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  437. private System.Windows.Forms.ToolStripButton bindingNavigatorDeleteItem;
  438. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  439. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  440. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  441. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  442. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  443. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  444. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  445. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  446. private System.Windows.Forms.ToolStripButton книгиBindingNavigatorSaveItem;
  447. private System.Windows.Forms.TextBox код_книгTextBox;
  448. private System.Windows.Forms.TextBox шифр_книгиTextBox;
  449. private System.Windows.Forms.TextBox наименование_книгиTextBox;
  450. private System.Windows.Forms.TextBox автор_книгиTextBox;
  451. private System.Windows.Forms.TextBox количество_страницTextBox;
  452. private System.Windows.Forms.TextBox ценаTextBox;
  453. private System.Windows.Forms.Button button1;
  454. private System.Windows.Forms.Button button2;
  455. private System.Windows.Forms.Button button3;
  456. private System.Windows.Forms.TextBox код_тематических_каталоговTextBox;
  457. private System.Windows.Forms.TextBox код_экземпляровTextBox;
  458. }
  459. }