搜索资源列表
GetText.zip
- 获得编辑框文本
GetText.zip
- 获取窗口文本,包括显示为*的文本
wel
- class NumberListener implements ActionListener{ public void actionPerformed(ActionEvent e){ if (!append) { tf.setText(\"\") append=true } String s=tf.getText() s+=e.getActionCommand() tf.setText(s) if (!btn[10].isE
gui
- 刚刚完成的一个gui,有点像tc界面。文本模式下的GUI设计时,主要要用到 这些库函数:textcolor() 用于设置打印文本的前景色,textbackground() 用于设置打 印文本 的背景色。gettext() 用于保存文本窗口的内容,puttext() 显示文本;利用这两个函 数,就可以实现
vc21487899244
- 主要源码: void CFDlg::OnChangeEdit1() { UpdateData() m_strExt.MakeUpper() m_list.ResetContent() if(m_strExt.GetLength()==0) return CStdioFile sf if(sf.Open(\"FileExt.txt\",Cfile::modeRead)) { CString strTe
GTK-Source-Code-2.2.4-2.zip
- GGTK-Source-Code-2.2.4-2.zip原始碼,內容包含:tiff-3.6.1-2-src.zip、pkgconfig-0.15.0.tar.gz、pango-src-1.2.5-20040124.zip、libxml2-2.4.12-src.zip、libpng-1.2.5-1-src.zip、libglade-2.0.1-src.zip、jpeg-6b-3-src.zip、gtk+-src-2.2.4-20040124.zip、gtk-wimp-0.5.3-src.tar.g
Demo8
- 写一个应用程序,要求编写一个Panel的子类MyPanel,MyPanel中有一个文本框和一个按钮,要求MyPanel的实例作为其按钮的ActionEvent事件的监视器,当单击按钮时,程序获取文本框中的文本,并将该文本作为按钮的名称。然后再编写一个Frame的子类,即窗口。窗口的布局为BorderLayout布局。窗口中添加两个MyPanel面板,分别添加到窗口的东部区域和西部区域-MyPanel.Java package cn import java.awt.* import
GetText
- 获得编辑框文本-Access to the text edit box
ktdms-src-oss-3.5.4
- PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。-PHP knowledge manage system,which is famous as Knowlege Tree system.
gettext-0.10.35.tar
- Library gettext for Linux
libintl-3.4.0-sol10-sparc-local
- libintl for solaris. libintl是用于程序国际化的库文件,常常是gettext的依赖程序。-libintl for solaris
intltool-0.40.6.tar
- 述 internationalization tool Descr iption: The intltool package is a set of tools for translating the contents of data files using the gettext translation framework. 这个是一个转换文件,用gettext来转换数据文档内容 -Shu internationalization tool Descr iptio
gettext
- 改程序实现的是从网络中获取文件。格式可以是任意的 -gettext
gtkgettext.tar
- 一个使用automake autoconf产生Makefile的工程,并且里面使用了gettext进行国际化支持。有详细的文档说明-Use automake autoconf generate a Makefile in the project, and which uses gettext for internationalization support. Detailed documentation of
gettext
- 将AutoCAD的单行、多行文字输出到一个文本文件。-To AutoCAD' s single, multi-line text output to a text file.
gettext-0.18.1.1.tar
- 图像转换源码,可以帮助有需要转换图像格式的同志学习学习-Image Conversion Source
multilan
- 在Linux下开发多语言 GetText是一系列的工具和库函数,帮助程序员和翻译人员开发多语言软件 -linux gettext
gettext-runtime-0.13.1
- gettext-runtime-0.13.1.zip 一个库文件 用于在cygwin中编译ethereal工具-gettext-runtime-0.13.1.zip a library file is used to compile ethereal tools in cygwin
gtkP2.6.2
- glib-dev-2.6.6.zip 一个库文件 用于在cygwin中编译ethereal工具-gettext-runtime-0.13.1.zip a library file is used to compile ethereal tools in cygwin
WINTC-GUI
- WINTC GUI,模仿WINTC界面。文本模式下的GUI设计时,主要要用到这些库函数:textcolor() 用于设置打印文本的前景色,textbackground() 用于设置打印文本的背景色。gettext() 用于保存文本窗口的内容,puttext() 显示文本;利用这两个函数,就可以实现文本窗口的保存与恢复。比如,在每次显示菜单,之前先把,菜单将要覆盖的文本窗口内容用gettext() 保存到内存中,然后显示菜单,在退出菜单时使用puttext() 把覆盖的文本内容还原,刚进入GUI程