Form1.Designer.cs 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. 
  2. namespace IS31KiselevStudent
  3. {
  4. partial class Form1
  5. {
  6. /// <summary>
  7. /// Обязательная переменная конструктора.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Освободить все используемые ресурсы.
  12. /// </summary>
  13. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Код, автоматически созданный конструктором форм Windows
  23. /// <summary>
  24. /// Требуемый метод для поддержки конструктора — не изменяйте
  25. /// содержимое этого метода с помощью редактора кода.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.button3 = new System.Windows.Forms.Button();
  32. this.button4 = new System.Windows.Forms.Button();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.SuspendLayout();
  35. //
  36. // button1
  37. //
  38. this.button1.Location = new System.Drawing.Point(856, 295);
  39. this.button1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  40. this.button1.Name = "button1";
  41. this.button1.Size = new System.Drawing.Size(330, 49);
  42. this.button1.TabIndex = 0;
  43. this.button1.Text = "Таблица \"Специальности\"";
  44. this.button1.UseVisualStyleBackColor = true;
  45. this.button1.Click += new System.EventHandler(this.button1_Click);
  46. //
  47. // button2
  48. //
  49. this.button2.Location = new System.Drawing.Point(856, 356);
  50. this.button2.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  51. this.button2.Name = "button2";
  52. this.button2.Size = new System.Drawing.Size(330, 42);
  53. this.button2.TabIndex = 1;
  54. this.button2.Text = "Таблица \"Предметы\"";
  55. this.button2.UseVisualStyleBackColor = true;
  56. this.button2.Click += new System.EventHandler(this.button2_Click);
  57. //
  58. // button3
  59. //
  60. this.button3.Location = new System.Drawing.Point(856, 410);
  61. this.button3.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  62. this.button3.Name = "button3";
  63. this.button3.Size = new System.Drawing.Size(330, 42);
  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. // button4
  70. //
  71. this.button4.Location = new System.Drawing.Point(856, 464);
  72. this.button4.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  73. this.button4.Name = "button4";
  74. this.button4.Size = new System.Drawing.Size(330, 42);
  75. this.button4.TabIndex = 3;
  76. this.button4.Text = "Таблица \"Оценки\"";
  77. this.button4.UseVisualStyleBackColor = true;
  78. this.button4.Click += new System.EventHandler(this.button4_Click);
  79. //
  80. // label1
  81. //
  82. this.label1.AutoSize = true;
  83. this.label1.Location = new System.Drawing.Point(917, 185);
  84. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  85. this.label1.Name = "label1";
  86. this.label1.Size = new System.Drawing.Size(220, 24);
  87. this.label1.TabIndex = 4;
  88. this.label1.Text = "База данных \"Студент\"";
  89. this.label1.Click += new System.EventHandler(this.label1_Click);
  90. //
  91. // Form1
  92. //
  93. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  94. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  95. this.ClientSize = new System.Drawing.Size(1689, 831);
  96. this.Controls.Add(this.label1);
  97. this.Controls.Add(this.button4);
  98. this.Controls.Add(this.button3);
  99. this.Controls.Add(this.button2);
  100. this.Controls.Add(this.button1);
  101. this.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  102. this.ForeColor = System.Drawing.Color.DarkBlue;
  103. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  104. this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  105. this.MaximizeBox = false;
  106. this.MinimizeBox = false;
  107. this.Name = "Form1";
  108. this.Text = "Студент";
  109. this.Load += new System.EventHandler(this.Form1_Load);
  110. this.ResumeLayout(false);
  111. this.PerformLayout();
  112. }
  113. #endregion
  114. private System.Windows.Forms.Button button1;
  115. private System.Windows.Forms.Button button2;
  116. private System.Windows.Forms.Button button3;
  117. private System.Windows.Forms.Button button4;
  118. private System.Windows.Forms.Label label1;
  119. }
  120. }