Form4.Designer.cs 28 KB

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