摘要: //显示消息提示框 //function TdxAlertWindowManager.Show(const ACaption, AText: string; AImageIndex: TcxImageIndex = -1): TdxAlertWindow; //ACaption显示标题 //ATex 阅读全文
posted @ 2017-07-03 23:49 liessay 阅读(981) 评论(0) 推荐(0) 编辑
摘要: LookAndFeel(界面外观): NativeStyle:本地化界面为真实用系统内置外观 SkinName:本地化界面(NativeStyle:)设置为假可使用皮肤外观 OptionAnimate(动画选项): AlphaBlendValue:提示窗口默认透明度 CollapseEmptySlo 阅读全文
posted @ 2017-07-03 22:26 liessay 阅读(1086) 评论(0) 推荐(0) 编辑
摘要: Properties AllowHover:是否鼠标滑动选择 CheckedGlyph:选中后显示的图像 Glyph:显示的图像 HoverGlyph:鼠标滑动时显示的图像 ItemCount:项目总数 ReverseDirection:反向选择 Rating:设置及获取选中的个数 控件效果 阅读全文
posted @ 2017-07-03 16:36 liessay 阅读(588) 评论(0) 推荐(0) 编辑
摘要: Properties: Max:最大值 Min:最小值 Frequency:设置刻度值多大值显示PageSize:选择时跳动的区域大小 SelectionColor:选择区域颜色 ShowSelection:是否显示选择区域 ShowTicks:是否显示刻度 ShowTrack:是否显示中间选择区域 阅读全文
posted @ 2017-07-03 16:23 liessay 阅读(668) 评论(0) 推荐(0) 编辑
摘要: 对话框中文显示 设计视图 设置参数 取值结果 获取根据参数设置的值关键代码 阅读全文
posted @ 2017-05-23 14:22 liessay 阅读(1233) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-07-21 11:36 liessay 阅读(3263) 评论(0) 推荐(0) 编辑
摘要: 使用方式 SetXwForegroundWindow(Self.Handle); SetSysFocus(Self.Handle); 感谢 晓不得2013老师 提供的代码并耐心指导(群:59129236) 阅读全文
posted @ 2016-07-19 21:29 liessay 阅读(5527) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-06-16 11:58 liessay 阅读(536) 评论(0) 推荐(0) 编辑
摘要: 示例 //选择修改时执行procedure TForm1.cxLookupComboBox1PropertiesChange(Sender: TObject); begin edit1.Text:=VarToStr(cxLookupComboBox1.EditValue); //返回KeyField 阅读全文
posted @ 2016-06-16 10:37 liessay 阅读(3936) 评论(0) 推荐(0) 编辑
摘要: procedure TForm1.cxComboBox1PropertiesChange(Sender: TObject); begin // 这个地方必须是UserSkin,不然不会起作用 dxSkinController1.SkinName := 'UserSkin'; dxSkinsUserS 阅读全文
posted @ 2016-06-15 18:38 liessay 阅读(507) 评论(0) 推荐(1) 编辑