2021-03-29 23:16:11 +04:00
|
|
|
|
|
2022-03-18 22:48:14 +04:00
|
|
|
|
namespace ToolsDesktop.Controls
|
2021-03-29 23:16:11 +04:00
|
|
|
|
{
|
2021-04-01 21:30:29 +04:00
|
|
|
|
partial class MainControlViewEntityElement
|
2021-03-29 23:16:11 +04:00
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
2021-04-08 10:37:47 +04:00
|
|
|
|
this.components = new System.ComponentModel.Container();
|
2021-04-01 21:38:23 +04:00
|
|
|
|
this.toolStripActions = new System.Windows.Forms.ToolStrip();
|
|
|
|
|
this.toolStripButtonSave = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.toolStripButtonReload = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.toolStripButtonClose = new System.Windows.Forms.ToolStripButton();
|
2021-04-08 10:37:47 +04:00
|
|
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.toolStripSplitButtonActions = new System.Windows.Forms.ToolStripSplitButton();
|
2021-04-01 21:38:23 +04:00
|
|
|
|
this.panelContainer = new System.Windows.Forms.Panel();
|
|
|
|
|
this.tabControl = new System.Windows.Forms.TabControl();
|
|
|
|
|
this.tabPageMain = new System.Windows.Forms.TabPage();
|
2021-04-08 10:37:47 +04:00
|
|
|
|
this.contextMenuStripElement = new System.Windows.Forms.ContextMenuStrip(this.components);
|
2021-04-01 21:38:23 +04:00
|
|
|
|
this.toolStripActions.SuspendLayout();
|
2021-04-02 10:16:22 +04:00
|
|
|
|
this.tabControl.SuspendLayout();
|
2021-03-29 23:16:11 +04:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2021-04-01 21:38:23 +04:00
|
|
|
|
// toolStripActions
|
|
|
|
|
//
|
|
|
|
|
this.toolStripActions.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
2021-04-02 10:16:22 +04:00
|
|
|
|
this.toolStripButtonSave,
|
|
|
|
|
this.toolStripButtonReload,
|
2021-04-08 10:37:47 +04:00
|
|
|
|
this.toolStripButtonClose,
|
|
|
|
|
this.toolStripSeparator1,
|
|
|
|
|
this.toolStripSplitButtonActions});
|
2021-04-01 21:38:23 +04:00
|
|
|
|
this.toolStripActions.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.toolStripActions.Name = "toolStripActions";
|
|
|
|
|
this.toolStripActions.Size = new System.Drawing.Size(594, 25);
|
|
|
|
|
this.toolStripActions.TabIndex = 0;
|
|
|
|
|
this.toolStripActions.Text = "toolStrip1";
|
|
|
|
|
//
|
|
|
|
|
// toolStripButtonSave
|
|
|
|
|
//
|
|
|
|
|
this.toolStripButtonSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
2022-03-18 22:48:14 +04:00
|
|
|
|
this.toolStripButtonSave.Image = global::ToolsDesktop.Properties.Resources.Save;
|
2021-04-01 21:38:23 +04:00
|
|
|
|
this.toolStripButtonSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.toolStripButtonSave.Name = "toolStripButtonSave";
|
|
|
|
|
this.toolStripButtonSave.Size = new System.Drawing.Size(23, 22);
|
|
|
|
|
this.toolStripButtonSave.Text = "Сохранить";
|
|
|
|
|
//
|
|
|
|
|
// toolStripButtonReload
|
|
|
|
|
//
|
|
|
|
|
this.toolStripButtonReload.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
2022-03-18 22:48:14 +04:00
|
|
|
|
this.toolStripButtonReload.Image = global::ToolsDesktop.Properties.Resources.Reload;
|
2021-04-01 21:38:23 +04:00
|
|
|
|
this.toolStripButtonReload.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.toolStripButtonReload.Name = "toolStripButtonReload";
|
|
|
|
|
this.toolStripButtonReload.Size = new System.Drawing.Size(23, 22);
|
|
|
|
|
this.toolStripButtonReload.Text = "Обновить";
|
|
|
|
|
//
|
|
|
|
|
// toolStripButtonClose
|
|
|
|
|
//
|
|
|
|
|
this.toolStripButtonClose.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
|
|
|
|
this.toolStripButtonClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
2022-03-18 22:48:14 +04:00
|
|
|
|
this.toolStripButtonClose.Image = global::ToolsDesktop.Properties.Resources.Close;
|
2021-04-01 21:38:23 +04:00
|
|
|
|
this.toolStripButtonClose.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.toolStripButtonClose.Name = "toolStripButtonClose";
|
|
|
|
|
this.toolStripButtonClose.Size = new System.Drawing.Size(23, 22);
|
|
|
|
|
this.toolStripButtonClose.Text = "Закрыть";
|
|
|
|
|
//
|
2021-04-08 10:37:47 +04:00
|
|
|
|
// toolStripSeparator1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
|
|
this.toolStripSeparator1.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 = "Действия";
|
|
|
|
|
//
|
2021-04-01 21:38:23 +04:00
|
|
|
|
// panelContainer
|
|
|
|
|
//
|
|
|
|
|
this.panelContainer.AutoScroll = true;
|
|
|
|
|
this.panelContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.panelContainer.Location = new System.Drawing.Point(0, 25);
|
|
|
|
|
this.panelContainer.Name = "panelContainer";
|
|
|
|
|
this.panelContainer.Size = new System.Drawing.Size(594, 485);
|
|
|
|
|
this.panelContainer.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// tabControl
|
|
|
|
|
//
|
|
|
|
|
this.tabControl.Controls.Add(this.tabPageMain);
|
|
|
|
|
this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
2021-04-08 10:37:47 +04:00
|
|
|
|
this.tabControl.Location = new System.Drawing.Point(0, 25);
|
2021-04-01 21:38:23 +04:00
|
|
|
|
this.tabControl.Name = "tabControl";
|
|
|
|
|
this.tabControl.SelectedIndex = 0;
|
2021-04-08 10:37:47 +04:00
|
|
|
|
this.tabControl.Size = new System.Drawing.Size(594, 485);
|
2021-04-01 21:38:23 +04:00
|
|
|
|
this.tabControl.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// tabPageMain
|
|
|
|
|
//
|
2021-04-08 10:37:47 +04:00
|
|
|
|
this.tabPageMain.ContextMenuStrip = this.contextMenuStripElement;
|
2021-04-01 21:38:23 +04:00
|
|
|
|
this.tabPageMain.Location = new System.Drawing.Point(4, 24);
|
|
|
|
|
this.tabPageMain.Name = "tabPageMain";
|
|
|
|
|
this.tabPageMain.Padding = new System.Windows.Forms.Padding(3);
|
2021-04-08 10:37:47 +04:00
|
|
|
|
this.tabPageMain.Size = new System.Drawing.Size(586, 457);
|
2021-04-01 21:38:23 +04:00
|
|
|
|
this.tabPageMain.TabIndex = 0;
|
|
|
|
|
this.tabPageMain.Text = "Свойства элемента";
|
|
|
|
|
this.tabPageMain.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2021-04-08 10:37:47 +04:00
|
|
|
|
// contextMenuStripElement
|
|
|
|
|
//
|
|
|
|
|
this.contextMenuStripElement.Name = "contextMenuStripElement";
|
2021-04-08 14:13:35 +04:00
|
|
|
|
this.contextMenuStripElement.Size = new System.Drawing.Size(61, 4);
|
2021-04-08 10:37:47 +04:00
|
|
|
|
//
|
2021-04-02 10:16:22 +04:00
|
|
|
|
// MainControlViewEntityElement
|
2021-03-29 23:16:11 +04:00
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2021-04-01 21:38:23 +04:00
|
|
|
|
this.Controls.Add(this.tabControl);
|
|
|
|
|
this.Controls.Add(this.panelContainer);
|
|
|
|
|
this.Controls.Add(this.toolStripActions);
|
2021-04-02 10:16:22 +04:00
|
|
|
|
this.Name = "MainControlViewEntityElement";
|
2021-04-01 21:38:23 +04:00
|
|
|
|
this.Size = new System.Drawing.Size(594, 510);
|
|
|
|
|
this.toolStripActions.ResumeLayout(false);
|
|
|
|
|
this.toolStripActions.PerformLayout();
|
|
|
|
|
this.tabControl.ResumeLayout(false);
|
2021-03-29 23:16:11 +04:00
|
|
|
|
this.ResumeLayout(false);
|
2021-04-01 21:38:23 +04:00
|
|
|
|
this.PerformLayout();
|
2021-04-02 10:16:22 +04:00
|
|
|
|
|
2021-03-29 23:16:11 +04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
2021-04-01 21:38:23 +04:00
|
|
|
|
|
|
|
|
|
protected System.Windows.Forms.ToolStrip toolStripActions;
|
|
|
|
|
protected System.Windows.Forms.ToolStripButton toolStripButtonSave;
|
|
|
|
|
protected System.Windows.Forms.ToolStripButton toolStripButtonReload;
|
|
|
|
|
protected System.Windows.Forms.ToolStripButton toolStripButtonClose;
|
|
|
|
|
protected System.Windows.Forms.Panel panelContainer;
|
|
|
|
|
protected System.Windows.Forms.TabControl tabControl;
|
|
|
|
|
protected System.Windows.Forms.TabPage tabPageMain;
|
2021-04-08 10:37:47 +04:00
|
|
|
|
protected System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
|
|
|
protected System.Windows.Forms.ToolStripSplitButton toolStripSplitButtonActions;
|
|
|
|
|
protected System.Windows.Forms.ContextMenuStrip contextMenuStripElement;
|
|
|
|
|
protected System.ComponentModel.IContainer components;
|
2021-03-29 23:16:11 +04:00
|
|
|
|
}
|
|
|
|
|
}
|