DepartmentProject/DepartmentPortal/AcademicProgressWindowsDesktop/SpecialControls/ControlStudentGraduate.Designer.cs

153 lines
7.5 KiB
C#
Raw Normal View History


namespace AcademicProgressWindowsDesktop.SpecialControls
{
partial class ControlStudentGraduate
{
/// <summary>
/// Обязательная переменная конструктора.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Освободить все используемые ресурсы.
/// </summary>
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором компонентов
/// <summary>
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
/// </summary>
private void InitializeComponent()
{
this.toolStripButtonClose = new System.Windows.Forms.ToolStripButton();
this.toolStripHeader = new System.Windows.Forms.ToolStrip();
this.groupBoxReportInfo = new System.Windows.Forms.GroupBox();
this.label3 = new System.Windows.Forms.Label();
this.buttonSaveSelectFolder = new System.Windows.Forms.Button();
this.buttonSave = new System.Windows.Forms.Button();
this.textBoxSaveFolderName = new System.Windows.Forms.TextBox();
this.labelSaveFolderName = new System.Windows.Forms.Label();
this.toolStripHeader.SuspendLayout();
this.groupBoxReportInfo.SuspendLayout();
this.SuspendLayout();
//
// toolStripButtonClose
//
this.toolStripButtonClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripButtonClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButtonClose.Image = global::AcademicProgressWindowsDesktop.Properties.Resources.Close;
this.toolStripButtonClose.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonClose.Name = "toolStripButtonClose";
this.toolStripButtonClose.Size = new System.Drawing.Size(29, 24);
this.toolStripButtonClose.Text = "Закрыть";
//
// toolStripHeader
//
this.toolStripHeader.ImageScalingSize = new System.Drawing.Size(20, 20);
this.toolStripHeader.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButtonClose});
this.toolStripHeader.Location = new System.Drawing.Point(0, 0);
this.toolStripHeader.Name = "toolStripHeader";
this.toolStripHeader.Size = new System.Drawing.Size(478, 27);
this.toolStripHeader.TabIndex = 2;
this.toolStripHeader.Text = "toolStrip1";
//
// groupBoxReportInfo
//
this.groupBoxReportInfo.Controls.Add(this.label3);
this.groupBoxReportInfo.Location = new System.Drawing.Point(3, 109);
this.groupBoxReportInfo.Name = "groupBoxReportInfo";
this.groupBoxReportInfo.Size = new System.Drawing.Size(460, 127);
this.groupBoxReportInfo.TabIndex = 23;
this.groupBoxReportInfo.TabStop = false;
this.groupBoxReportInfo.Text = "Информация для отчета";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(1519, 588);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(88, 20);
this.label3.TabIndex = 7;
this.label3.Text = "Семестр до";
//
// buttonSaveSelectFolder
//
this.buttonSaveSelectFolder.Location = new System.Drawing.Point(330, 69);
this.buttonSaveSelectFolder.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.buttonSaveSelectFolder.Name = "buttonSaveSelectFolder";
this.buttonSaveSelectFolder.Size = new System.Drawing.Size(133, 31);
this.buttonSaveSelectFolder.TabIndex = 21;
this.buttonSaveSelectFolder.Text = "Выбрать папку";
this.buttonSaveSelectFolder.UseVisualStyleBackColor = true;
//
// buttonSave
//
this.buttonSave.Location = new System.Drawing.Point(330, 242);
this.buttonSave.Name = "buttonSave";
this.buttonSave.Size = new System.Drawing.Size(133, 28);
this.buttonSave.TabIndex = 22;
this.buttonSave.Text = "Сохранить";
this.buttonSave.UseVisualStyleBackColor = true;
//
// textBoxSaveFolderName
//
this.textBoxSaveFolderName.Location = new System.Drawing.Point(119, 34);
this.textBoxSaveFolderName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.textBoxSaveFolderName.Name = "textBoxSaveFolderName";
this.textBoxSaveFolderName.Size = new System.Drawing.Size(344, 27);
this.textBoxSaveFolderName.TabIndex = 20;
//
// labelSaveFolderName
//
this.labelSaveFolderName.AutoSize = true;
this.labelSaveFolderName.Location = new System.Drawing.Point(11, 37);
this.labelSaveFolderName.Name = "labelSaveFolderName";
this.labelSaveFolderName.Size = new System.Drawing.Size(111, 20);
this.labelSaveFolderName.TabIndex = 19;
this.labelSaveFolderName.Text = "Путь до папки:";
//
// ControlStudentGraduate
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBoxReportInfo);
this.Controls.Add(this.buttonSaveSelectFolder);
this.Controls.Add(this.buttonSave);
this.Controls.Add(this.textBoxSaveFolderName);
this.Controls.Add(this.labelSaveFolderName);
this.Controls.Add(this.toolStripHeader);
this.Name = "ControlStudentGraduate";
this.Size = new System.Drawing.Size(478, 279);
this.toolStripHeader.ResumeLayout(false);
this.toolStripHeader.PerformLayout();
this.groupBoxReportInfo.ResumeLayout(false);
this.groupBoxReportInfo.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStripButton toolStripButtonClose;
private System.Windows.Forms.ToolStrip toolStripHeader;
private System.Windows.Forms.GroupBox groupBoxReportInfo;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button buttonSaveSelectFolder;
private System.Windows.Forms.Button buttonSave;
private System.Windows.Forms.TextBox textBoxSaveFolderName;
private System.Windows.Forms.Label labelSaveFolderName;
}
}