Morozov_Pibd-32_KOP/VisEl/TestForm/Lab2.Designer.cs
2023-10-13 17:33:04 +03:00

197 lines
8.6 KiB
C#

namespace TestForm
{
partial class Lab2
{
/// <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.components = new System.ComponentModel.Container();
this.imageExcel1 = new UnvisableComponents.ImageExcel(this.components);
this.buttonOne = new System.Windows.Forms.Button();
this.labelPathTitle = new System.Windows.Forms.Label();
this.labelImages = new System.Windows.Forms.Label();
this.buttonTakePath = new System.Windows.Forms.Button();
this.openFileDialogPath = new System.Windows.Forms.OpenFileDialog();
this.labelPath = new System.Windows.Forms.Label();
this.textBoxTitle = new System.Windows.Forms.TextBox();
this.labelTitle = new System.Windows.Forms.Label();
this.buttonTakeImage = new System.Windows.Forms.Button();
this.labelTakenImages = new System.Windows.Forms.Label();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.excelHead1 = new UnvisableComponents.ExcelHead(this.components);
this.buttonHead = new System.Windows.Forms.Button();
this.excelChart1 = new UnvisableComponents.ExcelChart(this.components);
this.buttonPaint = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// buttonOne
//
this.buttonOne.Location = new System.Drawing.Point(584, 40);
this.buttonOne.Name = "buttonOne";
this.buttonOne.Size = new System.Drawing.Size(94, 29);
this.buttonOne.TabIndex = 0;
this.buttonOne.Text = "Загрузить";
this.buttonOne.UseVisualStyleBackColor = true;
this.buttonOne.Click += new System.EventHandler(this.buttonOne_Click);
//
// labelPathTitle
//
this.labelPathTitle.AutoSize = true;
this.labelPathTitle.Location = new System.Drawing.Point(12, 40);
this.labelPathTitle.Name = "labelPathTitle";
this.labelPathTitle.Size = new System.Drawing.Size(41, 20);
this.labelPathTitle.TabIndex = 1;
this.labelPathTitle.Text = "Путь";
//
// labelImages
//
this.labelImages.AutoSize = true;
this.labelImages.Location = new System.Drawing.Point(12, 75);
this.labelImages.Name = "labelImages";
this.labelImages.Size = new System.Drawing.Size(75, 20);
this.labelImages.TabIndex = 2;
this.labelImages.Text = "Картинки";
//
// buttonTakePath
//
this.buttonTakePath.Location = new System.Drawing.Point(12, 8);
this.buttonTakePath.Name = "buttonTakePath";
this.buttonTakePath.Size = new System.Drawing.Size(121, 29);
this.buttonTakePath.TabIndex = 3;
this.buttonTakePath.Text = "ВыбратьПуть";
this.buttonTakePath.UseVisualStyleBackColor = true;
this.buttonTakePath.Click += new System.EventHandler(this.buttonTakePath_Click);
//
// openFileDialogPath
//
this.openFileDialogPath.FileName = "openFileDialogPath";
//
// labelPath
//
this.labelPath.AutoSize = true;
this.labelPath.Location = new System.Drawing.Point(59, 40);
this.labelPath.Name = "labelPath";
this.labelPath.Size = new System.Drawing.Size(0, 20);
this.labelPath.TabIndex = 4;
//
// textBoxTitle
//
this.textBoxTitle.Location = new System.Drawing.Point(337, 42);
this.textBoxTitle.Name = "textBoxTitle";
this.textBoxTitle.Size = new System.Drawing.Size(125, 27);
this.textBoxTitle.TabIndex = 5;
this.textBoxTitle.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// labelTitle
//
this.labelTitle.AutoSize = true;
this.labelTitle.Location = new System.Drawing.Point(254, 45);
this.labelTitle.Name = "labelTitle";
this.labelTitle.Size = new System.Drawing.Size(81, 20);
this.labelTitle.TabIndex = 6;
this.labelTitle.Text = "Заголовок";
//
// buttonTakeImage
//
this.buttonTakeImage.Location = new System.Drawing.Point(12, 98);
this.buttonTakeImage.Name = "buttonTakeImage";
this.buttonTakeImage.Size = new System.Drawing.Size(121, 29);
this.buttonTakeImage.TabIndex = 7;
this.buttonTakeImage.Text = "ВыбратьФото";
this.buttonTakeImage.UseVisualStyleBackColor = true;
this.buttonTakeImage.Click += new System.EventHandler(this.buttonTakeImage_Click);
//
// labelTakenImages
//
this.labelTakenImages.AutoSize = true;
this.labelTakenImages.Location = new System.Drawing.Point(93, 75);
this.labelTakenImages.Name = "labelTakenImages";
this.labelTakenImages.Size = new System.Drawing.Size(0, 20);
this.labelTakenImages.TabIndex = 8;
//
// buttonHead
//
this.buttonHead.Location = new System.Drawing.Point(12, 189);
this.buttonHead.Name = "buttonHead";
this.buttonHead.Size = new System.Drawing.Size(94, 29);
this.buttonHead.TabIndex = 9;
this.buttonHead.Text = "Go";
this.buttonHead.UseVisualStyleBackColor = true;
this.buttonHead.Click += new System.EventHandler(this.buttonHead_Click);
//
// buttonPaint
//
this.buttonPaint.Location = new System.Drawing.Point(12, 280);
this.buttonPaint.Name = "buttonPaint";
this.buttonPaint.Size = new System.Drawing.Size(94, 29);
this.buttonPaint.TabIndex = 10;
this.buttonPaint.Text = "Paint";
this.buttonPaint.UseVisualStyleBackColor = true;
this.buttonPaint.Click += new System.EventHandler(this.buttonPaint_Click);
//
// Lab2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.buttonPaint);
this.Controls.Add(this.buttonHead);
this.Controls.Add(this.labelTakenImages);
this.Controls.Add(this.buttonTakeImage);
this.Controls.Add(this.labelTitle);
this.Controls.Add(this.textBoxTitle);
this.Controls.Add(this.labelPath);
this.Controls.Add(this.buttonTakePath);
this.Controls.Add(this.labelImages);
this.Controls.Add(this.labelPathTitle);
this.Controls.Add(this.buttonOne);
this.Name = "Lab2";
this.Text = "Lab2";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private UnvisableComponents.ImageExcel imageExcel1;
private Button buttonOne;
private Label labelPathTitle;
private Label labelImages;
private Button buttonTakePath;
private OpenFileDialog openFileDialogPath;
private Label labelPath;
private TextBox textBoxTitle;
private Label labelTitle;
private Button buttonTakeImage;
private Label labelTakenImages;
private SaveFileDialog saveFileDialog1;
private UnvisableComponents.ExcelHead excelHead1;
private Button buttonHead;
private UnvisableComponents.ExcelChart excelChart1;
private Button buttonPaint;
}
}