代码搜索:Treeview

找到约 4,146 项符合「Treeview」的源代码

代码结果 4,146
www.eeworm.com/read/326993/7123864

bas module1.bas

Attribute VB_Name = "Module1" Option Explicit Public Const IIL_UNCHECKED = 1 Public Const IIL_CHECKED = 2 Public Const GWL_STYLE = (-16) Declare Function GetWindowLong Lib "user32" Alias "G
www.eeworm.com/read/326993/7123865

frm form1.frm

VERSION 5.00 Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX" Begin VB.Form Form1 Caption = "Treeview控件的扩展特性" ClientHeight = 5055 ClientLeft =
www.eeworm.com/read/456206/7354171

pas askinfoform.pas

unit AskInfoForm; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, Menus, ActnList, ExtCtrls, Buttons, TB97Ctls, TB97, TB97Tlbr, ComCtrls, StdCtr
www.eeworm.com/read/456206/7354374

~pas askinfoform.~pas

unit AskInfoForm; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, Menus, ActnList, ExtCtrls, Buttons, TB97Ctls, TB97, TB97Tlbr, ComCtrls, StdCtr
www.eeworm.com/read/398042/8008263

vb frmempsel.vb

'Imports VB = Microsoft.VisualBasic Friend Class FrmEmpSel Inherits System.Windows.Forms.Form Private Sub Cmd_Cancel_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles
www.eeworm.com/read/143979/12825369

py basictreeview.py

#!/usr/bin/env python # example basictreeview.py import pygtk pygtk.require('2.0') import gtk class BasicTreeViewExample: # close the window and quit def delete_event(self, widget, event,
www.eeworm.com/read/143979/12825374

py treeviewcolumn.py

#!/usr/bin/env python # example treeviewcolumn.py import pygtk pygtk.require('2.0') import gtk class TreeViewColumnExample: # close the window and quit def delete_event(self, widget, event
www.eeworm.com/read/328943/12994679

txt 说明.txt

本软件为小型学生信息管理系统,可提供系统管理员的添加、删除、修改,学生信息添加、删除、修改,学生成绩添加、删除、修改功能,还提供简单的查询功能,包括按学生信息的学号、姓名、学院、专业等条件查询,按学生课程的编号、名称、成绩查询学生成绩信息。 本软件界面简洁、清晰,进入主截面左边为<mark>treeView</mark>视图,可通过树的各支点方便查询学生,当点击树各支点时右边窗口显示包括的全部学生名单。另 ...
www.eeworm.com/read/141570/12998135

txt 15.txt

TreeView的基本操作 1.增加顶节点 2.增加分节点 3.删除所选节点 4.预防错误的发生 5.补充说明: 6.添加弹出式菜单(有点难) 7.改变背景颜色(调用 API 函数) 1.增加顶节点 TreeView1.Nodes.Add , tvwLast, , "顶节点" '注:基本的语法看Cmctl198.CHM这里就不说了 2.增加分节点 TreeView1.
www.eeworm.com/read/141570/12998276

txt 36.txt

改变 TreeView 的背景 Private Declare Function SendMessage Lib "User32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Long) As Long Private Declare Func