1 | <html>
|
---|
2 | <head>
|
---|
3 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
---|
4 | <title>Manual</title>
|
---|
5 | </head>
|
---|
6 | <body style="font-size:12pt;font-family:helvetica">
|
---|
7 |
|
---|
8 | <p><center><h2>Simple Text Viewer</h2></center></p>
|
---|
9 |
|
---|
10 | <p>
|
---|
11 | The Simple Text Viewer enables the user to select and view
|
---|
12 | existing files.
|
---|
13 | </p>
|
---|
14 |
|
---|
15 | <p><center>
|
---|
16 | <img src="images/mainwindow.png" />
|
---|
17 | </center></p>
|
---|
18 |
|
---|
19 | <p>
|
---|
20 | HTML files is displayed using rich text, while
|
---|
21 | other files are presented as plain text. The application
|
---|
22 | provides a file dialog allowing the user to search for files
|
---|
23 | using wildcard matching. The search is performed within in the
|
---|
24 | specified directory, and the user is given an option to browse
|
---|
25 | the existing file system to find the relevant directory.
|
---|
26 | </p>
|
---|
27 |
|
---|
|
---|