180 lines
11 KiB
C#
180 lines
11 KiB
C#
|
namespace PortalAccountsView
|
|||
|
{
|
|||
|
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();
|
|||
|
controlDataTreeTable = new ControlsLibraryNet60.Data.ControlDataTreeTable();
|
|||
|
wordLongTextComponent = new RodionovLibrary.NonVisualComponents.WordLongTextComponent(components);
|
|||
|
componentDocumentWithTableMultiHeaderPdf = new ComponentsLibraryNet60.DocumentWithTable.ComponentDocumentWithTableMultiHeaderPdf(components);
|
|||
|
componentDocumentWithChartPieExcel = new ComponentsLibraryNet60.DocumentWithChart.ComponentDocumentWithChartPieExcel(components);
|
|||
|
menuStrip = new MenuStrip();
|
|||
|
аккаунтыToolStripMenuItem = new ToolStripMenuItem();
|
|||
|
создатьToolStripMenuItem = new ToolStripMenuItem();
|
|||
|
редактироватьToolStripMenuItem = new ToolStripMenuItem();
|
|||
|
удалитьToolStripMenuItem = new ToolStripMenuItem();
|
|||
|
отчётыToolStripMenuItem = new ToolStripMenuItem();
|
|||
|
документСТекстомToolStripMenuItem = new ToolStripMenuItem();
|
|||
|
документСТаблицейToolStripMenuItem = new ToolStripMenuItem();
|
|||
|
документСДиаграммойToolStripMenuItem = new ToolStripMenuItem();
|
|||
|
ролиToolStripMenuItem = new ToolStripMenuItem();
|
|||
|
menuStrip.SuspendLayout();
|
|||
|
SuspendLayout();
|
|||
|
//
|
|||
|
// controlDataTreeTable
|
|||
|
//
|
|||
|
this.controlDataTreeTable.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.controlDataTreeTable.Location = new System.Drawing.Point(0, 28);
|
|||
|
this.controlDataTreeTable.Name = "controlDataTreeTable";
|
|||
|
this.controlDataTreeTable.Size = new System.Drawing.Size(800, 422);
|
|||
|
this.controlDataTreeTable.TabIndex = 1;
|
|||
|
//
|
|||
|
// menuStrip
|
|||
|
//
|
|||
|
this.menuStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
|
|||
|
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.аккаунтыToolStripMenuItem,
|
|||
|
this.отчётыToolStripMenuItem,
|
|||
|
this.ролиToolStripMenuItem});
|
|||
|
this.menuStrip.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.menuStrip.Name = "menuStrip";
|
|||
|
this.menuStrip.Size = new System.Drawing.Size(800, 28);
|
|||
|
this.menuStrip.TabIndex = 0;
|
|||
|
this.menuStrip.Text = "Контекстное меню";
|
|||
|
//
|
|||
|
// аккаунтыToolStripMenuItem
|
|||
|
//
|
|||
|
this.аккаунтыToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.создатьToolStripMenuItem,
|
|||
|
this.редактироватьToolStripMenuItem,
|
|||
|
this.удалитьToolStripMenuItem});
|
|||
|
this.аккаунтыToolStripMenuItem.Name = "аккаунтыToolStripMenuItem";
|
|||
|
this.аккаунтыToolStripMenuItem.Size = new System.Drawing.Size(88, 24);
|
|||
|
this.аккаунтыToolStripMenuItem.Text = "Аккаунты";
|
|||
|
//
|
|||
|
// создатьToolStripMenuItem
|
|||
|
//
|
|||
|
this.создатьToolStripMenuItem.Name = "создатьToolStripMenuItem";
|
|||
|
this.создатьToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
|
|||
|
this.создатьToolStripMenuItem.Size = new System.Drawing.Size(246, 26);
|
|||
|
this.создатьToolStripMenuItem.Text = "Создать";
|
|||
|
this.создатьToolStripMenuItem.Click += new System.EventHandler(this.СоздатьToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// редактироватьToolStripMenuItem
|
|||
|
//
|
|||
|
this.редактироватьToolStripMenuItem.Name = "редактироватьToolStripMenuItem";
|
|||
|
this.редактироватьToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.U)));
|
|||
|
this.редактироватьToolStripMenuItem.Size = new System.Drawing.Size(246, 26);
|
|||
|
this.редактироватьToolStripMenuItem.Text = "Редактировать";
|
|||
|
this.редактироватьToolStripMenuItem.Click += new System.EventHandler(this.РедактироватьToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// удалитьToolStripMenuItem
|
|||
|
//
|
|||
|
this.удалитьToolStripMenuItem.Name = "удалитьToolStripMenuItem";
|
|||
|
this.удалитьToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
|
|||
|
this.удалитьToolStripMenuItem.Size = new System.Drawing.Size(246, 26);
|
|||
|
this.удалитьToolStripMenuItem.Text = "Удалить";
|
|||
|
this.удалитьToolStripMenuItem.Click += new System.EventHandler(this.УдалитьToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// отчётыToolStripMenuItem
|
|||
|
//
|
|||
|
this.отчётыToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.документСТекстомToolStripMenuItem,
|
|||
|
this.документСТаблицейToolStripMenuItem,
|
|||
|
this.документСДиаграммойToolStripMenuItem});
|
|||
|
this.отчётыToolStripMenuItem.Name = "отчётыToolStripMenuItem";
|
|||
|
this.отчётыToolStripMenuItem.Size = new System.Drawing.Size(73, 24);
|
|||
|
this.отчётыToolStripMenuItem.Text = "Отчёты";
|
|||
|
//
|
|||
|
// документСТекстомToolStripMenuItem
|
|||
|
//
|
|||
|
this.документСТекстомToolStripMenuItem.Name = "документСТекстомToolStripMenuItem";
|
|||
|
this.документСТекстомToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
|
|||
|
this.документСТекстомToolStripMenuItem.Size = new System.Drawing.Size(313, 26);
|
|||
|
this.документСТекстомToolStripMenuItem.Text = "Документ с текстом";
|
|||
|
this.документСТекстомToolStripMenuItem.Click += new System.EventHandler(this.ДокументСТекстомToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// документСТаблицейToolStripMenuItem
|
|||
|
//
|
|||
|
this.документСТаблицейToolStripMenuItem.Name = "документСТаблицейToolStripMenuItem";
|
|||
|
this.документСТаблицейToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T)));
|
|||
|
this.документСТаблицейToolStripMenuItem.Size = new System.Drawing.Size(313, 26);
|
|||
|
this.документСТаблицейToolStripMenuItem.Text = "Документ с таблицей";
|
|||
|
this.документСТаблицейToolStripMenuItem.Click += new System.EventHandler(this.ДокументСТаблицейToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// документСДиаграммойToolStripMenuItem
|
|||
|
//
|
|||
|
this.документСДиаграммойToolStripMenuItem.Name = "документСДиаграммойToolStripMenuItem";
|
|||
|
this.документСДиаграммойToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
|
|||
|
this.документСДиаграммойToolStripMenuItem.Size = new System.Drawing.Size(313, 26);
|
|||
|
this.документСДиаграммойToolStripMenuItem.Text = "Документ с диаграммой";
|
|||
|
this.документСДиаграммойToolStripMenuItem.Click += new System.EventHandler(this.ДокументСДиаграммойToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// ролиToolStripMenuItem
|
|||
|
//
|
|||
|
this.ролиToolStripMenuItem.Name = "ролиToolStripMenuItem";
|
|||
|
this.ролиToolStripMenuItem.Size = new System.Drawing.Size(57, 24);
|
|||
|
this.ролиToolStripMenuItem.Text = "Роли";
|
|||
|
this.ролиToolStripMenuItem.Click += new System.EventHandler(this.РолиToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// FormMain
|
|||
|
//
|
|||
|
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.controlDataTreeTable);
|
|||
|
this.Controls.Add(this.menuStrip);
|
|||
|
this.MainMenuStrip = this.menuStrip;
|
|||
|
this.Name = "FormMain";
|
|||
|
this.Text = "Основная форма (аккаунты)";
|
|||
|
this.Load += new System.EventHandler(this.FormMain_Load);
|
|||
|
this.menuStrip.ResumeLayout(false);
|
|||
|
this.menuStrip.PerformLayout();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private ControlsLibraryNet60.Data.ControlDataTreeTable controlDataTreeTable;
|
|||
|
private RodionovLibrary.NonVisualComponents.WordLongTextComponent wordLongTextComponent;
|
|||
|
private ComponentsLibraryNet60.DocumentWithTable.ComponentDocumentWithTableMultiHeaderPdf componentDocumentWithTableMultiHeaderPdf;
|
|||
|
private ComponentsLibraryNet60.DocumentWithChart.ComponentDocumentWithChartPieExcel componentDocumentWithChartPieExcel;
|
|||
|
private MenuStrip menuStrip;
|
|||
|
private ToolStripMenuItem аккаунтыToolStripMenuItem;
|
|||
|
private ToolStripMenuItem создатьToolStripMenuItem;
|
|||
|
private ToolStripMenuItem редактироватьToolStripMenuItem;
|
|||
|
private ToolStripMenuItem удалитьToolStripMenuItem;
|
|||
|
private ToolStripMenuItem отчётыToolStripMenuItem;
|
|||
|
private ToolStripMenuItem документСТекстомToolStripMenuItem;
|
|||
|
private ToolStripMenuItem документСТаблицейToolStripMenuItem;
|
|||
|
private ToolStripMenuItem документСДиаграммойToolStripMenuItem;
|
|||
|
private ToolStripMenuItem ролиToolStripMenuItem;
|
|||
|
}
|
|||
|
}
|