Form1.Designer.cs 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. namespace TITOVVIACHESLAVPODRESHETNIKOVAJULIASTUDENTI
  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.button4 = new System.Windows.Forms.Button();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.SuspendLayout();
  34. //
  35. // button1
  36. //
  37. this.button1.Location = new System.Drawing.Point(293, 85);
  38. this.button1.Name = "button1";
  39. this.button1.Size = new System.Drawing.Size(167, 32);
  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.Location = new System.Drawing.Point(293, 149);
  48. this.button2.Name = "button2";
  49. this.button2.Size = new System.Drawing.Size(167, 32);
  50. this.button2.TabIndex = 1;
  51. this.button2.Text = "Таблица \"Предметы\"";
  52. this.button2.UseVisualStyleBackColor = true;
  53. this.button2.Click += new System.EventHandler(this.button2_Click);
  54. //
  55. // button3
  56. //
  57. this.button3.Location = new System.Drawing.Point(293, 217);
  58. this.button3.Name = "button3";
  59. this.button3.Size = new System.Drawing.Size(167, 32);
  60. this.button3.TabIndex = 2;
  61. this.button3.Text = "Таблица \"Студенты\"";
  62. this.button3.UseVisualStyleBackColor = true;
  63. this.button3.Click += new System.EventHandler(this.button3_Click);
  64. //
  65. // button4
  66. //
  67. this.button4.Location = new System.Drawing.Point(293, 289);
  68. this.button4.Name = "button4";
  69. this.button4.Size = new System.Drawing.Size(167, 29);
  70. this.button4.TabIndex = 3;
  71. this.button4.Text = "Таблица \"Оценки\"";
  72. this.button4.UseVisualStyleBackColor = true;
  73. this.button4.Click += new System.EventHandler(this.button4_Click);
  74. //
  75. // label1
  76. //
  77. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  78. this.label1.ForeColor = System.Drawing.SystemColors.Highlight;
  79. this.label1.Location = new System.Drawing.Point(319, 34);
  80. this.label1.Name = "label1";
  81. this.label1.Size = new System.Drawing.Size(117, 31);
  82. this.label1.TabIndex = 4;
  83. this.label1.Text = "Студент";
  84. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  85. this.label1.Click += new System.EventHandler(this.label1_Click);
  86. //
  87. // Form1
  88. //
  89. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  90. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  91. this.ClientSize = new System.Drawing.Size(800, 450);
  92. this.Controls.Add(this.label1);
  93. this.Controls.Add(this.button4);
  94. this.Controls.Add(this.button3);
  95. this.Controls.Add(this.button2);
  96. this.Controls.Add(this.button1);
  97. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  98. this.MaximizeBox = false;
  99. this.MinimizeBox = false;
  100. this.Name = "Form1";
  101. this.Text = "Студент";
  102. this.Load += new System.EventHandler(this.Form1_Load);
  103. this.ResumeLayout(false);
  104. }
  105. #endregion
  106. private System.Windows.Forms.Button button1;
  107. private System.Windows.Forms.Button button2;
  108. private System.Windows.Forms.Button button3;
  109. private System.Windows.Forms.Button button4;
  110. private System.Windows.Forms.Label label1;
  111. }
  112. }