登录
首页 » 其他 » Delphi写的带树控菜单的软件界面源码

Delphi写的带树控菜单的软件界面源码

于 2022-03-05 发布 文件大小:144.71 kB
0 215
下载积分: 2 下载次数: 1

代码说明:

Delphi写的带树控菜单的软件界面源码,一个没有实质功能的软件界面,左侧是树形菜单,右侧是功能区,很适合编写一些Delphi信息系统时作为主界面使用,本源码在Delphi7下完美编译成功,界面如截图所示。

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

发表评论

0 个回复

  • Still remember the time of the Snake FC games, two cute small snake eating Peas...
    还记得FC时代的贪吃蛇游戏吧,两只可爱的小蛇为了吃豆豆的冒险经历,现在贪吃蛇游戏也是根据当年响尾蛇改编的。现在,线在回归一下红白机年代的经典! -Still remember the time of the Snake FC games, two cute small snake eating Peas for the adventure, and now Snake Diamondbacks Game is based on adaptation of the year. Now, the lines look at the return of the classic era of red and white machine!
    2022-02-24 11:36:37下载
    积分:1
  • VC++ 使用StdString类代替CString类的方法和示例源码
    VC++ 使用StdString类代替CString类的方法和示例源码,支持ansi、unicode。实际在一些项目中用了一段,感觉非常棒,特此推荐给大家。
    2023-06-23 22:25:04下载
    积分:1
  • AVL tree . AVL tree is a n algrothim that can be used to study the b tech subjec...
    AVL tree . AVL tree is a n algrothim that can be used to study the b tech subject AAD.
    2022-01-26 04:33:03下载
    积分:1
  • 操作系统课程设计报告 文件系统模拟 一、课程设计目的 通过模拟文件系统的实现,深入理解操作系统中文件系统的理论知识。 二、课程设计要求 通过...
    操作系统课程设计报告 文件系统模拟 一、课程设计目的 通过模拟文件系统的实现,深入理解操作系统中文件系统的理论知识。 二、课程设计要求 通过课程设计,要求学生主要掌握如下内容: 1.设计出文件系统中常用的数据结构; 2.理解文件系统的工作流程,给出程序流程图; 3.设计出文件系统中关键的算法; 4.模拟实现二级目录文件系统,并给出一组运行结果。 三、课程设计内容 根据实验指导书补充 四、文件系统实现 -courses on operating system design report documents a simulation system, curriculum designed by simulating the file system to achieve in-depth understanding of operating system file system theoretical knowledge. 2, curriculum design through curriculum design, requiring students to master the following main elements : 1. Design commonly used file system data structure; 2. Understanding the document workflow system, the flow chart is given; 3. System design document the key algorithm; 4. Simulation two directory file system, and gives a group operating results. Third, the curriculum is based on the experimental design as supplementary guidance on four documents System
    2022-11-07 18:10:03下载
    积分:1
  • C#在窗口的状态栏添加图标和文字
    C#在窗口的状态栏中添加一个带图标的文字标签,看上去更美观了,虽然简单,但以后再写一些程序的时候说不定能用上。
    2022-07-06 16:17:38下载
    积分:1
  • 使用冥法求特征值和特征向量。
    使用冥法求特征值和特征向量。-law for the use of their offerings eigenvalues and eigenvectors.
    2022-10-27 06:15:04下载
    积分:1
  • VC++实现GPS全球定位系统定位数据的提取,串口技术的应用
    VC++实现GPS全球定位系统定位数据的提取,串口技术的应用-VC GPS positioning data extraction, serial technology applications
    2022-03-15 14:57:17下载
    积分:1
  • uva10324解法(提共題目和解法程式)
    題目說明:給你一連串僅包含0和1的字串 (字串長度最大到1000000,字串從第0個字元開始),要請你回答我們在第i個和第j個字元之間(包含第i個和第j個)、 是否所有的字元均相同 (均為1或均為0)。如果均相同請回答Yes、 否則請回答No。输入每筆測試資料的第一列為一個僅包含0和1的字串,下一列有1個整數n 代表對於上一列字串以下有n個問題。皆下來的 n 列每列有2個非負的整數分別代表 i和 j。输出對每一列測試字串,請先輸出第幾個的案例。然後根據 n 個問題回答肯定或否定的。解法:1.用获取讀入整行字串輸入、 並計算長度2.先判斷第 0 個位置,为 0 則把 0 存入另一個整數陣列,为 1 則存 13.用迴圈把字串陣列轉換存到整數陣列、 遇到字元 0 則值不變、 遇到字元 1 則加 14.欲判斷的i、 j位置都為字元 0、 且整數陣列i、 j位置的值相同、 代表有一連串 0、 輸出是5.欲判斷的i j位置都為字元 1,且整數陣列i、 j位置的值相減為i、 j的差、 代表有一連串 1,輸出是6.其他情況輸出号
    2022-05-06 12:04:30下载
    积分:1
  • WINCC design of the boiler water level
    WINCC锅炉水位的设计,内容完整,可直接时刻直接学习使用-WINCC design of the boiler water level
    2022-01-26 00:35:22下载
    积分:1
  • Java Blowfish对称加密算法实例
    Java Blowfish对称加密算法实例,应用Blowfish对称密钥加密的一个类,另外还有一个使用该类的例子,研究下Java加密的基础知识,仅供参考。
    2022-05-24 20:16:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载