# Microsoft Developer Studio Project File - Name="text 04" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) A
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "text 04"=".\text 04
#!/usr/bin/wish -f
# First of all, we create a vertical scrollbar which we attach to the text widget.
# Then we pack them side by side and tell the text window to expand to fill the available
# windo
#!/usr/bin/wish -f
# First of all, we create a vertical scrollbar which we attach to the text widget.
# Then we pack them side by side and tell the text window to expand to fill the available
# windo
#include
/**
A frame that contains a text control.
*/
class TextFrame : public wxFrame
{
public:
/**
Constructs the text control.
*/
TextFrame();
private:
wxTextCtrl* t