05 2019 档案
摘要:1. Item图标大小显示 需要先设置此Item所在Group的属性GroupStyle的值为LargeImageText。
阅读全文
摘要:1. 百分号显示格式 百分号:{0:P}表示显示为百分号模式。如数据源中为0.5。表示出来为50%
阅读全文
摘要:1. 创建按钮: (1)添加引用:Imports DevExpress.XtraEditors.ButtonsPanelControl (2)添加按钮语句:GroupControl1.CustomHeaderButtons.Add(New GroupBoxButton("显示的名称", Nothin
阅读全文
摘要:1. 增加按钮: Combo_订单类型.Properties.Items.Clear()Select Case Combo_客户名称.EditValue Case "ABC" Combo_订单类型.Properties.Items.Add("CCPS 仓储配送", "仓储配送", -1) Case
阅读全文
摘要:1. 关闭TabControl选项卡: Private Sub TabControl_Main_CloseButtonClick(sender As Object, e As EventArgs) Handles TabControl_Main.CloseButtonClick Dim TpA As
阅读全文
摘要:Oracle的NVL函数用法 从两个表达式返回一个非 null 值。 语法:NVL(eExpression1, eExpression2) 参数:eExpression1, eExpression2 说明:如果 eExpression1 的计算结果为 null 值,则 NVL( ) 返回 eExpr
阅读全文
posted @ 2019-05-09 09:38
淡羽

浙公网安备 33010602011771号