ReturnBookForm .Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. namespace WindowsFormsApp4
  2. {
  3. partial class ReturnBookForm
  4. {
  5. private System.ComponentModel.IContainer components = null;
  6. // Добавленные элементы для дизайна (хедер)
  7. private System.Windows.Forms.Panel headerPanel;
  8. private System.Windows.Forms.Label headerLabel;
  9. // Существующие компоненты (объявлены здесь же)
  10. private System.Windows.Forms.PictureBox pictureBox1;
  11. private System.Windows.Forms.Label labelTitle;
  12. private System.Windows.Forms.Label labelLibraryName;
  13. private System.Windows.Forms.TextBox txtReaderSearch;
  14. private System.Windows.Forms.Button btnSearch;
  15. private System.Windows.Forms.DataGridView dataGridViewReaders;
  16. private System.Windows.Forms.DataGridView dataGridViewLoans;
  17. private System.Windows.Forms.Button buttonReturn;
  18. protected override void Dispose(bool disposing)
  19. {
  20. if (disposing && (components != null))
  21. {
  22. components.Dispose();
  23. }
  24. base.Dispose(disposing);
  25. }
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReturnBookForm));
  30. this.headerPanel = new System.Windows.Forms.Panel();
  31. this.headerLabel = new System.Windows.Forms.Label();
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. this.labelTitle = new System.Windows.Forms.Label();
  34. this.labelLibraryName = new System.Windows.Forms.Label();
  35. this.txtReaderSearch = new System.Windows.Forms.TextBox();
  36. this.btnSearch = new System.Windows.Forms.Button();
  37. this.dataGridViewReaders = new System.Windows.Forms.DataGridView();
  38. this.dataGridViewLoans = new System.Windows.Forms.DataGridView();
  39. this.buttonReturn = new System.Windows.Forms.Button();
  40. this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
  41. this.headerPanel.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewReaders)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewLoans)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // headerPanel
  48. //
  49. this.headerPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  50. this.headerPanel.Controls.Add(this.headerLabel);
  51. this.headerPanel.Controls.Add(this.pictureBox1);
  52. this.headerPanel.Dock = System.Windows.Forms.DockStyle.Top;
  53. this.headerPanel.Location = new System.Drawing.Point(0, 0);
  54. this.headerPanel.Name = "headerPanel";
  55. this.headerPanel.Size = new System.Drawing.Size(950, 100);
  56. this.headerPanel.TabIndex = 0;
  57. //
  58. // headerLabel
  59. //
  60. this.headerLabel.Font = new System.Drawing.Font("Segoe UI", 22F, System.Drawing.FontStyle.Bold);
  61. this.headerLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  62. this.headerLabel.Location = new System.Drawing.Point(120, 20);
  63. this.headerLabel.Name = "headerLabel";
  64. this.headerLabel.Size = new System.Drawing.Size(800, 60);
  65. this.headerLabel.TabIndex = 1;
  66. this.headerLabel.Text = "Возврат книги";
  67. this.headerLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  68. //
  69. // pictureBox1
  70. //
  71. this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
  72. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  73. this.pictureBox1.Location = new System.Drawing.Point(20, 10);
  74. this.pictureBox1.Name = "pictureBox1";
  75. this.pictureBox1.Size = new System.Drawing.Size(90, 80);
  76. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  77. this.pictureBox1.TabIndex = 0;
  78. this.pictureBox1.TabStop = false;
  79. //
  80. // labelTitle
  81. //
  82. this.labelTitle.Location = new System.Drawing.Point(0, 0);
  83. this.labelTitle.Name = "labelTitle";
  84. this.labelTitle.Size = new System.Drawing.Size(100, 23);
  85. this.labelTitle.TabIndex = 0;
  86. //
  87. // labelLibraryName
  88. //
  89. this.labelLibraryName.AutoSize = true;
  90. this.labelLibraryName.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
  91. this.labelLibraryName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  92. this.labelLibraryName.Location = new System.Drawing.Point(40, 130);
  93. this.labelLibraryName.Name = "labelLibraryName";
  94. this.labelLibraryName.Size = new System.Drawing.Size(96, 19);
  95. this.labelLibraryName.TabIndex = 8;
  96. this.labelLibraryName.Text = "Библиотека:";
  97. //
  98. // txtReaderSearch
  99. //
  100. this.txtReaderSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  101. this.txtReaderSearch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  102. this.txtReaderSearch.Font = new System.Drawing.Font("Segoe UI", 11F);
  103. this.txtReaderSearch.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  104. this.txtReaderSearch.Location = new System.Drawing.Point(40, 170);
  105. this.txtReaderSearch.Name = "txtReaderSearch";
  106. this.txtReaderSearch.Size = new System.Drawing.Size(300, 27);
  107. this.txtReaderSearch.TabIndex = 3;
  108. this.txtReaderSearch.Text = "Введите фамилию или телефон";
  109. this.txtReaderSearch.Enter += new System.EventHandler(this.txtReaderSearch_Enter);
  110. this.txtReaderSearch.Leave += new System.EventHandler(this.txtReaderSearch_Leave);
  111. //
  112. // btnSearch
  113. //
  114. this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
  115. this.btnSearch.FlatAppearance.BorderSize = 0;
  116. this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  117. this.btnSearch.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
  118. this.btnSearch.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
  119. this.btnSearch.Location = new System.Drawing.Point(360, 168);
  120. this.btnSearch.Name = "btnSearch";
  121. this.btnSearch.Size = new System.Drawing.Size(130, 30);
  122. this.btnSearch.TabIndex = 4;
  123. this.btnSearch.Text = "Найти читателя";
  124. this.btnSearch.UseVisualStyleBackColor = false;
  125. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  126. //
  127. // dataGridViewReaders
  128. //
  129. this.dataGridViewReaders.AllowUserToAddRows = false;
  130. this.dataGridViewReaders.AllowUserToDeleteRows = false;
  131. this.dataGridViewReaders.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  132. this.dataGridViewReaders.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  133. this.dataGridViewReaders.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  134. this.dataGridViewReaders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  135. this.dataGridViewReaders.Location = new System.Drawing.Point(40, 220);
  136. this.dataGridViewReaders.Name = "dataGridViewReaders";
  137. this.dataGridViewReaders.ReadOnly = true;
  138. this.dataGridViewReaders.RowHeadersVisible = false;
  139. this.dataGridViewReaders.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  140. this.dataGridViewReaders.Size = new System.Drawing.Size(870, 180);
  141. this.dataGridViewReaders.TabIndex = 5;
  142. this.dataGridViewReaders.SelectionChanged += new System.EventHandler(this.dataGridViewReaders_SelectionChanged);
  143. //
  144. // dataGridViewLoans
  145. //
  146. this.dataGridViewLoans.AllowUserToAddRows = false;
  147. this.dataGridViewLoans.AllowUserToDeleteRows = false;
  148. this.dataGridViewLoans.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  149. this.dataGridViewLoans.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  150. this.dataGridViewLoans.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  151. this.dataGridViewLoans.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  152. this.dataGridViewLoans.Location = new System.Drawing.Point(40, 430);
  153. this.dataGridViewLoans.Name = "dataGridViewLoans";
  154. this.dataGridViewLoans.ReadOnly = true;
  155. this.dataGridViewLoans.RowHeadersVisible = false;
  156. this.dataGridViewLoans.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  157. this.dataGridViewLoans.Size = new System.Drawing.Size(870, 150);
  158. this.dataGridViewLoans.TabIndex = 6;
  159. this.dataGridViewLoans.SelectionChanged += new System.EventHandler(this.dataGridViewLoans_SelectionChanged);
  160. //
  161. // buttonReturn
  162. //
  163. this.buttonReturn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
  164. this.buttonReturn.FlatAppearance.BorderSize = 0;
  165. this.buttonReturn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  166. this.buttonReturn.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold);
  167. this.buttonReturn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
  168. this.buttonReturn.Location = new System.Drawing.Point(370, 610);
  169. this.buttonReturn.Name = "buttonReturn";
  170. this.buttonReturn.Size = new System.Drawing.Size(200, 40);
  171. this.buttonReturn.TabIndex = 7;
  172. this.buttonReturn.Text = "Принять возврат";
  173. this.buttonReturn.UseVisualStyleBackColor = false;
  174. this.buttonReturn.Click += new System.EventHandler(this.buttonReturn_Click);
  175. //
  176. // notifyIcon1
  177. //
  178. this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
  179. this.notifyIcon1.Text = "notifyIcon1";
  180. this.notifyIcon1.Visible = true;
  181. //
  182. // ReturnBookForm
  183. //
  184. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  185. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  186. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
  187. this.ClientSize = new System.Drawing.Size(950, 680);
  188. this.Controls.Add(this.buttonReturn);
  189. this.Controls.Add(this.dataGridViewLoans);
  190. this.Controls.Add(this.dataGridViewReaders);
  191. this.Controls.Add(this.btnSearch);
  192. this.Controls.Add(this.txtReaderSearch);
  193. this.Controls.Add(this.labelLibraryName);
  194. this.Controls.Add(this.headerPanel);
  195. this.Font = new System.Drawing.Font("Segoe UI", 9F);
  196. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  197. this.Name = "ReturnBookForm";
  198. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  199. this.Text = "Возврат книг";
  200. this.Load += new System.EventHandler(this.ReturnBookForm_Load);
  201. this.headerPanel.ResumeLayout(false);
  202. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  203. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewReaders)).EndInit();
  204. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewLoans)).EndInit();
  205. this.ResumeLayout(false);
  206. this.PerformLayout();
  207. }
  208. private System.Windows.Forms.NotifyIcon notifyIcon1;
  209. }
  210. }