摘要: 取消自动创建窗体 阅读全文
posted @ 2017-07-19 09:12 liessay 阅读(1107) 评论(0) 推荐(0)
摘要: //增加 procedure TForm1.Button1Click(Sender: TObject); var lsItem: TListItem; begin lsItem := ListView1.Items.Add; lsItem.Caption := VarToStr(ListView1. 阅读全文
posted @ 2017-07-18 18:06 liessay 阅读(824) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-07-17 14:50 liessay 阅读(1008) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-07-15 20:10 liessay 阅读(699) 评论(0) 推荐(0)
摘要: Panel1.Visible := False; // 设置panel初始不显示 dxCalloutPopup1.PopupControl := Panel1; // 设置弹出窗口内容为哪个控件 dxCalloutPopup1.Popup(Button1); // 弹出自定义窗口 设计窗口 运行效果 阅读全文
posted @ 2017-07-05 11:02 liessay 阅读(1236) 评论(0) 推荐(0)
摘要: 界面效果 阅读全文
posted @ 2017-07-04 20:23 liessay 阅读(5565) 评论(0) 推荐(0)
摘要: //显示消息提示框 //function TdxAlertWindowManager.Show(const ACaption, AText: string; AImageIndex: TcxImageIndex = -1): TdxAlertWindow; //ACaption显示标题 //ATex 阅读全文
posted @ 2017-07-03 23:49 liessay 阅读(1036) 评论(0) 推荐(0)
摘要: LookAndFeel(界面外观): NativeStyle:本地化界面为真实用系统内置外观 SkinName:本地化界面(NativeStyle:)设置为假可使用皮肤外观 OptionAnimate(动画选项): AlphaBlendValue:提示窗口默认透明度 CollapseEmptySlo 阅读全文
posted @ 2017-07-03 22:26 liessay 阅读(1150) 评论(0) 推荐(0)
摘要: Properties AllowHover:是否鼠标滑动选择 CheckedGlyph:选中后显示的图像 Glyph:显示的图像 HoverGlyph:鼠标滑动时显示的图像 ItemCount:项目总数 ReverseDirection:反向选择 Rating:设置及获取选中的个数 控件效果 阅读全文
posted @ 2017-07-03 16:36 liessay 阅读(647) 评论(0) 推荐(0)
摘要: Properties: Max:最大值 Min:最小值 Frequency:设置刻度值多大值显示PageSize:选择时跳动的区域大小 SelectionColor:选择区域颜色 ShowSelection:是否显示选择区域 ShowTicks:是否显示刻度 ShowTrack:是否显示中间选择区域 阅读全文
posted @ 2017-07-03 16:23 liessay 阅读(708) 评论(0) 推荐(0)