Form9.Designer.cs 20 KB

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