This commit is contained in:
kotcheshir73 2022-12-14 10:26:55 +04:00
parent 074fc405ed
commit 7f91c8086f
3 changed files with 368 additions and 359 deletions

View File

@ -265,6 +265,7 @@ namespace ToolsDesktop.Controls
// Открытие через родительский элемент // Открытие через родительский элемент
if (_openMode == ControlOpenMode.Child) if (_openMode == ControlOpenMode.Child)
{ {
dataGridViewList.MultiSelect = true;
panelHeader.Visible = false; panelHeader.Visible = false;
toolStripButtonClose.Visible = false; toolStripButtonClose.Visible = false;
toolStripSeparator6.Visible = false; toolStripSeparator6.Visible = false;

View File

@ -3,10 +3,6 @@ namespace ToolsDesktop.Controls
{ {
partial class MainControlViewEntityList partial class MainControlViewEntityList
{ {
/// <summary>
/// Обязательная переменная конструктора.
/// </summary>
protected System.ComponentModel.IContainer components = null;
/// <summary> /// <summary>
/// Освободить все используемые ресурсы. /// Освободить все используемые ресурсы.
@ -29,360 +25,362 @@ namespace ToolsDesktop.Controls
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
this.components = new System.ComponentModel.Container(); this.components = new System.ComponentModel.Container();
this.toolStripMenu = new System.Windows.Forms.ToolStrip(); this.toolStripMenu = new System.Windows.Forms.ToolStrip();
this.toolStripButtonAdd = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonAdd = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButtonUpd = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonUpd = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButtonDel = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonDel = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButtonSearch = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonSearch = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButtonRef = new System.Windows.Forms.ToolStripButton(); this.toolStripButtonRef = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSplitButtonActions = new System.Windows.Forms.ToolStripSplitButton(); this.toolStripSplitButtonActions = new System.Windows.Forms.ToolStripSplitButton();
this.toolStripButtonClose = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.labelTitle = new System.Windows.Forms.Label(); this.toolStripButtonSelect = new System.Windows.Forms.ToolStripButton();
this.panelHeader = new System.Windows.Forms.Panel(); this.toolStripButtonClose = new System.Windows.Forms.ToolStripButton();
this.panelSearch = new System.Windows.Forms.Panel(); this.labelTitle = new System.Windows.Forms.Label();
this.panelSearchControls = new System.Windows.Forms.Panel(); this.panelHeader = new System.Windows.Forms.Panel();
this.panelSearchActions = new System.Windows.Forms.Panel(); this.panelSearch = new System.Windows.Forms.Panel();
this.buttonSearch = new System.Windows.Forms.Button(); this.panelSearchControls = new System.Windows.Forms.Panel();
this.buttonCancelSearch = new System.Windows.Forms.Button(); this.panelSearchActions = new System.Windows.Forms.Panel();
this.toolStripFooter = new System.Windows.Forms.ToolStrip(); this.buttonSearch = new System.Windows.Forms.Button();
this.toolStripButtonPrev = new System.Windows.Forms.ToolStripButton(); this.buttonCancelSearch = new System.Windows.Forms.Button();
this.toolStripLabelPage = new System.Windows.Forms.ToolStripLabel(); this.toolStripFooter = new System.Windows.Forms.ToolStrip();
this.toolStripTextBoxPage = new System.Windows.Forms.ToolStripTextBox(); this.toolStripButtonPrev = new System.Windows.Forms.ToolStripButton();
this.toolStripLabelCountPages = new System.Windows.Forms.ToolStripLabel(); this.toolStripLabelPage = new System.Windows.Forms.ToolStripLabel();
this.toolStripLabelCountRecords = new System.Windows.Forms.ToolStripLabel(); this.toolStripTextBoxPage = new System.Windows.Forms.ToolStripTextBox();
this.toolStripTextBoxCountRecords = new System.Windows.Forms.ToolStripTextBox(); this.toolStripLabelCountPages = new System.Windows.Forms.ToolStripLabel();
this.toolStripButtonNext = new System.Windows.Forms.ToolStripButton(); this.toolStripLabelCountRecords = new System.Windows.Forms.ToolStripLabel();
this.toolStripLabelPageName = new System.Windows.Forms.ToolStripLabel(); this.toolStripTextBoxCountRecords = new System.Windows.Forms.ToolStripTextBox();
this.toolStripComboBoxPageNames = new System.Windows.Forms.ToolStripComboBox(); this.toolStripButtonNext = new System.Windows.Forms.ToolStripButton();
this.dataGridViewList = new System.Windows.Forms.DataGridView(); this.toolStripLabelPageName = new System.Windows.Forms.ToolStripLabel();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripComboBoxPageNames = new System.Windows.Forms.ToolStripComboBox();
this.toolStripButtonSelect = new System.Windows.Forms.ToolStripButton(); this.dataGridViewList = new System.Windows.Forms.DataGridView();
this.contextMenuStripDataGrid = new System.Windows.Forms.ContextMenuStrip(this.components); this.contextMenuStripDataGrid = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripMenu.SuspendLayout(); this.toolStripMenu.SuspendLayout();
this.panelHeader.SuspendLayout(); this.panelHeader.SuspendLayout();
this.panelSearch.SuspendLayout(); this.panelSearch.SuspendLayout();
this.panelSearchActions.SuspendLayout(); this.panelSearchActions.SuspendLayout();
this.toolStripFooter.SuspendLayout(); this.toolStripFooter.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewList)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewList)).BeginInit();
this.SuspendLayout(); this.SuspendLayout();
// //
// toolStripMenu // toolStripMenu
// //
this.toolStripMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButtonAdd, this.toolStripButtonAdd,
this.toolStripSeparator1, this.toolStripSeparator1,
this.toolStripButtonUpd, this.toolStripButtonUpd,
this.toolStripSeparator2, this.toolStripSeparator2,
this.toolStripButtonDel, this.toolStripButtonDel,
this.toolStripSeparator3, this.toolStripSeparator3,
this.toolStripButtonSearch, this.toolStripButtonSearch,
this.toolStripSeparator4, this.toolStripSeparator4,
this.toolStripButtonRef, this.toolStripButtonRef,
this.toolStripSeparator5, this.toolStripSeparator5,
this.toolStripSplitButtonActions, this.toolStripSplitButtonActions,
this.toolStripSeparator6, this.toolStripSeparator6,
this.toolStripButtonSelect, this.toolStripButtonSelect,
this.toolStripButtonClose}); this.toolStripButtonClose});
this.toolStripMenu.Location = new System.Drawing.Point(0, 30); this.toolStripMenu.Location = new System.Drawing.Point(0, 30);
this.toolStripMenu.Name = "toolStripMenu"; this.toolStripMenu.Name = "toolStripMenu";
this.toolStripMenu.Size = new System.Drawing.Size(1000, 25); this.toolStripMenu.Size = new System.Drawing.Size(1000, 25);
this.toolStripMenu.TabIndex = 0; this.toolStripMenu.TabIndex = 0;
this.toolStripMenu.Text = "Главное меню"; this.toolStripMenu.Text = "Главное меню";
// //
// toolStripButtonAdd // toolStripButtonAdd
// //
this.toolStripButtonAdd.Image = global::ToolsDesktop.Properties.Resources.Add; this.toolStripButtonAdd.Image = global::ToolsDesktop.Properties.Resources.Add;
this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonAdd.Name = "toolStripButtonAdd"; this.toolStripButtonAdd.Name = "toolStripButtonAdd";
this.toolStripButtonAdd.Size = new System.Drawing.Size(79, 22); this.toolStripButtonAdd.Size = new System.Drawing.Size(79, 22);
this.toolStripButtonAdd.Text = "Добавить"; this.toolStripButtonAdd.Text = "Добавить";
// //
// toolStripSeparator1 // toolStripSeparator1
// //
this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
// //
// toolStripButtonUpd // toolStripButtonUpd
// //
this.toolStripButtonUpd.Image = global::ToolsDesktop.Properties.Resources.Upd; this.toolStripButtonUpd.Image = global::ToolsDesktop.Properties.Resources.Upd;
this.toolStripButtonUpd.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonUpd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonUpd.Name = "toolStripButtonUpd"; this.toolStripButtonUpd.Name = "toolStripButtonUpd";
this.toolStripButtonUpd.Size = new System.Drawing.Size(81, 22); this.toolStripButtonUpd.Size = new System.Drawing.Size(81, 22);
this.toolStripButtonUpd.Text = "Изменить"; this.toolStripButtonUpd.Text = "Изменить";
// //
// toolStripSeparator2 // toolStripSeparator2
// //
this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
// //
// toolStripButtonDel // toolStripButtonDel
// //
this.toolStripButtonDel.Image = global::ToolsDesktop.Properties.Resources.Del; this.toolStripButtonDel.Image = global::ToolsDesktop.Properties.Resources.Del;
this.toolStripButtonDel.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonDel.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonDel.Name = "toolStripButtonDel"; this.toolStripButtonDel.Name = "toolStripButtonDel";
this.toolStripButtonDel.Size = new System.Drawing.Size(71, 22); this.toolStripButtonDel.Size = new System.Drawing.Size(71, 22);
this.toolStripButtonDel.Text = "Удалить"; this.toolStripButtonDel.Text = "Удалить";
// //
// toolStripSeparator3 // toolStripSeparator3
// //
this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
// //
// toolStripButtonSearch // toolStripButtonSearch
// //
this.toolStripButtonSearch.Image = global::ToolsDesktop.Properties.Resources.Search; this.toolStripButtonSearch.Image = global::ToolsDesktop.Properties.Resources.Search;
this.toolStripButtonSearch.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonSearch.Name = "toolStripButtonSearch"; this.toolStripButtonSearch.Name = "toolStripButtonSearch";
this.toolStripButtonSearch.Size = new System.Drawing.Size(62, 22); this.toolStripButtonSearch.Size = new System.Drawing.Size(62, 22);
this.toolStripButtonSearch.Text = "Поиск"; this.toolStripButtonSearch.Text = "Поиск";
// //
// toolStripSeparator4 // toolStripSeparator4
// //
this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25); this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
// //
// toolStripButtonRef // toolStripButtonRef
// //
this.toolStripButtonRef.Image = global::ToolsDesktop.Properties.Resources.Ref; this.toolStripButtonRef.Image = global::ToolsDesktop.Properties.Resources.Ref;
this.toolStripButtonRef.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButtonRef.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButtonRef.Name = "toolStripButtonRef"; this.toolStripButtonRef.Name = "toolStripButtonRef";
this.toolStripButtonRef.Size = new System.Drawing.Size(81, 22); this.toolStripButtonRef.Size = new System.Drawing.Size(81, 22);
this.toolStripButtonRef.Text = "Обновить"; this.toolStripButtonRef.Text = "Обновить";
// //
// toolStripSeparator5 // toolStripSeparator5
// //
this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25); this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
// //
// toolStripSplitButtonActions // toolStripSplitButtonActions
// //
this.toolStripSplitButtonActions.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripSplitButtonActions.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripSplitButtonActions.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripSplitButtonActions.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripSplitButtonActions.Name = "toolStripSplitButtonActions"; this.toolStripSplitButtonActions.Name = "toolStripSplitButtonActions";
this.toolStripSplitButtonActions.Size = new System.Drawing.Size(74, 22); this.toolStripSplitButtonActions.Size = new System.Drawing.Size(74, 22);
this.toolStripSplitButtonActions.Text = "Действия"; this.toolStripSplitButtonActions.Text = "Действия";
// //
// toolStripButtonClose // toolStripSeparator6
// //
this.toolStripButtonClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripButtonClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
this.toolStripButtonClose.Image = global::ToolsDesktop.Properties.Resources.Close; this.toolStripSeparator6.Visible = false;
this.toolStripButtonClose.ImageTransparentColor = System.Drawing.Color.Magenta; //
this.toolStripButtonClose.Name = "toolStripButtonClose"; // toolStripButtonSelect
this.toolStripButtonClose.Size = new System.Drawing.Size(23, 22); //
this.toolStripButtonClose.Text = "Закрть"; this.toolStripButtonSelect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
// this.toolStripButtonSelect.ImageTransparentColor = System.Drawing.Color.Magenta;
// labelTitle this.toolStripButtonSelect.Name = "toolStripButtonSelect";
// this.toolStripButtonSelect.Size = new System.Drawing.Size(58, 22);
this.labelTitle.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripButtonSelect.Text = "Выбрать";
this.labelTitle.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point); this.toolStripButtonSelect.Visible = false;
this.labelTitle.Location = new System.Drawing.Point(0, 0); //
this.labelTitle.Name = "labelTitle"; // toolStripButtonClose
this.labelTitle.Size = new System.Drawing.Size(1000, 30); //
this.labelTitle.TabIndex = 0; this.toolStripButtonClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.labelTitle.Text = "Сущность"; this.toolStripButtonClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.labelTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.toolStripButtonClose.Image = global::ToolsDesktop.Properties.Resources.Close;
// this.toolStripButtonClose.ImageTransparentColor = System.Drawing.Color.Magenta;
// panelHeader this.toolStripButtonClose.Name = "toolStripButtonClose";
// this.toolStripButtonClose.Size = new System.Drawing.Size(23, 22);
this.panelHeader.Controls.Add(this.labelTitle); this.toolStripButtonClose.Text = "Закрть";
this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top; //
this.panelHeader.Location = new System.Drawing.Point(0, 0); // labelTitle
this.panelHeader.Name = "panelHeader"; //
this.panelHeader.Size = new System.Drawing.Size(1000, 30); this.labelTitle.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelHeader.TabIndex = 1; this.labelTitle.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
// this.labelTitle.Location = new System.Drawing.Point(0, 0);
// panelSearch this.labelTitle.Name = "labelTitle";
// this.labelTitle.Size = new System.Drawing.Size(1000, 30);
this.panelSearch.Controls.Add(this.panelSearchControls); this.labelTitle.TabIndex = 0;
this.panelSearch.Controls.Add(this.panelSearchActions); this.labelTitle.Text = "Сущность";
this.panelSearch.Dock = System.Windows.Forms.DockStyle.Top; this.labelTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.panelSearch.Location = new System.Drawing.Point(0, 55); //
this.panelSearch.Name = "panelSearch"; // panelHeader
this.panelSearch.Size = new System.Drawing.Size(1000, 87); //
this.panelSearch.TabIndex = 1; this.panelHeader.Controls.Add(this.labelTitle);
this.panelSearch.Visible = false; this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top;
// this.panelHeader.Location = new System.Drawing.Point(0, 0);
// panelSearchControls this.panelHeader.Name = "panelHeader";
// this.panelHeader.Size = new System.Drawing.Size(1000, 30);
this.panelSearchControls.Dock = System.Windows.Forms.DockStyle.Fill; this.panelHeader.TabIndex = 1;
this.panelSearchControls.Location = new System.Drawing.Point(118, 0); //
this.panelSearchControls.Name = "panelSearchControls"; // panelSearch
this.panelSearchControls.Size = new System.Drawing.Size(882, 87); //
this.panelSearchControls.TabIndex = 1; this.panelSearch.Controls.Add(this.panelSearchControls);
// this.panelSearch.Controls.Add(this.panelSearchActions);
// panelSearchActions this.panelSearch.Dock = System.Windows.Forms.DockStyle.Top;
// this.panelSearch.Location = new System.Drawing.Point(0, 55);
this.panelSearchActions.Controls.Add(this.buttonSearch); this.panelSearch.Name = "panelSearch";
this.panelSearchActions.Controls.Add(this.buttonCancelSearch); this.panelSearch.Size = new System.Drawing.Size(1000, 87);
this.panelSearchActions.Dock = System.Windows.Forms.DockStyle.Left; this.panelSearch.TabIndex = 1;
this.panelSearchActions.Location = new System.Drawing.Point(0, 0); this.panelSearch.Visible = false;
this.panelSearchActions.Name = "panelSearchActions"; //
this.panelSearchActions.Size = new System.Drawing.Size(118, 87); // panelSearchControls
this.panelSearchActions.TabIndex = 0; //
// this.panelSearchControls.Dock = System.Windows.Forms.DockStyle.Fill;
// buttonSearch this.panelSearchControls.Location = new System.Drawing.Point(118, 0);
// this.panelSearchControls.Name = "panelSearchControls";
this.buttonSearch.Location = new System.Drawing.Point(13, 14); this.panelSearchControls.Size = new System.Drawing.Size(882, 87);
this.buttonSearch.Name = "buttonSearch"; this.panelSearchControls.TabIndex = 1;
this.buttonSearch.Size = new System.Drawing.Size(89, 24); //
this.buttonSearch.TabIndex = 0; // panelSearchActions
this.buttonSearch.Text = "Запуск"; //
this.buttonSearch.UseVisualStyleBackColor = true; this.panelSearchActions.Controls.Add(this.buttonSearch);
// this.panelSearchActions.Controls.Add(this.buttonCancelSearch);
// buttonCancelSearch this.panelSearchActions.Dock = System.Windows.Forms.DockStyle.Left;
// this.panelSearchActions.Location = new System.Drawing.Point(0, 0);
this.buttonCancelSearch.Location = new System.Drawing.Point(13, 48); this.panelSearchActions.Name = "panelSearchActions";
this.buttonCancelSearch.Name = "buttonCancelSearch"; this.panelSearchActions.Size = new System.Drawing.Size(118, 87);
this.buttonCancelSearch.Size = new System.Drawing.Size(89, 24); this.panelSearchActions.TabIndex = 0;
this.buttonCancelSearch.TabIndex = 1; //
this.buttonCancelSearch.Text = "Скрыть"; // buttonSearch
this.buttonCancelSearch.UseVisualStyleBackColor = true; //
// this.buttonSearch.Location = new System.Drawing.Point(13, 14);
// toolStripFooter this.buttonSearch.Name = "buttonSearch";
// this.buttonSearch.Size = new System.Drawing.Size(89, 24);
this.toolStripFooter.Dock = System.Windows.Forms.DockStyle.Bottom; this.buttonSearch.TabIndex = 0;
this.toolStripFooter.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.buttonSearch.Text = "Запуск";
this.toolStripButtonPrev, this.buttonSearch.UseVisualStyleBackColor = true;
this.toolStripLabelPage, //
this.toolStripTextBoxPage, // buttonCancelSearch
this.toolStripLabelCountPages, //
this.toolStripLabelCountRecords, this.buttonCancelSearch.Location = new System.Drawing.Point(13, 48);
this.toolStripTextBoxCountRecords, this.buttonCancelSearch.Name = "buttonCancelSearch";
this.toolStripButtonNext, this.buttonCancelSearch.Size = new System.Drawing.Size(89, 24);
this.toolStripLabelPageName, this.buttonCancelSearch.TabIndex = 1;
this.toolStripComboBoxPageNames}); this.buttonCancelSearch.Text = "Скрыть";
this.toolStripFooter.Location = new System.Drawing.Point(0, 775); this.buttonCancelSearch.UseVisualStyleBackColor = true;
this.toolStripFooter.Name = "toolStripFooter"; //
this.toolStripFooter.Size = new System.Drawing.Size(1000, 25); // toolStripFooter
this.toolStripFooter.TabIndex = 2; //
this.toolStripFooter.Text = "Пагинация"; this.toolStripFooter.Dock = System.Windows.Forms.DockStyle.Bottom;
// this.toolStripFooter.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
// toolStripButtonPrev this.toolStripButtonPrev,
// this.toolStripLabelPage,
this.toolStripButtonPrev.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.toolStripTextBoxPage,
this.toolStripButtonPrev.Image = global::ToolsDesktop.Properties.Resources.Left; this.toolStripLabelCountPages,
this.toolStripButtonPrev.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripLabelCountRecords,
this.toolStripButtonPrev.Name = "toolStripButtonPrev"; this.toolStripTextBoxCountRecords,
this.toolStripButtonPrev.Size = new System.Drawing.Size(23, 22); this.toolStripButtonNext,
this.toolStripButtonPrev.Text = "Назад"; this.toolStripLabelPageName,
// this.toolStripComboBoxPageNames});
// toolStripLabelPage this.toolStripFooter.Location = new System.Drawing.Point(0, 775);
// this.toolStripFooter.Name = "toolStripFooter";
this.toolStripLabelPage.Name = "toolStripLabelPage"; this.toolStripFooter.Size = new System.Drawing.Size(1000, 25);
this.toolStripLabelPage.Size = new System.Drawing.Size(60, 22); this.toolStripFooter.TabIndex = 2;
this.toolStripLabelPage.Text = "Страница"; this.toolStripFooter.Text = "Пагинация";
// //
// toolStripTextBoxPage // toolStripButtonPrev
// //
this.toolStripTextBoxPage.Name = "toolStripTextBoxPage"; this.toolStripButtonPrev.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripTextBoxPage.Size = new System.Drawing.Size(30, 25); this.toolStripButtonPrev.Image = global::ToolsDesktop.Properties.Resources.Left;
this.toolStripTextBoxPage.Text = "1"; this.toolStripButtonPrev.ImageTransparentColor = System.Drawing.Color.Magenta;
// this.toolStripButtonPrev.Name = "toolStripButtonPrev";
// toolStripLabelCountPages this.toolStripButtonPrev.Size = new System.Drawing.Size(23, 22);
// this.toolStripButtonPrev.Text = "Назад";
this.toolStripLabelCountPages.Name = "toolStripLabelCountPages"; //
this.toolStripLabelCountPages.Size = new System.Drawing.Size(28, 22); // toolStripLabelPage
this.toolStripLabelCountPages.Text = "из 0"; //
// this.toolStripLabelPage.Name = "toolStripLabelPage";
// toolStripLabelCountRecords this.toolStripLabelPage.Size = new System.Drawing.Size(60, 22);
// this.toolStripLabelPage.Text = "Страница";
this.toolStripLabelCountRecords.Name = "toolStripLabelCountRecords"; //
this.toolStripLabelCountRecords.Size = new System.Drawing.Size(21, 22); // toolStripTextBoxPage
this.toolStripLabelCountRecords.Text = "по"; //
// this.toolStripTextBoxPage.Name = "toolStripTextBoxPage";
// toolStripTextBoxCountRecords this.toolStripTextBoxPage.Size = new System.Drawing.Size(30, 25);
// this.toolStripTextBoxPage.Text = "1";
this.toolStripTextBoxCountRecords.Name = "toolStripTextBoxCountRecords"; //
this.toolStripTextBoxCountRecords.Size = new System.Drawing.Size(30, 25); // toolStripLabelCountPages
this.toolStripTextBoxCountRecords.Text = "1"; //
// this.toolStripLabelCountPages.Name = "toolStripLabelCountPages";
// toolStripButtonNext this.toolStripLabelCountPages.Size = new System.Drawing.Size(28, 22);
// this.toolStripLabelCountPages.Text = "из 0";
this.toolStripButtonNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; //
this.toolStripButtonNext.Image = global::ToolsDesktop.Properties.Resources.Right; // toolStripLabelCountRecords
this.toolStripButtonNext.ImageTransparentColor = System.Drawing.Color.Magenta; //
this.toolStripButtonNext.Name = "toolStripButtonNext"; this.toolStripLabelCountRecords.Name = "toolStripLabelCountRecords";
this.toolStripButtonNext.Size = new System.Drawing.Size(23, 22); this.toolStripLabelCountRecords.Size = new System.Drawing.Size(21, 22);
this.toolStripButtonNext.Text = "Вперед"; this.toolStripLabelCountRecords.Text = "по";
// //
// toolStripLabelPageName // toolStripTextBoxCountRecords
// //
this.toolStripLabelPageName.Name = "toolStripLabelPageName"; this.toolStripTextBoxCountRecords.Name = "toolStripTextBoxCountRecords";
this.toolStripLabelPageName.Size = new System.Drawing.Size(62, 22); this.toolStripTextBoxCountRecords.Size = new System.Drawing.Size(30, 25);
this.toolStripLabelPageName.Text = "Параметр"; this.toolStripTextBoxCountRecords.Text = "1";
// //
// toolStripComboBoxPageNames // toolStripButtonNext
// //
this.toolStripComboBoxPageNames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.toolStripButtonNext.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripComboBoxPageNames.Name = "toolStripComboBoxPageNames"; this.toolStripButtonNext.Image = global::ToolsDesktop.Properties.Resources.Right;
this.toolStripComboBoxPageNames.Size = new System.Drawing.Size(200, 25); this.toolStripButtonNext.ImageTransparentColor = System.Drawing.Color.Magenta;
// this.toolStripButtonNext.Name = "toolStripButtonNext";
// dataGridViewList this.toolStripButtonNext.Size = new System.Drawing.Size(23, 22);
// this.toolStripButtonNext.Text = "Вперед";
this.dataGridViewList.AllowUserToAddRows = false; //
this.dataGridViewList.AllowUserToDeleteRows = false; // toolStripLabelPageName
this.dataGridViewList.AllowUserToResizeRows = false; //
this.dataGridViewList.BackgroundColor = System.Drawing.SystemColors.ControlLightLight; this.toolStripLabelPageName.Name = "toolStripLabelPageName";
this.dataGridViewList.ContextMenuStrip = this.contextMenuStripDataGrid; this.toolStripLabelPageName.Size = new System.Drawing.Size(62, 22);
this.dataGridViewList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.toolStripLabelPageName.Text = "Параметр";
this.dataGridViewList.Dock = System.Windows.Forms.DockStyle.Fill; //
this.dataGridViewList.Location = new System.Drawing.Point(0, 142); // toolStripComboBoxPageNames
this.dataGridViewList.Name = "dataGridViewList"; //
this.dataGridViewList.ReadOnly = true; this.toolStripComboBoxPageNames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.dataGridViewList.RowHeadersVisible = false; this.toolStripComboBoxPageNames.Name = "toolStripComboBoxPageNames";
this.dataGridViewList.RowTemplate.Height = 25; this.toolStripComboBoxPageNames.Size = new System.Drawing.Size(200, 25);
this.dataGridViewList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; //
this.dataGridViewList.Size = new System.Drawing.Size(1000, 633); // dataGridViewList
this.dataGridViewList.TabIndex = 3; //
// this.dataGridViewList.AllowUserToAddRows = false;
// toolStripSeparator6 this.dataGridViewList.AllowUserToDeleteRows = false;
// this.dataGridViewList.AllowUserToResizeColumns = false;
this.toolStripSeparator6.Name = "toolStripSeparator6"; this.dataGridViewList.AllowUserToResizeRows = false;
this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25); this.dataGridViewList.BackgroundColor = System.Drawing.SystemColors.ControlLightLight;
this.toolStripSeparator6.Visible = false; this.dataGridViewList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
// this.dataGridViewList.ContextMenuStrip = this.contextMenuStripDataGrid;
// toolStripButtonSelect this.dataGridViewList.Dock = System.Windows.Forms.DockStyle.Fill;
// this.dataGridViewList.Location = new System.Drawing.Point(0, 142);
this.toolStripButtonSelect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.dataGridViewList.Name = "dataGridViewList";
this.toolStripButtonSelect.ImageTransparentColor = System.Drawing.Color.Magenta; this.dataGridViewList.ReadOnly = true;
this.toolStripButtonSelect.Name = "toolStripButtonSelect"; this.dataGridViewList.RowHeadersVisible = false;
this.toolStripButtonSelect.Size = new System.Drawing.Size(58, 22); this.dataGridViewList.RowTemplate.Height = 25;
this.toolStripButtonSelect.Text = "Выбрать"; this.dataGridViewList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.toolStripButtonSelect.Visible = false; this.dataGridViewList.Size = new System.Drawing.Size(1000, 633);
// this.dataGridViewList.TabIndex = 3;
// contextMenuStripDataGrid //
// // contextMenuStripDataGrid
this.contextMenuStripDataGrid.Name = "contextMenuStripDataGrid"; //
this.contextMenuStripDataGrid.Size = new System.Drawing.Size(61, 4); this.contextMenuStripDataGrid.Name = "contextMenuStripDataGrid";
// this.contextMenuStripDataGrid.Size = new System.Drawing.Size(61, 4);
// ControlViewEntityList //
// // MainControlViewEntityList
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); //
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.Controls.Add(this.dataGridViewList); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.toolStripFooter); this.Controls.Add(this.dataGridViewList);
this.Controls.Add(this.panelSearch); this.Controls.Add(this.toolStripFooter);
this.Controls.Add(this.toolStripMenu); this.Controls.Add(this.panelSearch);
this.Controls.Add(this.panelHeader); this.Controls.Add(this.toolStripMenu);
this.Name = "ControlViewEntityList"; this.Controls.Add(this.panelHeader);
this.Size = new System.Drawing.Size(1000, 800); this.Name = "MainControlViewEntityList";
this.toolStripMenu.ResumeLayout(false); this.Size = new System.Drawing.Size(1000, 800);
this.toolStripMenu.PerformLayout(); this.toolStripMenu.ResumeLayout(false);
this.panelHeader.ResumeLayout(false); this.toolStripMenu.PerformLayout();
this.panelSearch.ResumeLayout(false); this.panelHeader.ResumeLayout(false);
this.panelSearchActions.ResumeLayout(false); this.panelSearch.ResumeLayout(false);
this.toolStripFooter.ResumeLayout(false); this.panelSearchActions.ResumeLayout(false);
this.toolStripFooter.PerformLayout(); this.toolStripFooter.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridViewList)).EndInit(); this.toolStripFooter.PerformLayout();
this.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewList)).EndInit();
this.PerformLayout(); this.ResumeLayout(false);
this.PerformLayout();
} }
#endregion #endregion
@ -421,5 +419,6 @@ namespace ToolsDesktop.Controls
protected System.Windows.Forms.Panel panelSearchControls; protected System.Windows.Forms.Panel panelSearchControls;
protected System.Windows.Forms.ToolStripSeparator toolStripSeparator6; protected System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
protected System.Windows.Forms.ToolStripButton toolStripButtonSelect; protected System.Windows.Forms.ToolStripButton toolStripButtonSelect;
} protected System.ComponentModel.IContainer components;
}
} }

View File

@ -57,4 +57,13 @@
<resheader name="writer"> <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<metadata name="toolStripMenu.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="toolStripFooter.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>147, 17</value>
</metadata>
<metadata name="contextMenuStripDataGrid.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>281, 17</value>
</metadata>
</root> </root>