下拉字符编写错误
This commit is contained in:
parent
2c98f72f9e
commit
f3729b9385
@ -16,7 +16,6 @@ namespace AntdUIDemo
|
|||||||
{
|
{
|
||||||
Application.EnableVisualStyles();
|
Application.EnableVisualStyles();
|
||||||
Application.SetCompatibleTextRenderingDefault(false);
|
Application.SetCompatibleTextRenderingDefault(false);
|
||||||
//AntdUI.Config.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
|
|
||||||
Application.Run(new MainWindow());
|
Application.Run(new MainWindow());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
9
Views/FloatButtonDemo.Designer.cs
generated
9
Views/FloatButtonDemo.Designer.cs
generated
@ -134,7 +134,7 @@
|
|||||||
this.input_badgesize.Name = "input_badgesize";
|
this.input_badgesize.Name = "input_badgesize";
|
||||||
this.input_badgesize.Size = new System.Drawing.Size(90, 26);
|
this.input_badgesize.Size = new System.Drawing.Size(90, 26);
|
||||||
this.input_badgesize.TabIndex = 13;
|
this.input_badgesize.TabIndex = 13;
|
||||||
this.input_badgesize.Text = "6";
|
this.input_badgesize.Text = "6.00";
|
||||||
this.input_badgesize.Value = new decimal(new int[] {
|
this.input_badgesize.Value = new decimal(new int[] {
|
||||||
6,
|
6,
|
||||||
0,
|
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.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[] {
|
this.select_vertical.Items.AddRange(new object[] {
|
||||||
"True",
|
"True",
|
||||||
"Flase"});
|
"False"});
|
||||||
this.select_vertical.List = true;
|
this.select_vertical.List = true;
|
||||||
this.select_vertical.Location = new System.Drawing.Point(489, 3);
|
this.select_vertical.Location = new System.Drawing.Point(489, 3);
|
||||||
this.select_vertical.Name = "select_vertical";
|
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.Size = new System.Drawing.Size(90, 26);
|
||||||
this.select_vertical.TabIndex = 11;
|
this.select_vertical.TabIndex = 11;
|
||||||
this.select_vertical.Text = "True";
|
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.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[] {
|
this.select_topmost.Items.AddRange(new object[] {
|
||||||
"True",
|
"True",
|
||||||
"Flase"});
|
"False"});
|
||||||
this.select_topmost.List = true;
|
this.select_topmost.List = true;
|
||||||
this.select_topmost.Location = new System.Drawing.Point(295, 3);
|
this.select_topmost.Location = new System.Drawing.Point(295, 3);
|
||||||
this.select_topmost.Name = "select_topmost";
|
this.select_topmost.Name = "select_topmost";
|
||||||
|
|||||||
6
Views/FlowPanelDemo.Designer.cs
generated
6
Views/FlowPanelDemo.Designer.cs
generated
@ -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.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[] {
|
this.select_autoscroll.Items.AddRange(new object[] {
|
||||||
"True",
|
"True",
|
||||||
"Flase"});
|
"False"});
|
||||||
this.select_autoscroll.List = true;
|
this.select_autoscroll.List = true;
|
||||||
this.select_autoscroll.Location = new System.Drawing.Point(97, 3);
|
this.select_autoscroll.Location = new System.Drawing.Point(97, 3);
|
||||||
this.select_autoscroll.Name = "select_autoscroll";
|
this.select_autoscroll.Name = "select_autoscroll";
|
||||||
this.select_autoscroll.SelectedIndex = 1;
|
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.Size = new System.Drawing.Size(105, 26);
|
||||||
this.select_autoscroll.TabIndex = 11;
|
this.select_autoscroll.TabIndex = 11;
|
||||||
this.select_autoscroll.Text = "Flase";
|
this.select_autoscroll.Text = "False";
|
||||||
this.select_autoscroll.WaveSize = 1;
|
this.select_autoscroll.WaveSize = 1;
|
||||||
this.select_autoscroll.SelectedIndexChanged += new AntdUI.IntEventHandler(this.select_autoscroll_SelectedIndexChanged);
|
this.select_autoscroll.SelectedIndexChanged += new AntdUI.IntEventHandler(this.select_autoscroll_SelectedIndexChanged);
|
||||||
//
|
//
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user