//添加ComboBox
tcbbQueryCondition.ComboBox.DataSource = RelationalOperators.GetAllOperators();
tcbbQueryCondition.ComboBox.DisplayMember = "OperatorName";
tcbbQueryCondition.ComboBox.ValueMember = "Operator";
时间: 2024-12-28 01:28:20