2023-09-19 22:32:09 +04:00
|
|
|
|
namespace AbazovAppView
|
|
|
|
|
{
|
|
|
|
|
partial class FormTest
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
2023-10-15 15:18:36 +04:00
|
|
|
|
this.components = new System.ComponentModel.Container();
|
2023-09-19 22:32:09 +04:00
|
|
|
|
this.abazovCheckedListBox = new AbazovViewComponents.Components.AbazovCheckedListBox();
|
|
|
|
|
this.buttonAdd = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonClear = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonSelected = new System.Windows.Forms.Button();
|
2023-09-21 18:50:11 +04:00
|
|
|
|
this.abazovDatePicker = new AbazovViewComponents.Components.AbazovDatePicker();
|
|
|
|
|
this.buttonBoundries = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonSetDate = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonGetDate = new System.Windows.Forms.Button();
|
2023-09-21 21:05:38 +04:00
|
|
|
|
this.abazovTreeView = new AbazovViewComponents.Components.AbazovTreeView();
|
|
|
|
|
this.buttonSetHierarchy = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonAddWorkers = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonGetValue = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonGetIndex = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonSetIndex = new System.Windows.Forms.Button();
|
2023-10-15 15:18:36 +04:00
|
|
|
|
this.excelImagesComponent = new AbazovViewComponents.LogicalComponents.ExcelImagesComponent(this.components);
|
|
|
|
|
this.buttonExcelImages = new System.Windows.Forms.Button();
|
|
|
|
|
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
2023-10-15 18:07:28 +04:00
|
|
|
|
this.buttonExcelTable = new System.Windows.Forms.Button();
|
|
|
|
|
this.excelTableComponent = new AbazovViewComponents.LogicalComponents.ExcelTableComponent(this.components);
|
2023-10-19 22:07:56 +04:00
|
|
|
|
this.excelDiagramComponent = new AbazovViewComponents.LogicalComponents.ExcelDiagramComponent(this.components);
|
|
|
|
|
this.buttonExcelDiagram = new System.Windows.Forms.Button();
|
2023-09-19 22:32:09 +04:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// abazovCheckedListBox
|
|
|
|
|
//
|
|
|
|
|
this.abazovCheckedListBox.Location = new System.Drawing.Point(12, 12);
|
|
|
|
|
this.abazovCheckedListBox.Name = "abazovCheckedListBox";
|
|
|
|
|
this.abazovCheckedListBox.selectedItem = null;
|
|
|
|
|
this.abazovCheckedListBox.Size = new System.Drawing.Size(170, 134);
|
|
|
|
|
this.abazovCheckedListBox.TabIndex = 0;
|
|
|
|
|
this.abazovCheckedListBox.SelectedItemChange += new System.Action<string>(this.abazovCheckedListBox_SelectedItemChange);
|
|
|
|
|
//
|
|
|
|
|
// buttonAdd
|
|
|
|
|
//
|
|
|
|
|
this.buttonAdd.Location = new System.Drawing.Point(12, 143);
|
|
|
|
|
this.buttonAdd.Name = "buttonAdd";
|
|
|
|
|
this.buttonAdd.Size = new System.Drawing.Size(150, 29);
|
|
|
|
|
this.buttonAdd.TabIndex = 1;
|
|
|
|
|
this.buttonAdd.Text = "Добавить";
|
|
|
|
|
this.buttonAdd.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonClear
|
|
|
|
|
//
|
|
|
|
|
this.buttonClear.Location = new System.Drawing.Point(12, 178);
|
|
|
|
|
this.buttonClear.Name = "buttonClear";
|
|
|
|
|
this.buttonClear.Size = new System.Drawing.Size(150, 29);
|
|
|
|
|
this.buttonClear.TabIndex = 2;
|
|
|
|
|
this.buttonClear.Text = "Очистить";
|
|
|
|
|
this.buttonClear.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonClear.Click += new System.EventHandler(this.buttonClear_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonSelected
|
|
|
|
|
//
|
|
|
|
|
this.buttonSelected.Location = new System.Drawing.Point(12, 213);
|
|
|
|
|
this.buttonSelected.Name = "buttonSelected";
|
|
|
|
|
this.buttonSelected.Size = new System.Drawing.Size(150, 48);
|
|
|
|
|
this.buttonSelected.TabIndex = 3;
|
|
|
|
|
this.buttonSelected.Text = "Выбранный элемент";
|
|
|
|
|
this.buttonSelected.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonSelected.Click += new System.EventHandler(this.buttonSelected_Click);
|
|
|
|
|
//
|
2023-09-21 18:50:11 +04:00
|
|
|
|
// abazovDatePicker
|
|
|
|
|
//
|
2023-09-21 21:05:38 +04:00
|
|
|
|
this.abazovDatePicker.dateFrom = null;
|
|
|
|
|
this.abazovDatePicker.dateTo = null;
|
2023-09-21 18:50:11 +04:00
|
|
|
|
this.abazovDatePicker.Location = new System.Drawing.Point(188, 12);
|
|
|
|
|
this.abazovDatePicker.Name = "abazovDatePicker";
|
2023-09-21 21:05:38 +04:00
|
|
|
|
this.abazovDatePicker.Size = new System.Drawing.Size(275, 48);
|
2023-09-21 18:50:11 +04:00
|
|
|
|
this.abazovDatePicker.TabIndex = 4;
|
2023-10-15 15:18:36 +04:00
|
|
|
|
this.abazovDatePicker.Value = null;
|
2023-09-21 18:50:11 +04:00
|
|
|
|
this.abazovDatePicker.DateChange += new System.Action<System.DateTime>(this.abazovDatePicker_DateChange);
|
|
|
|
|
this.abazovDatePicker.AutoSizeChanged += new System.EventHandler(this.abazovDatePicker_DateChange);
|
|
|
|
|
//
|
|
|
|
|
// buttonBoundries
|
|
|
|
|
//
|
|
|
|
|
this.buttonBoundries.Location = new System.Drawing.Point(188, 143);
|
|
|
|
|
this.buttonBoundries.Name = "buttonBoundries";
|
|
|
|
|
this.buttonBoundries.Size = new System.Drawing.Size(254, 29);
|
|
|
|
|
this.buttonBoundries.TabIndex = 5;
|
|
|
|
|
this.buttonBoundries.Text = "Установить границы";
|
|
|
|
|
this.buttonBoundries.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonBoundries.Click += new System.EventHandler(this.buttonBoundries_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonSetDate
|
|
|
|
|
//
|
|
|
|
|
this.buttonSetDate.Location = new System.Drawing.Point(188, 178);
|
|
|
|
|
this.buttonSetDate.Name = "buttonSetDate";
|
|
|
|
|
this.buttonSetDate.Size = new System.Drawing.Size(254, 29);
|
|
|
|
|
this.buttonSetDate.TabIndex = 6;
|
|
|
|
|
this.buttonSetDate.Text = "Установить значение";
|
|
|
|
|
this.buttonSetDate.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonSetDate.Click += new System.EventHandler(this.buttonSetDate_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonGetDate
|
|
|
|
|
//
|
|
|
|
|
this.buttonGetDate.Location = new System.Drawing.Point(188, 213);
|
|
|
|
|
this.buttonGetDate.Name = "buttonGetDate";
|
|
|
|
|
this.buttonGetDate.Size = new System.Drawing.Size(254, 29);
|
|
|
|
|
this.buttonGetDate.TabIndex = 7;
|
|
|
|
|
this.buttonGetDate.Text = "Получить значение";
|
|
|
|
|
this.buttonGetDate.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonGetDate.Click += new System.EventHandler(this.buttonGetDate_Click);
|
|
|
|
|
//
|
2023-09-21 21:05:38 +04:00
|
|
|
|
// abazovTreeView
|
|
|
|
|
//
|
|
|
|
|
this.abazovTreeView.Location = new System.Drawing.Point(469, 12);
|
|
|
|
|
this.abazovTreeView.Name = "abazovTreeView";
|
|
|
|
|
this.abazovTreeView.SelectedNodeIndex = -1;
|
|
|
|
|
this.abazovTreeView.Size = new System.Drawing.Size(369, 249);
|
|
|
|
|
this.abazovTreeView.TabIndex = 8;
|
|
|
|
|
//
|
|
|
|
|
// buttonSetHierarchy
|
|
|
|
|
//
|
|
|
|
|
this.buttonSetHierarchy.Location = new System.Drawing.Point(469, 257);
|
|
|
|
|
this.buttonSetHierarchy.Name = "buttonSetHierarchy";
|
|
|
|
|
this.buttonSetHierarchy.Size = new System.Drawing.Size(296, 29);
|
|
|
|
|
this.buttonSetHierarchy.TabIndex = 9;
|
|
|
|
|
this.buttonSetHierarchy.Text = "Установить иерархию";
|
|
|
|
|
this.buttonSetHierarchy.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonSetHierarchy.Click += new System.EventHandler(this.buttonSetHierarchy_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonAddWorkers
|
|
|
|
|
//
|
|
|
|
|
this.buttonAddWorkers.Location = new System.Drawing.Point(469, 292);
|
|
|
|
|
this.buttonAddWorkers.Name = "buttonAddWorkers";
|
|
|
|
|
this.buttonAddWorkers.Size = new System.Drawing.Size(296, 29);
|
|
|
|
|
this.buttonAddWorkers.TabIndex = 10;
|
|
|
|
|
this.buttonAddWorkers.Text = "Добавить рабочих";
|
|
|
|
|
this.buttonAddWorkers.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonAddWorkers.Click += new System.EventHandler(this.buttonAddWorkers_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonGetValue
|
|
|
|
|
//
|
|
|
|
|
this.buttonGetValue.Location = new System.Drawing.Point(469, 327);
|
|
|
|
|
this.buttonGetValue.Name = "buttonGetValue";
|
|
|
|
|
this.buttonGetValue.Size = new System.Drawing.Size(296, 29);
|
|
|
|
|
this.buttonGetValue.TabIndex = 11;
|
|
|
|
|
this.buttonGetValue.Text = "Получить значение";
|
|
|
|
|
this.buttonGetValue.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonGetValue.Click += new System.EventHandler(this.buttonGetValue_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonGetIndex
|
|
|
|
|
//
|
|
|
|
|
this.buttonGetIndex.Location = new System.Drawing.Point(469, 362);
|
|
|
|
|
this.buttonGetIndex.Name = "buttonGetIndex";
|
|
|
|
|
this.buttonGetIndex.Size = new System.Drawing.Size(296, 29);
|
|
|
|
|
this.buttonGetIndex.TabIndex = 12;
|
|
|
|
|
this.buttonGetIndex.Text = "Получить индекс";
|
|
|
|
|
this.buttonGetIndex.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonGetIndex.Click += new System.EventHandler(this.buttonGetIndex_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonSetIndex
|
|
|
|
|
//
|
|
|
|
|
this.buttonSetIndex.Location = new System.Drawing.Point(469, 397);
|
|
|
|
|
this.buttonSetIndex.Name = "buttonSetIndex";
|
|
|
|
|
this.buttonSetIndex.Size = new System.Drawing.Size(296, 29);
|
|
|
|
|
this.buttonSetIndex.TabIndex = 13;
|
|
|
|
|
this.buttonSetIndex.Text = "Установить индекс";
|
|
|
|
|
this.buttonSetIndex.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonSetIndex.Click += new System.EventHandler(this.buttonSetIndex_Click);
|
|
|
|
|
//
|
2023-10-15 15:18:36 +04:00
|
|
|
|
// buttonExcelImages
|
|
|
|
|
//
|
|
|
|
|
this.buttonExcelImages.Location = new System.Drawing.Point(12, 327);
|
|
|
|
|
this.buttonExcelImages.Name = "buttonExcelImages";
|
|
|
|
|
this.buttonExcelImages.Size = new System.Drawing.Size(150, 29);
|
|
|
|
|
this.buttonExcelImages.TabIndex = 14;
|
|
|
|
|
this.buttonExcelImages.Text = "Excel (картинки)";
|
|
|
|
|
this.buttonExcelImages.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonExcelImages.Click += new System.EventHandler(this.buttonExcelImages_Click);
|
|
|
|
|
//
|
|
|
|
|
// openFileDialog
|
|
|
|
|
//
|
|
|
|
|
this.openFileDialog.Filter = "Изображения|*.png;*.jpg;";
|
|
|
|
|
this.openFileDialog.Multiselect = true;
|
|
|
|
|
this.openFileDialog.Title = "Выберте изображения";
|
|
|
|
|
//
|
2023-10-15 18:07:28 +04:00
|
|
|
|
// buttonExcelTable
|
|
|
|
|
//
|
|
|
|
|
this.buttonExcelTable.Location = new System.Drawing.Point(168, 327);
|
|
|
|
|
this.buttonExcelTable.Name = "buttonExcelTable";
|
|
|
|
|
this.buttonExcelTable.Size = new System.Drawing.Size(128, 29);
|
|
|
|
|
this.buttonExcelTable.TabIndex = 15;
|
|
|
|
|
this.buttonExcelTable.Text = "Excel (Таблица)";
|
|
|
|
|
this.buttonExcelTable.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonExcelTable.Click += new System.EventHandler(this.buttonExcelTable_Click);
|
|
|
|
|
//
|
2023-10-19 22:07:56 +04:00
|
|
|
|
// buttonExcelDiagram
|
|
|
|
|
//
|
|
|
|
|
this.buttonExcelDiagram.Location = new System.Drawing.Point(12, 372);
|
|
|
|
|
this.buttonExcelDiagram.Name = "buttonExcelDiagram";
|
|
|
|
|
this.buttonExcelDiagram.Size = new System.Drawing.Size(150, 29);
|
|
|
|
|
this.buttonExcelDiagram.TabIndex = 16;
|
|
|
|
|
this.buttonExcelDiagram.Text = "Excel (Диаграмма)";
|
|
|
|
|
this.buttonExcelDiagram.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonExcelDiagram.Click += new System.EventHandler(this.buttonExcelDiagram_Click);
|
|
|
|
|
//
|
2023-09-19 22:32:09 +04:00
|
|
|
|
// FormTest
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2023-09-21 21:05:38 +04:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(850, 450);
|
2023-10-19 22:07:56 +04:00
|
|
|
|
this.Controls.Add(this.buttonExcelDiagram);
|
2023-10-15 18:07:28 +04:00
|
|
|
|
this.Controls.Add(this.buttonExcelTable);
|
2023-10-15 15:18:36 +04:00
|
|
|
|
this.Controls.Add(this.buttonExcelImages);
|
2023-09-21 21:05:38 +04:00
|
|
|
|
this.Controls.Add(this.buttonSetIndex);
|
|
|
|
|
this.Controls.Add(this.buttonGetIndex);
|
|
|
|
|
this.Controls.Add(this.buttonGetValue);
|
|
|
|
|
this.Controls.Add(this.buttonAddWorkers);
|
|
|
|
|
this.Controls.Add(this.buttonSetHierarchy);
|
|
|
|
|
this.Controls.Add(this.abazovTreeView);
|
2023-09-21 18:50:11 +04:00
|
|
|
|
this.Controls.Add(this.buttonGetDate);
|
|
|
|
|
this.Controls.Add(this.buttonSetDate);
|
|
|
|
|
this.Controls.Add(this.buttonBoundries);
|
|
|
|
|
this.Controls.Add(this.abazovDatePicker);
|
2023-09-19 22:32:09 +04:00
|
|
|
|
this.Controls.Add(this.buttonSelected);
|
|
|
|
|
this.Controls.Add(this.buttonClear);
|
|
|
|
|
this.Controls.Add(this.buttonAdd);
|
|
|
|
|
this.Controls.Add(this.abazovCheckedListBox);
|
|
|
|
|
this.Name = "FormTest";
|
|
|
|
|
this.Text = "FormTest";
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private AbazovViewComponents.Components.AbazovCheckedListBox abazovCheckedListBox;
|
|
|
|
|
private Button buttonAdd;
|
|
|
|
|
private Button buttonClear;
|
|
|
|
|
private Button buttonSelected;
|
2023-09-21 18:50:11 +04:00
|
|
|
|
private AbazovViewComponents.Components.AbazovDatePicker abazovDatePicker;
|
|
|
|
|
private Button buttonBoundries;
|
|
|
|
|
private Button buttonSetDate;
|
|
|
|
|
private Button buttonGetDate;
|
2023-09-21 21:05:38 +04:00
|
|
|
|
private AbazovViewComponents.Components.AbazovTreeView abazovTreeView;
|
|
|
|
|
private Button buttonSetHierarchy;
|
|
|
|
|
private Button buttonAddWorkers;
|
|
|
|
|
private Button buttonGetValue;
|
|
|
|
|
private Button buttonGetIndex;
|
|
|
|
|
private Button buttonSetIndex;
|
2023-10-15 15:18:36 +04:00
|
|
|
|
private AbazovViewComponents.LogicalComponents.ExcelImagesComponent excelImagesComponent;
|
|
|
|
|
private Button buttonExcelImages;
|
|
|
|
|
private OpenFileDialog openFileDialog;
|
2023-10-15 18:07:28 +04:00
|
|
|
|
private Button buttonExcelTable;
|
|
|
|
|
private AbazovViewComponents.LogicalComponents.ExcelTableComponent excelTableComponent;
|
2023-10-19 22:07:56 +04:00
|
|
|
|
private AbazovViewComponents.LogicalComponents.ExcelDiagramComponent excelDiagramComponent;
|
|
|
|
|
private Button buttonExcelDiagram;
|
2023-09-19 22:32:09 +04:00
|
|
|
|
}
|
|
|
|
|
}
|