代码搜索:Treeview
找到约 4,146 项符合「Treeview」的源代码
代码结果 4,146
www.eeworm.com/read/160583/10516803
py gtk_spreadsheet.py
#!/usr/bin/env python
"""
Example of embedding matplotlib in an application and interacting with
a treeview to store data. Double click on an entry to update plot
data
"""
import pygtk
pygtk.require
www.eeworm.com/read/278192/10560084
frm form2.frm
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmjf2
BorderStyle
www.eeworm.com/read/423047/10590389
pas unicodemap_mainform.pas
unit UnicodeMap_MainForm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Grids, ComCtrls, ExtCtrls, StrUtils;
type
TForm
www.eeworm.com/read/277459/10636418
cs treelist.cs
using System;
using System.Windows.Forms;
using System.Data;
namespace BasicBridge
{
///
/// Summary description for GridList.
///
public class TreeList:VisList {
www.eeworm.com/read/277459/10636444
cs treeadapter.cs
using System;
using System.Windows.Forms;
namespace BasicBridge
{
///
/// Summary description for TreeAdapter.
///
public class TreeAdapter {
private TreeView tree;
www.eeworm.com/read/277459/10636778
cs treeadapter.cs
using System;
using System.Windows.Forms;
namespace TreeAdapt
{
///
/// Summary description for TreeAdapter.
///
public class TreeAdapter:LstAdapter {
private TreeV
www.eeworm.com/read/159549/10640805
frm guestmain.frm
VERSION 5.00
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX"
Begin VB.Form GuestMain
AutoRedraw = -1 'True
BorderStyle = 3 'Fixed Dialog
Caption
www.eeworm.com/read/159549/10640814
frm frmdeleteguest.frm
VERSION 5.00
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX"
Begin VB.Form frmDeleteGuest
AutoRedraw = -1 'True
BorderStyle = 3 'Fixed Dialog
Capt
www.eeworm.com/read/159227/10677152
frm form1.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
www.eeworm.com/read/421940/10678992
frm frmclientgroup.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form FrmClientGroup
BorderStyle = 3 'Fixed Dialog
Caption = "客户组管理"
Client