using System;
|
using System.Drawing;
|
using System.Text;
|
using System.Windows.Forms;
|
|
namespace DPumpHydr.DesktopMain
|
{
|
partial class frmMainWindowAntdUI
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMainWindowAntdUI));
|
menu = new AntdUI.Menu();
|
windowBar = new AntdUI.PageHeader();
|
btnCollapsed = new AntdUI.Button();
|
colorTheme = new AntdUI.ColorPicker();
|
btn_mode = new AntdUI.Button();
|
btn_setting = new AntdUI.Button();
|
tabPage1 = new AntdUI.TabPage();
|
tabPage2 = new AntdUI.TabPage();
|
tabPage3 = new AntdUI.TabPage();
|
tabPage4 = new AntdUI.TabPage();
|
tabPage5 = new AntdUI.TabPage();
|
tabPage6 = new AntdUI.TabPage();
|
windowBar.SuspendLayout();
|
SuspendLayout();
|
//
|
// menu
|
//
|
menu.BackgroundImageLayout = ImageLayout.Center;
|
menu.Dock = DockStyle.Left;
|
menu.Font = new Font("Microsoft YaHei UI", 12F);
|
menu.Location = new Point(0, 40);
|
menu.Margin = new Padding(2);
|
menu.Name = "menu";
|
menu.Radius = 0;
|
menu.Size = new Size(152, 733);
|
menu.TabIndex = 11;
|
menu.Text = "menu2";
|
menu.SelectChanged += menu_SelectChanged;
|
//
|
// windowBar
|
//
|
windowBar.BackgroundImageLayout = ImageLayout.Stretch;
|
windowBar.Controls.Add(btnCollapsed);
|
windowBar.Controls.Add(colorTheme);
|
windowBar.Controls.Add(btn_mode);
|
windowBar.Controls.Add(btn_setting);
|
windowBar.DividerMargin = 3;
|
windowBar.DividerShow = true;
|
windowBar.Dock = DockStyle.Top;
|
windowBar.Font = new Font("Microsoft YaHei UI", 12F);
|
windowBar.Location = new Point(0, 0);
|
windowBar.Name = "windowBar";
|
windowBar.ShowButton = true;
|
windowBar.ShowIcon = true;
|
windowBar.Size = new Size(901, 40);
|
windowBar.SubText = "义维流体";
|
windowBar.TabIndex = 12;
|
windowBar.Text = "涡轮设计";
|
//
|
// btnCollapsed
|
//
|
btnCollapsed.Dock = DockStyle.Right;
|
btnCollapsed.Ghost = true;
|
btnCollapsed.IconSvg = resources.GetString("btnCollapsed.IconSvg");
|
btnCollapsed.Location = new Point(495, 0);
|
btnCollapsed.Name = "btnCollapsed";
|
btnCollapsed.Radius = 0;
|
btnCollapsed.Size = new Size(50, 40);
|
btnCollapsed.TabIndex = 9;
|
btnCollapsed.Click += btnTest_Click;
|
//
|
// colorTheme
|
//
|
colorTheme.Dock = DockStyle.Right;
|
colorTheme.Location = new Point(545, 0);
|
colorTheme.Name = "colorTheme";
|
colorTheme.Padding = new Padding(5);
|
colorTheme.Size = new Size(40, 40);
|
colorTheme.TabIndex = 8;
|
colorTheme.Value = Color.FromArgb(22, 119, 255);
|
//
|
// btn_mode
|
//
|
btn_mode.Dock = DockStyle.Right;
|
btn_mode.Font = new Font("Microsoft YaHei UI", 18F);
|
btn_mode.Ghost = true;
|
btn_mode.IconSvg = resources.GetString("btn_mode.IconSvg");
|
btn_mode.Location = new Point(585, 0);
|
btn_mode.Name = "btn_mode";
|
btn_mode.Radius = 0;
|
btn_mode.Size = new Size(50, 40);
|
btn_mode.TabIndex = 6;
|
btn_mode.WaveSize = 0;
|
btn_mode.Click += btn_mode_Click;
|
//
|
// btn_setting
|
//
|
btn_setting.Dock = DockStyle.Right;
|
btn_setting.Ghost = true;
|
btn_setting.IconSvg = resources.GetString("btn_setting.IconSvg");
|
btn_setting.Location = new Point(635, 0);
|
btn_setting.Name = "btn_setting";
|
btn_setting.Radius = 0;
|
btn_setting.Size = new Size(50, 40);
|
btn_setting.TabIndex = 7;
|
btn_setting.WaveSize = 0;
|
btn_setting.Click += btn_setting_Click;
|
//
|
// tabPage1
|
//
|
tabPage1.Dock = DockStyle.Fill;
|
tabPage1.Location = new Point(3, 41);
|
tabPage1.Name = "tabPage1";
|
tabPage1.Size = new Size(251, 250);
|
tabPage1.TabIndex = 0;
|
tabPage1.Text = "tabPage1";
|
//
|
// tabPage2
|
//
|
tabPage2.Dock = DockStyle.Fill;
|
tabPage2.Location = new Point(0, 0);
|
tabPage2.Name = "tabPage2";
|
tabPage2.Size = new Size(0, 0);
|
tabPage2.TabIndex = 0;
|
tabPage2.Text = "tabPage2";
|
//
|
// tabPage3
|
//
|
tabPage3.Dock = DockStyle.Fill;
|
tabPage3.Location = new Point(0, 0);
|
tabPage3.Name = "tabPage3";
|
tabPage3.Size = new Size(0, 0);
|
tabPage3.TabIndex = 0;
|
tabPage3.Text = "tabPage3";
|
//
|
// tabPage4
|
//
|
tabPage4.Dock = DockStyle.Fill;
|
tabPage4.Location = new Point(0, 0);
|
tabPage4.Name = "tabPage4";
|
tabPage4.Size = new Size(0, 0);
|
tabPage4.TabIndex = 0;
|
tabPage4.Text = "tabPage4";
|
//
|
// tabPage5
|
//
|
tabPage5.Dock = DockStyle.Fill;
|
tabPage5.Location = new Point(0, 0);
|
tabPage5.Name = "tabPage5";
|
tabPage5.Size = new Size(0, 0);
|
tabPage5.TabIndex = 0;
|
tabPage5.Text = "tabPage5";
|
//
|
// tabPage6
|
//
|
tabPage6.Dock = DockStyle.Fill;
|
tabPage6.Location = new Point(0, 0);
|
tabPage6.Name = "tabPage6";
|
tabPage6.Size = new Size(0, 0);
|
tabPage6.TabIndex = 0;
|
tabPage6.Text = "tabPage6";
|
//
|
// frmMain
|
//
|
AutoScaleDimensions = new SizeF(11F, 24F);
|
AutoScaleMode = AutoScaleMode.Font;
|
BackColor = Color.White;
|
ClientSize = new Size(901, 773);
|
Controls.Add(menu);
|
Controls.Add(windowBar);
|
Margin = new Padding(4);
|
Name = "frmMain";
|
ShowIcon = false;
|
Text = "Form1";
|
TransparencyKey = Color.Fuchsia;
|
windowBar.ResumeLayout(false);
|
ResumeLayout(false);
|
}
|
|
#endregion
|
private AntdUI.Menu menu;
|
private AntdUI.PageHeader windowBar;
|
private AntdUI.ColorPicker colorTheme;
|
private AntdUI.Button btn_mode;
|
private AntdUI.Button btn_setting;
|
private AntdUI.TabPage tabPage1;
|
private AntdUI.TabPage tabPage2;
|
private AntdUI.TabPage tabPage3;
|
private AntdUI.TabPage tabPage4;
|
private AntdUI.TabPage tabPage5;
|
private AntdUI.TabPage tabPage6;
|
private AntdUI.Button btnCollapsed;
|
}
|
}
|