using DPumpHydr.WinFrmUI.RLT.Controls;
using System.Windows.Forms;
namespace DPumpHydr.DesktopMain
{
partial class frmMainWindowRLT
{
///
/// 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()
{
components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMainWindowRLT));
mainTabControl = new MaterialTabControl();
tabPage1 = new System.Windows.Forms.TabPage();
tabPage7 = new System.Windows.Forms.TabPage();
tabPage2 = new System.Windows.Forms.TabPage();
tabPage3 = new System.Windows.Forms.TabPage();
tabPage4 = new System.Windows.Forms.TabPage();
menuIconList = new ImageList(components);
mainContextMenuStrip = new MaterialContextMenuStrip();
item1ToolStripMenuItem = new MaterialToolStripMenuItem();
subItem1ToolStripMenuItem = new MaterialToolStripMenuItem();
subItem2ToolStripMenuItem = new MaterialToolStripMenuItem();
disabledItemToolStripMenuItem = new ToolStripMenuItem();
item2ToolStripMenuItem = new MaterialToolStripMenuItem();
toolStripSeparator1 = new ToolStripSeparator();
item3ToolStripMenuItem = new MaterialToolStripMenuItem();
mainTabControl.SuspendLayout();
tabPage1.SuspendLayout();
mainContextMenuStrip.SuspendLayout();
SuspendLayout();
//
// mainTabControl
//
mainTabControl.Controls.Add(tabPage1);
mainTabControl.Controls.Add(tabPage7);
mainTabControl.Controls.Add(tabPage2);
mainTabControl.Controls.Add(tabPage3);
mainTabControl.Controls.Add(tabPage4);
mainTabControl.Depth = 0;
mainTabControl.Dock = DockStyle.Fill;
mainTabControl.ImageList = menuIconList;
mainTabControl.Location = new System.Drawing.Point(4, 70);
mainTabControl.Margin = new Padding(4);
mainTabControl.MouseState = DPumpHydr.WinFrmUI.RLT.Helper.MaterialDrawHelper.MaterialMouseState.HOVER;
mainTabControl.Multiline = true;
mainTabControl.Name = "mainTabControl";
mainTabControl.SelectedIndex = 0;
mainTabControl.Size = new System.Drawing.Size(1192, 788);
mainTabControl.TabIndex = 18;
//
// tabPage1
//
tabPage1.BackColor = System.Drawing.Color.White;
tabPage1.ImageKey = "round_assessment_white_24dp.png";
tabPage1.Location = new System.Drawing.Point(4, 31);
tabPage1.Margin = new Padding(4);
tabPage1.Name = "tabPage1";
tabPage1.Size = new System.Drawing.Size(1184, 753);
tabPage1.TabIndex = 0;
tabPage1.Text = "蜗壳设计";
//
// tabPage7
//
tabPage7.BackColor = System.Drawing.Color.White;
tabPage7.ImageKey = "round_gps_fixed_white_24dp.png";
tabPage7.Location = new System.Drawing.Point(4, 31);
tabPage7.Margin = new Padding(4);
tabPage7.Name = "tabPage7";
tabPage7.Padding = new Padding(4);
tabPage7.Size = new System.Drawing.Size(1184, 753);
tabPage7.TabIndex = 6;
tabPage7.Text = "叶轮设计";
//
// tabPage2
//
tabPage2.BackColor = System.Drawing.Color.White;
tabPage2.ImageKey = "round_bluetooth_white_24dp.png";
tabPage2.Location = new System.Drawing.Point(4, 31);
tabPage2.Margin = new Padding(4);
tabPage2.Name = "tabPage2";
tabPage2.Padding = new Padding(4);
tabPage2.Size = new System.Drawing.Size(1184, 753);
tabPage2.TabIndex = 1;
tabPage2.Text = "帮助";
//
// tabPage3
//
tabPage3.BackColor = System.Drawing.Color.White;
tabPage3.ImageKey = "round_build_white_24dp.png";
tabPage3.Location = new System.Drawing.Point(4, 31);
tabPage3.Margin = new Padding(4);
tabPage3.Name = "tabPage3";
tabPage3.Padding = new Padding(4);
tabPage3.Size = new System.Drawing.Size(1184, 753);
tabPage3.TabIndex = 2;
tabPage3.Text = "设置";
//
// tabPage4
//
tabPage4.BackColor = System.Drawing.Color.White;
tabPage4.ImageKey = "round_backup_white_24dp.png";
tabPage4.Location = new System.Drawing.Point(4, 31);
tabPage4.Margin = new Padding(4);
tabPage4.Name = "tabPage4";
tabPage4.Padding = new Padding(4);
tabPage4.Size = new System.Drawing.Size(1184, 753);
tabPage4.TabIndex = 3;
tabPage4.Text = "用户中心";
//
// menuIconList
//
menuIconList.ColorDepth = ColorDepth.Depth32Bit;
menuIconList.ImageStream = (ImageListStreamer)resources.GetObject("menuIconList.ImageStream");
menuIconList.TransparentColor = System.Drawing.Color.Transparent;
menuIconList.Images.SetKeyName(0, "round_assessment_white_24dp.png");
menuIconList.Images.SetKeyName(1, "round_backup_white_24dp.png");
menuIconList.Images.SetKeyName(2, "round_bluetooth_white_24dp.png");
menuIconList.Images.SetKeyName(3, "round_bookmark_white_24dp.png");
menuIconList.Images.SetKeyName(4, "round_build_white_24dp.png");
menuIconList.Images.SetKeyName(5, "round_gps_fixed_white_24dp.png");
menuIconList.Images.SetKeyName(6, "round_http_white_24dp.png");
menuIconList.Images.SetKeyName(7, "round_report_problem_white_24dp.png");
menuIconList.Images.SetKeyName(8, "round_swap_vert_white_24dp.png");
menuIconList.Images.SetKeyName(9, "round_phone_black_24dp.png");
menuIconList.Images.SetKeyName(10, "round_push_pin_black_24dp.png");
menuIconList.Images.SetKeyName(11, "round_mail_outline_black_24dp.png");
menuIconList.Images.SetKeyName(12, "round_person_black_24dp.png");
menuIconList.Images.SetKeyName(13, "round_add_a_photo_black_24dp.png");
menuIconList.Images.SetKeyName(14, "round_alternate_email_black_24dp.png");
menuIconList.Images.SetKeyName(15, "round_cancel_black_24dp.png");
menuIconList.Images.SetKeyName(16, "round_error_black_24dp.png");
menuIconList.Images.SetKeyName(17, "round_event_black_24dp.png");
//
// mainContextMenuStrip
//
mainContextMenuStrip.BackColor = System.Drawing.Color.FromArgb(255, 255, 255);
mainContextMenuStrip.Depth = 0;
mainContextMenuStrip.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
mainContextMenuStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
mainContextMenuStrip.Items.AddRange(new ToolStripItem[] { item1ToolStripMenuItem, disabledItemToolStripMenuItem, item2ToolStripMenuItem, toolStripSeparator1, item3ToolStripMenuItem });
mainContextMenuStrip.Margin = new Padding(16, 8, 16, 8);
mainContextMenuStrip.MouseState = DPumpHydr.WinFrmUI.RLT.Helper.MaterialDrawHelper.MaterialMouseState.HOVER;
mainContextMenuStrip.Name = "materialContextMenuStrip1";
mainContextMenuStrip.Size = new System.Drawing.Size(170, 130);
//
// item1ToolStripMenuItem
//
item1ToolStripMenuItem.AutoSize = false;
item1ToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { subItem1ToolStripMenuItem, subItem2ToolStripMenuItem });
item1ToolStripMenuItem.Name = "item1ToolStripMenuItem";
item1ToolStripMenuItem.Size = new System.Drawing.Size(170, 30);
item1ToolStripMenuItem.Text = "Item 1";
//
// subItem1ToolStripMenuItem
//
subItem1ToolStripMenuItem.AutoSize = false;
subItem1ToolStripMenuItem.Name = "subItem1ToolStripMenuItem";
subItem1ToolStripMenuItem.Size = new System.Drawing.Size(152, 30);
subItem1ToolStripMenuItem.Text = "SubItem 1";
//
// subItem2ToolStripMenuItem
//
subItem2ToolStripMenuItem.AutoSize = false;
subItem2ToolStripMenuItem.Name = "subItem2ToolStripMenuItem";
subItem2ToolStripMenuItem.Size = new System.Drawing.Size(152, 30);
subItem2ToolStripMenuItem.Text = "SubItem 2";
//
// disabledItemToolStripMenuItem
//
disabledItemToolStripMenuItem.AutoSize = false;
disabledItemToolStripMenuItem.Enabled = false;
disabledItemToolStripMenuItem.Name = "disabledItemToolStripMenuItem";
disabledItemToolStripMenuItem.Size = new System.Drawing.Size(170, 30);
disabledItemToolStripMenuItem.Text = "Disabled item";
//
// item2ToolStripMenuItem
//
item2ToolStripMenuItem.AutoSize = false;
item2ToolStripMenuItem.Name = "item2ToolStripMenuItem";
item2ToolStripMenuItem.Size = new System.Drawing.Size(170, 30);
item2ToolStripMenuItem.Text = "Item 2";
//
// toolStripSeparator1
//
toolStripSeparator1.Name = "toolStripSeparator1";
toolStripSeparator1.Size = new System.Drawing.Size(166, 6);
//
// item3ToolStripMenuItem
//
item3ToolStripMenuItem.AutoSize = false;
item3ToolStripMenuItem.Name = "item3ToolStripMenuItem";
item3ToolStripMenuItem.Size = new System.Drawing.Size(170, 30);
item3ToolStripMenuItem.Text = "Item 3";
//
// Form17
//
AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = System.Drawing.Color.White;
ClientSize = new System.Drawing.Size(1200, 862);
Controls.Add(mainTabControl);
Icon = (System.Drawing.Icon)resources.GetObject("$this.Icon");
Margin = new Padding(4);
MinimumSize = new System.Drawing.Size(350, 262);
Name = "Form17";
Padding = new Padding(4, 70, 4, 4);
StartPosition = FormStartPosition.CenterScreen;
Text = "水力设计软件";
mainTabControl.ResumeLayout(false);
tabPage1.ResumeLayout(false);
mainContextMenuStrip.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private MaterialTabControl mainTabControl;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage3;
private MaterialContextMenuStrip mainContextMenuStrip;
private MaterialToolStripMenuItem item1ToolStripMenuItem;
private MaterialToolStripMenuItem subItem1ToolStripMenuItem;
private MaterialToolStripMenuItem subItem2ToolStripMenuItem;
private MaterialToolStripMenuItem item2ToolStripMenuItem;
private MaterialToolStripMenuItem item3ToolStripMenuItem;
private ToolStripSeparator toolStripSeparator1;
private ToolStripMenuItem disabledItemToolStripMenuItem;
private System.Windows.Forms.TabPage tabPage4;
private ImageList menuIconList;
private System.Windows.Forms.TabPage tabPage7;
}
}