COP3PLUSSagirov/DeliveryApp/Form1.Designer.cs
2024-11-06 15:40:33 +04:00

172 lines
8.2 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace DeliveryApp
{
partial class Form1
{
/// <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()
{
components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
toolStrip1 = new ToolStrip();
toolStripType = new ToolStripButton();
toolStripPdf = new ToolStripButton();
toolStripWord = new ToolStripButton();
toolStripExcel = new ToolStripButton();
toolStripDropDownButton1 = new ToolStripDropDownButton();
добавитьToolStripMenuItem = new ToolStripMenuItem();
редактироватьToolStripMenuItem = new ToolStripMenuItem();
удалитьToolStripMenuItem = new ToolStripMenuItem();
listOutputComponent1 = new CreateVisualComponent.ListOutputComponent();
tableComponent1 = new Controls.TableComponent(components);
imageWord1 = new CustomComponents.NonViewComponents.ImageWord(components);
excelDiagram1 = new NotVisualComponent.ExcelDiagram(components);
toolStrip1.SuspendLayout();
SuspendLayout();
//
// toolStrip1
//
toolStrip1.ImageScalingSize = new Size(20, 20);
toolStrip1.Items.AddRange(new ToolStripItem[] { toolStripType, toolStripPdf, toolStripWord, toolStripExcel, toolStripDropDownButton1 });
toolStrip1.Location = new Point(0, 0);
toolStrip1.Name = "toolStrip1";
toolStrip1.Size = new Size(853, 27);
toolStrip1.TabIndex = 1;
toolStrip1.Text = "toolStrip1";
//
// toolStripType
//
toolStripType.DisplayStyle = ToolStripItemDisplayStyle.Text;
toolStripType.Image = (Image)resources.GetObject("toolStripType.Image");
toolStripType.ImageTransparentColor = Color.Magenta;
toolStripType.Name = "toolStripType";
toolStripType.Size = new Size(106, 24);
toolStripType.Text = "Форма типов";
toolStripType.Click += toolStripType_Click;
//
// toolStripPdf
//
toolStripPdf.DisplayStyle = ToolStripItemDisplayStyle.Text;
toolStripPdf.Image = (Image)resources.GetObject("toolStripPdf.Image");
toolStripPdf.ImageTransparentColor = Color.Magenta;
toolStripPdf.Name = "toolStripPdf";
toolStripPdf.Size = new Size(83, 24);
toolStripPdf.Text = "Отчет пдф";
toolStripPdf.Click += toolStripPdf_Click;
//
// toolStripWord
//
toolStripWord.DisplayStyle = ToolStripItemDisplayStyle.Text;
toolStripWord.Image = (Image)resources.GetObject("toolStripWord.Image");
toolStripWord.ImageTransparentColor = Color.Magenta;
toolStripWord.Name = "toolStripWord";
toolStripWord.Size = new Size(90, 24);
toolStripWord.Text = "Отчет ворд";
toolStripWord.Click += toolStripWord_Click;
//
// toolStripExcel
//
toolStripExcel.DisplayStyle = ToolStripItemDisplayStyle.Text;
toolStripExcel.Image = (Image)resources.GetObject("toolStripExcel.Image");
toolStripExcel.ImageTransparentColor = Color.Magenta;
toolStripExcel.Name = "toolStripExcel";
toolStripExcel.Size = new Size(101, 24);
toolStripExcel.Text = "Отчет эксель";
toolStripExcel.Click += toolStripExcel_Click;
//
// toolStripDropDownButton1
//
toolStripDropDownButton1.DisplayStyle = ToolStripItemDisplayStyle.Text;
toolStripDropDownButton1.DropDownItems.AddRange(new ToolStripItem[] { добавитьToolStripMenuItem, редактироватьToolStripMenuItem, удалитьToolStripMenuItem });
toolStripDropDownButton1.Image = (Image)resources.GetObject("toolStripDropDownButton1.Image");
toolStripDropDownButton1.ImageTransparentColor = Color.Magenta;
toolStripDropDownButton1.Name = "toolStripDropDownButton1";
toolStripDropDownButton1.Size = new Size(193, 24);
toolStripDropDownButton1.Text = "Управление доставками";
//
// добавитьToolStripMenuItem
//
добавитьToolStripMenuItem.Name = обавитьToolStripMenuItem";
добавитьToolStripMenuItem.Size = new Size(224, 26);
добавитьToolStripMenuItem.Text = "Добавить";
добавитьToolStripMenuItem.Click += добавитьToolStripMenuItem_Click;
//
// редактироватьToolStripMenuItem
//
редактироватьToolStripMenuItem.Name = "редактироватьToolStripMenuItem";
редактироватьToolStripMenuItem.Size = new Size(224, 26);
редактироватьToolStripMenuItem.Text = "Редактировать";
редактироватьToolStripMenuItem.Click += редактироватьToolStripMenuItem_Click;
//
// удалитьToolStripMenuItem
//
удалитьToolStripMenuItem.Name = "удалитьToolStripMenuItem";
удалитьToolStripMenuItem.Size = new Size(224, 26);
удалитьToolStripMenuItem.Text = "Удалить";
удалитьToolStripMenuItem.Click += удалитьToolStripMenuItem_Click;
//
// listOutputComponent1
//
listOutputComponent1.Dock = DockStyle.Fill;
listOutputComponent1.Location = new Point(0, 27);
listOutputComponent1.Name = "listOutputComponent1";
listOutputComponent1.Size = new Size(853, 423);
listOutputComponent1.TabIndex = 2;
//
// Form1
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(853, 450);
Controls.Add(listOutputComponent1);
Controls.Add(toolStrip1);
KeyPreview = true;
Name = "Form1";
Text = "FormMain";
Load += Form1_Load;
KeyDown += OnKeyPressed;
toolStrip1.ResumeLayout(false);
toolStrip1.PerformLayout();
ResumeLayout(false);
PerformLayout();
}
#endregion
private ToolStrip toolStrip1;
private ToolStripButton toolStripType;
private CreateVisualComponent.ListOutputComponent listOutputComponent1;
private ToolStripButton toolStripPdf;
private ToolStripButton toolStripWord;
private ToolStripButton toolStripExcel;
private Controls.TableComponent tableComponent1;
private CustomComponents.NonViewComponents.ImageWord imageWord1;
private NotVisualComponent.ExcelDiagram excelDiagram1;
private ToolStripDropDownButton toolStripDropDownButton1;
private ToolStripMenuItem добавитьToolStripMenuItem;
private ToolStripMenuItem редактироватьToolStripMenuItem;
private ToolStripMenuItem удалитьToolStripMenuItem;
}
}