IssueBookForm.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. namespace WindowsFormsApp4
  2. {
  3. partial class IssueBookForm
  4. {
  5. private System.ComponentModel.IContainer components = null;
  6. // Новые элементы хедера
  7. private System.Windows.Forms.Panel headerPanel;
  8. private System.Windows.Forms.PictureBox pictureBoxLogo;
  9. private System.Windows.Forms.Label headerLabel;
  10. private System.Windows.Forms.Label labelLibraryName;
  11. // Существующие элементы (оставляем)
  12. private System.Windows.Forms.Label labelTitle; // не используется, но сохраним
  13. private System.Windows.Forms.Label labelReader;
  14. private System.Windows.Forms.ComboBox comboBoxReader;
  15. private System.Windows.Forms.Label labelBook;
  16. private System.Windows.Forms.ComboBox comboBoxBook;
  17. private System.Windows.Forms.Button buttonIssue;
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IssueBookForm));
  29. this.headerPanel = new System.Windows.Forms.Panel();
  30. this.pictureBoxLogo = new System.Windows.Forms.PictureBox();
  31. this.headerLabel = new System.Windows.Forms.Label();
  32. this.labelLibraryName = new System.Windows.Forms.Label();
  33. this.labelReader = new System.Windows.Forms.Label();
  34. this.comboBoxReader = new System.Windows.Forms.ComboBox();
  35. this.labelBook = new System.Windows.Forms.Label();
  36. this.comboBoxBook = new System.Windows.Forms.ComboBox();
  37. this.buttonIssue = new System.Windows.Forms.Button();
  38. this.labelTitle = new System.Windows.Forms.Label();
  39. this.headerPanel.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // headerPanel
  44. //
  45. this.headerPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  46. this.headerPanel.Controls.Add(this.pictureBoxLogo);
  47. this.headerPanel.Controls.Add(this.headerLabel);
  48. this.headerPanel.Controls.Add(this.labelLibraryName);
  49. this.headerPanel.Dock = System.Windows.Forms.DockStyle.Top;
  50. this.headerPanel.Location = new System.Drawing.Point(0, 0);
  51. this.headerPanel.Name = "headerPanel";
  52. this.headerPanel.Size = new System.Drawing.Size(650, 90);
  53. this.headerPanel.TabIndex = 100;
  54. //
  55. // pictureBoxLogo
  56. //
  57. this.pictureBoxLogo.BackColor = System.Drawing.Color.Transparent;
  58. this.pictureBoxLogo.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxLogo.Image")));
  59. this.pictureBoxLogo.Location = new System.Drawing.Point(15, 10);
  60. this.pictureBoxLogo.Name = "pictureBoxLogo";
  61. this.pictureBoxLogo.Size = new System.Drawing.Size(70, 70);
  62. this.pictureBoxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  63. this.pictureBoxLogo.TabIndex = 0;
  64. this.pictureBoxLogo.TabStop = false;
  65. //
  66. // headerLabel
  67. //
  68. this.headerLabel.Font = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Bold);
  69. this.headerLabel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  70. this.headerLabel.Location = new System.Drawing.Point(100, 15);
  71. this.headerLabel.Name = "headerLabel";
  72. this.headerLabel.Size = new System.Drawing.Size(400, 40);
  73. this.headerLabel.TabIndex = 1;
  74. this.headerLabel.Text = "Выдача книги";
  75. this.headerLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  76. //
  77. // labelLibraryName
  78. //
  79. this.labelLibraryName.AutoSize = true;
  80. this.labelLibraryName.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
  81. this.labelLibraryName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  82. this.labelLibraryName.Location = new System.Drawing.Point(102, 60);
  83. this.labelLibraryName.Name = "labelLibraryName";
  84. this.labelLibraryName.Size = new System.Drawing.Size(83, 15);
  85. this.labelLibraryName.TabIndex = 4;
  86. this.labelLibraryName.Text = "Библиотека: ";
  87. //
  88. // labelReader
  89. //
  90. this.labelReader.AutoSize = true;
  91. this.labelReader.Font = new System.Drawing.Font("Segoe UI", 10F);
  92. this.labelReader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  93. this.labelReader.Location = new System.Drawing.Point(50, 130);
  94. this.labelReader.Name = "labelReader";
  95. this.labelReader.Size = new System.Drawing.Size(69, 19);
  96. this.labelReader.TabIndex = 4;
  97. this.labelReader.Text = "Читатель:";
  98. //
  99. // comboBoxReader
  100. //
  101. this.comboBoxReader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  102. this.comboBoxReader.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  103. this.comboBoxReader.Font = new System.Drawing.Font("Segoe UI", 10F);
  104. this.comboBoxReader.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  105. this.comboBoxReader.FormattingEnabled = true;
  106. this.comboBoxReader.Location = new System.Drawing.Point(140, 126);
  107. this.comboBoxReader.Name = "comboBoxReader";
  108. this.comboBoxReader.Size = new System.Drawing.Size(450, 25);
  109. this.comboBoxReader.TabIndex = 0;
  110. this.comboBoxReader.SelectedIndexChanged += new System.EventHandler(this.comboBoxReader_SelectedIndexChanged);
  111. //
  112. // labelBook
  113. //
  114. this.labelBook.AutoSize = true;
  115. this.labelBook.Font = new System.Drawing.Font("Segoe UI", 10F);
  116. this.labelBook.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  117. this.labelBook.Location = new System.Drawing.Point(50, 180);
  118. this.labelBook.Name = "labelBook";
  119. this.labelBook.Size = new System.Drawing.Size(48, 19);
  120. this.labelBook.TabIndex = 3;
  121. this.labelBook.Text = "Книга:";
  122. //
  123. // comboBoxBook
  124. //
  125. this.comboBoxBook.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  126. this.comboBoxBook.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  127. this.comboBoxBook.Font = new System.Drawing.Font("Segoe UI", 10F);
  128. this.comboBoxBook.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  129. this.comboBoxBook.FormattingEnabled = true;
  130. this.comboBoxBook.Location = new System.Drawing.Point(140, 176);
  131. this.comboBoxBook.Name = "comboBoxBook";
  132. this.comboBoxBook.Size = new System.Drawing.Size(450, 25);
  133. this.comboBoxBook.TabIndex = 1;
  134. //
  135. // buttonIssue
  136. //
  137. this.buttonIssue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
  138. this.buttonIssue.FlatAppearance.BorderSize = 0;
  139. this.buttonIssue.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  140. this.buttonIssue.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Bold);
  141. this.buttonIssue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
  142. this.buttonIssue.Location = new System.Drawing.Point(250, 240);
  143. this.buttonIssue.Name = "buttonIssue";
  144. this.buttonIssue.Size = new System.Drawing.Size(160, 40);
  145. this.buttonIssue.TabIndex = 2;
  146. this.buttonIssue.Text = "Выдать книгу";
  147. this.buttonIssue.UseVisualStyleBackColor = false;
  148. this.buttonIssue.Click += new System.EventHandler(this.buttonIssue_Click);
  149. //
  150. // labelTitle
  151. //
  152. this.labelTitle.Location = new System.Drawing.Point(0, 0);
  153. this.labelTitle.Name = "labelTitle";
  154. this.labelTitle.Size = new System.Drawing.Size(100, 23);
  155. this.labelTitle.TabIndex = 101;
  156. this.labelTitle.Visible = false;
  157. //
  158. // IssueBookForm
  159. //
  160. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  161. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  162. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
  163. this.ClientSize = new System.Drawing.Size(650, 320);
  164. this.Controls.Add(this.buttonIssue);
  165. this.Controls.Add(this.comboBoxBook);
  166. this.Controls.Add(this.labelBook);
  167. this.Controls.Add(this.comboBoxReader);
  168. this.Controls.Add(this.labelReader);
  169. this.Controls.Add(this.headerPanel);
  170. this.Controls.Add(this.labelTitle);
  171. this.Font = new System.Drawing.Font("Segoe UI", 9F);
  172. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  173. this.Name = "IssueBookForm";
  174. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  175. this.Text = "Выдача книги";
  176. this.Load += new System.EventHandler(this.IssueBookForm_Load);
  177. this.headerPanel.ResumeLayout(false);
  178. this.headerPanel.PerformLayout();
  179. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLogo)).EndInit();
  180. this.ResumeLayout(false);
  181. this.PerformLayout();
  182. }
  183. }
  184. }