下拉字符编写错误

This commit is contained in:
czz_y 2024-08-16 16:05:21 +08:00
parent 2c98f72f9e
commit f3729b9385
3 changed files with 8 additions and 8 deletions

View File

@ -16,7 +16,6 @@ namespace AntdUIDemo
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
//AntdUI.Config.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
Application.Run(new MainWindow());
}
}

View File

@ -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";

View File

@ -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);
//