代码搜索:NotePad
找到约 3,424 项符合「NotePad」的源代码
代码结果 3,424
www.eeworm.com/read/336339/12450684
properties notepad_fr.properties
# @(#)Notepad_fr.properties 1.3 99/07/12
#
# Resource strings for Notepad example
Title=Notepad
# Menu labels
fileLabel=Fichier
openLabel=Ouvrir
newLabel=Nouveau
saveLabel=Sauver
exitLabel=Quitter
www.eeworm.com/read/336339/12450691
properties notepad_sv.properties
# @(#)Notepad_sv.properties 1.3 99/07/12
#
# Resource strings for Notepad example
Title=Notepad
# Menu labels
fileLabel=Arkiv
openLabel=謕pna
newLabel=Ny
saveLabel=Spara
exitLabel=Avsluta
editLabel=
www.eeworm.com/read/231536/14227929
rc2 notepad.rc2
//
// NOTEPAD.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
///
www.eeworm.com/read/128042/14318272
exe notepad2.exe
www.eeworm.com/read/128042/14318274
reg notepad2.reg
REGEDIT4
; Additional Settings for Notepad2
;
; Notepad2 must be restarted after the values have been
; imported to the registry (press Ctrl+L from Notepad2).
; Notepad2 Toolbar Button Cust
www.eeworm.com/read/226572/14457993
ico notepad_blue.ico
www.eeworm.com/read/117298/14931883
txt notepad2.txt
[Application]一个记事本的源代码
//保存为MiniEditor.java
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import javax.swing.*;
import javax.swing.event.*;
import javax.swing.text.*;