162 lines
6.6 KiB
C#
162 lines
6.6 KiB
C#
|
namespace WinForm
|
|||
|
{
|
|||
|
partial class FormMain
|
|||
|
{
|
|||
|
/// <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();
|
|||
|
listBoxObjects1 = new CustomComponents.ListBoxObjects();
|
|||
|
menuStrip1 = new MenuStrip();
|
|||
|
добавитьToolStripMenuItem = new ToolStripMenuItem();
|
|||
|
изменитьToolStripMenuItem = new ToolStripMenuItem();
|
|||
|
удалитьToolStripMenuItem = new ToolStripMenuItem();
|
|||
|
справочникToolStripMenuItem = new ToolStripMenuItem();
|
|||
|
отчётToolStripMenuItem = new ToolStripMenuItem();
|
|||
|
отчёт2ToolStripMenuItem = new ToolStripMenuItem();
|
|||
|
отчёт3ToolStripMenuItem = new ToolStripMenuItem();
|
|||
|
wordTableComponent1 = new KOP_Labs.NonVisualComponents.WordTableComponent(components);
|
|||
|
listBoxObjects2 = new CustomComponents.ListBoxObjects();
|
|||
|
componentDocumentWithTableHeaderColumnPdf1 = new ComponentsLibraryNet60.DocumentWithTable.ComponentDocumentWithTableHeaderColumnPdf(components);
|
|||
|
pdfTable1 = new ViewComponents.NotVisualComponents.PdfTable(components);
|
|||
|
diagramComponent1 = new CustomComponents.DiagramComponent(components);
|
|||
|
menuStrip1.SuspendLayout();
|
|||
|
SuspendLayout();
|
|||
|
//
|
|||
|
// listBoxObjects1
|
|||
|
//
|
|||
|
listBoxObjects1.Location = new Point(0, 31);
|
|||
|
listBoxObjects1.Name = "listBoxObjects1";
|
|||
|
listBoxObjects1.SelectedIndex = -1;
|
|||
|
listBoxObjects1.Size = new Size(459, 151);
|
|||
|
listBoxObjects1.TabIndex = 0;
|
|||
|
listBoxObjects1.KeyDown += listBoxObjects1_KeyDown;
|
|||
|
//
|
|||
|
// menuStrip1
|
|||
|
//
|
|||
|
menuStrip1.ImageScalingSize = new Size(20, 20);
|
|||
|
menuStrip1.Items.AddRange(new ToolStripItem[] { добавитьToolStripMenuItem, изменитьToolStripMenuItem, удалитьToolStripMenuItem, справочникToolStripMenuItem, отчётToolStripMenuItem, отчёт2ToolStripMenuItem, отчёт3ToolStripMenuItem });
|
|||
|
menuStrip1.Location = new Point(0, 0);
|
|||
|
menuStrip1.Name = "menuStrip1";
|
|||
|
menuStrip1.Size = new Size(914, 28);
|
|||
|
menuStrip1.TabIndex = 1;
|
|||
|
menuStrip1.Text = "menuStrip1";
|
|||
|
menuStrip1.KeyDown += menuStrip1_KeyDown;
|
|||
|
//
|
|||
|
// добавитьToolStripMenuItem
|
|||
|
//
|
|||
|
добавитьToolStripMenuItem.Name = "добавитьToolStripMenuItem";
|
|||
|
добавитьToolStripMenuItem.Size = new Size(90, 24);
|
|||
|
добавитьToolStripMenuItem.Text = "Добавить";
|
|||
|
добавитьToolStripMenuItem.Click += CreateToolStripMenuItem_Click;
|
|||
|
//
|
|||
|
// изменитьToolStripMenuItem
|
|||
|
//
|
|||
|
изменитьToolStripMenuItem.Name = "изменитьToolStripMenuItem";
|
|||
|
изменитьToolStripMenuItem.Size = new Size(92, 24);
|
|||
|
изменитьToolStripMenuItem.Text = "Изменить";
|
|||
|
изменитьToolStripMenuItem.Click += изменитьToolStripMenuItem_Click;
|
|||
|
//
|
|||
|
// удалитьToolStripMenuItem
|
|||
|
//
|
|||
|
удалитьToolStripMenuItem.Name = "удалитьToolStripMenuItem";
|
|||
|
удалитьToolStripMenuItem.Size = new Size(79, 24);
|
|||
|
удалитьToolStripMenuItem.Text = "Удалить";
|
|||
|
удалитьToolStripMenuItem.Click += удалитьToolStripMenuItem_Click;
|
|||
|
//
|
|||
|
// справочникToolStripMenuItem
|
|||
|
//
|
|||
|
справочникToolStripMenuItem.Name = "справочникToolStripMenuItem";
|
|||
|
справочникToolStripMenuItem.Size = new Size(108, 24);
|
|||
|
справочникToolStripMenuItem.Text = "Справочник";
|
|||
|
справочникToolStripMenuItem.Click += справочникToolStripMenuItem_Click;
|
|||
|
//
|
|||
|
// отчётToolStripMenuItem
|
|||
|
//
|
|||
|
отчётToolStripMenuItem.Name = "отчётToolStripMenuItem";
|
|||
|
отчётToolStripMenuItem.Size = new Size(62, 24);
|
|||
|
отчётToolStripMenuItem.Text = "Отчёт";
|
|||
|
отчётToolStripMenuItem.Click += отчётToolStripMenuItem_Click;
|
|||
|
//
|
|||
|
// отчёт2ToolStripMenuItem
|
|||
|
//
|
|||
|
отчёт2ToolStripMenuItem.Name = "отчёт2ToolStripMenuItem";
|
|||
|
отчёт2ToolStripMenuItem.Size = new Size(70, 24);
|
|||
|
отчёт2ToolStripMenuItem.Text = "Отчёт2";
|
|||
|
отчёт2ToolStripMenuItem.Click += отчёт2ToolStripMenuItem_Click;
|
|||
|
//
|
|||
|
// отчёт3ToolStripMenuItem
|
|||
|
//
|
|||
|
отчёт3ToolStripMenuItem.Name = "отчёт3ToolStripMenuItem";
|
|||
|
отчёт3ToolStripMenuItem.Size = new Size(70, 24);
|
|||
|
отчёт3ToolStripMenuItem.Text = "Отчёт3";
|
|||
|
отчёт3ToolStripMenuItem.Click += отчёт3ToolStripMenuItem_Click;
|
|||
|
//
|
|||
|
// listBoxObjects2
|
|||
|
//
|
|||
|
listBoxObjects2.Location = new Point(455, 31);
|
|||
|
listBoxObjects2.Name = "listBoxObjects2";
|
|||
|
listBoxObjects2.SelectedIndex = -1;
|
|||
|
listBoxObjects2.Size = new Size(572, 195);
|
|||
|
listBoxObjects2.TabIndex = 2;
|
|||
|
//
|
|||
|
// FormMain
|
|||
|
//
|
|||
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|||
|
AutoScaleMode = AutoScaleMode.Font;
|
|||
|
ClientSize = new Size(914, 183);
|
|||
|
Controls.Add(listBoxObjects2);
|
|||
|
Controls.Add(listBoxObjects1);
|
|||
|
Controls.Add(menuStrip1);
|
|||
|
KeyPreview = true;
|
|||
|
MainMenuStrip = menuStrip1;
|
|||
|
Name = "FormMain";
|
|||
|
Text = "FormMain";
|
|||
|
KeyDown += FormMain_KeyDown;
|
|||
|
menuStrip1.ResumeLayout(false);
|
|||
|
menuStrip1.PerformLayout();
|
|||
|
ResumeLayout(false);
|
|||
|
PerformLayout();
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private CustomComponents.ListBoxObjects listBoxObjects1;
|
|||
|
private MenuStrip menuStrip1;
|
|||
|
private ToolStripMenuItem добавитьToolStripMenuItem;
|
|||
|
private ToolStripMenuItem изменитьToolStripMenuItem;
|
|||
|
private ToolStripMenuItem удалитьToolStripMenuItem;
|
|||
|
private ToolStripMenuItem справочникToolStripMenuItem;
|
|||
|
private KOP_Labs.NonVisualComponents.WordTableComponent wordTableComponent1;
|
|||
|
private ToolStripMenuItem отчётToolStripMenuItem;
|
|||
|
private CustomComponents.ListBoxObjects listBoxObjects2;
|
|||
|
private ToolStripMenuItem отчёт2ToolStripMenuItem;
|
|||
|
private ComponentsLibraryNet60.DocumentWithTable.ComponentDocumentWithTableHeaderColumnPdf componentDocumentWithTableHeaderColumnPdf1;
|
|||
|
private ViewComponents.NotVisualComponents.PdfTable pdfTable1;
|
|||
|
private ToolStripMenuItem отчёт3ToolStripMenuItem;
|
|||
|
private CustomComponents.DiagramComponent diagramComponent1;
|
|||
|
}
|
|||
|
}
|