Form5.Designer.cs 22 KB

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