using System;
|
using System.Drawing;
|
using System.Text;
|
using System.Windows.Forms;
|
|
|
namespace DPumpHydr.DesktopMain
|
{
|
public partial class frmMainWindowAntdUI : AntdUI.Window
|
{
|
public frmMainWindowAntdUI()
|
{
|
InitializeComponent();
|
this.StartPosition = FormStartPosition.CenterScreen;
|
this.Load += FrmMain_Load;
|
this.colorTheme.ValueChanged += (s, e) =>
|
{
|
AntdUI.Style.Db.SetPrimary(e.Value);
|
Refresh();
|
};
|
|
}
|
|
private void FrmMain_Load(object? sender, EventArgs e)
|
{
|
this.menu.Items.Clear();
|
|
var pump = new AntdUI.MenuItem();
|
pump.IconSvg = "<svg t=\"1728979933045\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"4985\" width=\"32\" height=\"32\"><path d=\"M512 512m-512 0a512 512 0 1 0 1024 0 512 512 0 1 0-1024 0Z\" fill=\"#1893FE\" p-id=\"4986\"></path><path d=\"M430.665842 6.509623C224.649412 39.373222 59.62217 195.122506 13.107148 396.253708c52.227499 73.383171 137.980879 121.246839 234.912363 121.246839 159.135347 0 288.139305-129.002754 288.139305-288.135693 0-89.807746-41.091541-170.012413-105.492974-222.855231z\" fill=\"#FFFFFF\" opacity=\".5\" p-id=\"4987\"></path><path d=\"M732.126633 307.305724c-74.282669-0.295016-148.571359-0.653852-222.849211 0.146906-86.147137 0.924785-165.720831 63.48026-189.212549 146.361748-10.910783 38.497807-10.719323 76.771642 0.215543 119.226278-10.716915 0-18.743763-0.236013-26.750142 0.04335-42.298097 1.446181-72.469223 32.911766-71.646789 74.57046 0.76945 38.957791 32.882866 69.175878 74.037022 69.246923 73.803418 0.131252 147.604428 0.280566 221.405438-0.169785 14.80018-0.093924 29.98087-1.168023 44.311432-4.616702 113.370508-27.258292 179.509526-133.513491 154.92083-247.720882-0.767042-3.543807-0.712855-7.265827-1.134307-12.006557 7.500636-0.597257 13.667077-1.155982 19.841946-1.572617 39.196213-2.649125 67.8176-34.607206 66.843445-74.68365-0.912744-37.275597-32.331366-68.673749-69.982658-68.825472z m-86.108604 213.690464c-18.56555 0-37.12267-0.152927-55.664137 0.074657-7.174312 0.085494-15.503402-2.83336-18.411418 8.466362-2.814093 10.932457-12.568894 20.947354 2.050663 31.531813 10.441165 7.557231 18.43791 18.405398 28.399824 26.748937 9.5513 8.005174 7.955804 14.646049 0.515376 22.753576-16.000715 17.432447-36.22558 27.007829-58.847904 31.567936-12.039069 2.420337-24.495977 2.767131-39.07941 4.301216 0-22.192443-0.328732-40.961493 0.152927-59.710073 0.213134-8.429034-3.381247-10.937274-10.672362-15.295084-18.920773-11.300926-29.911029-2.992307-40.88804 10.998685-4.443305 5.660698-9.7837 10.644666-14.885674 15.770723-13.780267 13.844086-15.922445 13.957276-29.78339-0.476843-22.734309-23.671136-29.308956-53.405156-31.170568-84.843044-0.53705-9.0287 5.166998-10.237664 12.049907-10.259339 13.993401-0.039737 28.019313-0.590032 41.974181 0.092719 11.332234 0.553908 19.598708-1.163207 21.885385-14.453385 0.928398-5.403011 4.826224-10.301484 8.129201-16.949583-13.296199-12.865114-26.57554-26.132414-40.359419-38.856643-6.237485-5.75703-6.829926-10.825288-1.396812-17.228946 24.839159-29.276444 57.893014-38.223261 94.466594-37.650087 2.401071 0.036124 6.537318 6.20979 6.716736 9.687369 0.762226 14.924207 0.927194 29.933908 0.174601 44.856911-0.570766 11.369563 1.301684 19.534889 14.353441 21.934755 4.950251 0.913948 9.410414 4.493879 15.661145 7.648746 12.264245-12.709779 25.279877-24.933083 36.745772-38.483357 9.120215-10.781939 16.159662-8.592798 24.933083-0.22638 21.083423 20.099634 29.619626 45.674527 32.829884 73.566201 0.817616 7.128555 0.120415 14.435323 0.120414 24.432158z\" fill=\"#FFFFFF\" p-id=\"4988\"></path><path d=\"M506.466941 476.769046c-20.678829 0.21193-34.043664 13.812779-33.990682 34.59396 0.050574 20.174291 14.259517 34.373601 34.412134 34.386846 18.990614 0.013246 35.341736-15.578059 35.854703-34.180937 0.531029-19.348246-15.789989-35.008187-36.276155-34.799869z\" fill=\"#FFFFFF\" p-id=\"4989\"></path></svg>";
|
pump.Text = "Ë®±Ã";
|
|
var volute = new AntdUI.MenuItem();
|
volute.IconSvg = "<svg t=\"1728980015592\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"6467\" width=\"32\" height=\"32\"><path d=\"M594.944 344.576c-23.04 13.312-39.936 34.816-47.616 60.416-11.264-4.096-23.552-5.632-35.84-5.632V252.928c-57.344 0-103.424 46.592-103.424 103.424 0 27.648 10.752 52.736 28.672 71.68-8.704 7.68-16.384 17.408-22.016 27.648L287.232 382.464c-28.672 49.664-11.776 112.64 37.888 141.312 23.04 13.312 50.176 17.408 76.288 10.752 2.56 12.288 7.168 23.552 12.8 33.792l-126.976 73.216c28.672 49.664 91.648 66.56 141.312 37.888 23.04-13.312 39.936-34.816 47.616-60.416 11.264 3.584 23.552 5.632 35.84 5.632v146.432c57.344 0 103.424-46.592 103.424-103.424 0-27.648-10.752-52.736-28.672-71.68 9.216-8.192 16.896-17.408 23.04-27.648l126.976 73.216c28.672-49.664 11.776-112.64-37.888-141.312-23.04-13.312-50.176-17.408-76.288-10.752-2.56-11.776-6.656-23.04-12.8-33.792l126.976-73.216c-28.672-49.664-92.16-66.56-141.824-37.888\" fill=\"#00CCFF\" p-id=\"6468\"></path><path d=\"M1024 0H512C229.376 0 0 229.376 0 512s229.376 512 512 512 512-229.376 512-512c0-103.936-31.232-205.312-90.624-290.304h-287.232c109.568 50.688 185.856 161.792 185.856 290.304 0 176.64-143.36 320-320 320s-320-143.36-320-320 143.36-320 320-320h512V0z\" fill=\"#00CCFF\" p-id=\"6469\"></path></svg>";
|
volute.Text = "ÎÐÂÖ";
|
|
var user = new AntdUI.MenuItem();
|
user.IconSvg = "<svg t=\"1728980533249\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"42859\" width=\"32\" height=\"32\"><path d=\"M357.353238 279.350496a278.594155 278.594155 0 0 0 93.216025 208.303966 216.636124 216.636124 0 0 0 62.144016 9.063702c119.836775 0 217.33047-97.493695 217.330471-217.330471S632.550054 61.995228 512.713279 61.995228a216.636124 216.636124 0 0 0-62.181213 9.051303 278.594155 278.594155 0 0 0-93.178828 208.303965z\" fill=\"#91B4FF\" p-id=\"42860\"></path><path d=\"M511.969336 61.995228c119.836775 0 217.33047 97.493695 217.330471 217.33047s-97.493695 217.318071-217.330471 217.318072-217.33047-97.481296-217.33047-217.293274 97.493695-217.355269 217.33047-217.355268m0-61.995228C357.712811 0.024798 232.668436 125.069173 232.668436 279.350496S357.712811 558.626598 511.969336 558.626598s279.3009-125.044374 279.300901-279.276102S666.275458 0.024798 511.969336 0.024798z\" fill=\"#3778FF\" p-id=\"42861\"></path><path d=\"M918.075275 870.784969a424.208546 424.208546 0 0 0-16.961894-46.397228q-5.405984-12.399046-11.580708-24.512913a426.675956 426.675956 0 0 0-125.453543-148.007407 420.935198 420.935198 0 0 0-252.618154-83.321586 430.246881 430.246881 0 0 0-48.356278 2.715391c-166.14721 67.921972-283.181801 231.167805-283.181802 421.741135h756.007005a425.113676 425.113676 0 0 0-17.854626-122.217392z\" fill=\"#91B4FF\" p-id=\"42862\"></path><path d=\"M238.694372 659.641623a30.997614 30.997614 0 0 1-18.598568-55.795705 482.335271 482.335271 0 0 1 35.275285-24.16574 31.001334 31.001334 0 1 1 32.73348 52.658746c-10.588785 6.583893-20.954387 13.63895-30.799229 21.078378a30.836426 30.836426 0 0 1-18.610968 6.224321zM56.527595 1023.999975a30.997614 30.997614 0 0 1-30.997614-30.997614A486.042586 486.042586 0 0 1 146.011507 672.549029a30.997614 30.997614 0 1 1 46.620411 40.854855A424.047358 424.047358 0 0 0 87.537608 993.01476a30.997614 30.997614 0 0 1-31.010013 30.985215zM967.411078 1023.999975a30.997614 30.997614 0 0 1-30.997614-30.997614 422.113107 422.113107 0 0 0-34.804121-168.627019q-5.405984-12.399046-11.580709-24.512913a426.688355 426.688355 0 0 0-125.453543-147.995008 425.287263 425.287263 0 0 0-407.035867-54.357416 30.997614 30.997614 0 1 1-22.553864-57.717557 487.146101 487.146101 0 0 1 466.514089 62.305204 487.877644 487.877644 0 0 1 143.754534 169.494953q7.067456 13.800138 13.279378 28.096237a484.319118 484.319118 0 0 1 39.912528 193.276322 30.997614 30.997614 0 0 1-31.034811 31.034811z\" fill=\"#3778FF\" p-id=\"42863\"></path></svg>";
|
user.Text = "Óû§";
|
|
var help = new AntdUI.MenuItem();
|
help.IconSvg = "<svg t=\"1728980445542\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"28403\" width=\"32\" height=\"32\"><path d=\"M512 0a512 512 0 0 1 512 512 512 512 0 0 1-512 512 512 512 0 0 1-512-512 512 512 0 0 1 512-512z m40.667429 263.314286a43.885714 43.885714 0 1 0-87.698286-0.073143 43.885714 43.885714 0 0 0 87.698286 0.073143zM626.614857 804.571429a37.449143 37.449143 0 0 0 37.595429-36.571429c0-20.187429-17.408-36.571429-37.595429-36.571429H552.667429V402.285714c0-20.260571-16.310857-36.571429-36.425143-36.571428H408.064a36.425143 36.425143 0 0 0-36.425143 36.571428c0 20.187429 16.310857 36.571429 36.425143 36.571429h71.68v292.571428h-70.509714a36.425143 36.425143 0 0 0-36.425143 36.571429c0 20.260571 16.237714 36.571429 36.425143 36.571429h217.380571z\" fill=\"#22C6F8\" p-id=\"28404\"></path></svg>";
|
help.Text = "°ïÖú";
|
|
var setting = new AntdUI.MenuItem();
|
setting.IconSvg = "<svg t=\"1728980382924\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"20574\" width=\"32\" height=\"32\"><path d=\"M450.8 932.8L175.4 775.4c-38.6-22.1-62.4-62.9-62.4-107.1V354c0-44.2 23.8-85 62.4-107.1L450.8 89.5c38.5-22 85.8-22 124.3 0l275.4 157.4C889.2 269 913 309.8 913 354v314.2c0 44.2-23.8 85-62.4 107.1L575.2 932.8c-38.5 22-85.9 22-124.4 0z\" fill=\"#37AFFA\" p-id=\"20575\"></path><path d=\"M118.7 317.1c7.6-15.5 16.1-30.5 25.5-44.9-11.6 13-20.3 28.3-25.5 44.9zM585.5 95.4l-10.3-5.9c-36.2-20.7-80.3-21.9-117.4-3.7 10.9-0.9 22-1.3 33.1-1.3 32.5 0.1 64.2 3.8 94.6 10.9zM113 668.3c0 44.2 23.8 85 62.4 107.1l16.6 9.5c-32.6-34-59.4-73.6-79-117.1v0.5zM913 668.3V354c0-44.2-23.8-85-62.4-107.1l-60.8-34.7c71.2 74.3 115 175.2 115 286.3 0 228.6-185.3 413.9-413.9 413.9-32.6 0-64.3-3.8-94.7-10.9l54.7 31.2c38.5 22 85.8 22 124.3 0l275.4-157.4c38.6-22 62.4-62.8 62.4-107z\" fill=\"#37AFFA\" p-id=\"20576\"></path><path d=\"M904.8 498.5c0-111.1-43.8-211.9-115-286.3L585.5 95.4c-30.4-7.1-62-10.9-94.6-10.9-11.1 0-22.2 0.4-33.1 1.3-2.3 1.1-4.6 2.4-6.9 3.7l-85.6 48.9c34.1-10.8 70.3-16.6 108-16.6 197.3 0 357.2 159.9 357.2 357.2s-160 357.3-357.3 357.3S116 676.3 116 479c0-105.8 46-200.8 119-266.2l-59.6 34.1c-11.9 6.8-22.4 15.4-31.2 25.3-9.4 14.4-17.9 29.3-25.5 44.9-3.7 11.8-5.7 24.2-5.7 36.9v313.7c19.5 43.6 46.4 83.1 79 117.1l204.2 116.7c30.4 7.1 62.1 10.9 94.7 10.9 228.6 0 413.9-185.3 413.9-413.9z\" fill=\"#41B6FB\" p-id=\"20577\"></path><path d=\"M116 479c0 197.3 159.9 357.2 357.2 357.2S830.5 676.3 830.5 479s-160-357.2-357.3-357.2c-37.6 0-73.9 5.8-108 16.6L235 212.9C162 278.3 116 373.3 116 479z m339.6-319.9c166 0 300.5 134.5 300.5 300.5S621.6 760.1 455.6 760.1 155.1 625.6 155.1 459.6s134.6-300.5 300.5-300.5z\" fill=\"#4CBCFC\" p-id=\"20578\"></path><path d=\"M455.6 760.1c166 0 300.5-134.5 300.5-300.5S621.6 159.1 455.6 159.1 155.1 293.6 155.1 459.6s134.6 300.5 300.5 300.5zM438 196.4c134.6 0 243.8 109.1 243.8 243.8S572.6 683.9 438 683.9 194.2 574.8 194.2 440.1 303.4 196.4 438 196.4z\" fill=\"#56C3FD\" p-id=\"20579\"></path><path d=\"M438 683.9c134.6 0 243.8-109.1 243.8-243.8S572.6 196.4 438 196.4 194.2 305.5 194.2 440.1 303.4 683.9 438 683.9z m-17.6-450.3c103.3 0 187.1 83.7 187.1 187.1s-83.7 187.1-187.1 187.1S233.3 524 233.3 420.7s83.8-187.1 187.1-187.1z\" fill=\"#60C9FD\" p-id=\"20580\"></path><path d=\"M420.4 607.7c103.3 0 187.1-83.7 187.1-187.1s-83.7-187.1-187.1-187.1-187.1 83.7-187.1 187.1 83.8 187.1 187.1 187.1z m-17.7-336.8c72 0 130.3 58.4 130.3 130.3s-58.4 130.3-130.3 130.3-130.3-58.4-130.3-130.3 58.4-130.3 130.3-130.3z\" fill=\"#6BCFFE\" p-id=\"20581\"></path><path d=\"M402.7 401.2m-130.3 0a130.3 130.3 0 1 0 260.6 0 130.3 130.3 0 1 0-260.6 0Z\" fill=\"#75D6FF\" p-id=\"20582\"></path><path d=\"M513 91.1c18.7 0 37.1 4.9 53.2 14.1l275.4 157.4c32.9 18.8 53.3 53.9 53.3 91.5v314.2c0 37.6-20.4 72.7-53.3 91.5L566.2 917.2c-16.2 9.2-34.6 14.1-53.2 14.1-18.7 0-37.1-4.9-53.2-14.1L184.3 759.8C151.4 741 131 705.9 131 668.3V354c0-37.6 20.4-72.7 53.3-91.5l275.5-157.4c16.1-9.2 34.5-14 53.2-14m0-18c-21.5 0-42.9 5.5-62.2 16.5L175.4 246.9C136.8 269 113 309.8 113 354v314.2c0 44.2 23.8 85 62.4 107.1l275.4 157.4c19.2 11 40.7 16.5 62.2 16.5s42.9-5.5 62.2-16.5l275.4-157.4c38.6-22.1 62.4-62.9 62.4-107.1V354c0-44.2-23.8-85-62.4-107.1L575.2 89.5c-19.3-10.9-40.7-16.4-62.2-16.4z\" fill=\"#37AFFA\" p-id=\"20583\"></path><path d=\"M483.3 712.1l-131.7-75c-18.5-10.5-29.8-30-29.8-51V436.3c0-21.1 11.4-40.5 29.8-51l131.7-75c18.4-10.5 41-10.5 59.4 0l131.7 75c18.5 10.5 29.8 30 29.8 51V586c0 21.1-11.4 40.5-29.8 51l-131.7 75c-18.4 10.6-41 10.6-59.4 0.1z\" fill=\"#B9E8FF\" p-id=\"20584\"></path><path d=\"M172.2 417.5c-9.9 0-18-8.1-18-18V361c0-29.2 14.8-55.9 39.7-71.3l34.6-21.5c8.5-5.2 19.5-2.6 24.8 5.8 5.2 8.5 2.6 19.5-5.8 24.8l-34.6 21.5c-14.2 8.8-22.7 24-22.7 40.7v38.5c0 9.9-8.1 18-18 18zM172.2 487.1c-9.9 0-18-8.1-18-18v-10.5c0-9.9 8.1-18 18-18s18 8.1 18 18v10.5c0 9.9-8.1 18-18 18z\" fill=\"#FFFFFF\" p-id=\"20585\"></path></svg>";
|
setting.Text = "ÉèÖÃ";
|
|
|
|
|
this.menu.Items.Add(pump);
|
this.menu.Items.Add(volute);
|
this.menu.Items.Add(user);
|
this.menu.Items.Add(help);
|
this.menu.Items.Add(setting);
|
|
}
|
|
private void btn_mode_Click(object sender, EventArgs e)
|
{
|
var color = AntdUI.Style.Db.Primary;
|
AntdUI.Config.IsDark = !AntdUI.Config.IsDark;
|
Dark = AntdUI.Config.IsDark;
|
AntdUI.Style.Db.SetPrimary(color);
|
if (Dark)
|
{
|
btn_mode.IconSvg = DPumpHydr.DesktopMain.Properties.Resources.app_dark;
|
BackColor = Color.Black;
|
ForeColor = Color.White;
|
}
|
else
|
{
|
btn_mode.IconSvg = DPumpHydr.DesktopMain.Properties.Resources.app_light;
|
BackColor = Color.White;
|
ForeColor = Color.Black;
|
}
|
OnSizeChanged(e);
|
}
|
|
private void btn_setting_Click(object sender, EventArgs e)
|
{
|
//var setting = new Setting(this);
|
//if (AntdUI.Modal.open(this, "ÉèÖÃ", setting) == DialogResult.OK)
|
//{
|
// AntdUI.Config.Animation = setting.Animation;
|
// AntdUI.Config.ShadowEnabled = setting.ShadowEnabled;
|
// AntdUI.Config.ShowInWindow = setting.ShowInWindow;
|
// AntdUI.Config.ScrollBarHide = setting.ScrollBarHide;
|
//}
|
}
|
|
private void menu_SelectChanged(object sender, AntdUI.MenuSelectEventArgs e)
|
{
|
//this.panel1.Controls.Clear();
|
//var pl = new AntdUI.Panel();
|
//pl.Radius = 0;
|
//pl.Back = GenerateRandomColor();
|
//pl.Visible = true;
|
//pl.Dock = DockStyle.Fill;
|
//pl.Text = "panel2";
|
//this.panel1.Controls.Add(pl);
|
}
|
|
private Color GenerateRandomColor()
|
{
|
Random random = new Random();
|
int r = random.Next(256); // Éú³É 0 µ½ 255 Ö®¼äµÄËæ»úÊý
|
int g = random.Next(256);
|
int b = random.Next(256);
|
return Color.FromArgb(r, g, b);
|
}
|
|
private void btnTest_Click(object sender, EventArgs e)
|
{
|
this.menu.Collapsed = !this.menu.Collapsed;
|
}
|
}
|
}
|