namespace StudentEnrollmentView { partial class FormExamPoints { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { label2 = new Label(); textBoxFirstExamPoints = new TextBox(); label1 = new Label(); textBoxSecondExamPoints = new TextBox(); label3 = new Label(); textBoxThirdExamPoints = new TextBox(); label4 = new Label(); textBoxAddPoints = new TextBox(); buttonCancel = new Button(); buttonSave = new Button(); SuspendLayout(); // // label2 // label2.AutoSize = true; label2.Location = new Point(10, 23); label2.Name = "label2"; label2.Size = new Size(102, 15); label2.TabIndex = 7; label2.Text = "Первый экзамен:"; // // textBoxFirstExamPoints // textBoxFirstExamPoints.Location = new Point(158, 21); textBoxFirstExamPoints.Name = "textBoxFirstExamPoints"; textBoxFirstExamPoints.Size = new Size(250, 23); textBoxFirstExamPoints.TabIndex = 6; // // label1 // label1.AutoSize = true; label1.Location = new Point(10, 59); label1.Name = "label1"; label1.Size = new Size(98, 15); label1.TabIndex = 9; label1.Text = "Второй экзамен:"; // // textBoxSecondExamPoints // textBoxSecondExamPoints.Location = new Point(158, 57); textBoxSecondExamPoints.Name = "textBoxSecondExamPoints"; textBoxSecondExamPoints.Size = new Size(250, 23); textBoxSecondExamPoints.TabIndex = 8; // // label3 // label3.AutoSize = true; label3.Location = new Point(10, 98); label3.Name = "label3"; label3.Size = new Size(96, 15); label3.TabIndex = 11; label3.Text = "Третий экзамен:"; // // textBoxThirdExamPoints // textBoxThirdExamPoints.Location = new Point(158, 96); textBoxThirdExamPoints.Name = "textBoxThirdExamPoints"; textBoxThirdExamPoints.Size = new Size(250, 23); textBoxThirdExamPoints.TabIndex = 10; // // label4 // label4.AutoSize = true; label4.Location = new Point(10, 137); label4.Name = "label4"; label4.Size = new Size(74, 15); label4.TabIndex = 13; label4.Text = "Доп. баллы:"; // // textBoxAddPoints // textBoxAddPoints.Location = new Point(158, 135); textBoxAddPoints.Name = "textBoxAddPoints"; textBoxAddPoints.Size = new Size(250, 23); textBoxAddPoints.TabIndex = 12; // // buttonCancel // buttonCancel.Location = new Point(308, 194); buttonCancel.Name = "buttonCancel"; buttonCancel.Size = new Size(104, 28); buttonCancel.TabIndex = 15; buttonCancel.Text = "Отмена"; buttonCancel.UseVisualStyleBackColor = true; buttonCancel.Click += buttonCancel_Click; // // buttonSave // buttonSave.Location = new Point(198, 194); buttonSave.Name = "buttonSave"; buttonSave.Size = new Size(104, 28); buttonSave.TabIndex = 14; buttonSave.Text = "Сохранить"; buttonSave.UseVisualStyleBackColor = true; buttonSave.Click += buttonSave_Click; // // FormExamPoints // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(432, 231); Controls.Add(buttonCancel); Controls.Add(buttonSave); Controls.Add(label4); Controls.Add(textBoxAddPoints); Controls.Add(label3); Controls.Add(textBoxThirdExamPoints); Controls.Add(label1); Controls.Add(textBoxSecondExamPoints); Controls.Add(label2); Controls.Add(textBoxFirstExamPoints); Margin = new Padding(3, 2, 3, 2); Name = "FormExamPoints"; Text = "Баллы за экзамены"; Load += FormExamPoints_Load; ResumeLayout(false); PerformLayout(); } #endregion private Label label2; private TextBox textBoxFirstExamPoints; private Label label1; private TextBox textBoxSecondExamPoints; private Label label3; private TextBox textBoxThirdExamPoints; private Label label4; private TextBox textBoxAddPoints; private Button buttonCancel; private Button buttonSave; } }