DepartmentProject/DepartmentPortal/Common/DesktopTools/Controls/AbstractGenerticControlEntityList.Designer.cs

331 lines
15 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 DesktopTools.Controls
{
partial class AbstractGenerticControlEntityList<G, S, L, E, BL>
{
/// <summary>
/// Освободить все используемые ресурсы.
/// </summary>
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором компонентов
/// <summary>
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.toolStripMenu = new System.Windows.Forms.ToolStrip();
this.toolStripButtonAdd = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButtonUpd = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButtonDel = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButtonSearch = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButtonRef = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSplitButtonActions = new System.Windows.Forms.ToolStripSplitButton();
this.toolStripButtonClose = new System.Windows.Forms.ToolStripButton();
this.panelSearch = new System.Windows.Forms.Panel();
this.buttonCancelSearch = new System.Windows.Forms.Button();
this.buttonSearch = new System.Windows.Forms.Button();
this.toolStripFooter = new System.Windows.Forms.ToolStrip();
this.toolStripButtonPrev = new System.Windows.Forms.ToolStripButton();
this.toolStripLabelPage = new System.Windows.Forms.ToolStripLabel();
this.toolStripTextBoxPage = new System.Windows.Forms.ToolStripTextBox();
this.toolStripLabelCountPages = new System.Windows.Forms.ToolStripLabel();
this.toolStripButtonNext = new System.Windows.Forms.ToolStripButton();
this.toolStripLabelPageName = new System.Windows.Forms.ToolStripLabel();
this.toolStripComboBoxPageNames = new System.Windows.Forms.ToolStripComboBox();
this.contextMenuStripDataGrid = new System.Windows.Forms.ContextMenuStrip(this.components);
this.dataGridViewList = new System.Windows.Forms.DataGridView();
this.toolStripMenu.SuspendLayout();
this.panelSearch.SuspendLayout();
this.toolStripFooter.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewList)).BeginInit();
this.SuspendLayout();
//
// toolStripMenu
//
this.toolStripMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButtonAdd,
this.toolStripSeparator1,
this.toolStripButtonUpd,
this.toolStripSeparator2,
this.toolStripButtonDel,
this.toolStripSeparator3,
this.toolStripButtonSearch,
this.toolStripSeparator4,
this.toolStripButtonRef,
this.toolStripSeparator5,
this.toolStripSplitButtonActions,
this.toolStripButtonClose});
this.toolStripMenu.Location = new System.Drawing.Point(0, 0);
this.toolStripMenu.Name = "toolStripMenu";
this.toolStripMenu.Size = new System.Drawing.Size(1000, 25);
this.toolStripMenu.TabIndex = 0;
this.toolStripMenu.Text = "Главное меню";
//
// toolStripButtonAdd
//
this.toolStripButtonAdd.Image = global::DesktopTools.Properties.Resources.Add;
this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonAdd.Name = "toolStripButtonAdd";
this.toolStripButtonAdd.Size = new System.Drawing.Size(79, 22);
this.toolStripButtonAdd.Text = "Добавить";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// toolStripButtonUpd
//
this.toolStripButtonUpd.Image = global::DesktopTools.Properties.Resources.Upd;
this.toolStripButtonUpd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonUpd.Name = "toolStripButtonUpd";
this.toolStripButtonUpd.Size = new System.Drawing.Size(81, 22);
this.toolStripButtonUpd.Text = "Изменить";
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// toolStripButtonDel
//
this.toolStripButtonDel.Image = global::DesktopTools.Properties.Resources.Del;
this.toolStripButtonDel.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonDel.Name = "toolStripButtonDel";
this.toolStripButtonDel.Size = new System.Drawing.Size(71, 22);
this.toolStripButtonDel.Text = "Удалить";
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
//
// toolStripButtonSearch
//
this.toolStripButtonSearch.Image = global::DesktopTools.Properties.Resources.Search;
this.toolStripButtonSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonSearch.Name = "toolStripButtonSearch";
this.toolStripButtonSearch.Size = new System.Drawing.Size(62, 22);
this.toolStripButtonSearch.Text = "Поиск";
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
//
// toolStripButtonRef
//
this.toolStripButtonRef.Image = global::DesktopTools.Properties.Resources.Ref;
this.toolStripButtonRef.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonRef.Name = "toolStripButtonRef";
this.toolStripButtonRef.Size = new System.Drawing.Size(81, 22);
this.toolStripButtonRef.Text = "Обновить";
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
//
// toolStripSplitButtonActions
//
this.toolStripSplitButtonActions.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripSplitButtonActions.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripSplitButtonActions.Name = "toolStripSplitButtonActions";
this.toolStripSplitButtonActions.Size = new System.Drawing.Size(74, 22);
this.toolStripSplitButtonActions.Text = "Действия";
//
// toolStripButtonClose
//
this.toolStripButtonClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripButtonClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButtonClose.Image = global::DesktopTools.Properties.Resources.Close;
this.toolStripButtonClose.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonClose.Name = "toolStripButtonClose";
this.toolStripButtonClose.Size = new System.Drawing.Size(23, 22);
this.toolStripButtonClose.Text = "Закрть";
//
// panelSearch
//
this.panelSearch.Controls.Add(this.buttonCancelSearch);
this.panelSearch.Controls.Add(this.buttonSearch);
this.panelSearch.Dock = System.Windows.Forms.DockStyle.Top;
this.panelSearch.Location = new System.Drawing.Point(0, 25);
this.panelSearch.Name = "panelSearch";
this.panelSearch.Size = new System.Drawing.Size(1000, 87);
this.panelSearch.TabIndex = 1;
this.panelSearch.Visible = false;
//
// buttonCancelSearch
//
this.buttonCancelSearch.Location = new System.Drawing.Point(11, 47);
this.buttonCancelSearch.Name = "buttonCancelSearch";
this.buttonCancelSearch.Size = new System.Drawing.Size(89, 24);
this.buttonCancelSearch.TabIndex = 1;
this.buttonCancelSearch.Text = "Скрыть";
this.buttonCancelSearch.UseVisualStyleBackColor = true;
//
// buttonSearch
//
this.buttonSearch.Location = new System.Drawing.Point(11, 13);
this.buttonSearch.Name = "buttonSearch";
this.buttonSearch.Size = new System.Drawing.Size(89, 24);
this.buttonSearch.TabIndex = 0;
this.buttonSearch.Text = "Запуск";
this.buttonSearch.UseVisualStyleBackColor = true;
//
// toolStripFooter
//
this.toolStripFooter.Dock = System.Windows.Forms.DockStyle.Bottom;
this.toolStripFooter.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButtonPrev,
this.toolStripLabelPage,
this.toolStripTextBoxPage,
this.toolStripLabelCountPages,
this.toolStripButtonNext,
this.toolStripLabelPageName,
this.toolStripComboBoxPageNames});
this.toolStripFooter.Location = new System.Drawing.Point(0, 775);
this.toolStripFooter.Name = "toolStripFooter";
this.toolStripFooter.Size = new System.Drawing.Size(1000, 25);
this.toolStripFooter.TabIndex = 2;
this.toolStripFooter.Text = "Пагинация";
//
// toolStripButtonPrev
//
this.toolStripButtonPrev.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButtonPrev.Image = global::DesktopTools.Properties.Resources.Left;
this.toolStripButtonPrev.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonPrev.Name = "toolStripButtonPrev";
this.toolStripButtonPrev.Size = new System.Drawing.Size(23, 22);
this.toolStripButtonPrev.Text = "Назад";
//
// toolStripLabelPage
//
this.toolStripLabelPage.Name = "toolStripLabelPage";
this.toolStripLabelPage.Size = new System.Drawing.Size(60, 22);
this.toolStripLabelPage.Text = "Страница";
//
// toolStripTextBoxPage
//
this.toolStripTextBoxPage.Name = "toolStripTextBoxPage";
this.toolStripTextBoxPage.Size = new System.Drawing.Size(30, 25);
this.toolStripTextBoxPage.Text = "1";
//
// toolStripLabelCountPages
//
this.toolStripLabelCountPages.Name = "toolStripLabelCountPages";
this.toolStripLabelCountPages.Size = new System.Drawing.Size(28, 22);
this.toolStripLabelCountPages.Text = "из 0";
//
// toolStripButtonNext
//
this.toolStripButtonNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButtonNext.Image = global::DesktopTools.Properties.Resources.Right;
this.toolStripButtonNext.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonNext.Name = "toolStripButtonNext";
this.toolStripButtonNext.Size = new System.Drawing.Size(23, 22);
this.toolStripButtonNext.Text = "Вперед";
//
// toolStripLabelPageName
//
this.toolStripLabelPageName.Name = "toolStripLabelPageName";
this.toolStripLabelPageName.Size = new System.Drawing.Size(62, 22);
this.toolStripLabelPageName.Text = "Параметр";
//
// toolStripComboBoxPageNames
//
this.toolStripComboBoxPageNames.Name = "toolStripComboBoxPageNames";
this.toolStripComboBoxPageNames.Size = new System.Drawing.Size(200, 25);
this.toolStripComboBoxPageNames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
//
// contextMenuStripDataGrid
//
this.contextMenuStripDataGrid.Name = "contextMenuStripDataGrid";
this.contextMenuStripDataGrid.Size = new System.Drawing.Size(61, 4);
//
// dataGridViewList
//
this.dataGridViewList.AllowUserToAddRows = false;
this.dataGridViewList.AllowUserToDeleteRows = false;
this.dataGridViewList.AllowUserToResizeRows = false;
this.dataGridViewList.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
this.dataGridViewList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridViewList.ContextMenuStrip = this.contextMenuStripDataGrid;
this.dataGridViewList.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridViewList.Location = new System.Drawing.Point(0, 112);
this.dataGridViewList.Name = "dataGridViewList";
this.dataGridViewList.ReadOnly = true;
this.dataGridViewList.RowHeadersVisible = false;
this.dataGridViewList.RowTemplate.Height = 25;
this.dataGridViewList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridViewList.Size = new System.Drawing.Size(1000, 663);
this.dataGridViewList.TabIndex = 3;
//
// AbstractControlEntityList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.dataGridViewList);
this.Controls.Add(this.toolStripFooter);
this.Controls.Add(this.panelSearch);
this.Controls.Add(this.toolStripMenu);
this.Name = "AbstractControlEntityList";
this.Size = new System.Drawing.Size(1000, 800);
this.toolStripMenu.ResumeLayout(false);
this.toolStripMenu.PerformLayout();
this.panelSearch.ResumeLayout(false);
this.toolStripFooter.ResumeLayout(false);
this.toolStripFooter.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewList)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStripMenu;
private System.Windows.Forms.ToolStripButton toolStripButtonAdd;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton toolStripButtonUpd;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton toolStripButtonDel;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton toolStripButtonSearch;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripButton toolStripButtonRef;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripSplitButton toolStripSplitButtonActions;
private System.Windows.Forms.ToolStripButton toolStripButtonClose;
protected System.Windows.Forms.Panel panelSearch;
private System.Windows.Forms.Button buttonCancelSearch;
private System.Windows.Forms.Button buttonSearch;
private System.Windows.Forms.ToolStrip toolStripFooter;
private System.Windows.Forms.ToolStripButton toolStripButtonPrev;
private System.Windows.Forms.ToolStripLabel toolStripLabelPage;
private System.Windows.Forms.ToolStripTextBox toolStripTextBoxPage;
private System.Windows.Forms.ToolStripLabel toolStripLabelCountPages;
private System.Windows.Forms.ToolStripButton toolStripButtonNext;
private System.Windows.Forms.ToolStripLabel toolStripLabelPageName;
private System.Windows.Forms.ToolStripComboBox toolStripComboBoxPageNames;
private System.Windows.Forms.ContextMenuStrip contextMenuStripDataGrid;
private System.Windows.Forms.DataGridView dataGridViewList;
}
}