174 lines
7.4 KiB
C#
174 lines
7.4 KiB
C#
namespace UniversityView
|
|
{
|
|
partial class FormStudent
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.textBoxFIO = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.componenttBox1 = new COPWinForms.ComponentTBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.userCheckedListBox1 = new COP.UserCheckedListBox();
|
|
this.buttonSave = new System.Windows.Forms.Button();
|
|
this.buttonCancel = new System.Windows.Forms.Button();
|
|
this.buttonAddPhoto = new System.Windows.Forms.Button();
|
|
this.pictureBox = new System.Windows.Forms.PictureBox();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// textBoxFIO
|
|
//
|
|
this.textBoxFIO.Location = new System.Drawing.Point(105, 27);
|
|
this.textBoxFIO.Name = "textBoxFIO";
|
|
this.textBoxFIO.Size = new System.Drawing.Size(214, 23);
|
|
this.textBoxFIO.TabIndex = 0;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(65, 30);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(34, 15);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "ФИО";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(65, 68);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(113, 15);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "Электронная почта";
|
|
//
|
|
// componenttBox1
|
|
//
|
|
this.componenttBox1.Location = new System.Drawing.Point(184, 65);
|
|
this.componenttBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.componenttBox1.Name = "componenttBox1";
|
|
this.componenttBox1.Pattern = null;
|
|
this.componenttBox1.Size = new System.Drawing.Size(135, 38);
|
|
this.componenttBox1.TabIndex = 4;
|
|
this.componenttBox1.TextBoxValue = null;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.userCheckedListBox1);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 108);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(362, 150);
|
|
this.groupBox1.TabIndex = 5;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Направление";
|
|
//
|
|
// userCheckedListBox1
|
|
//
|
|
this.userCheckedListBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.userCheckedListBox1.Location = new System.Drawing.Point(3, 19);
|
|
this.userCheckedListBox1.Name = "userCheckedListBox1";
|
|
this.userCheckedListBox1.SelectedValue = "";
|
|
this.userCheckedListBox1.Size = new System.Drawing.Size(356, 128);
|
|
this.userCheckedListBox1.TabIndex = 0;
|
|
//
|
|
// buttonSave
|
|
//
|
|
this.buttonSave.Location = new System.Drawing.Point(218, 465);
|
|
this.buttonSave.Name = "buttonSave";
|
|
this.buttonSave.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonSave.TabIndex = 6;
|
|
this.buttonSave.Text = "Сохранить";
|
|
this.buttonSave.UseVisualStyleBackColor = true;
|
|
this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
|
|
//
|
|
// buttonCancel
|
|
//
|
|
this.buttonCancel.Location = new System.Drawing.Point(299, 465);
|
|
this.buttonCancel.Name = "buttonCancel";
|
|
this.buttonCancel.Size = new System.Drawing.Size(75, 23);
|
|
this.buttonCancel.TabIndex = 7;
|
|
this.buttonCancel.Text = "Отмена";
|
|
this.buttonCancel.UseVisualStyleBackColor = true;
|
|
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
|
|
//
|
|
// buttonAddPhoto
|
|
//
|
|
this.buttonAddPhoto.Location = new System.Drawing.Point(12, 264);
|
|
this.buttonAddPhoto.Name = "buttonAddPhoto";
|
|
this.buttonAddPhoto.Size = new System.Drawing.Size(360, 23);
|
|
this.buttonAddPhoto.TabIndex = 8;
|
|
this.buttonAddPhoto.Text = "Загрузить фото";
|
|
this.buttonAddPhoto.UseVisualStyleBackColor = true;
|
|
this.buttonAddPhoto.Click += new System.EventHandler(this.buttonAddPhoto_Click);
|
|
//
|
|
// pictureBox
|
|
//
|
|
this.pictureBox.Location = new System.Drawing.Point(12, 293);
|
|
this.pictureBox.Name = "pictureBox";
|
|
this.pictureBox.Size = new System.Drawing.Size(359, 166);
|
|
this.pictureBox.TabIndex = 9;
|
|
this.pictureBox.TabStop = false;
|
|
//
|
|
// FormStudent
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(384, 500);
|
|
this.Controls.Add(this.pictureBox);
|
|
this.Controls.Add(this.buttonAddPhoto);
|
|
this.Controls.Add(this.buttonCancel);
|
|
this.Controls.Add(this.buttonSave);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.componenttBox1);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.textBoxFIO);
|
|
this.Name = "FormStudent";
|
|
this.Text = "Студент";
|
|
this.Load += new System.EventHandler(this.FormStudent_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private TextBox textBoxFIO;
|
|
private Label label1;
|
|
private Label label2;
|
|
private COPWinForms.ComponentTBox componenttBox1;
|
|
private GroupBox groupBox1;
|
|
private Button buttonSave;
|
|
private Button buttonCancel;
|
|
private COP.UserCheckedListBox userCheckedListBox1;
|
|
private Button buttonAddPhoto;
|
|
private PictureBox pictureBox;
|
|
}
|
|
} |