From 9b2240b3bf205a74e821203eff10e07aaa0d8687 Mon Sep 17 00:00:00 2001 From: SDClowen Date: Mon, 27 Jan 2025 15:26:20 +0300 Subject: [PATCH] ..... --- Examples/SDUI.Test/ConfigPage.cs | 8 +- Examples/SDUI.Test/GeneralPage.Designer.cs | 776 ++++++++++++------ Examples/SDUI.Test/GeneralPage.cs | 2 + Examples/SDUI.Test/GeneralPage.resx | 523 +++++++++++- Examples/SDUI.Test/ListViewPage.cs | 7 +- .../SDUI.Test/MultiPageControlTestPage.cs | 2 + Examples/SDUI.Test/SDUI.Test.csproj | 2 +- 7 files changed, 1046 insertions(+), 274 deletions(-) diff --git a/Examples/SDUI.Test/ConfigPage.cs b/Examples/SDUI.Test/ConfigPage.cs index f43a8b6..b8dd8dc 100644 --- a/Examples/SDUI.Test/ConfigPage.cs +++ b/Examples/SDUI.Test/ConfigPage.cs @@ -1,18 +1,12 @@ using SDUI.Controls; -using SDUI.Helpers; using System; -using System.Collections.Generic; using System.ComponentModel; -using System.Data; -using System.Drawing; using System.Drawing.Drawing2D; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using System.Windows.Forms; namespace SDUI.Test { + [ToolboxItem(false)] public partial class ConfigPage : DoubleBufferedControl { public ConfigPage() diff --git a/Examples/SDUI.Test/GeneralPage.Designer.cs b/Examples/SDUI.Test/GeneralPage.Designer.cs index 84b3472..c81a663 100644 --- a/Examples/SDUI.Test/GeneralPage.Designer.cs +++ b/Examples/SDUI.Test/GeneralPage.Designer.cs @@ -30,74 +30,71 @@ private void InitializeComponent() { components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GeneralPage)); - System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("123412341234"); - System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("123412341324"); - System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem(new string[] { "123412341324" }, -1, System.Drawing.Color.White, System.Drawing.SystemColors.HotTrack, new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point)); - rsButton1 = new Controls.Button(); - button6 = new Controls.Button(); - groupBox4 = new Controls.GroupBox(); - comboBox6 = new Controls.ComboBox(); + rsButton1 = new SDUI.Controls.Button(); + button6 = new SDUI.Controls.Button(); + groupBox4 = new SDUI.Controls.GroupBox(); + comboBox6 = new SDUI.Controls.ComboBox(); trackBar2 = new System.Windows.Forms.TrackBar(); - comboBox5 = new Controls.ComboBox(); + comboBox5 = new SDUI.Controls.ComboBox(); trackBar1 = new System.Windows.Forms.TrackBar(); - buttonOpenInputDialog = new Controls.Button(); - buttonRandomColor = new Controls.Button(); - label4 = new Controls.Label(); - button5 = new Controls.Button(); - groupBox3 = new Controls.GroupBox(); + buttonOpenInputDialog = new SDUI.Controls.Button(); + buttonRandomColor = new SDUI.Controls.Button(); + label4 = new SDUI.Controls.Label(); + button5 = new SDUI.Controls.Button(); + groupBox3 = new SDUI.Controls.GroupBox(); richTextBox1 = new System.Windows.Forms.RichTextBox(); - radio2 = new Controls.Radio(); - radio1 = new Controls.Radio(); - checkBox6 = new Controls.CheckBox(); - checkBox2 = new Controls.CheckBox(); - checkBox1 = new Controls.CheckBox(); - panel6 = new Controls.Panel(); - panel5 = new Controls.Panel(); - panel8 = new Controls.Panel(); - toggleButton1 = new Controls.ToggleButton(); - shapeProgressBar2 = new Controls.ShapeProgressBar(); - shapeProgressBar1 = new Controls.ShapeProgressBar(); - chatBubble2 = new Controls.ChatBubble(); - chatBubble1 = new Controls.ChatBubble(); - numUpDown1 = new Controls.NumUpDown(); - checkBox4 = new Controls.CheckBox(); - checkBox3 = new Controls.CheckBox(); - label3 = new Controls.Label(); - progressBar5 = new Controls.ProgressBar(); - panel7 = new Controls.Panel(); - panel4 = new Controls.Panel(); - label2 = new Controls.Label(); - label1 = new Controls.Label(); - panel2 = new Controls.Panel(); + radio2 = new SDUI.Controls.Radio(); + radio1 = new SDUI.Controls.Radio(); + checkBox6 = new SDUI.Controls.CheckBox(); + checkBox2 = new SDUI.Controls.CheckBox(); + checkBox1 = new SDUI.Controls.CheckBox(); + panel6 = new SDUI.Controls.Panel(); + panel5 = new SDUI.Controls.Panel(); + panel8 = new SDUI.Controls.Panel(); + toggleButton1 = new SDUI.Controls.ToggleButton(); + shapeProgressBar2 = new SDUI.Controls.ShapeProgressBar(); + shapeProgressBar1 = new SDUI.Controls.ShapeProgressBar(); + chatBubble2 = new SDUI.Controls.ChatBubble(); + chatBubble1 = new SDUI.Controls.ChatBubble(); + numUpDown1 = new SDUI.Controls.NumUpDown(); + checkBox4 = new SDUI.Controls.CheckBox(); + checkBox3 = new SDUI.Controls.CheckBox(); + label3 = new SDUI.Controls.Label(); + progressBar5 = new SDUI.Controls.ProgressBar(); + panel7 = new SDUI.Controls.Panel(); + panel4 = new SDUI.Controls.Panel(); + label2 = new SDUI.Controls.Label(); + label1 = new SDUI.Controls.Label(); + panel2 = new SDUI.Controls.Panel(); panel3 = new System.Windows.Forms.Panel(); - separator5 = new Controls.Separator(); - comboBox3 = new Controls.ComboBox(); - separator3 = new Controls.Separator(); - comboBox2 = new Controls.ComboBox(); - groupBox2 = new Controls.GroupBox(); + separator5 = new SDUI.Controls.Separator(); + comboBox3 = new SDUI.Controls.ComboBox(); + separator3 = new SDUI.Controls.Separator(); + comboBox2 = new SDUI.Controls.ComboBox(); + groupBox2 = new SDUI.Controls.GroupBox(); listView3 = new SDUI.SK.ListView(); columnHeader6 = new System.Windows.Forms.ColumnHeader(); - comboBox4 = new Controls.ComboBox(); - groupBox1 = new Controls.GroupBox(); - separator4 = new Controls.Separator(); - panel1 = new Controls.Panel(); + comboBox4 = new SDUI.Controls.ComboBox(); + groupBox1 = new SDUI.Controls.GroupBox(); + separator4 = new SDUI.Controls.Separator(); + panel1 = new SDUI.Controls.Panel(); listView2 = new SDUI.SK.ListView(); columnHeader5 = new System.Windows.Forms.ColumnHeader(); - comboBox1 = new Controls.ComboBox(); - textBox1 = new Controls.TextBox(); - button3 = new Controls.Button(); - buttonDark = new Controls.Button(); - buttonLight = new Controls.Button(); - progressBar9 = new Controls.ProgressBar(); - progressBar8 = new Controls.ProgressBar(); - progressBar4 = new Controls.ProgressBar(); - progressBar7 = new Controls.ProgressBar(); - progressBar3 = new Controls.ProgressBar(); - progressBar6 = new Controls.ProgressBar(); - progressBar2 = new Controls.ProgressBar(); - progressBar1 = new Controls.ProgressBar(); - separator2 = new Controls.Separator(); - separator1 = new Controls.Separator(); + comboBox1 = new SDUI.Controls.ComboBox(); + textBox1 = new SDUI.Controls.TextBox(); + button3 = new SDUI.Controls.Button(); + buttonDark = new SDUI.Controls.Button(); + buttonLight = new SDUI.Controls.Button(); + progressBar9 = new SDUI.Controls.ProgressBar(); + progressBar8 = new SDUI.Controls.ProgressBar(); + progressBar4 = new SDUI.Controls.ProgressBar(); + progressBar7 = new SDUI.Controls.ProgressBar(); + progressBar3 = new SDUI.Controls.ProgressBar(); + progressBar6 = new SDUI.Controls.ProgressBar(); + progressBar2 = new SDUI.Controls.ProgressBar(); + progressBar1 = new SDUI.Controls.ProgressBar(); + separator2 = new SDUI.Controls.Separator(); + separator1 = new SDUI.Controls.Separator(); toolTip1 = new System.Windows.Forms.ToolTip(components); ((System.ComponentModel.ISupportInitialize)trackBar2).BeginInit(); ((System.ComponentModel.ISupportInitialize)trackBar1).BeginInit(); @@ -112,24 +109,36 @@ private void InitializeComponent() // // rsButton1 // + rsButton1.BackColor = System.Drawing.Color.Transparent; rsButton1.Color = System.Drawing.Color.Transparent; - rsButton1.Location = new System.Drawing.Point(412, 370); + rsButton1.DialogResult = System.Windows.Forms.DialogResult.None; + rsButton1.Image = null; + rsButton1.IsCancel = false; + rsButton1.IsDefault = false; + rsButton1.Location = new System.Drawing.Point(471, 493); + rsButton1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); rsButton1.Name = "rsButton1"; rsButton1.Radius = 6; rsButton1.ShadowDepth = 4F; - rsButton1.Size = new System.Drawing.Size(75, 23); + rsButton1.Size = new System.Drawing.Size(86, 31); rsButton1.TabIndex = 74; rsButton1.Text = "rsButton1"; rsButton1.UseVisualStyleBackColor = true; // // button6 // + button6.BackColor = System.Drawing.Color.Transparent; button6.Color = System.Drawing.Color.Transparent; - button6.Location = new System.Drawing.Point(815, 385); + button6.DialogResult = System.Windows.Forms.DialogResult.None; + button6.Image = null; + button6.IsCancel = false; + button6.IsDefault = false; + button6.Location = new System.Drawing.Point(753, 527); + button6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); button6.Name = "button6"; button6.Radius = 6; button6.ShadowDepth = 4F; - button6.Size = new System.Drawing.Size(99, 23); + button6.Size = new System.Drawing.Size(113, 31); button6.TabIndex = 73; button6.Text = "Async Button"; button6.UseVisualStyleBackColor = true; @@ -138,76 +147,117 @@ private void InitializeComponent() // groupBox4 // groupBox4.BackColor = System.Drawing.Color.Transparent; - groupBox4.Location = new System.Drawing.Point(428, 430); + groupBox4.Image = null; + groupBox4.Location = new System.Drawing.Point(489, 573); + groupBox4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); groupBox4.Name = "groupBox4"; - groupBox4.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); + groupBox4.Padding = new System.Windows.Forms.Padding(3, 13, 3, 4); groupBox4.Radius = 10; groupBox4.ShadowDepth = 4; - groupBox4.Size = new System.Drawing.Size(230, 106); + groupBox4.Size = new System.Drawing.Size(263, 141); groupBox4.TabIndex = 72; groupBox4.TabStop = false; groupBox4.Text = "groupBox4"; + groupBox4.UseVisualStyleBackColor = false; // // comboBox6 // + comboBox6.BackColor = System.Drawing.Color.Transparent; + comboBox6.DataSource = null; + comboBox6.DisplayMember = null; comboBox6.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; comboBox6.DropDownHeight = 100; comboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + comboBox6.DropDownWidth = 222; + comboBox6.DroppedDown = false; comboBox6.FormattingEnabled = true; + comboBox6.Image = null; comboBox6.IntegralHeight = false; comboBox6.ItemHeight = 17; - comboBox6.Location = new System.Drawing.Point(20, 542); + comboBox6.Location = new System.Drawing.Point(23, 723); + comboBox6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + comboBox6.MaxDropDownItems = 8; + comboBox6.MinimumSize = new System.Drawing.Size(0, 31); comboBox6.Name = "comboBox6"; comboBox6.Radius = 5; + comboBox6.SelectedIndex = -1; + comboBox6.SelectedItem = null; comboBox6.ShadowDepth = 4F; - comboBox6.Size = new System.Drawing.Size(194, 23); + comboBox6.Size = new System.Drawing.Size(222, 32); comboBox6.TabIndex = 51; + comboBox6.UseVisualStyleBackColor = false; + comboBox6.ValueMember = null; comboBox6.SelectedIndexChanged += comboBox6_SelectedIndexChanged; // // trackBar2 // - trackBar2.Location = new System.Drawing.Point(20, 491); + trackBar2.Location = new System.Drawing.Point(23, 655); + trackBar2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); trackBar2.Maximum = 24; trackBar2.Minimum = 4; trackBar2.Name = "trackBar2"; - trackBar2.Size = new System.Drawing.Size(233, 45); + trackBar2.Size = new System.Drawing.Size(266, 56); trackBar2.TabIndex = 71; trackBar2.Value = 4; trackBar2.Scroll += trackBar2_Scroll; // // comboBox5 // + comboBox5.BackColor = System.Drawing.Color.Transparent; + comboBox5.DataSource = null; + comboBox5.DisplayMember = null; comboBox5.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; comboBox5.DropDownHeight = 100; comboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + comboBox5.DropDownWidth = 167; + comboBox5.DroppedDown = false; comboBox5.FormattingEnabled = true; + comboBox5.Image = null; comboBox5.IntegralHeight = false; comboBox5.ItemHeight = 17; - comboBox5.Items.AddRange(new object[] { "asdfasdfasdfasdf", "asdfasdfasd", "asdfasdfasdfas", "asdfxcvxzcvzx", "1236afsdf" }); - comboBox5.Location = new System.Drawing.Point(165, 101); + comboBox5.Items.Add("asdfasdfasdfasdf"); + comboBox5.Items.Add("asdfasdfasd"); + comboBox5.Items.Add("asdfasdfasdfas"); + comboBox5.Items.Add("asdfxcvxzcvzx"); + comboBox5.Items.Add("1236afsdf"); + comboBox5.Location = new System.Drawing.Point(189, 135); + comboBox5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + comboBox5.MaxDropDownItems = 8; + comboBox5.MinimumSize = new System.Drawing.Size(0, 31); comboBox5.Name = "comboBox5"; comboBox5.Radius = 5; + comboBox5.SelectedIndex = -1; + comboBox5.SelectedItem = null; comboBox5.ShadowDepth = 4F; - comboBox5.Size = new System.Drawing.Size(146, 23); + comboBox5.Size = new System.Drawing.Size(167, 32); comboBox5.TabIndex = 50; + comboBox5.UseVisualStyleBackColor = false; + comboBox5.ValueMember = null; // // trackBar1 // - trackBar1.Location = new System.Drawing.Point(16, 440); + trackBar1.Location = new System.Drawing.Point(18, 587); + trackBar1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); trackBar1.Maximum = 200; trackBar1.Name = "trackBar1"; - trackBar1.Size = new System.Drawing.Size(233, 45); + trackBar1.Size = new System.Drawing.Size(266, 56); trackBar1.TabIndex = 70; trackBar1.Scroll += trackBar1_Scroll; // // buttonOpenInputDialog // + buttonOpenInputDialog.BackColor = System.Drawing.Color.Transparent; buttonOpenInputDialog.Color = System.Drawing.Color.Transparent; - buttonOpenInputDialog.Location = new System.Drawing.Point(16, 14); + buttonOpenInputDialog.DialogResult = System.Windows.Forms.DialogResult.None; + buttonOpenInputDialog.Image = null; + buttonOpenInputDialog.IsCancel = false; + buttonOpenInputDialog.IsDefault = false; + buttonOpenInputDialog.Location = new System.Drawing.Point(18, 19); + buttonOpenInputDialog.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); buttonOpenInputDialog.Name = "buttonOpenInputDialog"; buttonOpenInputDialog.Radius = 6; buttonOpenInputDialog.ShadowDepth = 2F; - buttonOpenInputDialog.Size = new System.Drawing.Size(104, 23); + buttonOpenInputDialog.Size = new System.Drawing.Size(119, 31); buttonOpenInputDialog.TabIndex = 69; buttonOpenInputDialog.Text = "Input Dialog"; buttonOpenInputDialog.UseVisualStyleBackColor = true; @@ -215,12 +265,18 @@ private void InitializeComponent() // // buttonRandomColor // + buttonRandomColor.BackColor = System.Drawing.Color.Transparent; buttonRandomColor.Color = System.Drawing.Color.Transparent; - buttonRandomColor.Location = new System.Drawing.Point(126, 14); + buttonRandomColor.DialogResult = System.Windows.Forms.DialogResult.None; + buttonRandomColor.Image = null; + buttonRandomColor.IsCancel = false; + buttonRandomColor.IsDefault = false; + buttonRandomColor.Location = new System.Drawing.Point(144, 19); + buttonRandomColor.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); buttonRandomColor.Name = "buttonRandomColor"; buttonRandomColor.Radius = 6; buttonRandomColor.ShadowDepth = 4F; - buttonRandomColor.Size = new System.Drawing.Size(153, 23); + buttonRandomColor.Size = new System.Drawing.Size(175, 31); buttonRandomColor.TabIndex = 68; buttonRandomColor.Text = "Random Color"; buttonRandomColor.UseVisualStyleBackColor = true; @@ -229,127 +285,154 @@ private void InitializeComponent() // label4 // label4.ApplyGradient = false; - label4.AutoSize = true; + label4.BackColor = System.Drawing.Color.Transparent; + label4.BorderStyle = System.Windows.Forms.BorderStyle.None; label4.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); label4.Gradient = new System.Drawing.Color[] { - System.Drawing.Color.Gray, - System.Drawing.Color.Black + System.Drawing.Color.FromArgb(128, 128, 128), + System.Drawing.Color.FromArgb(0, 0, 0) }; label4.GradientAnimation = false; - label4.Location = new System.Drawing.Point(155, 75); + label4.Image = null; + label4.Location = new System.Drawing.Point(177, 100); + label4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); label4.Name = "label4"; - label4.Size = new System.Drawing.Size(38, 15); + label4.Size = new System.Drawing.Size(47, 16); label4.TabIndex = 67; label4.Text = "label4"; + label4.TextAlign = System.Drawing.ContentAlignment.TopLeft; + label4.UseVisualStyleBackColor = false; // // button5 // - button5.AutoSize = true; - button5.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + button5.BackColor = System.Drawing.Color.Transparent; button5.Color = System.Drawing.Color.Transparent; + button5.DialogResult = System.Windows.Forms.DialogResult.None; button5.Enabled = false; - button5.Location = new System.Drawing.Point(938, 14); + button5.Image = null; + button5.IsCancel = false; + button5.IsDefault = false; + button5.Location = new System.Drawing.Point(1072, 19); + button5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); button5.Name = "button5"; button5.Radius = 6; button5.ShadowDepth = 2F; - button5.Size = new System.Drawing.Size(68, 36); + button5.Size = new System.Drawing.Size(77, 32); button5.TabIndex = 45; button5.Text = "Disabled"; + button5.UseVisualStyleBackColor = false; // // groupBox3 // groupBox3.BackColor = System.Drawing.Color.Transparent; groupBox3.Controls.Add(richTextBox1); - groupBox3.Location = new System.Drawing.Point(692, 430); + groupBox3.Image = null; + groupBox3.Location = new System.Drawing.Point(791, 573); + groupBox3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); groupBox3.Name = "groupBox3"; - groupBox3.Padding = new System.Windows.Forms.Padding(3, 8, 3, 3); + groupBox3.Padding = new System.Windows.Forms.Padding(3, 11, 3, 4); groupBox3.Radius = 10; groupBox3.ShadowDepth = 4; - groupBox3.Size = new System.Drawing.Size(287, 123); + groupBox3.Size = new System.Drawing.Size(328, 164); groupBox3.TabIndex = 66; groupBox3.TabStop = false; groupBox3.Text = "groupBox3"; + groupBox3.UseVisualStyleBackColor = false; // // richTextBox1 // richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; - richTextBox1.Location = new System.Drawing.Point(3, 24); + richTextBox1.Location = new System.Drawing.Point(0, 0); + richTextBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); richTextBox1.Name = "richTextBox1"; - richTextBox1.Size = new System.Drawing.Size(281, 96); + richTextBox1.Size = new System.Drawing.Size(328, 164); richTextBox1.TabIndex = 15; richTextBox1.Text = ""; // // radio2 // - radio2.AutoSize = true; + radio2.BackColor = System.Drawing.Color.Transparent; radio2.Checked = true; - radio2.Location = new System.Drawing.Point(825, 342); + radio2.Image = null; + radio2.Location = new System.Drawing.Point(943, 456); radio2.Margin = new System.Windows.Forms.Padding(0); radio2.Name = "radio2"; radio2.Ripple = true; - radio2.Size = new System.Drawing.Size(65, 30); + radio2.Size = new System.Drawing.Size(67, 30); radio2.TabIndex = 65; - radio2.TabStop = true; radio2.Text = "radio1"; + radio2.UseVisualStyleBackColor = false; // // radio1 // - radio1.AutoSize = true; - radio1.Location = new System.Drawing.Point(659, 342); + radio1.BackColor = System.Drawing.Color.Transparent; + radio1.Checked = true; + radio1.Image = null; + radio1.Location = new System.Drawing.Point(753, 456); radio1.Margin = new System.Windows.Forms.Padding(0); radio1.Name = "radio1"; - radio1.Ripple = true; - radio1.Size = new System.Drawing.Size(65, 30); + radio1.Ripple = false; + radio1.Size = new System.Drawing.Size(67, 30); radio1.TabIndex = 64; radio1.Text = "radio1"; + radio1.UseVisualStyleBackColor = false; // // checkBox6 // - checkBox6.AutoSize = true; checkBox6.BackColor = System.Drawing.Color.Transparent; + checkBox6.Checked = false; + checkBox6.CheckState = System.Windows.Forms.CheckState.Unchecked; checkBox6.Depth = 0; - checkBox6.Location = new System.Drawing.Point(511, 370); + checkBox6.Image = null; + checkBox6.Location = new System.Drawing.Point(584, 493); checkBox6.Margin = new System.Windows.Forms.Padding(0); checkBox6.MouseLocation = new System.Drawing.Point(-1, -1); checkBox6.Name = "checkBox6"; checkBox6.Ripple = true; - checkBox6.Size = new System.Drawing.Size(143, 30); + checkBox6.Size = new System.Drawing.Size(165, 30); checkBox6.TabIndex = 63; checkBox6.Text = "Draw Debug Borders"; + checkBox6.ThreeState = false; checkBox6.UseVisualStyleBackColor = false; checkBox6.CheckedChanged += checkBox6_CheckedChanged; // // checkBox2 // - checkBox2.AutoSize = true; checkBox2.BackColor = System.Drawing.Color.Transparent; + checkBox2.Checked = false; + checkBox2.CheckState = System.Windows.Forms.CheckState.Unchecked; checkBox2.Depth = 0; checkBox2.Enabled = false; - checkBox2.Location = new System.Drawing.Point(511, 349); + checkBox2.Image = null; + checkBox2.Location = new System.Drawing.Point(584, 465); checkBox2.Margin = new System.Windows.Forms.Padding(0); checkBox2.MouseLocation = new System.Drawing.Point(-1, -1); checkBox2.Name = "checkBox2"; checkBox2.Ripple = true; - checkBox2.Size = new System.Drawing.Size(87, 30); + checkBox2.Size = new System.Drawing.Size(94, 30); checkBox2.TabIndex = 62; checkBox2.Text = "checkBox1"; + checkBox2.ThreeState = false; checkBox2.UseVisualStyleBackColor = false; // // checkBox1 // - checkBox1.AutoSize = true; checkBox1.BackColor = System.Drawing.Color.Transparent; + checkBox1.Checked = false; + checkBox1.CheckState = System.Windows.Forms.CheckState.Unchecked; checkBox1.Depth = 0; - checkBox1.Location = new System.Drawing.Point(659, 370); + checkBox1.Image = null; + checkBox1.Location = new System.Drawing.Point(753, 493); checkBox1.Margin = new System.Windows.Forms.Padding(0); checkBox1.MouseLocation = new System.Drawing.Point(-1, -1); checkBox1.Name = "checkBox1"; checkBox1.Ripple = true; - checkBox1.Size = new System.Drawing.Size(142, 30); + checkBox1.Size = new System.Drawing.Size(164, 30); checkBox1.TabIndex = 61; checkBox1.Text = "checkBox1 asdfadfas"; + checkBox1.ThreeState = false; checkBox1.UseVisualStyleBackColor = false; // // panel6 @@ -357,11 +440,12 @@ private void InitializeComponent() panel6.BackColor = System.Drawing.Color.Transparent; panel6.Border = new System.Windows.Forms.Padding(1, 0, 0, 0); panel6.BorderColor = System.Drawing.Color.Transparent; - panel6.Location = new System.Drawing.Point(19, 275); + panel6.Location = new System.Drawing.Point(22, 367); + panel6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); panel6.Name = "panel6"; panel6.Radius = 0; panel6.ShadowDepth = 2F; - panel6.Size = new System.Drawing.Size(63, 45); + panel6.Size = new System.Drawing.Size(72, 60); panel6.TabIndex = 59; // // panel5 @@ -369,11 +453,12 @@ private void InitializeComponent() panel5.BackColor = System.Drawing.Color.Transparent; panel5.Border = new System.Windows.Forms.Padding(0, 0, 1, 0); panel5.BorderColor = System.Drawing.Color.Transparent; - panel5.Location = new System.Drawing.Point(109, 275); + panel5.Location = new System.Drawing.Point(125, 367); + panel5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); panel5.Name = "panel5"; panel5.Radius = 0; panel5.ShadowDepth = 2F; - panel5.Size = new System.Drawing.Size(63, 45); + panel5.Size = new System.Drawing.Size(72, 60); panel5.TabIndex = 58; // // panel8 @@ -392,21 +477,24 @@ private void InitializeComponent() panel8.Controls.Add(label3); panel8.Controls.Add(progressBar5); panel8.Dock = System.Windows.Forms.DockStyle.Right; - panel8.Location = new System.Drawing.Point(1029, 0); + panel8.Location = new System.Drawing.Point(1176, 0); + panel8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); panel8.Name = "panel8"; panel8.Radius = 0; panel8.ShadowDepth = 0F; - panel8.Size = new System.Drawing.Size(233, 587); + panel8.Size = new System.Drawing.Size(266, 783); panel8.TabIndex = 57; // // toggleButton1 // - toggleButton1.AutoSize = true; toggleButton1.BackColor = System.Drawing.Color.Transparent; - toggleButton1.Location = new System.Drawing.Point(106, 380); - toggleButton1.MinimumSize = new System.Drawing.Size(46, 22); + toggleButton1.Checked = false; + toggleButton1.Image = null; + toggleButton1.Location = new System.Drawing.Point(121, 507); + toggleButton1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + toggleButton1.MinimumSize = new System.Drawing.Size(53, 29); toggleButton1.Name = "toggleButton1"; - toggleButton1.Size = new System.Drawing.Size(46, 22); + toggleButton1.Size = new System.Drawing.Size(59, 29); toggleButton1.TabIndex = 31; toggleButton1.UseVisualStyleBackColor = false; // @@ -414,19 +502,22 @@ private void InitializeComponent() // shapeProgressBar2.BackColor = System.Drawing.Color.Transparent; shapeProgressBar2.DrawHatch = true; - shapeProgressBar2.Font = new System.Drawing.Font("Segoe UI", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + shapeProgressBar2.Font = new System.Drawing.Font("Segoe UI", 15F); shapeProgressBar2.Gradient = new System.Drawing.Color[] { - System.Drawing.Color.Maroon, - System.Drawing.Color.Red + System.Drawing.Color.FromArgb(128, 0, 0), + System.Drawing.Color.FromArgb(255, 0, 0) }; shapeProgressBar2.HatchType = System.Drawing.Drawing2D.HatchStyle.ZigZag; - shapeProgressBar2.Location = new System.Drawing.Point(117, 453); + shapeProgressBar2.Image = null; + shapeProgressBar2.Location = new System.Drawing.Point(134, 604); + shapeProgressBar2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); shapeProgressBar2.Maximum = 100L; shapeProgressBar2.Name = "shapeProgressBar2"; - shapeProgressBar2.Size = new System.Drawing.Size(64, 64); + shapeProgressBar2.Size = new System.Drawing.Size(73, 85); shapeProgressBar2.TabIndex = 30; shapeProgressBar2.Text = "shapeProgressBar1"; + shapeProgressBar2.UseVisualStyleBackColor = false; shapeProgressBar2.Value = 52L; shapeProgressBar2.Weight = 12F; // @@ -434,112 +525,139 @@ private void InitializeComponent() // shapeProgressBar1.BackColor = System.Drawing.Color.Transparent; shapeProgressBar1.DrawHatch = false; - shapeProgressBar1.Font = new System.Drawing.Font("Impact", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + shapeProgressBar1.Font = new System.Drawing.Font("Impact", 12F); shapeProgressBar1.ForeColor = System.Drawing.Color.Silver; shapeProgressBar1.Gradient = new System.Drawing.Color[] { - System.Drawing.Color.Maroon, - System.Drawing.Color.Red + System.Drawing.Color.FromArgb(128, 0, 0), + System.Drawing.Color.FromArgb(255, 0, 0) }; shapeProgressBar1.HatchType = System.Drawing.Drawing2D.HatchStyle.ZigZag; - shapeProgressBar1.Location = new System.Drawing.Point(16, 453); + shapeProgressBar1.Image = null; + shapeProgressBar1.Location = new System.Drawing.Point(18, 604); + shapeProgressBar1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); shapeProgressBar1.Maximum = 100L; shapeProgressBar1.Name = "shapeProgressBar1"; - shapeProgressBar1.Size = new System.Drawing.Size(48, 48); + shapeProgressBar1.Size = new System.Drawing.Size(55, 64); shapeProgressBar1.TabIndex = 30; shapeProgressBar1.Text = "shapeProgressBar1"; + shapeProgressBar1.UseVisualStyleBackColor = false; shapeProgressBar1.Value = 52L; shapeProgressBar1.Weight = 8F; // // chatBubble2 // - chatBubble2.ArrowPosition = System.Windows.Forms.AnchorStyles.Right; chatBubble2.BackColor = System.Drawing.Color.Transparent; - chatBubble2.BubbleColor = System.Drawing.Color.FromArgb(192, 192, 255); - chatBubble2.DrawBubbleArrow = true; + chatBubble2.Color = System.Drawing.Color.FromArgb(0, 92, 252); chatBubble2.ForeColor = System.Drawing.Color.FromArgb(52, 52, 52); - chatBubble2.Location = new System.Drawing.Point(16, 326); + chatBubble2.Image = null; + chatBubble2.IsIncoming = true; + chatBubble2.Location = new System.Drawing.Point(18, 435); + chatBubble2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + chatBubble2.MinimumSize = new System.Drawing.Size(37, 43); chatBubble2.Name = "chatBubble2"; - chatBubble2.Size = new System.Drawing.Size(175, 38); + chatBubble2.Padding = new System.Windows.Forms.Padding(14, 16, 14, 16); + chatBubble2.Radius = 12F; + chatBubble2.Size = new System.Drawing.Size(200, 51); chatBubble2.TabIndex = 28; + chatBubble2.TailSize = 8F; chatBubble2.Text = "Hello Bob i am fine, Thanks"; + chatBubble2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + chatBubble2.UseVisualStyleBackColor = false; // // chatBubble1 // - chatBubble1.ArrowPosition = System.Windows.Forms.AnchorStyles.Left; chatBubble1.BackColor = System.Drawing.Color.Transparent; - chatBubble1.BubbleColor = System.Drawing.Color.FromArgb(217, 217, 217); - chatBubble1.DrawBubbleArrow = true; + chatBubble1.Color = System.Drawing.Color.FromArgb(0, 92, 252); chatBubble1.ForeColor = System.Drawing.Color.FromArgb(52, 52, 52); - chatBubble1.Location = new System.Drawing.Point(43, 279); + chatBubble1.Image = null; + chatBubble1.IsIncoming = false; + chatBubble1.Location = new System.Drawing.Point(49, 372); + chatBubble1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + chatBubble1.MinimumSize = new System.Drawing.Size(37, 43); chatBubble1.Name = "chatBubble1"; - chatBubble1.Size = new System.Drawing.Size(175, 38); + chatBubble1.Padding = new System.Windows.Forms.Padding(14, 16, 14, 16); + chatBubble1.Radius = 12F; + chatBubble1.Size = new System.Drawing.Size(200, 51); chatBubble1.TabIndex = 28; + chatBubble1.TailSize = 8F; chatBubble1.Text = "Hello Jean How are you?"; + chatBubble1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + chatBubble1.UseVisualStyleBackColor = false; // // numUpDown1 // numUpDown1.BackColor = System.Drawing.Color.Transparent; - numUpDown1.Font = new System.Drawing.Font("Segoe UI", 9.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); + numUpDown1.Font = new System.Drawing.Font("Segoe UI", 9.25F); numUpDown1.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); - numUpDown1.Location = new System.Drawing.Point(16, 379); + numUpDown1.Location = new System.Drawing.Point(18, 505); + numUpDown1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); numUpDown1.Maximum = new decimal(new int[] { 100, 0, 0, 0 }); numUpDown1.Minimum = new decimal(new int[] { 0, 0, 0, 0 }); - numUpDown1.MinimumSize = new System.Drawing.Size(80, 25); + numUpDown1.MinimumSize = new System.Drawing.Size(91, 33); numUpDown1.Name = "numUpDown1"; - numUpDown1.Size = new System.Drawing.Size(80, 25); + numUpDown1.Size = new System.Drawing.Size(91, 33); numUpDown1.TabIndex = 28; numUpDown1.Value = new decimal(new int[] { 0, 0, 0, 0 }); // // checkBox4 // - checkBox4.AutoSize = true; checkBox4.BackColor = System.Drawing.Color.Transparent; checkBox4.Checked = true; checkBox4.CheckState = System.Windows.Forms.CheckState.Checked; checkBox4.Depth = 0; - checkBox4.Location = new System.Drawing.Point(16, 238); + checkBox4.Image = null; + checkBox4.Location = new System.Drawing.Point(18, 317); checkBox4.Margin = new System.Windows.Forms.Padding(0); checkBox4.MouseLocation = new System.Drawing.Point(-1, -1); checkBox4.Name = "checkBox4"; checkBox4.Ripple = true; - checkBox4.Size = new System.Drawing.Size(87, 30); + checkBox4.Size = new System.Drawing.Size(94, 30); checkBox4.TabIndex = 13; checkBox4.Text = "checkBox1"; + checkBox4.ThreeState = false; checkBox4.UseVisualStyleBackColor = false; // // checkBox3 // - checkBox3.AutoSize = true; checkBox3.BackColor = System.Drawing.Color.Transparent; + checkBox3.Checked = false; + checkBox3.CheckState = System.Windows.Forms.CheckState.Unchecked; checkBox3.Depth = 0; checkBox3.Dock = System.Windows.Forms.DockStyle.Top; + checkBox3.Image = null; checkBox3.Location = new System.Drawing.Point(0, 0); checkBox3.Margin = new System.Windows.Forms.Padding(0); checkBox3.MouseLocation = new System.Drawing.Point(-1, -1); checkBox3.Name = "checkBox3"; checkBox3.Ripple = true; - checkBox3.Size = new System.Drawing.Size(233, 30); + checkBox3.Size = new System.Drawing.Size(102, 30); checkBox3.TabIndex = 13; checkBox3.Text = "Toggle Title"; + checkBox3.ThreeState = false; checkBox3.UseVisualStyleBackColor = false; // // label3 // label3.ApplyGradient = false; - label3.AutoSize = true; + label3.BackColor = System.Drawing.Color.Transparent; + label3.BorderStyle = System.Windows.Forms.BorderStyle.None; label3.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); label3.Gradient = new System.Drawing.Color[] { - System.Drawing.Color.Gray, - System.Drawing.Color.Black + System.Drawing.Color.FromArgb(128, 128, 128), + System.Drawing.Color.FromArgb(0, 0, 0) }; label3.GradientAnimation = false; - label3.Location = new System.Drawing.Point(8, 104); + label3.Image = null; + label3.Location = new System.Drawing.Point(9, 139); + label3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); label3.Name = "label3"; - label3.Size = new System.Drawing.Size(220, 30); + label3.Size = new System.Drawing.Size(314, 43); label3.TabIndex = 11; label3.Text = "Lorem Ipsum is simply dummy text \r\nof the printing and typesetting industry. "; + label3.TextAlign = System.Drawing.ContentAlignment.TopLeft; + label3.UseVisualStyleBackColor = false; // // progressBar5 // @@ -551,8 +669,9 @@ private void InitializeComponent() System.Drawing.Color.Red }; progressBar5.HatchType = System.Drawing.Drawing2D.HatchStyle.Percent10; - progressBar5.Location = new System.Drawing.Point(16, 417); - progressBar5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + progressBar5.Image = null; + progressBar5.Location = new System.Drawing.Point(18, 556); + progressBar5.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); progressBar5.Maximum = 100L; progressBar5.MaxPercentShowValue = 100F; progressBar5.Name = "progressBar5"; @@ -560,9 +679,10 @@ private void InitializeComponent() progressBar5.Radius = 4; progressBar5.ShowAsPercent = true; progressBar5.ShowValue = true; - progressBar5.Size = new System.Drawing.Size(179, 16); + progressBar5.Size = new System.Drawing.Size(205, 21); progressBar5.TabIndex = 3; progressBar5.Text = "70.00%"; + progressBar5.UseVisualStyleBackColor = false; progressBar5.Value = 70L; // // panel7 @@ -570,11 +690,12 @@ private void InitializeComponent() panel7.BackColor = System.Drawing.Color.Transparent; panel7.Border = new System.Windows.Forms.Padding(0, 0, 0, 1); panel7.BorderColor = System.Drawing.Color.Transparent; - panel7.Location = new System.Drawing.Point(289, 275); + panel7.Location = new System.Drawing.Point(330, 367); + panel7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); panel7.Name = "panel7"; panel7.Radius = 0; panel7.ShadowDepth = 2F; - panel7.Size = new System.Drawing.Size(63, 45); + panel7.Size = new System.Drawing.Size(72, 60); panel7.TabIndex = 56; // // panel4 @@ -582,44 +703,55 @@ private void InitializeComponent() panel4.BackColor = System.Drawing.Color.Transparent; panel4.Border = new System.Windows.Forms.Padding(0, 1, 0, 0); panel4.BorderColor = System.Drawing.Color.Transparent; - panel4.Location = new System.Drawing.Point(199, 275); + panel4.Location = new System.Drawing.Point(227, 367); + panel4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); panel4.Name = "panel4"; panel4.Radius = 0; panel4.ShadowDepth = 2F; - panel4.Size = new System.Drawing.Size(63, 45); + panel4.Size = new System.Drawing.Size(72, 60); panel4.TabIndex = 60; // // label2 // label2.ApplyGradient = false; + label2.BackColor = System.Drawing.Color.Transparent; label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; label2.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); label2.Gradient = new System.Drawing.Color[] { - System.Drawing.Color.Gray, - System.Drawing.Color.Black + System.Drawing.Color.FromArgb(128, 128, 128), + System.Drawing.Color.FromArgb(0, 0, 0) }; label2.GradientAnimation = false; - label2.Location = new System.Drawing.Point(373, 199); + label2.Image = null; + label2.Location = new System.Drawing.Point(426, 265); + label2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); label2.Name = "label2"; - label2.Size = new System.Drawing.Size(618, 106); + label2.Size = new System.Drawing.Size(706, 141); label2.TabIndex = 55; label2.Text = resources.GetString("label2.Text"); + label2.TextAlign = System.Drawing.ContentAlignment.TopLeft; + label2.UseVisualStyleBackColor = false; // // label1 // label1.ApplyGradient = false; - label1.AutoSize = true; + label1.BackColor = System.Drawing.Color.Transparent; + label1.BorderStyle = System.Windows.Forms.BorderStyle.None; label1.Gradient = new System.Drawing.Color[] { - System.Drawing.Color.Gray, - System.Drawing.Color.Black + System.Drawing.Color.FromArgb(128, 128, 128), + System.Drawing.Color.FromArgb(0, 0, 0) }; label1.GradientAnimation = false; - label1.Location = new System.Drawing.Point(487, 215); + label1.Image = null; + label1.Location = new System.Drawing.Point(557, 287); + label1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); label1.Name = "label1"; - label1.Size = new System.Drawing.Size(0, 15); + label1.Size = new System.Drawing.Size(0, 20); label1.TabIndex = 54; + label1.TextAlign = System.Drawing.ContentAlignment.TopLeft; + label1.UseVisualStyleBackColor = false; // // panel2 // @@ -628,11 +760,12 @@ private void InitializeComponent() panel2.BorderColor = System.Drawing.Color.Transparent; panel2.Controls.Add(panel3); panel2.Controls.Add(separator3); - panel2.Location = new System.Drawing.Point(19, 130); + panel2.Location = new System.Drawing.Point(22, 173); + panel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); panel2.Name = "panel2"; panel2.Radius = 5; panel2.ShadowDepth = 4F; - panel2.Size = new System.Drawing.Size(333, 134); + panel2.Size = new System.Drawing.Size(381, 179); panel2.TabIndex = 53; // // panel3 @@ -640,93 +773,132 @@ private void InitializeComponent() panel3.BackColor = System.Drawing.Color.Transparent; panel3.Controls.Add(separator5); panel3.Controls.Add(comboBox3); - panel3.Location = new System.Drawing.Point(17, 27); + panel3.Location = new System.Drawing.Point(19, 36); + panel3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); panel3.Name = "panel3"; - panel3.Size = new System.Drawing.Size(306, 100); + panel3.Size = new System.Drawing.Size(350, 133); panel3.TabIndex = 10; // // separator5 // + separator5.BackColor = System.Drawing.Color.Transparent; + separator5.Image = null; separator5.IsVertical = false; - separator5.Location = new System.Drawing.Point(16, 15); + separator5.Location = new System.Drawing.Point(18, 20); + separator5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); separator5.Name = "separator5"; - separator5.Size = new System.Drawing.Size(120, 10); + separator5.Size = new System.Drawing.Size(137, 13); separator5.TabIndex = 0; + separator5.UseVisualStyleBackColor = false; // // comboBox3 // + comboBox3.BackColor = System.Drawing.Color.Transparent; + comboBox3.DataSource = null; + comboBox3.DisplayMember = null; comboBox3.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; comboBox3.DropDownHeight = 100; comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + comboBox3.DropDownWidth = 222; + comboBox3.DroppedDown = false; comboBox3.FormattingEnabled = true; + comboBox3.Image = null; comboBox3.IntegralHeight = false; comboBox3.ItemHeight = 17; - comboBox3.Items.AddRange(new object[] { "asdfasdfasdfasdf", "asdfasdfasd", "asdfasdfasdfas", "asdfxcvxzcvzx", "1236afsdf" }); - comboBox3.Location = new System.Drawing.Point(3, 32); + comboBox3.Items.Add("asdfasdfasdfasdf"); + comboBox3.Items.Add("asdfasdfasd"); + comboBox3.Items.Add("asdfasdfasdfas"); + comboBox3.Items.Add("asdfxcvxzcvzx"); + comboBox3.Items.Add("1236afsdf"); + comboBox3.Location = new System.Drawing.Point(3, 43); + comboBox3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + comboBox3.MaxDropDownItems = 8; + comboBox3.MinimumSize = new System.Drawing.Size(0, 31); comboBox3.Name = "comboBox3"; comboBox3.Radius = 5; + comboBox3.SelectedIndex = -1; + comboBox3.SelectedItem = null; comboBox3.ShadowDepth = 4F; - comboBox3.Size = new System.Drawing.Size(194, 23); + comboBox3.Size = new System.Drawing.Size(222, 32); comboBox3.TabIndex = 8; + comboBox3.UseVisualStyleBackColor = false; + comboBox3.ValueMember = null; // // separator3 // + separator3.BackColor = System.Drawing.Color.Transparent; + separator3.Image = null; separator3.IsVertical = false; - separator3.Location = new System.Drawing.Point(17, 11); + separator3.Location = new System.Drawing.Point(19, 15); + separator3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); separator3.Name = "separator3"; - separator3.Size = new System.Drawing.Size(120, 10); + separator3.Size = new System.Drawing.Size(137, 13); separator3.TabIndex = 0; + separator3.UseVisualStyleBackColor = false; // // comboBox2 // + comboBox2.BackColor = System.Drawing.Color.Transparent; + comboBox2.DataSource = null; + comboBox2.DisplayMember = null; comboBox2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; comboBox2.DropDownHeight = 100; comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + comboBox2.DropDownWidth = 155; + comboBox2.DroppedDown = false; comboBox2.FormattingEnabled = true; + comboBox2.Image = null; comboBox2.IntegralHeight = false; comboBox2.ItemHeight = 17; - comboBox2.Location = new System.Drawing.Point(20, 101); + comboBox2.Location = new System.Drawing.Point(23, 135); + comboBox2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + comboBox2.MaxDropDownItems = 8; + comboBox2.MinimumSize = new System.Drawing.Size(0, 31); comboBox2.Name = "comboBox2"; comboBox2.Radius = 5; + comboBox2.SelectedIndex = -1; + comboBox2.SelectedItem = null; comboBox2.ShadowDepth = 2F; - comboBox2.Size = new System.Drawing.Size(136, 23); + comboBox2.Size = new System.Drawing.Size(155, 32); comboBox2.TabIndex = 52; + comboBox2.UseVisualStyleBackColor = false; + comboBox2.ValueMember = null; // // groupBox2 // groupBox2.BackColor = System.Drawing.Color.Transparent; groupBox2.Controls.Add(listView3); groupBox2.Controls.Add(comboBox4); - groupBox2.Location = new System.Drawing.Point(656, 6); + groupBox2.Image = null; + groupBox2.Location = new System.Drawing.Point(750, 8); + groupBox2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); groupBox2.Name = "groupBox2"; - groupBox2.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); + groupBox2.Padding = new System.Windows.Forms.Padding(3, 13, 3, 4); groupBox2.Radius = 10; groupBox2.ShadowDepth = 5; - groupBox2.Size = new System.Drawing.Size(275, 190); + groupBox2.Size = new System.Drawing.Size(314, 253); groupBox2.TabIndex = 49; groupBox2.TabStop = false; groupBox2.Text = "groupBox1"; + groupBox2.UseVisualStyleBackColor = false; // // listView3 // listView3.BackColor = System.Drawing.Color.White; + listView3.BorderStyle = System.Windows.Forms.BorderStyle.None; listView3.CheckBoxes = true; - listView3.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader6 }); listView3.Dock = System.Windows.Forms.DockStyle.Bottom; listView3.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); listView3.FullRowSelect = true; - listViewItem1.Checked = true; - listViewItem1.StateImageIndex = 1; - listViewItem2.Checked = true; - listViewItem2.StateImageIndex = 1; - listViewItem3.Checked = true; - listViewItem3.StateImageIndex = 1; - listView3.Items.AddRange(new System.Windows.Forms.ListViewItem[] { listViewItem1, listViewItem2, listViewItem3 }); - listView3.Location = new System.Drawing.Point(3, 58); + listView3.Image = null; + listView3.Location = new System.Drawing.Point(0, 81); + listView3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); listView3.Name = "listView3"; - listView3.Size = new System.Drawing.Size(269, 129); + listView3.ShowItemToolTips = false; + listView3.Size = new System.Drawing.Size(314, 172); listView3.TabIndex = 0; listView3.UseCompatibleStateImageBehavior = false; + listView3.UseVisualStyleBackColor = false; listView3.View = System.Windows.Forms.View.Details; // // columnHeader6 @@ -735,20 +907,37 @@ private void InitializeComponent() // // comboBox4 // + comboBox4.BackColor = System.Drawing.Color.Transparent; + comboBox4.DataSource = null; + comboBox4.DisplayMember = null; comboBox4.Dock = System.Windows.Forms.DockStyle.Top; comboBox4.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; comboBox4.DropDownHeight = 100; comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + comboBox4.DropDownWidth = 314; + comboBox4.DroppedDown = false; comboBox4.FormattingEnabled = true; + comboBox4.Image = null; comboBox4.IntegralHeight = false; comboBox4.ItemHeight = 17; - comboBox4.Items.AddRange(new object[] { "asdfasdfasdfasdf", "asdfasdfasd", "asdfasdfasdfas", "asdfxcvxzcvzx", "1236afsdf" }); - comboBox4.Location = new System.Drawing.Point(3, 26); + comboBox4.Items.Add("asdfasdfasdfasdf"); + comboBox4.Items.Add("asdfasdfasd"); + comboBox4.Items.Add("asdfasdfasdfas"); + comboBox4.Items.Add("asdfxcvxzcvzx"); + comboBox4.Items.Add("1236afsdf"); + comboBox4.Location = new System.Drawing.Point(0, 0); + comboBox4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + comboBox4.MaxDropDownItems = 8; + comboBox4.MinimumSize = new System.Drawing.Size(0, 31); comboBox4.Name = "comboBox4"; comboBox4.Radius = 5; + comboBox4.SelectedIndex = -1; + comboBox4.SelectedItem = null; comboBox4.ShadowDepth = 0F; - comboBox4.Size = new System.Drawing.Size(269, 23); + comboBox4.Size = new System.Drawing.Size(314, 32); comboBox4.TabIndex = 6; + comboBox4.UseVisualStyleBackColor = false; + comboBox4.ValueMember = null; // // groupBox1 // @@ -756,23 +945,30 @@ private void InitializeComponent() groupBox1.Controls.Add(separator4); groupBox1.Controls.Add(panel1); groupBox1.Controls.Add(comboBox1); - groupBox1.Location = new System.Drawing.Point(359, 6); + groupBox1.Image = null; + groupBox1.Location = new System.Drawing.Point(410, 8); + groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); groupBox1.Name = "groupBox1"; - groupBox1.Padding = new System.Windows.Forms.Padding(3, 10, 3, 3); + groupBox1.Padding = new System.Windows.Forms.Padding(3, 13, 3, 4); groupBox1.Radius = 10; groupBox1.ShadowDepth = 5; - groupBox1.Size = new System.Drawing.Size(275, 190); + groupBox1.Size = new System.Drawing.Size(314, 253); groupBox1.TabIndex = 48; groupBox1.TabStop = false; groupBox1.Text = "groupBox1"; + groupBox1.UseVisualStyleBackColor = false; // // separator4 // + separator4.BackColor = System.Drawing.Color.Transparent; + separator4.Image = null; separator4.IsVertical = false; - separator4.Location = new System.Drawing.Point(17, 51); + separator4.Location = new System.Drawing.Point(19, 68); + separator4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); separator4.Name = "separator4"; - separator4.Size = new System.Drawing.Size(120, 10); + separator4.Size = new System.Drawing.Size(137, 13); separator4.TabIndex = 0; + separator4.UseVisualStyleBackColor = false; // // panel1 // @@ -781,25 +977,30 @@ private void InitializeComponent() panel1.BorderColor = System.Drawing.Color.Transparent; panel1.Controls.Add(listView2); panel1.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); - panel1.Location = new System.Drawing.Point(6, 65); + panel1.Location = new System.Drawing.Point(7, 87); + panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); panel1.Name = "panel1"; panel1.Radius = 1; panel1.ShadowDepth = 2F; - panel1.Size = new System.Drawing.Size(263, 115); + panel1.Size = new System.Drawing.Size(301, 153); panel1.TabIndex = 9; // // listView2 // listView2.BackColor = System.Drawing.Color.White; - listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader5 }); + listView2.BorderStyle = System.Windows.Forms.BorderStyle.None; + listView2.CheckBoxes = false; listView2.ForeColor = System.Drawing.Color.FromArgb(0, 0, 0); listView2.FullRowSelect = true; - listView2.Location = new System.Drawing.Point(10, 9); + listView2.Image = null; + listView2.Location = new System.Drawing.Point(11, 12); + listView2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); listView2.Name = "listView2"; listView2.ShowItemToolTips = true; - listView2.Size = new System.Drawing.Size(240, 97); + listView2.Size = new System.Drawing.Size(274, 129); listView2.TabIndex = 0; listView2.UseCompatibleStateImageBehavior = false; + listView2.UseVisualStyleBackColor = false; listView2.View = System.Windows.Forms.View.Details; // // columnHeader5 @@ -808,30 +1009,48 @@ private void InitializeComponent() // // comboBox1 // + comboBox1.BackColor = System.Drawing.Color.Transparent; + comboBox1.DataSource = null; + comboBox1.DisplayMember = null; comboBox1.Dock = System.Windows.Forms.DockStyle.Top; comboBox1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; comboBox1.DropDownHeight = 100; comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + comboBox1.DropDownWidth = 314; + comboBox1.DroppedDown = false; comboBox1.FormattingEnabled = true; + comboBox1.Image = null; comboBox1.IntegralHeight = false; comboBox1.ItemHeight = 17; - comboBox1.Items.AddRange(new object[] { "asdfasdfasdfasdf", "asdfasdfasd", "asdfasdfasdfas", "asdfxcvxzcvzx", "1236afsdf" }); - comboBox1.Location = new System.Drawing.Point(3, 26); + comboBox1.Items.Add("asdfasdfasdfasdf"); + comboBox1.Items.Add("asdfasdfasd"); + comboBox1.Items.Add("asdfasdfasdfas"); + comboBox1.Items.Add("asdfxcvxzcvzx"); + comboBox1.Items.Add("1236afsdf"); + comboBox1.Location = new System.Drawing.Point(0, 0); + comboBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + comboBox1.MaxDropDownItems = 8; + comboBox1.MinimumSize = new System.Drawing.Size(0, 31); comboBox1.Name = "comboBox1"; comboBox1.Radius = 5; + comboBox1.SelectedIndex = -1; + comboBox1.SelectedItem = null; comboBox1.ShadowDepth = 0F; - comboBox1.Size = new System.Drawing.Size(269, 23); + comboBox1.Size = new System.Drawing.Size(314, 32); comboBox1.TabIndex = 6; + comboBox1.UseVisualStyleBackColor = false; + comboBox1.ValueMember = null; // // textBox1 // - textBox1.Location = new System.Drawing.Point(19, 74); + textBox1.Location = new System.Drawing.Point(22, 99); + textBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); textBox1.MaxLength = 32767; textBox1.MultiLine = false; textBox1.Name = "textBox1"; textBox1.PassFocusShow = false; textBox1.Radius = 2; - textBox1.Size = new System.Drawing.Size(134, 21); + textBox1.Size = new System.Drawing.Size(153, 25); textBox1.TabIndex = 47; textBox1.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left; textBox1.UseSystemPasswordChar = false; @@ -840,43 +1059,61 @@ private void InitializeComponent() // // button3 // - button3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + button3.BackColor = System.Drawing.Color.Transparent; button3.Color = System.Drawing.Color.Maroon; + button3.DialogResult = System.Windows.Forms.DialogResult.None; button3.ForeColor = System.Drawing.Color.White; - button3.Location = new System.Drawing.Point(218, 44); + button3.Image = (System.Drawing.Image)resources.GetObject("button3.Image"); + button3.IsCancel = false; + button3.IsDefault = false; + button3.Location = new System.Drawing.Point(249, 59); + button3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); button3.Name = "button3"; button3.Radius = 6; button3.ShadowDepth = 2F; - button3.Size = new System.Drawing.Size(93, 23); + button3.Size = new System.Drawing.Size(127, 31); button3.TabIndex = 43; button3.Text = "button1"; + button3.UseVisualStyleBackColor = false; button3.Click += button3_Click; // // buttonDark // - buttonDark.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + buttonDark.BackColor = System.Drawing.Color.Transparent; buttonDark.Color = System.Drawing.Color.RoyalBlue; + buttonDark.DialogResult = System.Windows.Forms.DialogResult.None; buttonDark.ForeColor = System.Drawing.Color.White; - buttonDark.Location = new System.Drawing.Point(19, 44); + buttonDark.Image = null; + buttonDark.IsCancel = false; + buttonDark.IsDefault = false; + buttonDark.Location = new System.Drawing.Point(22, 59); + buttonDark.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); buttonDark.Name = "buttonDark"; buttonDark.Radius = 6; buttonDark.ShadowDepth = 2F; - buttonDark.Size = new System.Drawing.Size(93, 23); + buttonDark.Size = new System.Drawing.Size(106, 31); buttonDark.TabIndex = 44; buttonDark.Text = "Dark"; + buttonDark.UseVisualStyleBackColor = false; buttonDark.Click += buttonDark_Click; // // buttonLight // - buttonLight.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + buttonLight.BackColor = System.Drawing.Color.Transparent; buttonLight.Color = System.Drawing.Color.Transparent; - buttonLight.Location = new System.Drawing.Point(118, 44); + buttonLight.DialogResult = System.Windows.Forms.DialogResult.None; + buttonLight.Image = null; + buttonLight.IsCancel = false; + buttonLight.IsDefault = false; + buttonLight.Location = new System.Drawing.Point(135, 59); + buttonLight.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); buttonLight.Name = "buttonLight"; - buttonLight.Radius = 6; - buttonLight.ShadowDepth = 2F; - buttonLight.Size = new System.Drawing.Size(93, 23); + buttonLight.Radius = 4; + buttonLight.ShadowDepth = 5F; + buttonLight.Size = new System.Drawing.Size(106, 31); buttonLight.TabIndex = 46; buttonLight.Text = "Light"; + buttonLight.UseVisualStyleBackColor = false; buttonLight.Click += buttonLight_Click; // // progressBar9 @@ -889,8 +1126,9 @@ private void InitializeComponent() System.Drawing.Color.Yellow }; progressBar9.HatchType = System.Drawing.Drawing2D.HatchStyle.Percent10; - progressBar9.Location = new System.Drawing.Point(256, 440); - progressBar9.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + progressBar9.Image = null; + progressBar9.Location = new System.Drawing.Point(293, 587); + progressBar9.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); progressBar9.Maximum = 1000L; progressBar9.MaxPercentShowValue = 100F; progressBar9.Name = "progressBar9"; @@ -898,9 +1136,10 @@ private void InitializeComponent() progressBar9.Radius = 4; progressBar9.ShowAsPercent = false; progressBar9.ShowValue = true; - progressBar9.Size = new System.Drawing.Size(165, 25); + progressBar9.Size = new System.Drawing.Size(189, 33); progressBar9.TabIndex = 41; progressBar9.Text = "0 / 1000"; + progressBar9.UseVisualStyleBackColor = false; progressBar9.Value = 0L; // // progressBar8 @@ -913,8 +1152,9 @@ private void InitializeComponent() System.Drawing.Color.Yellow }; progressBar8.HatchType = System.Drawing.Drawing2D.HatchStyle.Percent10; - progressBar8.Location = new System.Drawing.Point(218, 385); - progressBar8.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + progressBar8.Image = null; + progressBar8.Location = new System.Drawing.Point(249, 513); + progressBar8.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); progressBar8.Maximum = 1000L; progressBar8.MaxPercentShowValue = 100F; progressBar8.Name = "progressBar8"; @@ -922,9 +1162,10 @@ private void InitializeComponent() progressBar8.Radius = 4; progressBar8.ShowAsPercent = false; progressBar8.ShowValue = true; - progressBar8.Size = new System.Drawing.Size(179, 16); + progressBar8.Size = new System.Drawing.Size(205, 21); progressBar8.TabIndex = 40; progressBar8.Text = "777 / 1000"; + progressBar8.UseVisualStyleBackColor = false; progressBar8.Value = 777L; // // progressBar4 @@ -937,8 +1178,9 @@ private void InitializeComponent() System.Drawing.Color.Yellow }; progressBar4.HatchType = System.Drawing.Drawing2D.HatchStyle.Percent10; - progressBar4.Location = new System.Drawing.Point(16, 408); - progressBar4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + progressBar4.Image = null; + progressBar4.Location = new System.Drawing.Point(18, 544); + progressBar4.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); progressBar4.Maximum = 1000L; progressBar4.MaxPercentShowValue = 100F; progressBar4.Name = "progressBar4"; @@ -946,9 +1188,10 @@ private void InitializeComponent() progressBar4.Radius = 4; progressBar4.ShowAsPercent = false; progressBar4.ShowValue = true; - progressBar4.Size = new System.Drawing.Size(179, 16); + progressBar4.Size = new System.Drawing.Size(205, 21); progressBar4.TabIndex = 39; progressBar4.Text = "777 / 1000"; + progressBar4.UseVisualStyleBackColor = false; progressBar4.Value = 777L; // // progressBar7 @@ -961,8 +1204,9 @@ private void InitializeComponent() System.Drawing.Color.Lime }; progressBar7.HatchType = System.Drawing.Drawing2D.HatchStyle.Percent10; - progressBar7.Location = new System.Drawing.Point(218, 363); - progressBar7.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + progressBar7.Image = null; + progressBar7.Location = new System.Drawing.Point(249, 484); + progressBar7.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); progressBar7.Maximum = 1000L; progressBar7.MaxPercentShowValue = 99.99F; progressBar7.Name = "progressBar7"; @@ -970,9 +1214,10 @@ private void InitializeComponent() progressBar7.Radius = 4; progressBar7.ShowAsPercent = true; progressBar7.ShowValue = true; - progressBar7.Size = new System.Drawing.Size(179, 16); + progressBar7.Size = new System.Drawing.Size(205, 21); progressBar7.TabIndex = 38; progressBar7.Text = "99.99%"; + progressBar7.UseVisualStyleBackColor = false; progressBar7.Value = 1000L; // // progressBar3 @@ -985,8 +1230,9 @@ private void InitializeComponent() System.Drawing.Color.Lime }; progressBar3.HatchType = System.Drawing.Drawing2D.HatchStyle.Percent10; - progressBar3.Location = new System.Drawing.Point(16, 386); - progressBar3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + progressBar3.Image = null; + progressBar3.Location = new System.Drawing.Point(18, 515); + progressBar3.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); progressBar3.Maximum = 1000L; progressBar3.MaxPercentShowValue = 100F; progressBar3.Name = "progressBar3"; @@ -994,9 +1240,10 @@ private void InitializeComponent() progressBar3.Radius = 4; progressBar3.ShowAsPercent = true; progressBar3.ShowValue = true; - progressBar3.Size = new System.Drawing.Size(179, 16); + progressBar3.Size = new System.Drawing.Size(205, 21); progressBar3.TabIndex = 37; progressBar3.Text = "62.30%"; + progressBar3.UseVisualStyleBackColor = false; progressBar3.Value = 623L; // // progressBar6 @@ -1009,8 +1256,9 @@ private void InitializeComponent() System.Drawing.Color.RoyalBlue }; progressBar6.HatchType = System.Drawing.Drawing2D.HatchStyle.Percent10; - progressBar6.Location = new System.Drawing.Point(218, 341); - progressBar6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + progressBar6.Image = null; + progressBar6.Location = new System.Drawing.Point(249, 455); + progressBar6.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); progressBar6.Maximum = 100L; progressBar6.MaxPercentShowValue = 100F; progressBar6.Name = "progressBar6"; @@ -1018,9 +1266,10 @@ private void InitializeComponent() progressBar6.Radius = 4; progressBar6.ShowAsPercent = false; progressBar6.ShowValue = true; - progressBar6.Size = new System.Drawing.Size(179, 16); + progressBar6.Size = new System.Drawing.Size(205, 21); progressBar6.TabIndex = 36; progressBar6.Text = "33 / 100"; + progressBar6.UseVisualStyleBackColor = false; progressBar6.Value = 33L; // // progressBar2 @@ -1033,8 +1282,9 @@ private void InitializeComponent() System.Drawing.Color.RoyalBlue }; progressBar2.HatchType = System.Drawing.Drawing2D.HatchStyle.Percent10; - progressBar2.Location = new System.Drawing.Point(16, 364); - progressBar2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + progressBar2.Image = null; + progressBar2.Location = new System.Drawing.Point(18, 485); + progressBar2.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); progressBar2.Maximum = 100L; progressBar2.MaxPercentShowValue = 100F; progressBar2.Name = "progressBar2"; @@ -1042,9 +1292,10 @@ private void InitializeComponent() progressBar2.Radius = 4; progressBar2.ShowAsPercent = true; progressBar2.ShowValue = true; - progressBar2.Size = new System.Drawing.Size(179, 16); + progressBar2.Size = new System.Drawing.Size(205, 21); progressBar2.TabIndex = 35; progressBar2.Text = "33.00%"; + progressBar2.UseVisualStyleBackColor = false; progressBar2.Value = 33L; // // progressBar1 @@ -1057,8 +1308,9 @@ private void InitializeComponent() System.Drawing.Color.Red }; progressBar1.HatchType = System.Drawing.Drawing2D.HatchStyle.Percent10; - progressBar1.Location = new System.Drawing.Point(16, 342); - progressBar1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + progressBar1.Image = null; + progressBar1.Location = new System.Drawing.Point(18, 456); + progressBar1.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); progressBar1.Maximum = 100L; progressBar1.MaxPercentShowValue = 100F; progressBar1.Name = "progressBar1"; @@ -1066,32 +1318,39 @@ private void InitializeComponent() progressBar1.Radius = 4; progressBar1.ShowAsPercent = true; progressBar1.ShowValue = true; - progressBar1.Size = new System.Drawing.Size(179, 16); + progressBar1.Size = new System.Drawing.Size(205, 21); progressBar1.TabIndex = 42; progressBar1.Text = "70.00%"; + progressBar1.UseVisualStyleBackColor = false; progressBar1.Value = 70L; // // separator2 // + separator2.BackColor = System.Drawing.Color.Transparent; + separator2.Image = null; separator2.IsVertical = false; - separator2.Location = new System.Drawing.Point(4, 6); - separator2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + separator2.Location = new System.Drawing.Point(5, 8); + separator2.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); separator2.Name = "separator2"; - separator2.Size = new System.Drawing.Size(307, 2); + separator2.Size = new System.Drawing.Size(351, 3); separator2.TabIndex = 34; + separator2.UseVisualStyleBackColor = false; // // separator1 // + separator1.BackColor = System.Drawing.Color.Transparent; + separator1.Image = null; separator1.IsVertical = true; - separator1.Location = new System.Drawing.Point(4, 14); - separator1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); + separator1.Location = new System.Drawing.Point(5, 19); + separator1.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); separator1.Name = "separator1"; - separator1.Size = new System.Drawing.Size(2, 222); + separator1.Size = new System.Drawing.Size(2, 296); separator1.TabIndex = 75; + separator1.UseVisualStyleBackColor = false; // // GeneralPage // - AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); + AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; Controls.Add(separator1); Controls.Add(rsButton1); @@ -1135,8 +1394,9 @@ private void InitializeComponent() Controls.Add(progressBar2); Controls.Add(progressBar1); Controls.Add(separator2); + Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); Name = "GeneralPage"; - Size = new System.Drawing.Size(1262, 587); + Size = new System.Drawing.Size(1442, 783); ((System.ComponentModel.ISupportInitialize)trackBar2).EndInit(); ((System.ComponentModel.ISupportInitialize)trackBar1).EndInit(); groupBox3.ResumeLayout(false); diff --git a/Examples/SDUI.Test/GeneralPage.cs b/Examples/SDUI.Test/GeneralPage.cs index 5059677..51fc7c6 100644 --- a/Examples/SDUI.Test/GeneralPage.cs +++ b/Examples/SDUI.Test/GeneralPage.cs @@ -1,5 +1,6 @@ using SDUI.Controls; using System; +using System.ComponentModel; using System.Drawing; using System.Drawing.Drawing2D; using System.Threading.Tasks; @@ -7,6 +8,7 @@ namespace SDUI.Test { + [ToolboxItem(false)] public partial class GeneralPage : DoubleBufferedControl { public GeneralPage() diff --git a/Examples/SDUI.Test/GeneralPage.resx b/Examples/SDUI.Test/GeneralPage.resx index 3d6fc05..0bdc68b 100644 --- a/Examples/SDUI.Test/GeneralPage.resx +++ b/Examples/SDUI.Test/GeneralPage.resx @@ -1,7 +1,7 @@