diff --git a/Program.cs b/Program.cs index c5bb8ff..4828d14 100644 --- a/Program.cs +++ b/Program.cs @@ -16,7 +16,6 @@ namespace AntdUIDemo { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - //AntdUI.Config.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit; Application.Run(new MainWindow()); } } diff --git a/Views/FloatButtonDemo.Designer.cs b/Views/FloatButtonDemo.Designer.cs index 2e6b434..1626275 100644 --- a/Views/FloatButtonDemo.Designer.cs +++ b/Views/FloatButtonDemo.Designer.cs @@ -134,7 +134,7 @@ this.input_badgesize.Name = "input_badgesize"; this.input_badgesize.Size = new System.Drawing.Size(90, 26); this.input_badgesize.TabIndex = 13; - this.input_badgesize.Text = "6"; + this.input_badgesize.Text = "6.00"; this.input_badgesize.Value = new decimal(new int[] { 6, 0, @@ -354,11 +354,12 @@ this.select_vertical.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.select_vertical.Items.AddRange(new object[] { "True", - "Flase"}); + "False"}); this.select_vertical.List = true; this.select_vertical.Location = new System.Drawing.Point(489, 3); this.select_vertical.Name = "select_vertical"; - this.select_vertical.SelectedValue = "是"; + this.select_vertical.SelectedIndex = 0; + this.select_vertical.SelectedValue = "True"; this.select_vertical.Size = new System.Drawing.Size(90, 26); this.select_vertical.TabIndex = 11; this.select_vertical.Text = "True"; @@ -378,7 +379,7 @@ this.select_topmost.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.select_topmost.Items.AddRange(new object[] { "True", - "Flase"}); + "False"}); this.select_topmost.List = true; this.select_topmost.Location = new System.Drawing.Point(295, 3); this.select_topmost.Name = "select_topmost"; diff --git a/Views/FlowPanelDemo.Designer.cs b/Views/FlowPanelDemo.Designer.cs index c1ed60b..27a52ee 100644 --- a/Views/FlowPanelDemo.Designer.cs +++ b/Views/FlowPanelDemo.Designer.cs @@ -337,15 +337,15 @@ this.select_autoscroll.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.select_autoscroll.Items.AddRange(new object[] { "True", - "Flase"}); + "False"}); this.select_autoscroll.List = true; this.select_autoscroll.Location = new System.Drawing.Point(97, 3); this.select_autoscroll.Name = "select_autoscroll"; this.select_autoscroll.SelectedIndex = 1; - this.select_autoscroll.SelectedValue = "Flase"; + this.select_autoscroll.SelectedValue = "False"; this.select_autoscroll.Size = new System.Drawing.Size(105, 26); this.select_autoscroll.TabIndex = 11; - this.select_autoscroll.Text = "Flase"; + this.select_autoscroll.Text = "False"; this.select_autoscroll.WaveSize = 1; this.select_autoscroll.SelectedIndexChanged += new AntdUI.IntEventHandler(this.select_autoscroll_SelectedIndexChanged); //