代码搜索:Notebook
找到约 1,084 项符合「Notebook」的源代码
代码结果 1,084
www.eeworm.com/read/118316/6099095
java jdbc_conn.java
package ntsky.note;
import java.sql.*;
public class Jdbc_conn{
String sDBDriver="org.gjt.mm.mysql.Driver";
String sConnStr="jdbc:mysql://127.0.0.1:3306/notebook?user=skyyjl&password=abc";
www.eeworm.com/read/344861/11855972
am makefile.am
COMMON_SUBDIRS = notebook tools bomb housekeeper same fontdemo dlgdemo ctrldemo picview
if MGRM_PROCESSES
LITE_SUBDIRS=mginit
else
LITE_SUBDIRS=
endif
if USE_NEWGAL
NEWGAL_SUBDIRS=gdidemo painter
el
www.eeworm.com/read/219228/4848807
h debuggertree.h
#ifndef DEBUGGERTREE_H
#define DEBUGGERTREE_H
#include
#include
#include
extern int cbCustom_WATCHES_CHANGED;
class DebuggerTree : public wxPan
www.eeworm.com/read/219228/4848956
h wxssettingsdlg.h
#ifndef WXSSETTINGSDLG_H
#define WXSSETTINGSDLG_H
//(*Headers(wxsSettingsDlg)
#include
#include
#include
#include
#include
www.eeworm.com/read/193116/5147939
java aboutdialog.java
package notebook;
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
public class AboutDialog extends JDialog {
JPanel panel1 = new JPanel();
JPanel jPanel1 = new JPanel();
JLab
www.eeworm.com/read/170577/5403354
changelog
2003-12-18 Bob Techentin
**** BWIDGET 1.7.0 TAGGED ****
* README.txt: Changed revision to 1.7.0. Note that
1.7.0 does not include 2003-11-26 mod to notebook.tcl.
20
www.eeworm.com/read/374966/2744836
java replacedialog.java
package notebook;
import java.awt.BorderLayout;
import java.awt.Frame;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.*;
import javax.swing.text.*;
import javax
www.eeworm.com/read/374966/2744838
java finddialog.java
package notebook;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.*;
import javax.swing.text.*;
import javax.swing.undo.*;
import java.awt.BorderLayout;
import jav
www.eeworm.com/read/374966/2744839
java fontdialog.java
package notebook;
import java.awt.Frame;
import javax.swing.JDialog;
import javax.swing.JPanel;
import javax.swing.JLabel;
import com.borland.jbcl.layout.XYLayout;
import com.borlan
www.eeworm.com/read/474065/6829158
cpp tvrlt.cpp
// TvRlt.cpp : implementation file
//
#include "stdafx.h"
#include "NoteBook.h"
#include "TvRlt.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;