switchSelectorItem1.ActiveColor = System.Drawing.Color.Empty;
switchSelectorItem1.Text = "全部";
switchSelectorItem1.Value = "222";
switchSelectorItem2.ActiveColor = System.Drawing.Color.Empty;
switchSelectorItem2.Text = "已交货";
switchSelectorItem2.Value = "333";
switchSelectorItem3.ActiveColor = System.Drawing.Color.Empty;
switchSelectorItem3.Text = "未交货";
switchSelectorItem3.Value = "111";
this.switchSelector1jh.Options.AddRange(new Smobiler.Plugins.SwitchSelectorItem[] {
switchSelectorItem1,
switchSelectorItem2,
switchSelectorItem3});
直接用的设计器添加的项,不得其解
设计器版本490.1567042376 |