登录
首页 » 界面开发 » 实现属性页,很简单,对初学者有用啊 这里不知有没有,

实现属性页,很简单,对初学者有用啊 这里不知有没有,

于 2022-04-13 发布 文件大小:33.48 kB
0 66
下载积分: 2 下载次数: 1

代码说明:

实现属性页,很简单,对初学者有用啊 这里不知有没有,-achieve attribute pages, very simple, useful for beginners ah here I wonder if there is,

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 主要功能: 1、xpGrid数据控件:根据数据库数据字典定义自动生成DataGrid,可不用写代码即可实现数据的增删改 2、集成的权限控制功能,权限按字段分配,...
    主要功能: 1、xpGrid数据控件:根据数据库数据字典定义自动生成DataGrid,可不用写代码即可实现数据的增删改 2、集成的权限控制功能,权限按字段分配,可精确控制字段的读写属性 3、丰富的数据编辑方式:提供按Form方式编辑和按Grid方式编辑两种方式数据编辑界面,对字段的输入方式提供:普通文本框、复选框、密码框、多行文本、下拉列表、引用其它表等多种输入方式 4、数据重构:动态的修改数据字典,通过对数据字典的修改可动态的控制前台界面的显示及输入 5、代码维护:维护下拉列表编辑模式对应的下拉列表内容 6、权限控制:控制用户及角色的功能权限及字段权限 7、简单的应用系统框架-main functions : 1, xpGrid Data Control : According to the database data dictionary definition DataGrid automatically generated, would not have to write code data can be changed to delete the two, the competence of integrated control functions and powers according to the distribution field, the field of precision control read and write attributes 3, rich data editing : Form provided by the editors and by the way Grid two ways to edit data editing interface to the field to provide input : ordinary text box, check box, the password box, and more lines of text, drop-down list, to use other forms of input, such as Mode 4, data reconstruction : Dynamic the revised data dictionary, data dictionaries can
    2022-03-25 09:51:12下载
    积分:1
  • c#个人数据浏览器
    一个简单的数据浏览器。主要讲述控件的应用。包括文本域和复选框和单选框的还有下拉条的使用。还有状态栏的显示。包括数据存储啊等。代码附有详细的注释
    2023-06-03 18:15:03下载
    积分:1
  • Qt login,自动识别焦点
    #include "mainwindow.h" #include "ui_mainwindow.h" MainWindow::MainWindow(QWidget *parent) :     QMainWindow(parent),     ui(new Ui::MainWindow) {     ui->setupUi(this);     pushButton = new QPushButton(this);     pushButton->setObjectName(QString::fromUtf8("pushButton"));     pushButton->setGeometry(QRect(40, 180, 51, 27));     pushButton_2 = new QPushButton(this);     pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));     pushButton_2->setGeometry(QRect(40, 140, 51, 27));     pushButton_3 = new QPushButton(this);     pushButton_3->setObjectName(QString::fromUtf8("pushButton_3"));     pushButton_3->setGeometry(QRect(100, 140, 51, 27));   &
    2022-03-13 04:00:49下载
    积分:1
  • 基于NET的扫雷
    2022-05-08 14:35:09下载
    积分:1
  • VB与EXCEL的无缝连接
    VB与EXCEL的无缝连接:  "从excel文件获得数据后,插入记录到SQL Server的数据表  Dim dataTable1 As DataTable = New DataTable() Dim sqlDA1 As SqlClient.SqlDataAdapter = New SqlClient.SqlDataAdapter("SELECT 部门,全年任务, 本年累计完成,上年同期完成, [完成全年任务的%],[可比增长%] FROM Rwb ", sqlcon)
    2022-02-28 14:40:06下载
    积分:1
  • EmguCV播放文件夹和摄像头中的视频
    本案例可以利用C#和EmguCV播放文件夹和摄像头中的视频,代码运行完美无误,便于下一步实施视频运动目标检测与跟踪, 欢迎交流
    2022-08-22 13:33:39下载
    积分:1
  • MFC入门学习资料,对有一定C++基础的人学习MFC将会有帮助
    MFC入门学习资料,对有一定C++基础的人学习MFC将会有帮助-learning materials to a certain extent based on the C study will help MFC
    2022-03-11 04:19:25下载
    积分:1
  • VC++树形列表显示
    此源码主要实现树形列表显示,将列表标题 内容进行美化,HeaderCtrlCl.cpp代码文件中实现列表头皮肤,背景,字体的美化。 ListCtrlCl.cpp代码文件完成树形列表中的内容美化功能。
    2023-06-03 01:05:05下载
    积分:1
  • CatListBox_src.zip CatListBox_demo.zip   这个程序模仿Outlook建立分类列表框。 CClockST...
    CatListBox_src.zip CatListBox_demo.zip   这个程序模仿Outlook建立分类列表框。 CClockST_src.zip CClockST_demo.zip  一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。 CIVStringSet_Demo.zip CIVStringSet_Source.zip   基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。 enum_display_modes_demo.zip enum_display_modes_src.zip   列出所有的显示模式并列表出来,通过单击列表来改变显示分辨率。 iconbutton_demo.zip iconbutton_src.zip   创建一个按钮,并在上面显示图标。 jpeglib_demo.zip jpeglib_src.zip   利用Delphi的代码在VC中显示JPG图片,不使用动态连接库。 Mail_Report.zip   一个邮件报告程序。 SrcFirstProg.zip   解释了最基本的MFC程序流程。 tabcontrol_demo.zip tabcontrol_src.zip   自定义的标签控件对话框。 Undo_demo.zip undo_src.zip    在VC中实现Undo和Redo功能。-err
    2022-01-26 05:12:12下载
    积分:1
  • 不错的电子书啊 是关于oracle的 大的按订单地方地方飞的飞的 案...
    不错的电子书啊 是关于oracle的 大的按订单地方地方发发飞的飞的 案发 -Ah good e-book is about the oracle of the great local places to order fat fat fly flying incident
    2022-04-06 18:01:16下载
    积分:1
  • 696518资源总数
  • 104298会员总数
  • 46今日下载