namespace AbazovAppView { partial class FormTest { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); 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(); 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(); 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(); this.excelImagesComponent = new AbazovViewComponents.LogicalComponents.ExcelImagesComponent(this.components); this.buttonExcelImages = new System.Windows.Forms.Button(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); 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(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); // // abazovDatePicker // this.abazovDatePicker.dateFrom = null; this.abazovDatePicker.dateTo = null; this.abazovDatePicker.Location = new System.Drawing.Point(188, 12); this.abazovDatePicker.Name = "abazovDatePicker"; this.abazovDatePicker.Size = new System.Drawing.Size(275, 48); this.abazovDatePicker.TabIndex = 4; this.abazovDatePicker.Value = null; this.abazovDatePicker.DateChange += new System.Action(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); // // 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); // // 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 = "Выберте изображения"; // // FormTest // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(850, 450); this.Controls.Add(this.buttonExcelImages); 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); this.Controls.Add(this.buttonGetDate); this.Controls.Add(this.buttonSetDate); this.Controls.Add(this.buttonBoundries); this.Controls.Add(this.abazovDatePicker); 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; private AbazovViewComponents.Components.AbazovDatePicker abazovDatePicker; private Button buttonBoundries; private Button buttonSetDate; private Button buttonGetDate; private AbazovViewComponents.Components.AbazovTreeView abazovTreeView; private Button buttonSetHierarchy; private Button buttonAddWorkers; private Button buttonGetValue; private Button buttonGetIndex; private Button buttonSetIndex; private AbazovViewComponents.LogicalComponents.ExcelImagesComponent excelImagesComponent; private Button buttonExcelImages; private OpenFileDialog openFileDialog; } }