Text To Gui Program
PROGRAM REQUIREMENTS:
A windows program to parse out text files and show them as a GUI
where changeable parameters are shown in a text editable box and non-changeable parameters are shown as preceding non-editable text on the GUI.
There are two versions of the program.
One test version and one final version. The final version can have all the features and the test version can have limited features.
Normal file comments can be switched out completely or switched back on. (In the trial version I want the comments OFF switch to be momentary, like two seconds. When the customer pays and registers they will get a version which works flip flops normally.)
The program will have the option to save as a default file type which opens as a GUI or in the original file extension format, while at the same time creating a backup of the original. (Must create a new backup at every save)
The original file extension may be one of at least six types:
.ini
.php
.conf
.txt
(no extension)
(other unspecified)
The parsing must handle a file like the httpd.conf file in the Apache web server config file, the PHP.ini file and the my.ini file for mySQL
The program must allow the user to open the file, select logical parsing attributes to fine-tune the GUI appearance and then save the file exactly as it was originally except for edits to the field boxes which the use may have made.
Logical parsing attributes can appear as a filter at page top with on and off switches.
Warnings need to appear in the program to compare the file carefully before overwriting the original.



