diff --git a/.gitignore b/.gitignore index 145a26b..b43b7ea 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ bin/ obj/ + +.vs/abdUI/v17/ diff --git a/.vs/abdUI/v17/.suo b/.vs/abdUI/v17/.suo deleted file mode 100644 index 838e9cd..0000000 Binary files a/.vs/abdUI/v17/.suo and /dev/null differ diff --git a/Form1.Designer.cs b/Form1.Designer.cs index bca4dcc..f6bf781 100644 --- a/Form1.Designer.cs +++ b/Form1.Designer.cs @@ -30,41 +30,46 @@ private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); this.CheckADB = new System.Windows.Forms.Button(); - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.button4 = new System.Windows.Forms.Button(); - this.button3 = new System.Windows.Forms.Button(); - this.button2 = new System.Windows.Forms.Button(); - this.button1 = new System.Windows.Forms.Button(); - this.groupBox2 = new System.Windows.Forms.GroupBox(); - this.button5 = new System.Windows.Forms.Button(); - this.button6 = new System.Windows.Forms.Button(); - this.button7 = new System.Windows.Forms.Button(); - this.button8 = new System.Windows.Forms.Button(); + this.ConnectionsGroupBox = new System.Windows.Forms.GroupBox(); + this.DisableOTG = new System.Windows.Forms.Button(); + this.EnableOTG = new System.Windows.Forms.Button(); + this.DisableFileShare = new System.Windows.Forms.Button(); + this.EnableFileShare = new System.Windows.Forms.Button(); + this.DeviceGroupBox = new System.Windows.Forms.GroupBox(); + this.Poweroff = new System.Windows.Forms.Button(); + this.Reboot = new System.Windows.Forms.Button(); + this.ReleaseControl = new System.Windows.Forms.Button(); + this.EnableScreenshot = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); - this.groupBox4 = new System.Windows.Forms.GroupBox(); - this.textBox1 = new System.Windows.Forms.TextBox(); - this.button13 = new System.Windows.Forms.Button(); - this.button14 = new System.Windows.Forms.Button(); - this.button15 = new System.Windows.Forms.Button(); - this.button16 = new System.Windows.Forms.Button(); - this.groupBox3 = new System.Windows.Forms.GroupBox(); - this.button9 = new System.Windows.Forms.Button(); - this.button10 = new System.Windows.Forms.Button(); - this.button11 = new System.Windows.Forms.Button(); - this.button12 = new System.Windows.Forms.Button(); - this.panel2 = new System.Windows.Forms.Panel(); - this.groupBox5 = new System.Windows.Forms.GroupBox(); - this.button17 = new System.Windows.Forms.Button(); - this.button18 = new System.Windows.Forms.Button(); - this.button19 = new System.Windows.Forms.Button(); - this.button20 = new System.Windows.Forms.Button(); - this.groupBox1.SuspendLayout(); - this.groupBox2.SuspendLayout(); + this.LinspirerGroupBox = new System.Windows.Forms.GroupBox(); + this.OpenAdminSettings = new System.Windows.Forms.Button(); + this.ClearLinspirer = new System.Windows.Forms.Button(); + this.EnableLinspirer = new System.Windows.Forms.Button(); + this.DisableLinspirer = new System.Windows.Forms.Button(); + this.AppGroupBox = new System.Windows.Forms.GroupBox(); + this.PackageNameTextBox = new System.Windows.Forms.TextBox(); + this.AddAppWhiteList = new System.Windows.Forms.Button(); + this.SilentUninstallApp = new System.Windows.Forms.Button(); + this.EnableApp = new System.Windows.Forms.Button(); + this.DisableApp = new System.Windows.Forms.Button(); + this.OthersGroupBox = new System.Windows.Forms.GroupBox(); + this.ClassOver = new System.Windows.Forms.Button(); + this.ClassBegin = new System.Windows.Forms.Button(); + this.DisableFirewall = new System.Windows.Forms.Button(); + this.EnableFirewall = new System.Windows.Forms.Button(); + this.DataGroupBox = new System.Windows.Forms.GroupBox(); + this.WipeDatabyLinspirer = new System.Windows.Forms.Button(); + this.WipeData3 = new System.Windows.Forms.Button(); + this.WipeData2 = new System.Windows.Forms.Button(); + this.WipeData1 = new System.Windows.Forms.Button(); + this.ABOUT = new System.Windows.Forms.Button(); + this.ConnectionsGroupBox.SuspendLayout(); + this.DeviceGroupBox.SuspendLayout(); this.panel1.SuspendLayout(); - this.groupBox4.SuspendLayout(); - this.groupBox3.SuspendLayout(); - this.panel2.SuspendLayout(); - this.groupBox5.SuspendLayout(); + this.LinspirerGroupBox.SuspendLayout(); + this.AppGroupBox.SuspendLayout(); + this.OthersGroupBox.SuspendLayout(); + this.DataGroupBox.SuspendLayout(); this.SuspendLayout(); // // CheckADB @@ -78,319 +83,378 @@ private void InitializeComponent() this.CheckADB.UseVisualStyleBackColor = true; this.CheckADB.Click += new System.EventHandler(this.CheckADB_Click); // - // groupBox1 - // - this.groupBox1.Controls.Add(this.button4); - this.groupBox1.Controls.Add(this.button3); - this.groupBox1.Controls.Add(this.button2); - this.groupBox1.Controls.Add(this.button1); - this.groupBox1.Location = new System.Drawing.Point(6, 63); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(576, 70); - this.groupBox1.TabIndex = 1; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "连接"; - // - // button4 - // - this.button4.Location = new System.Drawing.Point(433, 24); - this.button4.Name = "button4"; - this.button4.Size = new System.Drawing.Size(136, 38); - this.button4.TabIndex = 2; - this.button4.Text = "关otg"; - this.button4.UseVisualStyleBackColor = true; - this.button4.Click += new System.EventHandler(this.button4_Click); - // - // button3 - // - this.button3.Location = new System.Drawing.Point(291, 24); - this.button3.Name = "button3"; - this.button3.Size = new System.Drawing.Size(136, 38); - this.button3.TabIndex = 2; - this.button3.Text = "开otg"; - this.button3.UseVisualStyleBackColor = true; - this.button3.Click += new System.EventHandler(this.button3_Click); - // - // button2 - // - this.button2.Location = new System.Drawing.Point(149, 24); - this.button2.Name = "button2"; - this.button2.Size = new System.Drawing.Size(136, 38); - this.button2.TabIndex = 1; - this.button2.Text = "关蓝牙"; - this.button2.UseVisualStyleBackColor = true; - this.button2.Click += new System.EventHandler(this.button2_Click); - // - // button1 - // - this.button1.Location = new System.Drawing.Point(6, 24); - this.button1.Name = "button1"; - this.button1.Size = new System.Drawing.Size(136, 38); - this.button1.TabIndex = 0; - this.button1.Text = "开蓝牙"; - this.button1.UseVisualStyleBackColor = true; - this.button1.Click += new System.EventHandler(this.button1_Click); - // - // groupBox2 - // - this.groupBox2.Controls.Add(this.button5); - this.groupBox2.Controls.Add(this.button6); - this.groupBox2.Controls.Add(this.button7); - this.groupBox2.Controls.Add(this.button8); - this.groupBox2.Location = new System.Drawing.Point(6, 138); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Size = new System.Drawing.Size(576, 70); - this.groupBox2.TabIndex = 2; - this.groupBox2.TabStop = false; - this.groupBox2.Text = "设备"; - // - // button5 - // - this.button5.Location = new System.Drawing.Point(433, 24); - this.button5.Name = "button5"; - this.button5.Size = new System.Drawing.Size(136, 38); - this.button5.TabIndex = 3; - this.button5.Text = "关机(调用领创)"; - this.button5.UseVisualStyleBackColor = true; - this.button5.Click += new System.EventHandler(this.button5_Click); - // - // button6 - // - this.button6.Location = new System.Drawing.Point(291, 24); - this.button6.Name = "button6"; - this.button6.Size = new System.Drawing.Size(136, 38); - this.button6.TabIndex = 2; - this.button6.Text = "重启(调用领创)"; - this.button6.UseVisualStyleBackColor = true; - this.button6.Click += new System.EventHandler(this.button6_Click); - // - // button7 - // - this.button7.Location = new System.Drawing.Point(149, 24); - this.button7.Name = "button7"; - this.button7.Size = new System.Drawing.Size(136, 38); - this.button7.TabIndex = 1; - this.button7.Text = "解控"; - this.button7.UseVisualStyleBackColor = true; - this.button7.Click += new System.EventHandler(this.button7_Click); - // - // button8 - // - this.button8.Location = new System.Drawing.Point(6, 24); - this.button8.Name = "button8"; - this.button8.Size = new System.Drawing.Size(136, 38); - this.button8.TabIndex = 0; - this.button8.Text = "恢复出厂"; - this.button8.UseVisualStyleBackColor = true; - this.button8.Click += new System.EventHandler(this.button8_Click); + // ConnectionsGroupBox + // + this.ConnectionsGroupBox.Controls.Add(this.DisableOTG); + this.ConnectionsGroupBox.Controls.Add(this.EnableOTG); + this.ConnectionsGroupBox.Controls.Add(this.DisableFileShare); + this.ConnectionsGroupBox.Controls.Add(this.EnableFileShare); + this.ConnectionsGroupBox.Location = new System.Drawing.Point(6, 63); + this.ConnectionsGroupBox.Name = "ConnectionsGroupBox"; + this.ConnectionsGroupBox.Size = new System.Drawing.Size(576, 70); + this.ConnectionsGroupBox.TabIndex = 1; + this.ConnectionsGroupBox.TabStop = false; + this.ConnectionsGroupBox.Text = "连接"; + // + // DisableOTG + // + this.DisableOTG.Location = new System.Drawing.Point(433, 24); + this.DisableOTG.Name = "DisableOTG"; + this.DisableOTG.Size = new System.Drawing.Size(136, 38); + this.DisableOTG.TabIndex = 2; + this.DisableOTG.Text = "关otg"; + this.DisableOTG.UseVisualStyleBackColor = true; + this.DisableOTG.Click += new System.EventHandler(this.button4_Click); + // + // EnableOTG + // + this.EnableOTG.Location = new System.Drawing.Point(291, 24); + this.EnableOTG.Name = "EnableOTG"; + this.EnableOTG.Size = new System.Drawing.Size(136, 38); + this.EnableOTG.TabIndex = 2; + this.EnableOTG.Text = "开otg"; + this.EnableOTG.UseVisualStyleBackColor = true; + this.EnableOTG.Click += new System.EventHandler(this.button3_Click); + // + // DisableFileShare + // + this.DisableFileShare.Location = new System.Drawing.Point(149, 24); + this.DisableFileShare.Name = "DisableFileShare"; + this.DisableFileShare.Size = new System.Drawing.Size(136, 38); + this.DisableFileShare.TabIndex = 1; + this.DisableFileShare.Text = "关蓝牙"; + this.DisableFileShare.UseVisualStyleBackColor = true; + this.DisableFileShare.Click += new System.EventHandler(this.button2_Click); + // + // EnableFileShare + // + this.EnableFileShare.Location = new System.Drawing.Point(6, 24); + this.EnableFileShare.Name = "EnableFileShare"; + this.EnableFileShare.Size = new System.Drawing.Size(136, 38); + this.EnableFileShare.TabIndex = 0; + this.EnableFileShare.Text = "开蓝牙"; + this.EnableFileShare.UseVisualStyleBackColor = true; + this.EnableFileShare.Click += new System.EventHandler(this.button1_Click); + // + // DeviceGroupBox + // + this.DeviceGroupBox.Controls.Add(this.Poweroff); + this.DeviceGroupBox.Controls.Add(this.Reboot); + this.DeviceGroupBox.Controls.Add(this.ReleaseControl); + this.DeviceGroupBox.Controls.Add(this.EnableScreenshot); + this.DeviceGroupBox.Location = new System.Drawing.Point(6, 138); + this.DeviceGroupBox.Name = "DeviceGroupBox"; + this.DeviceGroupBox.Size = new System.Drawing.Size(576, 70); + this.DeviceGroupBox.TabIndex = 2; + this.DeviceGroupBox.TabStop = false; + this.DeviceGroupBox.Text = "设备"; + // + // Poweroff + // + this.Poweroff.Location = new System.Drawing.Point(433, 24); + this.Poweroff.Name = "Poweroff"; + this.Poweroff.Size = new System.Drawing.Size(136, 38); + this.Poweroff.TabIndex = 3; + this.Poweroff.Text = "关机(调用领创)"; + this.Poweroff.UseVisualStyleBackColor = true; + this.Poweroff.Click += new System.EventHandler(this.button5_Click); + // + // Reboot + // + this.Reboot.Location = new System.Drawing.Point(291, 24); + this.Reboot.Name = "Reboot"; + this.Reboot.Size = new System.Drawing.Size(136, 38); + this.Reboot.TabIndex = 2; + this.Reboot.Text = "重启(调用领创)"; + this.Reboot.UseVisualStyleBackColor = true; + this.Reboot.Click += new System.EventHandler(this.button6_Click); + // + // ReleaseControl + // + this.ReleaseControl.Location = new System.Drawing.Point(149, 24); + this.ReleaseControl.Name = "ReleaseControl"; + this.ReleaseControl.Size = new System.Drawing.Size(136, 38); + this.ReleaseControl.TabIndex = 1; + this.ReleaseControl.Text = "解控"; + this.ReleaseControl.UseVisualStyleBackColor = true; + this.ReleaseControl.Click += new System.EventHandler(this.button7_Click); + // + // EnableScreenshot + // + this.EnableScreenshot.Location = new System.Drawing.Point(6, 24); + this.EnableScreenshot.Name = "EnableScreenshot"; + this.EnableScreenshot.Size = new System.Drawing.Size(136, 38); + this.EnableScreenshot.TabIndex = 0; + this.EnableScreenshot.Text = "允许截图"; + this.EnableScreenshot.UseVisualStyleBackColor = true; + this.EnableScreenshot.Click += new System.EventHandler(this.button8_Click); // // panel1 // - this.panel1.Controls.Add(this.groupBox5); - this.panel1.Controls.Add(this.groupBox4); - this.panel1.Controls.Add(this.groupBox3); + this.panel1.Controls.Add(this.ABOUT); + this.panel1.Controls.Add(this.DataGroupBox); + this.panel1.Controls.Add(this.LinspirerGroupBox); + this.panel1.Controls.Add(this.AppGroupBox); + this.panel1.Controls.Add(this.OthersGroupBox); this.panel1.Controls.Add(this.CheckADB); - this.panel1.Controls.Add(this.groupBox2); - this.panel1.Controls.Add(this.groupBox1); - this.panel1.Location = new System.Drawing.Point(4, 3); + this.panel1.Controls.Add(this.DeviceGroupBox); + this.panel1.Controls.Add(this.ConnectionsGroupBox); + this.panel1.Location = new System.Drawing.Point(9, 0); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(599, 498); + this.panel1.Size = new System.Drawing.Size(599, 578); this.panel1.TabIndex = 3; // - // groupBox4 - // - this.groupBox4.Controls.Add(this.textBox1); - this.groupBox4.Controls.Add(this.button13); - this.groupBox4.Controls.Add(this.button14); - this.groupBox4.Controls.Add(this.button15); - this.groupBox4.Controls.Add(this.button16); - this.groupBox4.Location = new System.Drawing.Point(6, 214); - this.groupBox4.Name = "groupBox4"; - this.groupBox4.Size = new System.Drawing.Size(576, 100); - this.groupBox4.TabIndex = 4; - this.groupBox4.TabStop = false; - this.groupBox4.Text = "APP"; - // - // textBox1 - // - this.textBox1.Location = new System.Drawing.Point(6, 19); - this.textBox1.Name = "textBox1"; - this.textBox1.Size = new System.Drawing.Size(562, 25); - this.textBox1.TabIndex = 4; - // - // button13 - // - this.button13.Location = new System.Drawing.Point(433, 50); - this.button13.Name = "button13"; - this.button13.Size = new System.Drawing.Size(136, 38); - this.button13.TabIndex = 3; - this.button13.Text = "写白名单"; - this.button13.UseVisualStyleBackColor = true; - this.button13.Click += new System.EventHandler(this.button13_Click); - // - // button14 - // - this.button14.Location = new System.Drawing.Point(291, 50); - this.button14.Name = "button14"; - this.button14.Size = new System.Drawing.Size(136, 38); - this.button14.TabIndex = 2; - this.button14.Text = "卸载"; - this.button14.UseVisualStyleBackColor = true; - this.button14.Click += new System.EventHandler(this.button14_Click); - // - // button15 - // - this.button15.Location = new System.Drawing.Point(149, 50); - this.button15.Name = "button15"; - this.button15.Size = new System.Drawing.Size(136, 38); - this.button15.TabIndex = 1; - this.button15.Text = "解冻"; - this.button15.UseVisualStyleBackColor = true; - this.button15.Click += new System.EventHandler(this.button15_Click); - // - // button16 - // - this.button16.Location = new System.Drawing.Point(6, 50); - this.button16.Name = "button16"; - this.button16.Size = new System.Drawing.Size(136, 38); - this.button16.TabIndex = 0; - this.button16.Text = "冻结"; - this.button16.UseVisualStyleBackColor = true; - this.button16.Click += new System.EventHandler(this.button16_Click); - // - // groupBox3 - // - this.groupBox3.Controls.Add(this.button9); - this.groupBox3.Controls.Add(this.button10); - this.groupBox3.Controls.Add(this.button11); - this.groupBox3.Controls.Add(this.button12); - this.groupBox3.Location = new System.Drawing.Point(6, 396); - this.groupBox3.Name = "groupBox3"; - this.groupBox3.Size = new System.Drawing.Size(576, 70); - this.groupBox3.TabIndex = 3; - this.groupBox3.TabStop = false; - this.groupBox3.Text = "其他"; - // - // button9 - // - this.button9.Location = new System.Drawing.Point(433, 24); - this.button9.Name = "button9"; - this.button9.Size = new System.Drawing.Size(136, 38); - this.button9.TabIndex = 3; - this.button9.Text = "下课"; - this.button9.UseVisualStyleBackColor = true; - this.button9.Click += new System.EventHandler(this.button9_Click); - // - // button10 - // - this.button10.Location = new System.Drawing.Point(291, 24); - this.button10.Name = "button10"; - this.button10.Size = new System.Drawing.Size(136, 38); - this.button10.TabIndex = 2; - this.button10.Text = "上课"; - this.button10.UseVisualStyleBackColor = true; - this.button10.Click += new System.EventHandler(this.button10_Click); - // - // button11 - // - this.button11.Location = new System.Drawing.Point(149, 24); - this.button11.Name = "button11"; - this.button11.Size = new System.Drawing.Size(136, 38); - this.button11.TabIndex = 1; - this.button11.Text = "关闭网络防火墙"; - this.button11.UseVisualStyleBackColor = true; - this.button11.Click += new System.EventHandler(this.button11_Click); - // - // button12 - // - this.button12.Location = new System.Drawing.Point(6, 24); - this.button12.Name = "button12"; - this.button12.Size = new System.Drawing.Size(136, 38); - this.button12.TabIndex = 0; - this.button12.Text = "打开网络防火墙"; - this.button12.UseVisualStyleBackColor = true; - this.button12.Click += new System.EventHandler(this.button12_Click); - // - // panel2 - // - this.panel2.AutoScroll = true; - this.panel2.Controls.Add(this.panel1); - this.panel2.Location = new System.Drawing.Point(6, 3); - this.panel2.Name = "panel2"; - this.panel2.Size = new System.Drawing.Size(628, 396); - this.panel2.TabIndex = 4; - // - // groupBox5 - // - this.groupBox5.Controls.Add(this.button17); - this.groupBox5.Controls.Add(this.button18); - this.groupBox5.Controls.Add(this.button19); - this.groupBox5.Controls.Add(this.button20); - this.groupBox5.Location = new System.Drawing.Point(6, 320); - this.groupBox5.Name = "groupBox5"; - this.groupBox5.Size = new System.Drawing.Size(576, 70); - this.groupBox5.TabIndex = 4; - this.groupBox5.TabStop = false; - this.groupBox5.Text = "领创"; - // - // button17 - // - this.button17.Location = new System.Drawing.Point(433, 24); - this.button17.Name = "button17"; - this.button17.Size = new System.Drawing.Size(136, 38); - this.button17.TabIndex = 3; - this.button17.Text = "强开管理员(su)"; - this.button17.UseVisualStyleBackColor = true; - this.button17.Click += new System.EventHandler(this.button17_Click); - // - // button18 - // - this.button18.Location = new System.Drawing.Point(291, 24); - this.button18.Name = "button18"; - this.button18.Size = new System.Drawing.Size(136, 38); - this.button18.TabIndex = 2; - this.button18.Text = "清除数据"; - this.button18.UseVisualStyleBackColor = true; - this.button18.Click += new System.EventHandler(this.button18_Click); - // - // button19 - // - this.button19.Location = new System.Drawing.Point(149, 24); - this.button19.Name = "button19"; - this.button19.Size = new System.Drawing.Size(136, 38); - this.button19.TabIndex = 1; - this.button19.Text = "解冻"; - this.button19.UseVisualStyleBackColor = true; - this.button19.Click += new System.EventHandler(this.button19_Click); - // - // button20 - // - this.button20.Location = new System.Drawing.Point(6, 24); - this.button20.Name = "button20"; - this.button20.Size = new System.Drawing.Size(136, 38); - this.button20.TabIndex = 0; - this.button20.Text = "冻结"; - this.button20.UseVisualStyleBackColor = true; - this.button20.Click += new System.EventHandler(this.button20_Click); + // LinspirerGroupBox + // + this.LinspirerGroupBox.Controls.Add(this.OpenAdminSettings); + this.LinspirerGroupBox.Controls.Add(this.ClearLinspirer); + this.LinspirerGroupBox.Controls.Add(this.EnableLinspirer); + this.LinspirerGroupBox.Controls.Add(this.DisableLinspirer); + this.LinspirerGroupBox.Location = new System.Drawing.Point(6, 396); + this.LinspirerGroupBox.Name = "LinspirerGroupBox"; + this.LinspirerGroupBox.Size = new System.Drawing.Size(576, 70); + this.LinspirerGroupBox.TabIndex = 4; + this.LinspirerGroupBox.TabStop = false; + this.LinspirerGroupBox.Text = "领创"; + // + // OpenAdminSettings + // + this.OpenAdminSettings.Location = new System.Drawing.Point(433, 24); + this.OpenAdminSettings.Name = "OpenAdminSettings"; + this.OpenAdminSettings.Size = new System.Drawing.Size(136, 38); + this.OpenAdminSettings.TabIndex = 3; + this.OpenAdminSettings.Text = "强开管理员(su)"; + this.OpenAdminSettings.UseVisualStyleBackColor = true; + this.OpenAdminSettings.Click += new System.EventHandler(this.button17_Click); + // + // ClearLinspirer + // + this.ClearLinspirer.Location = new System.Drawing.Point(291, 24); + this.ClearLinspirer.Name = "ClearLinspirer"; + this.ClearLinspirer.Size = new System.Drawing.Size(136, 38); + this.ClearLinspirer.TabIndex = 2; + this.ClearLinspirer.Text = "清除数据"; + this.ClearLinspirer.UseVisualStyleBackColor = true; + this.ClearLinspirer.Click += new System.EventHandler(this.button18_Click); + // + // EnableLinspirer + // + this.EnableLinspirer.Location = new System.Drawing.Point(149, 24); + this.EnableLinspirer.Name = "EnableLinspirer"; + this.EnableLinspirer.Size = new System.Drawing.Size(136, 38); + this.EnableLinspirer.TabIndex = 1; + this.EnableLinspirer.Text = "解冻"; + this.EnableLinspirer.UseVisualStyleBackColor = true; + this.EnableLinspirer.Click += new System.EventHandler(this.button19_Click); + // + // DisableLinspirer + // + this.DisableLinspirer.Location = new System.Drawing.Point(6, 24); + this.DisableLinspirer.Name = "DisableLinspirer"; + this.DisableLinspirer.Size = new System.Drawing.Size(136, 38); + this.DisableLinspirer.TabIndex = 0; + this.DisableLinspirer.Text = "冻结"; + this.DisableLinspirer.UseVisualStyleBackColor = true; + this.DisableLinspirer.Click += new System.EventHandler(this.button20_Click); + // + // AppGroupBox + // + this.AppGroupBox.Controls.Add(this.PackageNameTextBox); + this.AppGroupBox.Controls.Add(this.AddAppWhiteList); + this.AppGroupBox.Controls.Add(this.SilentUninstallApp); + this.AppGroupBox.Controls.Add(this.EnableApp); + this.AppGroupBox.Controls.Add(this.DisableApp); + this.AppGroupBox.Location = new System.Drawing.Point(6, 214); + this.AppGroupBox.Name = "AppGroupBox"; + this.AppGroupBox.Size = new System.Drawing.Size(576, 100); + this.AppGroupBox.TabIndex = 4; + this.AppGroupBox.TabStop = false; + this.AppGroupBox.Text = "APP"; + // + // PackageNameTextBox + // + this.PackageNameTextBox.Location = new System.Drawing.Point(6, 19); + this.PackageNameTextBox.Name = "PackageNameTextBox"; + this.PackageNameTextBox.Size = new System.Drawing.Size(562, 25); + this.PackageNameTextBox.TabIndex = 4; + // + // AddAppWhiteList + // + this.AddAppWhiteList.Location = new System.Drawing.Point(433, 50); + this.AddAppWhiteList.Name = "AddAppWhiteList"; + this.AddAppWhiteList.Size = new System.Drawing.Size(136, 38); + this.AddAppWhiteList.TabIndex = 3; + this.AddAppWhiteList.Text = "写白名单"; + this.AddAppWhiteList.UseVisualStyleBackColor = true; + this.AddAppWhiteList.Click += new System.EventHandler(this.button13_Click); + // + // SilentUninstallApp + // + this.SilentUninstallApp.Location = new System.Drawing.Point(291, 50); + this.SilentUninstallApp.Name = "SilentUninstallApp"; + this.SilentUninstallApp.Size = new System.Drawing.Size(136, 38); + this.SilentUninstallApp.TabIndex = 2; + this.SilentUninstallApp.Text = "卸载"; + this.SilentUninstallApp.UseVisualStyleBackColor = true; + this.SilentUninstallApp.Click += new System.EventHandler(this.button14_Click); + // + // EnableApp + // + this.EnableApp.Location = new System.Drawing.Point(149, 50); + this.EnableApp.Name = "EnableApp"; + this.EnableApp.Size = new System.Drawing.Size(136, 38); + this.EnableApp.TabIndex = 1; + this.EnableApp.Text = "解冻"; + this.EnableApp.UseVisualStyleBackColor = true; + this.EnableApp.Click += new System.EventHandler(this.button15_Click); + // + // DisableApp + // + this.DisableApp.Location = new System.Drawing.Point(6, 50); + this.DisableApp.Name = "DisableApp"; + this.DisableApp.Size = new System.Drawing.Size(136, 38); + this.DisableApp.TabIndex = 0; + this.DisableApp.Text = "冻结"; + this.DisableApp.UseVisualStyleBackColor = true; + this.DisableApp.Click += new System.EventHandler(this.button16_Click); + // + // OthersGroupBox + // + this.OthersGroupBox.Controls.Add(this.ClassOver); + this.OthersGroupBox.Controls.Add(this.ClassBegin); + this.OthersGroupBox.Controls.Add(this.DisableFirewall); + this.OthersGroupBox.Controls.Add(this.EnableFirewall); + this.OthersGroupBox.Location = new System.Drawing.Point(6, 471); + this.OthersGroupBox.Name = "OthersGroupBox"; + this.OthersGroupBox.Size = new System.Drawing.Size(576, 70); + this.OthersGroupBox.TabIndex = 3; + this.OthersGroupBox.TabStop = false; + this.OthersGroupBox.Text = "其他"; + // + // ClassOver + // + this.ClassOver.Location = new System.Drawing.Point(433, 24); + this.ClassOver.Name = "ClassOver"; + this.ClassOver.Size = new System.Drawing.Size(136, 38); + this.ClassOver.TabIndex = 3; + this.ClassOver.Text = "下课"; + this.ClassOver.UseVisualStyleBackColor = true; + this.ClassOver.Click += new System.EventHandler(this.button9_Click); + // + // ClassBegin + // + this.ClassBegin.Location = new System.Drawing.Point(291, 24); + this.ClassBegin.Name = "ClassBegin"; + this.ClassBegin.Size = new System.Drawing.Size(136, 38); + this.ClassBegin.TabIndex = 2; + this.ClassBegin.Text = "上课"; + this.ClassBegin.UseVisualStyleBackColor = true; + this.ClassBegin.Click += new System.EventHandler(this.button10_Click); + // + // DisableFirewall + // + this.DisableFirewall.Location = new System.Drawing.Point(149, 24); + this.DisableFirewall.Name = "DisableFirewall"; + this.DisableFirewall.Size = new System.Drawing.Size(136, 38); + this.DisableFirewall.TabIndex = 1; + this.DisableFirewall.Text = "关闭网络防火墙"; + this.DisableFirewall.UseVisualStyleBackColor = true; + this.DisableFirewall.Click += new System.EventHandler(this.button11_Click); + // + // EnableFirewall + // + this.EnableFirewall.Location = new System.Drawing.Point(6, 24); + this.EnableFirewall.Name = "EnableFirewall"; + this.EnableFirewall.Size = new System.Drawing.Size(136, 38); + this.EnableFirewall.TabIndex = 0; + this.EnableFirewall.Text = "打开网络防火墙"; + this.EnableFirewall.UseVisualStyleBackColor = true; + this.EnableFirewall.Click += new System.EventHandler(this.button12_Click); + // + // DataGroupBox + // + this.DataGroupBox.Controls.Add(this.WipeDatabyLinspirer); + this.DataGroupBox.Controls.Add(this.WipeData3); + this.DataGroupBox.Controls.Add(this.WipeData2); + this.DataGroupBox.Controls.Add(this.WipeData1); + this.DataGroupBox.Location = new System.Drawing.Point(6, 320); + this.DataGroupBox.Name = "DataGroupBox"; + this.DataGroupBox.Size = new System.Drawing.Size(576, 70); + this.DataGroupBox.TabIndex = 5; + this.DataGroupBox.TabStop = false; + this.DataGroupBox.Text = "恢复出厂"; + // + // WipeDatabyLinspirer + // + this.WipeDatabyLinspirer.Location = new System.Drawing.Point(433, 24); + this.WipeDatabyLinspirer.Name = "WipeDatabyLinspirer"; + this.WipeDatabyLinspirer.Size = new System.Drawing.Size(136, 38); + this.WipeDatabyLinspirer.TabIndex = 3; + this.WipeDatabyLinspirer.Text = "调用领创"; + this.WipeDatabyLinspirer.UseVisualStyleBackColor = true; + this.WipeDatabyLinspirer.Click += new System.EventHandler(this.WipeDatabyLinspirer_Click); + // + // WipeData3 + // + this.WipeData3.Location = new System.Drawing.Point(291, 24); + this.WipeData3.Name = "WipeData3"; + this.WipeData3.Size = new System.Drawing.Size(136, 38); + this.WipeData3.TabIndex = 2; + this.WipeData3.Text = "su"; + this.WipeData3.UseVisualStyleBackColor = true; + this.WipeData3.Click += new System.EventHandler(this.WipeData3_Click); + // + // WipeData2 + // + this.WipeData2.Location = new System.Drawing.Point(149, 24); + this.WipeData2.Name = "WipeData2"; + this.WipeData2.Size = new System.Drawing.Size(136, 38); + this.WipeData2.TabIndex = 1; + this.WipeData2.Text = "Android 8.0+"; + this.WipeData2.UseVisualStyleBackColor = true; + this.WipeData2.Click += new System.EventHandler(this.WipeData2_Click); + // + // WipeData1 + // + this.WipeData1.Location = new System.Drawing.Point(6, 24); + this.WipeData1.Name = "WipeData1"; + this.WipeData1.Size = new System.Drawing.Size(136, 38); + this.WipeData1.TabIndex = 0; + this.WipeData1.Text = "Android 7.1-"; + this.WipeData1.UseVisualStyleBackColor = true; + this.WipeData1.Click += new System.EventHandler(this.WipeData1_Click); + // + // ABOUT + // + this.ABOUT.ForeColor = System.Drawing.SystemColors.ControlText; + this.ABOUT.Location = new System.Drawing.Point(439, 15); + this.ABOUT.Name = "ABOUT"; + this.ABOUT.Size = new System.Drawing.Size(136, 38); + this.ABOUT.TabIndex = 6; + this.ABOUT.Text = "关于"; + this.ABOUT.UseVisualStyleBackColor = true; + this.ABOUT.Click += new System.EventHandler(this.ABOUT_Click); // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScroll = true; this.BackColor = System.Drawing.SystemColors.Menu; this.ClientSize = new System.Drawing.Size(641, 397); - this.Controls.Add(this.panel2); + this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MaximizeBox = false; this.Name = "Form1"; this.Text = "abd toolbox ui"; - this.groupBox1.ResumeLayout(false); - this.groupBox2.ResumeLayout(false); + this.ConnectionsGroupBox.ResumeLayout(false); + this.DeviceGroupBox.ResumeLayout(false); this.panel1.ResumeLayout(false); - this.groupBox4.ResumeLayout(false); - this.groupBox4.PerformLayout(); - this.groupBox3.ResumeLayout(false); - this.panel2.ResumeLayout(false); - this.groupBox5.ResumeLayout(false); + this.LinspirerGroupBox.ResumeLayout(false); + this.AppGroupBox.ResumeLayout(false); + this.AppGroupBox.PerformLayout(); + this.OthersGroupBox.ResumeLayout(false); + this.DataGroupBox.ResumeLayout(false); this.ResumeLayout(false); } @@ -398,34 +462,39 @@ private void InitializeComponent() #endregion private System.Windows.Forms.Button CheckADB; - private System.Windows.Forms.GroupBox groupBox1; - private System.Windows.Forms.Button button4; - private System.Windows.Forms.Button button3; - private System.Windows.Forms.Button button2; - private System.Windows.Forms.Button button1; - private System.Windows.Forms.GroupBox groupBox2; - private System.Windows.Forms.Button button6; - private System.Windows.Forms.Button button7; - private System.Windows.Forms.Button button8; + private System.Windows.Forms.GroupBox ConnectionsGroupBox; + private System.Windows.Forms.Button DisableOTG; + private System.Windows.Forms.Button EnableOTG; + private System.Windows.Forms.Button DisableFileShare; + private System.Windows.Forms.Button EnableFileShare; + private System.Windows.Forms.GroupBox DeviceGroupBox; + private System.Windows.Forms.Button Reboot; + private System.Windows.Forms.Button ReleaseControl; + private System.Windows.Forms.Button EnableScreenshot; private System.Windows.Forms.Panel panel1; - private System.Windows.Forms.Panel panel2; - private System.Windows.Forms.Button button5; - private System.Windows.Forms.GroupBox groupBox3; - private System.Windows.Forms.Button button9; - private System.Windows.Forms.Button button10; - private System.Windows.Forms.Button button11; - private System.Windows.Forms.Button button12; - private System.Windows.Forms.GroupBox groupBox4; - private System.Windows.Forms.TextBox textBox1; - private System.Windows.Forms.Button button13; - private System.Windows.Forms.Button button14; - private System.Windows.Forms.Button button15; - private System.Windows.Forms.Button button16; - private System.Windows.Forms.GroupBox groupBox5; - private System.Windows.Forms.Button button17; - private System.Windows.Forms.Button button18; - private System.Windows.Forms.Button button19; - private System.Windows.Forms.Button button20; + private System.Windows.Forms.Button Poweroff; + private System.Windows.Forms.GroupBox OthersGroupBox; + private System.Windows.Forms.Button ClassOver; + private System.Windows.Forms.Button ClassBegin; + private System.Windows.Forms.Button DisableFirewall; + private System.Windows.Forms.Button EnableFirewall; + private System.Windows.Forms.GroupBox AppGroupBox; + private System.Windows.Forms.TextBox PackageNameTextBox; + private System.Windows.Forms.Button AddAppWhiteList; + private System.Windows.Forms.Button SilentUninstallApp; + private System.Windows.Forms.Button EnableApp; + private System.Windows.Forms.Button DisableApp; + private System.Windows.Forms.GroupBox LinspirerGroupBox; + private System.Windows.Forms.Button OpenAdminSettings; + private System.Windows.Forms.Button ClearLinspirer; + private System.Windows.Forms.Button EnableLinspirer; + private System.Windows.Forms.Button DisableLinspirer; + private System.Windows.Forms.GroupBox DataGroupBox; + private System.Windows.Forms.Button WipeDatabyLinspirer; + private System.Windows.Forms.Button WipeData3; + private System.Windows.Forms.Button WipeData2; + private System.Windows.Forms.Button WipeData1; + private System.Windows.Forms.Button ABOUT; } } diff --git a/Form1.cs b/Form1.cs index f30a21f..78d10fe 100644 --- a/Form1.cs +++ b/Form1.cs @@ -49,12 +49,12 @@ private void CheckADB_Click(object sender, EventArgs e) private void button1_Click(object sender, EventArgs e) { - MessageBox.Show(RunCommand("adb shell am startservice -n com.android.launcher3/com.drupe.swd.launcher.huoshan.mdm.service.ExecuteCmdService --es \"cmd\" \"command_bluetooth\" --ei \"active\" 1")); + MessageBox.Show(RunCommand("adb shell am broadcast -n com.android.launcher3/com.innofidei.guardsecure.service.EduAppReceiver -a \"com.linspirer.edu.enablefileshare\"")); } private void button2_Click(object sender, EventArgs e) { - MessageBox.Show(RunCommand("adb shell am startservice -n com.android.launcher3/com.drupe.swd.launcher.huoshan.mdm.service.ExecuteCmdService --es \"cmd\" \"command_bluetooth\" --ei \"active\" 0")); + MessageBox.Show(RunCommand("adb shell am broadcast -n com.android.launcher3/com.innofidei.guardsecure.service.EduAppReceiver -a \"com.linspirer.edu.disablefileshare\"")); } private void button3_Click(object sender, EventArgs e) @@ -69,7 +69,7 @@ private void button4_Click(object sender, EventArgs e) private void button8_Click(object sender, EventArgs e) { - MessageBox.Show(RunCommand("adb shell am startservice -n com.android.launcher3/com.drupe.swd.launcher.huoshan.mdm.service.ExecuteCmdService --es \"cmd\" \"command_reset_factory\"")); + MessageBox.Show(RunCommand("adb shell am broadcast -n com.android.launcher3/com.innofidei.guardsecure.service.EduAppReceiver -a \"com.linspirer.edu.enable.screenshot\"")); } private void button7_Click(object sender, EventArgs e) @@ -109,22 +109,22 @@ private void button9_Click(object sender, EventArgs e) private void button16_Click(object sender, EventArgs e) { - MessageBox.Show(RunCommand("adb shell am broadcast - n com.android.launcher3 / com.innofidei.guardsecure.service.EduAppReceiver - a \"com.linspirer.edu.disableapp\" --esal \"appwhitelist\" " + textBox1.Text)); + MessageBox.Show(RunCommand("adb shell am broadcast - n com.android.launcher3 / com.innofidei.guardsecure.service.EduAppReceiver - a \"com.linspirer.edu.disableapp\" --esal \"appwhitelist\" " + PackageNameTextBox.Text)); } private void button13_Click(object sender, EventArgs e) { - MessageBox.Show(RunCommand("adb shell am broadcast -n com.android.launcher3/com.innofidei.guardsecure.service.EduAppReceiver -a \"com.linspirer.edu.setappwhitelist\" --esal \"appwhitelist\" " + textBox1.Text)); + MessageBox.Show(RunCommand("adb shell am broadcast -n com.android.launcher3/com.innofidei.guardsecure.service.EduAppReceiver -a \"com.linspirer.edu.setappwhitelist\" --esal \"appwhitelist\" " + PackageNameTextBox.Text)); } private void button15_Click(object sender, EventArgs e) { - MessageBox.Show(RunCommand("adb shell am broadcast -n com.android.launcher3/com.innofidei.guardsecure.service.EduAppReceiver -a \"com.linspirer.edu.enableapp\" --esal \"appwhitelist\" " + textBox1.Text)); + MessageBox.Show(RunCommand("adb shell am broadcast -n com.android.launcher3/com.innofidei.guardsecure.service.EduAppReceiver -a \"com.linspirer.edu.enableapp\" --esal \"appwhitelist\" " + PackageNameTextBox.Text)); } private void button14_Click(object sender, EventArgs e) { - MessageBox.Show(RunCommand("adb shell am broadcast -n com.android.launcher3/com.innofidei.guardsecure.service.EduAppReceiver -a \"com.linspirer.edu.silentuninstall\" --es \"packageName\" " + textBox1.Text)); + MessageBox.Show(RunCommand("adb shell am broadcast -n com.android.launcher3/com.innofidei.guardsecure.service.EduAppReceiver -a \"com.linspirer.edu.silentuninstall\" --es \"packageName\" " + PackageNameTextBox.Text)); } private void button20_Click(object sender, EventArgs e) @@ -146,5 +146,31 @@ private void button17_Click(object sender, EventArgs e) { MessageBox.Show(RunCommand("adb shell su -c \"am start -n com.android.launcher3/com.innofidei.guardsecure.AdminActivity\"")); } + + private void WipeData1_Click(object sender, EventArgs e) + { + MessageBox.Show(RunCommand("adb shell am broadcast -a android.intent.action.MASTER_CLEAR")); + } + + private void WipeData2_Click(object sender, EventArgs e) + { + MessageBox.Show(RunCommand("adb shell am broadcast -a android.intent.action.MASTER_CLEAR -f 0x01000000")); + } + + private void WipeData3_Click(object sender, EventArgs e) + { + MessageBox.Show(RunCommand("adb shell su -c \"am broadcast -a android.intent.action.MASTER_CLEAR\"")); + } + + private void WipeDatabyLinspirer_Click(object sender, EventArgs e) + { + MessageBox.Show(RunCommand("adb shell am startservice -n com.android.launcher3 / com.drupe.swd.launcher.huoshan.mdm.service.ExecuteCmdService--es \"cmd\" \"command_reset_factory\"")); + } + + private void ABOUT_Click(object sender, EventArgs e) + { + Form2 f = new Form2(); + f.ShowDialog(); + } } } diff --git a/Form2.Designer.cs b/Form2.Designer.cs new file mode 100644 index 0000000..5a67b81 --- /dev/null +++ b/Form2.Designer.cs @@ -0,0 +1,139 @@ +namespace abdUI +{ + partial class Form2 + { + /// + /// 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() + { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2)); + this.label1 = new System.Windows.Forms.Label(); + this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); + this.linkLabel1 = new System.Windows.Forms.LinkLabel(); + this.label2 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.tableLayoutPanel1.SuspendLayout(); + this.SuspendLayout(); + // + // label1 + // + this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.label1.AutoSize = true; + this.label1.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label1.ForeColor = System.Drawing.Color.DeepPink; + this.label1.Location = new System.Drawing.Point(3, 0); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(376, 48); + this.label1.TabIndex = 0; + this.label1.Text = "abd toolbox ui"; + this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // tableLayoutPanel1 + // + this.tableLayoutPanel1.ColumnCount = 1; + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); + this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); + this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0); + this.tableLayoutPanel1.Controls.Add(this.linkLabel1, 0, 3); + this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1); + this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2); + this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); + this.tableLayoutPanel1.Name = "tableLayoutPanel1"; + this.tableLayoutPanel1.RowCount = 4; + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); + this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F)); + this.tableLayoutPanel1.Size = new System.Drawing.Size(382, 193); + this.tableLayoutPanel1.TabIndex = 1; + // + // linkLabel1 + // + this.linkLabel1.Anchor = System.Windows.Forms.AnchorStyles.None; + this.linkLabel1.AutoSize = true; + this.linkLabel1.Location = new System.Drawing.Point(163, 161); + this.linkLabel1.Name = "linkLabel1"; + this.linkLabel1.Size = new System.Drawing.Size(55, 15); + this.linkLabel1.TabIndex = 1; + this.linkLabel1.TabStop = true; + this.linkLabel1.Text = "Github"; + this.linkLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); + // + // label2 + // + this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); + this.label2.AutoSize = true; + this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label2.ForeColor = System.Drawing.Color.HotPink; + this.label2.Location = new System.Drawing.Point(3, 62); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(376, 20); + this.label2.TabIndex = 2; + this.label2.Text = "Made by Tonyha7(@th7)"; + this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // label3 + // + this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); + this.label3.AutoSize = true; + this.label3.Font = new System.Drawing.Font("宋体", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label3.Location = new System.Drawing.Point(3, 111); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(376, 18); + this.label3.TabIndex = 3; + this.label3.Text = "欢迎star fork pr此项目"; + this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + // + // Form2 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.BackColor = System.Drawing.SystemColors.Control; + this.ClientSize = new System.Drawing.Size(382, 193); + this.Controls.Add(this.tableLayoutPanel1); + this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MaximizeBox = false; + this.MinimizeBox = false; + this.Name = "Form2"; + this.Text = "关于"; + this.tableLayoutPanel1.ResumeLayout(false); + this.tableLayoutPanel1.PerformLayout(); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.Label label1; + private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; + private System.Windows.Forms.LinkLabel linkLabel1; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.Label label3; + } +} \ No newline at end of file diff --git a/Form2.cs b/Form2.cs new file mode 100644 index 0000000..d0cbf00 --- /dev/null +++ b/Form2.cs @@ -0,0 +1,25 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace abdUI +{ + public partial class Form2 : Form + { + public Form2() + { + InitializeComponent(); + } + + private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) + { + System.Diagnostics.Process.Start("https://github.com/Tonyha7/abd-Toolbox-UI"); + } + } +} diff --git a/Form2.resx b/Form2.resx new file mode 100644 index 0000000..bbf0f3b --- /dev/null +++ b/Form2.resx @@ -0,0 +1,400 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + + + AAABAAEAQEAAAAEAIAAoQAAAFgAAACgAAABAAAAAgAAAAAEAIAAAAAAAAAAAAMQOAADEDgAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAFzc3MLAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB/f38KpKSkfKCgoGZ/f38EAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAbW1tB7a2tozOzs7s1tbW/8rKyvHExMSulpaWPQAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABsLCwudra2v/d3d3/t7e3qAAA + AAAAAAAAAAAAALe3t13T09PL29vb7M/Pz9G+vr6HjIyMHba2to3Y2Nj/0tLS/9TU1P/U1NT/0tLS/87O + zv6urq6OAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeHh4Is/P + z//k5OT/6enp/8fHx/x1dXUNAAAAAMLCwo/h4eH/1tbW/3d2k//Jycv/1dXV/8vLy/a8vLzx1NTU/9TU + 1P/U1NT/1dXV/9TU1P/U1NT/09PT/6qqqnAAAAAAAAAAAAAAAABycnIUb29vEAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAH9/fwzAwMDw1dXV/9vb2/+2traUAAAAALGxsVLd3d3/09PT/9PU1P97eaD/ra2y/7m5 + v//U1NT/u7u7/9TU1P/Z2dn/4+Pj/+bm5v/l5eX/3d3d/9TU1P/CwsLorKysdoeHhzGwsLDKxcXF/7+/ + v/62trbMmpqaVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmJiYOb29vae3t7eLampqDD1XZ0+ZpKvVqLG2/0tM + fP9lZIb/XFx6/56esP+hoLr/4uLi/9nZ2f/U1NT/5+fn//n5+f/q6ur/6enp/+np6f/e3t7/zc3N/9TU + 1P+8vLz71NTU/9TU1P/U1NT/0NDQ/8rKyv+mpqaCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACMq + LnlXbGH/WW1f/1ZoW/9HU1f/LCxO/z9NXP89Q1j/KTAy/3Z4gP/p6en/5+fn/+np6f/q6ur/6enp/+np + 6f/p6en/6Ojo/9bW1v/U1NT/1NTU/9TU1P/U1NT/1NTU/9TU1P/S0tL/w8PD/X9/fyAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAABGUUa8ZHBo/5Wjpf+su77/ZWqL/3iBk/+Sn6X/cHx6/zU+OP9JTVT/6enp/+np + 6f/y8vL/7e3t//T09P/19fX/6enp/+np6f/c3Nz/1tbW/729wP/U1NT/1NTU/9TU1P/U1NT/1NTU/9jY + 2P9/f38qAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0xMiX2Kjv+ut7n/q7S2/6Gqrv9maYT/m6Oo/3+G + jv9BSUn/gIKK/+np6f/p6en/+fn5////////////+vr6/+np6f/p6en/5ubm/8bFx/9zbXT/1tbW/9XV + 1f/V1dX/4uLi/+bm5v+7u7u4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAH9/fwiUlJRDZmZmBQAAAAAAAAAAAAAAAAAAVQMNFCgmr7Cy4Ly9 + v//AwcP/pKeu/9DS1P/p6en/8fHx//j4+P/s7Oz/6enp//Pz8//////////////////6+vr/6enp/8rK + zP+FdHP/rqmq/+bm5v/j4+P/1tbW/8/Pz//Hx8f/wsLC+H9/fxYAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACurq544ODg/729vXwAAAAAAAAAAAsR + IysAGRkKAAAAAKOjo06qtbr9fJag/7S5vf/c3d7/6enp//f39///////7+/v/83O0P/Bw8n/rbbN/6ez + z/+0vc3/hYmX/5aetP+EeXz/kXx3/87O0P/p6en/6Ojo/9fX1//U1NT/1NTU/6Okqf9TU15GAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAoaGhP8HB + wcuenp5CAAAAAAwQJT4NESc6ICAvlyQkNhxji5mPhbXB/255hv94iJX/i56p/6a3vv/Nz9L/9PT0/2FV + Wv9PNDT/WUJC/5OkyP/d8f//4/b//9/y+/96hpX/o6iv/4l+gP+jpKr/3t7e/9zc3P/U1NT/1NTU/9TU + 1P+kpKfmt7m+8ZWVn5NoaHZYW3B+XxgfMEkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAABghNlQMDCQVAAAAAB0ZKT17eoP3bHiG/0xPYf9LTWD/Rkha/29x + f/9hYm3/YGJ0/4F2o/9mWXH/TEBK/25eY//c8P3/4/b//+P2///j9v//rLzI/+P2//+IjJb/ysvN/9nZ + 2f/Pz8//zMzN/9TU1P/Jycn/t7e3tU5VXbx8g4nXeoGG+kBETckOFSMkAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwnOUceKjwqAAAAAAAAAAAZGS0yQT1G/JKK + jP9MSVL/TExX/7e4u/+Mio//aFNS/8rM1P9qXZz/f3O1/0hFWP9za3L/kJKZ/9Tl7//Y6vT/qLjH/8na + 5P/f8vv/s7a7/+jo6P/l5eX/09PT/4GCjP/U1NT/1NTU/4iIjv9mYGb/XVhh0lVPUu42Mz9xAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABUVKgw1SVt9AAAAAAAA + AAAAAD8EMDVLxElFVv9QRUv/aG58/2h0jP9WYYP/PzpI/0M+Tf9LSFf/X2N1/6O10f+qu8//39jX/0M4 + Q/89OU3/g4mW/6u5z//V6Pb/ssDL/+Dg4f/p6en/ysrN/5GWnv+Wn6f/tra5/9TU1P/W1tb/1NTU/8vL + y+9iYm0xJiY1aQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AABCX29+OlRiJwAAAAAAADMFJSc2qURKYf9KPEP/UDc7/z0yPf92fZD/OjlI/zg0Qf85NUP/RUBO/1JM + Wv9HQU//U1Rm//f29v91X1v/ODFB/1tWbf9mWm//nqvB/6uyu//p6en/8vLy//Ly8v+rq6//UEtS/1VQ + V/+trrL/5eXl/9TU1P/T09P/wsLCpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAATEycNVXeGtgAAAAAAAAABKio7ozs6Rv9CQ1L/Vltq/4mTn/+tvMj/nKez/7jH + 0v+ltMD/nau4/2dxgf82N0n/T0pY/0ZBTv9wbXb/d15Z/z82Qf9MQln/VVRr/36Dmv+wsLX/6Ojo/+vr + 6//m5ub/1NTU/3R0ff/Ozs7/1tbW/9fX1//U1NT/1NTU/8zMzPdtbW0HAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAS2p4bGeRnnQAACoGIyU0h0NCTP9CQ1L/eYGR/93v + ///g8///4/b//+P2///j9v//4/b//6+90f/c7vj/2+33/4yXpP9MSln/PDdE/1A9Pv89MT3/NSw//3FX + Uv91WVL/qKes/+Dg4P/d3d3/1NTU/9DQ0P++vr7/2dnZ/+Xl5f/m5ub/2tra/9TU1P/S0tL/eHh4JAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGiQnsshJjhxMi4/2j47 + Rv9HRlL/TlFk/3B+nv+fsdP/rr7I/8fe2P/e8vj/4/b//+P2///I2On/sb/c/+P2///j9v//ytvm/05R + Y/85NEH/XVhk/zMqPv9SOTj/Szc6/7m5uv/Jycn/zc3N/8HBwf+8vLz/0tLS/+Dg4P/t7e3/+/v7/+vr + 6//U1NT/1tbW/3t7eyEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8P + JiFggIz/TEdV/jQyPv9EQkv/SkpX/0FFW/92fZL/8ff7/6WvqP9temX/4fP7/+P2///j9v//4/b//+P2 + ///i9f7/4PP+/9ns//+90Of/VVlu/2Zvi/+hss7/cnF6/25vev+fnqP/y8vL/7u7vP+0tbj/1NTU/9jY + 2P++v8L/6Ojo//j4+P/h4eH/0dHR/8LCwu9VVVUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAcHAk9Tl+zWGp1/zk2Rv86OEH/REJM/zg5SP84PFP/urjE/2hhbP9NQj7/fISO/8/h + 7P/V5/D/4/b//+b3///0+///9/z//6ixw/+gubL/tMnZ/3aHrf9ugKz/tsja/+P2///A0+f/Pi48/1xG + Rf9USlH/VE1b/52fqP/m5ub/tLS4/5SXoP/Y2Nj/1NTU/9XV1f+2trabAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwg1MkS7YXuJ/zw3V/8vK0D/PjtE/zc2Qf8vLz3/NDVH/1VU + af8oIzb/LjBM/4CRu/92iK7/x97+/9Tp/v/L0+j/vrzJ/6Cdqf+7ur3/XGBU/6jBpP9ufJ//bYGx/4Oc + 1P+yw9X/s77J/1E9T/9tTUT/WkJM/1A9P/9nWV7/ysrL/56fpP9hZXT/t7i7/9TU1P/W1tb3e3t7IQAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIpJj+tOzBi/2B2jP81MUz/PDhB/zs4 + Qf8sKTX/Liw4/z1DWv9DT3H/RlBv/3GFuf9fbJL/hZ3W/567/P+eu/z/XGul/zw+WP82L0T/TT5F/0E5 + Mv8+Pzb/YGuL/zc8Uf9ziLv/ZXek/zcxPv89Mjz/PjQ9/2Bga/+qq7D/eXV7/4CAh/9eXmf/U1Ne/5aZ + o//j4+P+m5ubZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhIUaDTD6R/1lI + rf9hdYP/PTtH/0A7RP8xLjj/My85/zo4RP9bZ4v/NjhM/1BZd/9caY7/U11+/567/P+eu/z/lbDx/1Zj + if9vg7T/XG6b/x4kPv8cHCr/MS41/zg8VP81NkT/UFdo/19riv89PEv/OjRA/zs1Qf9LRlX/aWl0/8zM + zf9sbXb/QD1G/0dFTv93eojxcnR7hgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAkIU1FW021/mhXzv9EPY7qYXF7/0pGUf9AO0T/NzI8/zMuOf9APEb/ODpQ/zQwPP9BR2H/Pj5O/2d2 + nv+eu/z/m7f3/4CXz/87QVb/fpbM/5Sv7f9fcJr/YXOf/ygpOP8hICv/MC46/yIfKf84NT//Pj9Q/zIp + UP80Lz//SUNQ/1FLWf9LSlj/Pz1H/0VDS/9WV2L/RUteojc8TouXl5cbmZmZKAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAACQHT0Ke4WhXzv9oV87/SkCV91tmcP9PS1T/RD5H/0A6Q/82MTz/PTdB/y4o + Nf8+N0H/Liw7/0pGUP98kMP/nrv8/5y4+P9PW3v/Kis3/4ym4f9NWXr/b4Kx/0NLZv83OEj/QUBM/yck + Lf8pIyv/Lio1/0A+SP8rIVH5OSpp/zQrU/9APE3/PTtE/0I/R/9CP0f/TEtV/0FIW+UxN0xhxsbG0NDQ + 0P2FhYUoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHh5GTGZVyv9oV87/aFfO/1tNtv9zgZH/kpio/25t + fP9WUV7/RD1J/z41QP8vKDL/PzpC/zs3Qv9YVWD/jafi/567/P93jcH/KScv/zxAUf9zh7f/Jyg0/1Zj + h/8sKjT/NTRA/zw5RP8uJzD/MCcw/y0mMf84MTz/Hh41njUmY/kyKFf/PDpF/0I/R/9CP0f/Qj9H/05P + XP9RWGvbAB8fCMfHx7vb29vvn5+fGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADw0e4hoV87/aFfO/2hX + zv9kVMf/WF9u/1pVXf9RS1T/SEBK/0M7R/8/NED/PTE9/z83Qv9LRE3/T0xY/525+v+eu/z/Q0pk/zs3 + P/89Q1r/KCg0/zAyRP8sKTL/Mi01/zs4Qv82Mz3/NCo0/zswOv83Ljr/ODA8/yUjMdImIzTvPjtE/0I/ + R/9CP0f/Qj9H/0ZDTP9SV2f/HCEzNgAAAAB/f38If39/EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AABFPI2taFfO/2hXzv9oV87/aFfO/0NCV/9WUVn/VlFZ/0pAS/9FPUn/NiQr/0gzNv9NOTv/RzU6/0A1 + QP92iLn/a3yp/zUuNv9RTFP/IiAr/zs3Pv8tKjP/Qz5G/zkyOv9EQEn/PTdB/zwxO/83Kzb/LiUz/zEn + Nf84MDz/QTtE/0I9Rv9CP0f/Qj9H/0JASP9BPlz/PzpR/ycpOo8AAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAARz6QyWhXzv9oV87/aFfO/2hXzv9KRGz/Uk5X/1dSWv9ORU//SkJN/0Qt + L/9mSkT/hnp6/39wcP9tWVj/YEdE/1pBPv9LODj/PjI4/y8qM/9FQEf/T0pR/1NOV/9JQ0z/Qj5G/zct + OP8yKTX/Ni05/zUqN/82Kzf/PTI9/z83Qf9BOkP/PjhC/zg0UP9USKH/a2DP/1NFn/84M1D7EREpKwAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEdAks9oV87/aFfO/2hXzv9oV87/T0aM/1dS + Wv9XUlr/UktU/1RNVv9KNTj/fWpo/7y6vf/Ix8j/xcTF/7Wytf+YlZv/ioGF/4Bvbv9lSUL/VD89/01C + SP9HQEn/OzI8/0I7Sf9RT13/SUFL/zYrOP88MDz/QzlD/0k/Sf9KQkz/QzxG/z82Qf8/NED/RTll/292 + w/9rX9D/W0yx/ycnQagAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABIQJG6aFfO/2hX + zv9ybtX/aFfO/11Puv9OSlX/V1Ja/1ZQWf9WUVn/UEBE/5GDg//q6er/xsTG/8jHyP/GxMb/s7Cz/7Gu + sf+rqa3/bFhW/2xNRf9ZQ0L/OCQn/zMvO/9PS1P/TkdS/2VgcP9vb3v/VlJb/0pHUf9FQUz/QDg4/0A2 + NP85KC7/Ulpz/1RIif9NQ3H/WEyi/2hXzv9GPo75DQ0oEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAARkGKoGhXzv9xa9T/aFfO/2hXzv9lVcn/NTRL4FdSWv9XUlr/V1Ja/1JLU/+YjI3/8fHz/93d + 3f/Gxcb/yMfI/8C/wP+xrrH/rauu/2FHQ/9lTkr/QSst/0U/SP9TTlb/UElR/1ZRWf9PS1X/Z2h2/4yS + o/92eIX/QTMy/0c3Lf9HNi3/VTc0/29gW/9YUKn/aFfO/1xOt/9iUsL/ZlXK/xwcQVkAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAD5EeXpoWM7/aFfO/2hXzv9oV87/ZFTG/xgbO2dJRlH/V1Ja/1dS + Wv9XUlr/X1hc/6GZmv/Y2Nv/0M/R/728vf/Hxsf/tLK0/4+LkP9mTkn/TTs9/05JUv9WUVn/VlFZ/1RQ + WP9PS1X/VlFZ/1dSWv9iYW7/PjE4/0AoJ/88KSj/TDU0/21NRP9tTUT/U0JY/2dWzf9oV87/bmTS/2hX + zv83MXOFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcI0BHlcDq/4uo5v9oV87/aFfO/2dW + zP9GPI/kNENT31hVXv9XUlr/V1Ja/0hFUP9NSlL/U0dK/2dYWf91aGr/g3yA/5WTmf9sYmf/TkNI/1RP + WP9XUlr/V1Ja/1dSWv9VUFn/V1Ja/1dSWv9KRU7/Kh8q/zkhJP85Iyf/WT05/21NRP9tTUT/bU1E/2hK + Q/9TRp7/a1/Q/6Xi9/99h9z/PjaAnwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + 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 + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAMAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAAAAAAA + + + \ No newline at end of file diff --git a/abdUI.csproj b/abdUI.csproj index e0a8677..7cef07a 100644 --- a/abdUI.csproj +++ b/abdUI.csproj @@ -92,11 +92,20 @@ Form1.cs + + Form + + + Form2.cs + Form1.cs + + Form2.cs + ResXFileCodeGenerator Resources.Designer.cs diff --git a/packages.config b/packages.config new file mode 100644 index 0000000..62c88ea --- /dev/null +++ b/packages.config @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/packages/SunnyUI.3.1.3/.signature.p7s b/packages/SunnyUI.3.1.3/.signature.p7s new file mode 100644 index 0000000..1b466dc Binary files /dev/null and b/packages/SunnyUI.3.1.3/.signature.p7s differ diff --git a/packages/SunnyUI.3.1.3/LICENSE b/packages/SunnyUI.3.1.3/LICENSE new file mode 100644 index 0000000..9cecc1d --- /dev/null +++ b/packages/SunnyUI.3.1.3/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + {one line to give the program's name and a brief idea of what it does.} + Copyright (C) {year} {name of author} + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + {project} Copyright (C) {year} {fullname} + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/packages/SunnyUI.3.1.3/SunnyUI.3.1.3.nupkg b/packages/SunnyUI.3.1.3/SunnyUI.3.1.3.nupkg new file mode 100644 index 0000000..797bde1 Binary files /dev/null and b/packages/SunnyUI.3.1.3/SunnyUI.3.1.3.nupkg differ diff --git a/packages/SunnyUI.3.1.3/SunnyUI.png b/packages/SunnyUI.3.1.3/SunnyUI.png new file mode 100644 index 0000000..8aebfac Binary files /dev/null and b/packages/SunnyUI.3.1.3/SunnyUI.png differ diff --git a/packages/SunnyUI.3.1.3/lib/net40/SunnyUI.dll b/packages/SunnyUI.3.1.3/lib/net40/SunnyUI.dll new file mode 100644 index 0000000..09e0916 Binary files /dev/null and b/packages/SunnyUI.3.1.3/lib/net40/SunnyUI.dll differ diff --git a/packages/SunnyUI.3.1.3/lib/net472/SunnyUI.dll b/packages/SunnyUI.3.1.3/lib/net472/SunnyUI.dll new file mode 100644 index 0000000..6026aa3 Binary files /dev/null and b/packages/SunnyUI.3.1.3/lib/net472/SunnyUI.dll differ diff --git a/packages/SunnyUI.3.1.3/lib/net5.0-windows7.0/SunnyUI.dll b/packages/SunnyUI.3.1.3/lib/net5.0-windows7.0/SunnyUI.dll new file mode 100644 index 0000000..8116bf6 Binary files /dev/null and b/packages/SunnyUI.3.1.3/lib/net5.0-windows7.0/SunnyUI.dll differ diff --git a/packages/SunnyUI.3.1.3/lib/net6.0-windows7.0/SunnyUI.dll b/packages/SunnyUI.3.1.3/lib/net6.0-windows7.0/SunnyUI.dll new file mode 100644 index 0000000..50dcac0 Binary files /dev/null and b/packages/SunnyUI.3.1.3/lib/net6.0-windows7.0/SunnyUI.dll differ diff --git a/packages/SunnyUI.Common.3.1.2/.signature.p7s b/packages/SunnyUI.Common.3.1.2/.signature.p7s new file mode 100644 index 0000000..c2467e3 Binary files /dev/null and b/packages/SunnyUI.Common.3.1.2/.signature.p7s differ diff --git a/packages/SunnyUI.Common.3.1.2/SunnyUI.Common.3.1.2.nupkg b/packages/SunnyUI.Common.3.1.2/SunnyUI.Common.3.1.2.nupkg new file mode 100644 index 0000000..454cb38 Binary files /dev/null and b/packages/SunnyUI.Common.3.1.2/SunnyUI.Common.3.1.2.nupkg differ diff --git a/packages/SunnyUI.Common.3.1.2/SunnyUI.png b/packages/SunnyUI.Common.3.1.2/SunnyUI.png new file mode 100644 index 0000000..8aebfac Binary files /dev/null and b/packages/SunnyUI.Common.3.1.2/SunnyUI.png differ diff --git a/packages/SunnyUI.Common.3.1.2/lib/net40/SunnyUI.Common.dll b/packages/SunnyUI.Common.3.1.2/lib/net40/SunnyUI.Common.dll new file mode 100644 index 0000000..f873199 Binary files /dev/null and b/packages/SunnyUI.Common.3.1.2/lib/net40/SunnyUI.Common.dll differ diff --git a/packages/SunnyUI.Common.3.1.2/lib/net472/SunnyUI.Common.dll b/packages/SunnyUI.Common.3.1.2/lib/net472/SunnyUI.Common.dll new file mode 100644 index 0000000..8d133a9 Binary files /dev/null and b/packages/SunnyUI.Common.3.1.2/lib/net472/SunnyUI.Common.dll differ diff --git a/packages/SunnyUI.Common.3.1.2/lib/net5.0/SunnyUI.Common.dll b/packages/SunnyUI.Common.3.1.2/lib/net5.0/SunnyUI.Common.dll new file mode 100644 index 0000000..8a29846 Binary files /dev/null and b/packages/SunnyUI.Common.3.1.2/lib/net5.0/SunnyUI.Common.dll differ diff --git a/packages/SunnyUI.Common.3.1.2/lib/net6.0/SunnyUI.Common.dll b/packages/SunnyUI.Common.3.1.2/lib/net6.0/SunnyUI.Common.dll new file mode 100644 index 0000000..1e01020 Binary files /dev/null and b/packages/SunnyUI.Common.3.1.2/lib/net6.0/SunnyUI.Common.dll differ diff --git a/packages/SunnyUI.Common.3.1.2/lib/netcoreapp3.1/SunnyUI.Common.dll b/packages/SunnyUI.Common.3.1.2/lib/netcoreapp3.1/SunnyUI.Common.dll new file mode 100644 index 0000000..6a6283f Binary files /dev/null and b/packages/SunnyUI.Common.3.1.2/lib/netcoreapp3.1/SunnyUI.Common.dll differ diff --git a/packages/SunnyUI.Common.3.1.2/lib/netstandard2.0/SunnyUI.Common.dll b/packages/SunnyUI.Common.3.1.2/lib/netstandard2.0/SunnyUI.Common.dll new file mode 100644 index 0000000..79ef91d Binary files /dev/null and b/packages/SunnyUI.Common.3.1.2/lib/netstandard2.0/SunnyUI.Common.dll differ diff --git a/packages/SunnyUI.Common.3.1.2/lib/netstandard2.1/SunnyUI.Common.dll b/packages/SunnyUI.Common.3.1.2/lib/netstandard2.1/SunnyUI.Common.dll new file mode 100644 index 0000000..6f3fb1b Binary files /dev/null and b/packages/SunnyUI.Common.3.1.2/lib/netstandard2.1/SunnyUI.Common.dll differ