class NewFileDlg : Dialog {
IDEFrame _ide;
Project _project;
ProjectFolder _folder;
string[] _sourcePaths;
StringListWidget _projectTemplateList;
EditBox _templateDescription;
DirEditLine _edLocation;
EditLine _edFileName;
EditLine _edModuleName;
EditLine _edFilePath;
TextWidget _statusText;
string _fileName;
string _location;
string _moduleName;
string _packageName;
string _fullPathName;
int _currentTemplateIndex;
ProjectTemplate _currentTemplate;
ProjectTemplate[] _templates;
}