Form1.Designer.cs 4.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. namespace LesnichukEvgenuiAleksandrovich_19
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Обязательная переменная конструктора.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Освободить все используемые ресурсы.
  11. /// </summary>
  12. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  22. /// <summary>
  23. /// Требуемый метод для поддержки конструктора — не изменяйте
  24. /// содержимое этого метода с помощью редактора кода.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.button1 = new System.Windows.Forms.Button();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.button3 = new System.Windows.Forms.Button();
  31. this.SuspendLayout();
  32. //
  33. // button1
  34. //
  35. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  36. this.button1.Location = new System.Drawing.Point(70, 58);
  37. this.button1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  38. this.button1.Name = "button1";
  39. this.button1.Size = new System.Drawing.Size(235, 35);
  40. this.button1.TabIndex = 0;
  41. this.button1.Text = "Форма читателей";
  42. this.button1.UseVisualStyleBackColor = true;
  43. this.button1.Click += new System.EventHandler(this.button1_Click);
  44. //
  45. // button2
  46. //
  47. this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  48. this.button2.Location = new System.Drawing.Point(70, 144);
  49. this.button2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  50. this.button2.Name = "button2";
  51. this.button2.Size = new System.Drawing.Size(235, 35);
  52. this.button2.TabIndex = 1;
  53. this.button2.Text = "Форма книг";
  54. this.button2.UseVisualStyleBackColor = true;
  55. this.button2.Click += new System.EventHandler(this.button2_Click);
  56. //
  57. // button3
  58. //
  59. this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  60. this.button3.Location = new System.Drawing.Point(70, 231);
  61. this.button3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  62. this.button3.Name = "button3";
  63. this.button3.Size = new System.Drawing.Size(235, 35);
  64. this.button3.TabIndex = 2;
  65. this.button3.Text = "Форма залов";
  66. this.button3.UseVisualStyleBackColor = true;
  67. this.button3.Click += new System.EventHandler(this.button3_Click);
  68. //
  69. // Form1
  70. //
  71. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  72. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  73. this.ClientSize = new System.Drawing.Size(374, 355);
  74. this.Controls.Add(this.button3);
  75. this.Controls.Add(this.button2);
  76. this.Controls.Add(this.button1);
  77. this.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  78. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  79. this.Name = "Form1";
  80. this.Text = "Главная";
  81. this.ResumeLayout(false);
  82. }
  83. #endregion
  84. private System.Windows.Forms.Button button1;
  85. private System.Windows.Forms.Button button2;
  86. private System.Windows.Forms.Button button3;
  87. }
  88. }