代码搜索:notepad
找到约 3,424 项符合「notepad」的源代码
代码结果 3,424
www.eeworm.com/read/114105/15076593
sln notepad.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{20D4826A-C6FA-45DB-90F4-C717570B9F32}") = "notepad", "notepad.csdproj", "{F30880A4-8E74-45EF-A32A-13FD468AD9C6}"
ProjectSection(
www.eeworm.com/read/214457/15099555
dof notepad.dof
[FileVersion]
Version=6.0
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=1
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/214457/15099556
res notepad.res
www.eeworm.com/read/214457/15099560
cfg notepad.cfg
-$A8
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J+
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/214457/15099561
exe notepad.exe
www.eeworm.com/read/214457/15099567
dpr notepad.dpr
program Notepad;
uses
Forms,
UnitMain in 'UnitMain.pas' {FormMain},
Unit1 in '..\Notepad\自写记事本\Unit1.pas' {AboutBox};
{$R *.RES}
begin
Application.Initialize;
Application.Cre
www.eeworm.com/read/214457/15099573
~dpr notepad.~dpr
program Notepad;
uses
Forms,
UnitMain in '..\Notepad\自写记事本\UnitMain.pas' {FormMain},
Unit1 in '..\Notepad\自写记事本\Unit1.pas' {AboutBox};
{$R *.RES}
begin
Application.Initialize;
www.eeworm.com/read/207654/15265946
c notepad.c
#include
#include
#include
#include "notepad.h"
static GtkWidget *text;
/* Increase the size of the buffer for better performance.
* It's small so that the pro
www.eeworm.com/read/207654/15265949
h notepad.h
void ShowMessage (char *szTitle, char *szMessage);
GtkWidget *GetTextWidget ();
char *GetText ();
void menu_New ();
void menu_ImportRTF ();
void menu_Find ();
void menu_Open ();
void menu_Save ();
vo