bibliot.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. using System.Resources;
  2. using WindowsFormsApp4.Properties;
  3. namespace WindowsFormsApp4
  4. {
  5. partial class bibliot
  6. {
  7. private System.ComponentModel.IContainer components = null;
  8. protected override void Dispose(bool disposing)
  9. {
  10. if (disposing && (components != null))
  11. {
  12. components.Dispose();
  13. }
  14. base.Dispose(disposing);
  15. }
  16. private void InitializeComponent()
  17. {
  18. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(bibliot));
  19. this.buttonQuickRegister = new System.Windows.Forms.Button();
  20. this.buttonIssueBook = new System.Windows.Forms.Button();
  21. this.buttonReturnBook = new System.Windows.Forms.Button();
  22. this.labelLibraryName = new System.Windows.Forms.Label();
  23. this.labelReadersCount = new System.Windows.Forms.Label();
  24. this.labelDebtorsCount = new System.Windows.Forms.Label();
  25. this.dataGridViewActiveLoans = new System.Windows.Forms.DataGridView();
  26. this.label1 = new System.Windows.Forms.Label();
  27. this.label2 = new System.Windows.Forms.Label();
  28. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  29. this.label3 = new System.Windows.Forms.Label();
  30. this.groupBoxActions = new System.Windows.Forms.GroupBox();
  31. this.groupBoxStats = new System.Windows.Forms.GroupBox();
  32. this.panelHeader = new System.Windows.Forms.Panel();
  33. this.buttonAddBook = new System.Windows.Forms.Button();
  34. this.btnLogout = new System.Windows.Forms.Button();
  35. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewActiveLoans)).BeginInit();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  37. this.groupBoxActions.SuspendLayout();
  38. this.groupBoxStats.SuspendLayout();
  39. this.panelHeader.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // buttonQuickRegister
  43. //
  44. this.buttonQuickRegister.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
  45. this.buttonQuickRegister.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  46. this.buttonQuickRegister.Font = new System.Drawing.Font("Segoe UI", 10F);
  47. this.buttonQuickRegister.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
  48. this.buttonQuickRegister.Location = new System.Drawing.Point(20, 30);
  49. this.buttonQuickRegister.Name = "buttonQuickRegister";
  50. this.buttonQuickRegister.Size = new System.Drawing.Size(180, 40);
  51. this.buttonQuickRegister.TabIndex = 0;
  52. this.buttonQuickRegister.Text = "Быстрая регистрация";
  53. this.buttonQuickRegister.UseVisualStyleBackColor = false;
  54. this.buttonQuickRegister.Click += new System.EventHandler(this.buttonQuickRegister_Click);
  55. //
  56. // buttonIssueBook
  57. //
  58. this.buttonIssueBook.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
  59. this.buttonIssueBook.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  60. this.buttonIssueBook.Font = new System.Drawing.Font("Segoe UI", 10F);
  61. this.buttonIssueBook.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
  62. this.buttonIssueBook.Location = new System.Drawing.Point(20, 76);
  63. this.buttonIssueBook.Name = "buttonIssueBook";
  64. this.buttonIssueBook.Size = new System.Drawing.Size(180, 40);
  65. this.buttonIssueBook.TabIndex = 1;
  66. this.buttonIssueBook.Text = "Выдать книгу";
  67. this.buttonIssueBook.UseVisualStyleBackColor = false;
  68. this.buttonIssueBook.Click += new System.EventHandler(this.buttonIssueBook_Click_1);
  69. //
  70. // buttonReturnBook
  71. //
  72. this.buttonReturnBook.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
  73. this.buttonReturnBook.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  74. this.buttonReturnBook.Font = new System.Drawing.Font("Segoe UI", 10F);
  75. this.buttonReturnBook.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
  76. this.buttonReturnBook.Location = new System.Drawing.Point(20, 122);
  77. this.buttonReturnBook.Name = "buttonReturnBook";
  78. this.buttonReturnBook.Size = new System.Drawing.Size(180, 40);
  79. this.buttonReturnBook.TabIndex = 2;
  80. this.buttonReturnBook.Text = "Вернуть книгу";
  81. this.buttonReturnBook.UseVisualStyleBackColor = false;
  82. this.buttonReturnBook.Click += new System.EventHandler(this.buttonReturnBook_Click_1);
  83. //
  84. // labelLibraryName
  85. //
  86. this.labelLibraryName.AutoSize = true;
  87. this.labelLibraryName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  88. this.labelLibraryName.Location = new System.Drawing.Point(500, 20);
  89. this.labelLibraryName.Name = "labelLibraryName";
  90. this.labelLibraryName.Size = new System.Drawing.Size(0, 15);
  91. this.labelLibraryName.TabIndex = 9;
  92. this.labelLibraryName.Visible = false;
  93. //
  94. // labelReadersCount
  95. //
  96. this.labelReadersCount.Font = new System.Drawing.Font("Segoe UI", 20F, System.Drawing.FontStyle.Bold);
  97. this.labelReadersCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  98. this.labelReadersCount.Location = new System.Drawing.Point(40, 30);
  99. this.labelReadersCount.Name = "labelReadersCount";
  100. this.labelReadersCount.Size = new System.Drawing.Size(120, 40);
  101. this.labelReadersCount.TabIndex = 4;
  102. this.labelReadersCount.Text = "0";
  103. this.labelReadersCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  104. //
  105. // labelDebtorsCount
  106. //
  107. this.labelDebtorsCount.Font = new System.Drawing.Font("Segoe UI", 20F, System.Drawing.FontStyle.Bold);
  108. this.labelDebtorsCount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  109. this.labelDebtorsCount.Location = new System.Drawing.Point(200, 30);
  110. this.labelDebtorsCount.Name = "labelDebtorsCount";
  111. this.labelDebtorsCount.Size = new System.Drawing.Size(120, 40);
  112. this.labelDebtorsCount.TabIndex = 5;
  113. this.labelDebtorsCount.Text = "0";
  114. this.labelDebtorsCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  115. //
  116. // dataGridViewActiveLoans
  117. //
  118. this.dataGridViewActiveLoans.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  119. this.dataGridViewActiveLoans.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  120. this.dataGridViewActiveLoans.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  121. this.dataGridViewActiveLoans.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  122. this.dataGridViewActiveLoans.Location = new System.Drawing.Point(0, 320);
  123. this.dataGridViewActiveLoans.Name = "dataGridViewActiveLoans";
  124. this.dataGridViewActiveLoans.RowHeadersVisible = false;
  125. this.dataGridViewActiveLoans.Size = new System.Drawing.Size(900, 163);
  126. this.dataGridViewActiveLoans.TabIndex = 6;
  127. //
  128. // label1
  129. //
  130. this.label1.Font = new System.Drawing.Font("Segoe UI", 10F);
  131. this.label1.Location = new System.Drawing.Point(40, 70);
  132. this.label1.Name = "label1";
  133. this.label1.Size = new System.Drawing.Size(120, 25);
  134. this.label1.TabIndex = 7;
  135. this.label1.Text = "Читателей";
  136. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  137. //
  138. // label2
  139. //
  140. this.label2.Font = new System.Drawing.Font("Segoe UI", 10F);
  141. this.label2.Location = new System.Drawing.Point(200, 70);
  142. this.label2.Name = "label2";
  143. this.label2.Size = new System.Drawing.Size(120, 25);
  144. this.label2.TabIndex = 8;
  145. this.label2.Text = "Должников";
  146. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  147. //
  148. // pictureBox1
  149. //
  150. this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
  151. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  152. this.pictureBox1.Location = new System.Drawing.Point(20, 12);
  153. this.pictureBox1.Name = "pictureBox1";
  154. this.pictureBox1.Size = new System.Drawing.Size(80, 76);
  155. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  156. this.pictureBox1.TabIndex = 0;
  157. this.pictureBox1.TabStop = false;
  158. //
  159. // label3
  160. //
  161. this.label3.Font = new System.Drawing.Font("Segoe UI", 24F, System.Drawing.FontStyle.Bold);
  162. this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  163. this.label3.Location = new System.Drawing.Point(120, 20);
  164. this.label3.Name = "label3";
  165. this.label3.Size = new System.Drawing.Size(760, 60);
  166. this.label3.TabIndex = 10;
  167. this.label3.Text = "Библиотечный фонд города";
  168. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  169. //
  170. // groupBoxActions
  171. //
  172. this.groupBoxActions.Controls.Add(this.buttonQuickRegister);
  173. this.groupBoxActions.Controls.Add(this.buttonIssueBook);
  174. this.groupBoxActions.Controls.Add(this.buttonReturnBook);
  175. this.groupBoxActions.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
  176. this.groupBoxActions.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  177. this.groupBoxActions.Location = new System.Drawing.Point(20, 106);
  178. this.groupBoxActions.Name = "groupBoxActions";
  179. this.groupBoxActions.Size = new System.Drawing.Size(220, 182);
  180. this.groupBoxActions.TabIndex = 1;
  181. this.groupBoxActions.TabStop = false;
  182. this.groupBoxActions.Text = "Действия";
  183. //
  184. // groupBoxStats
  185. //
  186. this.groupBoxStats.Controls.Add(this.labelReadersCount);
  187. this.groupBoxStats.Controls.Add(this.label1);
  188. this.groupBoxStats.Controls.Add(this.labelDebtorsCount);
  189. this.groupBoxStats.Controls.Add(this.label2);
  190. this.groupBoxStats.Controls.Add(this.labelLibraryName);
  191. this.groupBoxStats.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
  192. this.groupBoxStats.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(102)))));
  193. this.groupBoxStats.Location = new System.Drawing.Point(246, 111);
  194. this.groupBoxStats.Name = "groupBoxStats";
  195. this.groupBoxStats.Size = new System.Drawing.Size(620, 120);
  196. this.groupBoxStats.TabIndex = 2;
  197. this.groupBoxStats.TabStop = false;
  198. this.groupBoxStats.Text = "Статистика";
  199. //
  200. // panelHeader
  201. //
  202. this.panelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(233)))), ((int)(((byte)(211)))));
  203. this.panelHeader.Controls.Add(this.btnLogout);
  204. this.panelHeader.Controls.Add(this.pictureBox1);
  205. this.panelHeader.Controls.Add(this.label3);
  206. this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top;
  207. this.panelHeader.Location = new System.Drawing.Point(0, 0);
  208. this.panelHeader.Name = "panelHeader";
  209. this.panelHeader.Size = new System.Drawing.Size(900, 100);
  210. this.panelHeader.TabIndex = 0;
  211. //
  212. // buttonAddBook
  213. //
  214. this.buttonAddBook.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
  215. this.buttonAddBook.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  216. this.buttonAddBook.Font = new System.Drawing.Font("Segoe UI", 10F);
  217. this.buttonAddBook.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
  218. this.buttonAddBook.Location = new System.Drawing.Point(40, 274);
  219. this.buttonAddBook.Name = "buttonAddBook";
  220. this.buttonAddBook.Size = new System.Drawing.Size(180, 40);
  221. this.buttonAddBook.TabIndex = 3;
  222. this.buttonAddBook.Text = "Добавить книгу";
  223. this.buttonAddBook.UseVisualStyleBackColor = false;
  224. this.buttonAddBook.Click += new System.EventHandler(this.buttonAddBook_Click);
  225. //
  226. // btnLogout
  227. //
  228. this.btnLogout.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(74)))), ((int)(((byte)(58)))));
  229. this.btnLogout.FlatAppearance.BorderSize = 0;
  230. this.btnLogout.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  231. this.btnLogout.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
  232. this.btnLogout.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
  233. this.btnLogout.Location = new System.Drawing.Point(780, 35);
  234. this.btnLogout.Name = "btnLogout";
  235. this.btnLogout.Size = new System.Drawing.Size(100, 30);
  236. this.btnLogout.TabIndex = 7;
  237. this.btnLogout.Text = "Выйти";
  238. this.btnLogout.UseVisualStyleBackColor = false;
  239. this.btnLogout.Click += new System.EventHandler(this.btnLogout_Click);
  240. //
  241. // bibliot
  242. //
  243. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  244. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  245. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(221)))), ((int)(((byte)(200)))));
  246. this.ClientSize = new System.Drawing.Size(900, 480);
  247. this.Controls.Add(this.buttonAddBook);
  248. this.Controls.Add(this.dataGridViewActiveLoans);
  249. this.Controls.Add(this.groupBoxStats);
  250. this.Controls.Add(this.groupBoxActions);
  251. this.Controls.Add(this.panelHeader);
  252. this.Font = new System.Drawing.Font("Segoe UI", 9F);
  253. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  254. this.Name = "bibliot";
  255. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  256. this.Text = "Библиотечная система";
  257. this.Load += new System.EventHandler(this.bibliot_Load);
  258. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewActiveLoans)).EndInit();
  259. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  260. this.groupBoxActions.ResumeLayout(false);
  261. this.groupBoxStats.ResumeLayout(false);
  262. this.groupBoxStats.PerformLayout();
  263. this.panelHeader.ResumeLayout(false);
  264. this.ResumeLayout(false);
  265. }
  266. // Объявления компонентов (оставляем как есть, они уже есть в вашем коде)
  267. private System.Windows.Forms.Button buttonQuickRegister;
  268. private System.Windows.Forms.Button buttonIssueBook;
  269. private System.Windows.Forms.Button buttonReturnBook;
  270. private System.Windows.Forms.Label labelLibraryName;
  271. private System.Windows.Forms.Label labelReadersCount;
  272. private System.Windows.Forms.Label labelDebtorsCount;
  273. private System.Windows.Forms.DataGridView dataGridViewActiveLoans;
  274. private System.Windows.Forms.Label label1;
  275. private System.Windows.Forms.Label label2;
  276. private System.Windows.Forms.PictureBox pictureBox1;
  277. private System.Windows.Forms.Label label3;
  278. private System.Windows.Forms.GroupBox groupBoxActions;
  279. private System.Windows.Forms.GroupBox groupBoxStats;
  280. private System.Windows.Forms.Panel panelHeader;
  281. private System.Windows.Forms.Button buttonAddBook;
  282. private System.Windows.Forms.Button btnLogout;
  283. }
  284. }