Form1.Designer.cs 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. 
  2. namespace IS31IvnitskiiStud
  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.label1 = new System.Windows.Forms.Label();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.button2 = new System.Windows.Forms.Button();
  32. this.button3 = new System.Windows.Forms.Button();
  33. this.button4 = new System.Windows.Forms.Button();
  34. this.button5 = new System.Windows.Forms.Button();
  35. this.SuspendLayout();
  36. //
  37. // label1
  38. //
  39. this.label1.AutoSize = true;
  40. this.label1.BackColor = System.Drawing.Color.Transparent;
  41. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F);
  42. this.label1.ForeColor = System.Drawing.Color.DarkBlue;
  43. this.label1.Location = new System.Drawing.Point(71, 9);
  44. this.label1.Name = "label1";
  45. this.label1.Size = new System.Drawing.Size(220, 24);
  46. this.label1.TabIndex = 0;
  47. this.label1.Text = "База данных \"Студент\"";
  48. this.label1.Click += new System.EventHandler(this.label1_Click);
  49. //
  50. // button1
  51. //
  52. this.button1.Location = new System.Drawing.Point(101, 48);
  53. this.button1.Name = "button1";
  54. this.button1.Size = new System.Drawing.Size(156, 23);
  55. this.button1.TabIndex = 1;
  56. this.button1.Text = "Таблица \"Специальности\"";
  57. this.button1.UseVisualStyleBackColor = true;
  58. this.button1.Click += new System.EventHandler(this.button1_Click);
  59. //
  60. // button2
  61. //
  62. this.button2.Location = new System.Drawing.Point(101, 102);
  63. this.button2.Name = "button2";
  64. this.button2.Size = new System.Drawing.Size(156, 23);
  65. this.button2.TabIndex = 2;
  66. this.button2.Text = "Таблица \"предметы\"";
  67. this.button2.UseVisualStyleBackColor = true;
  68. this.button2.Click += new System.EventHandler(this.button2_Click);
  69. //
  70. // button3
  71. //
  72. this.button3.Location = new System.Drawing.Point(101, 165);
  73. this.button3.Name = "button3";
  74. this.button3.Size = new System.Drawing.Size(156, 23);
  75. this.button3.TabIndex = 3;
  76. this.button3.Text = "таблица \"Студенты\"";
  77. this.button3.UseVisualStyleBackColor = true;
  78. this.button3.Click += new System.EventHandler(this.button3_Click);
  79. //
  80. // button4
  81. //
  82. this.button4.Location = new System.Drawing.Point(101, 215);
  83. this.button4.Name = "button4";
  84. this.button4.Size = new System.Drawing.Size(156, 23);
  85. this.button4.TabIndex = 4;
  86. this.button4.Text = "Таблица \"Оценки\"";
  87. this.button4.UseVisualStyleBackColor = true;
  88. this.button4.Click += new System.EventHandler(this.button4_Click);
  89. //
  90. // button5
  91. //
  92. this.button5.Location = new System.Drawing.Point(101, 267);
  93. this.button5.Name = "button5";
  94. this.button5.Size = new System.Drawing.Size(156, 23);
  95. this.button5.TabIndex = 5;
  96. this.button5.Text = "Табличный вид";
  97. this.button5.UseVisualStyleBackColor = true;
  98. this.button5.Click += new System.EventHandler(this.button5_Click);
  99. //
  100. // Form1
  101. //
  102. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  103. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  104. this.ClientSize = new System.Drawing.Size(363, 450);
  105. this.Controls.Add(this.button5);
  106. this.Controls.Add(this.button4);
  107. this.Controls.Add(this.button3);
  108. this.Controls.Add(this.button2);
  109. this.Controls.Add(this.button1);
  110. this.Controls.Add(this.label1);
  111. this.Name = "Form1";
  112. this.Text = "Form1";
  113. this.ResumeLayout(false);
  114. this.PerformLayout();
  115. }
  116. #endregion
  117. private System.Windows.Forms.Label label1;
  118. private System.Windows.Forms.Button button1;
  119. private System.Windows.Forms.Button button2;
  120. private System.Windows.Forms.Button button3;
  121. private System.Windows.Forms.Button button4;
  122. private System.Windows.Forms.Button button5;
  123. }
  124. }