/* --- Script © 2005 EC Software --- */
var ua = navigator.userAgent;
var dom = (document.getElementById) ? true : false;
var ie4 = (document.all && !dom) ? true : false;
var ie5_5 = ((ua.indexOf("MSIE 5.5")>=0 || ua.indexOf("MSIE 6")>=0) && ua.indexOf("Opera")<0) ? true : false;
var ns4 = (document.layers && !dom) ? true : false;
var offsxy = 6;
function hmshowPopup(e, txt, stick) {
  var tip = '<table  border="1" cellpadding="6" cellspacing="0" bgcolor="#FFFFFF" style="{border-width:1px; border-color:#000000; border-collapse:collapse;}"><tr valign=top><td>'+ txt + '<\/td><\/tr><\/table>';
  var tooltip = atooltip();
  e = e?e:window.event;
  var mx = ns4 ? e.PageX : e.clientX;
  var my = ns4 ? e.PageY : e.clientY;
  var bodyl = (window.pageXOffset) ? window.pageXOffset : document.body.scrollLeft;
  var bodyt = (window.pageYOffset) ? window.pageYOffset : document.body.scrollTop;
  var bodyw = (window.innerWidth)  ? window.innerWidth  : document.body.offsetWidth;
  if (ns4) {
    tooltip.document.write(tip);
    tooltip.document.close();
    if ((mx + offsxy + bodyl + tooltip.width) > bodyw) { mx = bodyw - offsxy - bodyl - tooltip.width; if (mx < 0) mx = 0; }
    tooltip.left = mx + offsxy + bodyl;
    tooltip.top = my + offsxy + bodyt;
  }
  else {
    tooltip.innerHTML = tip;
    if (tooltip.offsetWidth) if ((mx + offsxy + bodyl + tooltip.offsetWidth) > bodyw) { mx = bodyw - offsxy - bodyl - tooltip.offsetWidth; if (mx < 0) mx = 0; }
    tooltip.style.left = (mx + offsxy + bodyl)+"px";
    tooltip.style.top  = (my + offsxy + bodyt)+"px";
  }
  with(tooltip) { ns4 ? visibility="show" : style.visibility="visible" }
  if (stick) document.onmouseup = hmhidePopup;
}
function hmhidePopup() {
  var tooltip = atooltip();
  ns4 ? tooltip.visibility="hide" : tooltip.style.visibility="hidden";
}
function atooltip(){
 return ns4 ? document.hmpopupDiv : ie4 ? document.all.hmpopupDiv : document.getElementById('hmpopupDiv')
}
popid_1358923615="<p>Checked, this option automatically increase the build number each time you compile the script.<\/p>\n\r"
popid_1766268919="<p>Link a Windows XP manifest into the executable file. This file is necessary to tell Windows XP to use the latest version of the common controls DLL which is XP theme-aware. <\/p>\n\r<p>&nbsp;<\/p>\n\r"
popid_1379250819="<p>Tells the compiler to include version information at compilation.<\/p>\n\r"
popid_1695054828X="<p>Saves a script if it has been changed every two minutes.<\/p>\n\r"
popid_125124776="<p>DialogScript does not allow compound conditions.&nbsp; However, you can have a group of statements executed if one or more of several conditions are true by concatenating the conditions, since DialogScript considers a non-null result to be true.&nbsp; For example:<\/p>\n\r<p>&nbsp;<\/p>\n\r<p><span style=\"font-weight: bold;\">if @ext<\/span>(<span style=\"color: #ff0000;\">%F<\/span>,<span style=\"color: #0000ff;\">COM<\/span>)<span style=\"font-weight: bold;\">@ext<\/span>(<span style=\"color: #ff0000;\">%F<\/span>,<span style=\"color: #0000ff;\">EXE<\/span>)<span style=\"font-weight: bold;\">@ext<\/span>(<span style=\"color: #ff0000;\">%F<\/span>,<span style=\"color: #0000ff;\">BAT<\/span>),<span style=\"color: #0000ff;\">run<\/span> <span style=\"color: #ff0000;\">%F<\/span><\/p>\n\r<p>&nbsp;<\/p>\n\r"
popid_1085414693="<p>To convert from using INI files to registry keys you can usually just replace the <span style=\"font-weight: bold;\">INIFILE<\/span> command with <span style=\"font-weight: bold;\">REGISTRY<\/span>, and insert the parameter DEFAULT at the front of the parameter list.<\/p>\n\r<p>&nbsp;<\/p>\n\r<p>&nbsp;<\/p>\n\r<p>&nbsp;<\/p>\n\r"
popid_637087731="<p>Continues execution of the script from the current point.<\/p>\n\r"
popid_637804770="<p>Controls are objects such as buttons, text and list boxes which may appear in a window.<\/p>\n\r"
popid_1085388762="<p>If a <span style=\"font-weight: bold;\">DDE<\/span> <span style=\"color: #0000ff;\">EXECUTE<\/span> command isn\'t working, replace <span style=\"font-weight: bold;\">DDE<\/span> <span style=\"color: #0000ff;\">EXECUTE<\/span> by INFO. This will display the DDE command that is being sent in a message box, so you can check that the syntax is correct and it isn\'t being truncated.<\/p>\n\r"
popid_70080563="<p>Traces through the script.&nbsp; As each line is executed it is highlighted in the editor window.&nbsp; If the debug window is showing then its contents are updated after every line so you can watch the variables changing dynamically.<\/p>\n\r"
popid_1772130882X="<div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;\"><table cellspacing=\"0\" cellpadding=\"1\" border=\"0\" style=\"border: none; border-spacing:0px;\">\n\r<tr style=\"text-align:left;vertical-align:top;\">\n\r<td valign=\"top\" width=\"143\" style=\"width:143px;\"><p><img src=\"editmenu.png\" width=\"142\" height=\"174\" border=\"0\" alt=\"\"><\/p>\n\r<\/td>\n\r<td valign=\"top\" width=\"219\" style=\"width:219px;\"><p>The Edit menu contains options for cutting text, copying it to and pasting it from the clipboard, and for search and replace.<\/p>\n\r<p><span class=\"f_Dialogdescription\">&nbsp;<\/span><\/p>\n\r<\/td>\n\r<\/tr>\n\r<\/table>\n\r<\/div>\n\r"
popid_1557396243="<p>Copies the text selected in the code window to the clipboard.<\/p>\n\r"
popid_1661791548X="<p>Cuts the text selected in the code window to the clipboard.<\/p>\n\r"
popid_1557623563="<p>Search for text in the script.<\/p>\n\r"
popid_1708101619X="<p>Pastes text from the clipboard into the code window at the current cursor position.<\/p>\n\r"
popid_1076148855X="<p>Events occur as a result of interaction with the script program, such as when a button is pressed or when the dialog window is closed. Timer events can also occur at intervals.&nbsp; You can halt a script and wait for an event to occur using the <a href=\"key_wait.htm\">WAIT EVENT<\/a> command, and determine the type of event using the <a href=\"fn_event.htm\">@EVENT<\/a> function.<\/p>\n\r"
popid_572982144X="<p>Note:<\/p>\n\r<p>&nbsp;<\/p>\n\r<p>1. When copying code from the online help into the script editor make sure that any blank lines are removed and any word-wrapped lines are restored to a single line or you may get errors when running the script.<\/p>\n\r<p>&nbsp;<\/p>\n\r<p>2. Some of the example scripts use Windows 95 features which are not available if you are using a 16-bit version of Visual DialogScript.<\/p>\n\r<p>&nbsp;<\/p>\n\r"
popid_339327269X="<p>The field separator is the character used to separate items of data on a line of text, such as a database record.&nbsp; DialogScript uses the vertical bar \"|\" by default, but this can be changed using the <span style=\"font-weight: bold;\">OPTION<\/span> command.&nbsp; Data fields can be split up and stored in separate variables or dialog contrls using the <span style=\"font-weight: bold;\">PARSE<\/span> command.<\/p>\n\r"
popid_1284617620="<div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;\"><table cellspacing=\"0\" cellpadding=\"1\" border=\"0\" style=\"border: none; border-spacing:0px;\">\n\r<tr style=\"text-align:left;vertical-align:top;\">\n\r<td valign=\"top\" width=\"180\" style=\"width:180px;\"><p><img src=\"filemenu.png\" width=\"177\" height=\"258\" border=\"0\" alt=\"\"><\/p>\n\r<\/td>\n\r<td valign=\"top\" width=\"219\" style=\"width:219px;\"><p>The File menu contains options for creating new projects, opening and saving projects, printing source, compile project and for exiting Visual DialogScript.<\/p>\n\r<p><span class=\"f_Dialogdescription\">&nbsp;<\/span><\/p>\n\r<\/td>\n\r<\/tr>\n\r<\/table>\n\r<\/div>\n\r<p><span style=\"font-size: 8pt; font-family: \'Verdana\';\">&nbsp;<\/span><\/p>\n\r"
popid_1925626901X="<div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;\"><table cellspacing=\"0\" cellpadding=\"1\" border=\"0\" style=\"border: none; border-spacing:0px;\">\n\r<tr style=\"text-align:left;vertical-align:top;\">\n\r<td valign=\"top\" width=\"203\" style=\"width:203px;\"><p><img src=\"viewmenu.png\" width=\"200\" height=\"166\" border=\"0\" alt=\"\"><\/p>\n\r<\/td>\n\r<td valign=\"top\" width=\"219\" style=\"width:219px;\"><p>The View menu contains options for show or hide several options of the IDE.<\/p>\n\r<\/td>\n\r<\/tr>\n\r<\/table>\n\r<\/div>\n\r"
popid_1884378007="<div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;\"><table cellspacing=\"0\" cellpadding=\"1\" border=\"0\" style=\"border: none; border-spacing:0px;\">\n\r<tr style=\"text-align:left;vertical-align:top;\">\n\r<td valign=\"top\" width=\"184\" style=\"width:184px;\"><p><img src=\"optionsmenu.png\" width=\"181\" height=\"90\" border=\"0\" alt=\"\"><\/p>\n\r<\/td>\n\r<td valign=\"top\" width=\"219\" style=\"width:219px;\"><p>This menu<span class=\"f_Dialogdescription\"> lets you set several IDE options. Editor and Project Defaults are very useful options. You\'ll find more detailled information about them into this help file.<\/span><\/p>\n\r<\/td>\n\r<\/tr>\n\r<\/table>\n\r<\/div>\n\r"
popid_1108729872="<p>Creates a new blank script.<\/p>\n\r"
popid_430843342="<p>Opens an existing script.<\/p>\n\r"
popid_407185359X="<p>Reset the running script<\/p>\n\r<p>&nbsp;<\/p>\n\r"
popid_2043839464X="<p>Check for the syntax validity<\/p>\n\r"
popid_978555154="<div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;\"><table cellspacing=\"0\" cellpadding=\"1\" border=\"0\" style=\"border: none; border-spacing:0px;\">\n\r<tr style=\"text-align:left;vertical-align:top;\">\n\r<td valign=\"top\" width=\"147\" style=\"width:147px;\"><p><img src=\"labels.png\" width=\"145\" height=\"106\" border=\"0\" alt=\"\"><\/p>\n\r<\/td>\n\r<td valign=\"top\" width=\"219\" style=\"width:219px;\"><p>Jump to the selected label into the current script<\/p>\n\r<p><span class=\"f_Dialogdescription\">&nbsp;<\/span><\/p>\n\r<\/td>\n\r<\/tr>\n\r<\/table>\n\r<\/div>\n\r"
popid_2144975397X="<p>Go to the line number...<\/p>\n\r"
popid_733609465="<p>Run the compiled script<\/p>\n\r"
popid_431134357="<p>Saves the script.<\/p>\n\r"
popid_1147555027="<div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;\"><table cellspacing=\"0\" cellpadding=\"1\" border=\"0\" style=\"border: none; border-spacing:0px;\">\n\r<tr style=\"text-align:left;vertical-align:top;\">\n\r<td valign=\"top\" width=\"181\" style=\"width:181px;\"><p><img src=\"hrlpmenu.png\" width=\"178\" height=\"128\" border=\"0\" alt=\"\"><\/p>\n\r<\/td>\n\r<td valign=\"top\" width=\"219\" style=\"width:219px;\"><p>The Help menu allows you to access Visual DialogScript\'s online help.<\/p>\n\r<p>&nbsp;<\/p>\n\r<p>&nbsp;<\/p>\n\r<p><span class=\"f_Dialogdescription\">&nbsp;<\/span><\/p>\n\r<\/td>\n\r<\/tr>\n\r<\/table>\n\r<\/div>\n\r"
popid_591554867="<p>Displays the contents page of the online help.<\/p>\n\r"
popid_1926743188X="<p>Allows you to perform a keyword search of the online help.<\/p>\n\r"
popid_527409157X="<p>A dialog control (list box, combo box) that can be treated as a string list.<\/p>\n\r"
popid_1649772552X="<p>Creates an executable file.<\/p>\n\r"
popid_209978373X="<p>If this option is checked the variables in the script window will show their values as a tooltip when roll over with the mouse.<\/p>\n\r"
popid_66186715X="<p>This option sets the font to be used in the debug window.<\/p>\n\r"
popid_1557634673="<p>This option sets the font to be used in the script editor.<\/p>\n\r"
popid_257320709X="<p>If this option is selected, when you press the Enter key in the editor, the new line is indented to the same level as the one above it.<\/p>\n\r"
popid_1160607228X="<p>If this option is checked, the development environment will minimize all its open windows when the script you are testing runs.<\/p>\n\r"
popid_305300459="<p>Check this option to have all the items in string lists displayed in the debug window.&nbsp; If the lists are large this option should be turned off otherwise it will slow down the debugger.<\/p>\n\r"
popid_1014175666X="<p>This option sets the tab interval to be used by the editor.&nbsp; An interval of 1 disables the tab key.<\/p>\n\r<p>&nbsp;<\/p>\n\r<p>Note that tabs are implemented by inserting spaces.&nbsp; Tab characters must not appear in a script source file.<\/p>\n\r<p>&nbsp;<\/p>\n\r"
popid_934763118X="<p>If this option is checked the debug window will be kept on top of other active windows.<\/p>\n\r"
popid_125812345="<p>Traces through the script.&nbsp; As each line is executed it is highlighted in the editor window.&nbsp; If the debug window is showing then its contents are updated after every line so you can watch the variables changing dynamically.<\/p>\n\r"
popid_112152421="<p>Prints the script on the default printer.<\/p>\n\r"
popid_515561896X="<p>Moves a line or block of text away from the margin by as many spaces as defined in the <a href=\"editor_options.htm\">editor options<\/a>.<\/p>\n\r"
popid_828814439="<p>This option automatically saves the opened script before run.<\/p>\n\r"
popid_825426400X="<p><span style=\"font-size: 9pt; font-family: \'Tahoma\'; color: #000000;\">Disable \/ enable the ability to detach toolbars from the main IDE window<\/span><\/p>\n\r"
popid_1500022959X="<p><span style=\"font-size: 9pt; font-family: \'Tahoma\'; color: #000000;\">Disable \/ enable the Microsoft Office XP-style menus<\/span><\/p>\n\r"
popid_64487="<p>Runs the script.<\/p>\n\r"
popid_1187431741="<div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;\"><table cellspacing=\"0\" cellpadding=\"1\" border=\"0\" style=\"border: none; border-spacing:0px;\">\n\r<tr style=\"text-align:left;vertical-align:top;\">\n\r<td valign=\"top\" width=\"139\" style=\"width:139px;\"><p><img src=\"runmenu.png\" width=\"136\" height=\"147\" border=\"0\" alt=\"\"><\/p>\n\r<\/td>\n\r<td valign=\"top\" width=\"219\" style=\"width:219px;\"><p>The Run menu is used to test run&nbsp; the script.&nbsp; Other options enable you to set command line parameters for the script being tested, and debug the script.<\/p>\n\r<\/td>\n\r<\/tr>\n\r<\/table>\n\r<\/div>\n\r"
popid_1511684109="<p>Shell operations are defined for each file type in the Windows Registry.&nbsp; They are the operations like Open and Print which you see listed at the top of the context menu when you right-click on a file.<\/p>\n\r"
popid_1653090560="<p>Executes the next line of the script.<\/p>\n\r"
popid_2850674="<p>Stops execution of a running script.&nbsp; If the script is running in the debugger, you can continue or single step execution from the point at which it stops, and view the values of the variables in the debug window.<\/p>\n\r"
popid_976717542="<p>Styles are names which are associated with a set of attributes (such as color, font) that determine how a dialog or a control should appear.&nbsp; They are set using the STYLE dialog element.&nbsp; In addition, there are some predefined styles such as CLICK&nbsp; that apply only to dialogs or specific controls.<\/p>\n\r"
popid_452886718X="<div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;\"><table cellspacing=\"0\" cellpadding=\"1\" border=\"0\" style=\"border: none; border-spacing:0px;\">\n\r<tr style=\"text-align:left;vertical-align:top;\">\n\r<td valign=\"top\" width=\"165\" style=\"width:165px;\"><p><img src=\"toolsmenu.png\" width=\"161\" height=\"177\" border=\"0\" alt=\"\"><\/p>\n\r<\/td>\n\r<td valign=\"top\" width=\"219\" style=\"width:219px;\"><p>From the Tools menu you can access utilities which may help with the development of your script program.<\/p>\n\r<p>&nbsp;<\/p>\n\r<p>Tools are placed in the Tools folder, subsidiary to the VDS main folder. The IDE looks in there at start-up, and builds the Tools menu from the names of the EXE files contained therein. So to install a tool you just place it, or a shortcut to it, in the Tools folder. A parameter is passed to the tool, of the path of the script being edited.<\/p>\n\r<p>&nbsp;<\/p>\n\r<p><span class=\"f_Dialogdescription\">&nbsp;<\/span><\/p>\n\r<\/td>\n\r<\/tr>\n\r<\/table>\n\r<\/div>\n\r"
popid_134752263="<p>Shows or hides the debug window.<\/p>\n\r"
popid_150402908X="<p>A window can be identified by one of three things:<\/p>\n\r<p>&nbsp;<\/p>\n\r<div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 14px;\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"line-height: normal;\"><tr valign=\"baseline\"><td width=\"13\"><span style=\"font-size: 10pt; font-family: \'Arial Unicode MS\', \'Lucida Sans Unicode\', \'Arial\'; color: #000000;\">&#8226;<\/span><\/td><td>its title (the text that appears in its title bar)<\/td><\/tr><\/table><\/div><div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 14px;\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"line-height: normal;\"><tr valign=\"baseline\"><td width=\"13\"><span style=\"font-size: 10pt; font-family: \'Arial Unicode MS\', \'Lucida Sans Unicode\', \'Arial\'; color: #000000;\">&#8226;<\/span><\/td><td>its <a href=\"javascript:void(0);\" onclick=\"return hmshowPopup(event, popid_1074200888, true);\" class=\"popuplink\">class name<\/a> (an internal name that can be discovered using the <a href=\"main.htm\">Window Spy<\/a>)<\/td><\/tr><\/table><\/div><div style=\"text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 14px;\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"line-height: normal;\"><tr valign=\"baseline\"><td width=\"13\"><span style=\"font-size: 10pt; font-family: \'Arial Unicode MS\', \'Lucida Sans Unicode\', \'Arial\'; color: #000000;\">&#8226;<\/span><\/td><td>its <a href=\"javascript:void(0);\" onclick=\"return hmshowPopup(event, popid_1158267649, true);\" class=\"popuplink\">window identifier<\/a> (a value obtained by using the <a href=\"fn_winactive.htm\">@WINACTIVE<\/a>, <a href=\"fn_winexists.htm\">@WINEXISTS<\/a> or <a href=\"fn_winatpoint.htm\">@WINATPOINT<\/a> functions)<\/td><\/tr><\/table><\/div><p>&nbsp;<\/p>\n\r"
popid_1074200888="<p>The window class name is the name given to the window by the application\'s programmer.&nbsp; This name, unlike the window title, does not change.&nbsp; You can find out the window class name using the <a href=\"main.htm\">Window Spy<\/a>, which can be selected from the Tools menu.<\/p>\n\r"
popid_1158267649="<p>This is a numeric value by which Windows identifies a specific instance of a window.&nbsp; Microsoft calls it the window handle.<\/p>\n\r"
popid_1378027723X="<p>Moves a line or block of text closer to the margin by as many spaces as defined in the <a href=\"editor_options.htm\">editor options<\/a>.<\/p>\n\r"
popid_2998120="<p>Undoes the last change made to the script.<\/p>\n\r"
popid_2742958="<p>Undoes the changes made by undo.<\/p>\n\r"
popid_1757028058X="<p>Allows you to select a folder to be used as the default folder for script projects.<\/p>\n\r"
popid_241944712X="<p>Select here the default print settings.<\/p>\n\r"
popid_241944711X="<p>Set here default settings for the I.D.E.<\/p>\n\r"
popid_718822938="<p>Click here to select the item default background color for the current script.<\/p>\n\r"
popid_1539796693="<p>Click here to select the item default text attributes for the current script.<\/p>\n\r"
popid_830039720X="<p>Click here to select the language item or the script window object to be customized.<\/p>\n\r"
popid_411966937="<p>Click here to set the current values to the default values for each new script.<\/p>\n\r"
popid_1665685385X="<p>Select here the item default font for the current script.<\/p>\n\r"
popid_1258933740X="<p>Select here the item default font size for the current script.<\/p>\n\r"
popid_1502435234="<p>You can see here a sample of highlighted code with your selected presets.<\/p>\n\r"
popid_1313833301X="<p>Click here to select the item default foreground color for the current script.<\/p>\n\r"
popid_783910056X="<p>Show you the current language. This can\'t be customized.<\/p>\n\r"
popid_1474769580="<p>Hot keys combination for the selected action.<\/p>\n\r"
popid_1169424057="<p>Use these fields to enter new hot keys.<\/p>\n\r"
popid_99336065="<p>Available actions to perform with hot keys.<\/p>\n\r"
popid_1690195261X="<p>Add or remove a hot keys combination.<\/p>\n\r"
popid_241944705X="<p>Click here to select the item default background color for the current script.<\/p>\n\r"
popid_2345092="<p>You can choose a different name or location for the executable file, by pressing this Browse button.&nbsp; By default the EXE has the same name as the script, and will be created in the same directory.<\/p>\n\r"
popid_2345093="<p>You can change the icon from the default Visual DialogScript icon by pressing the second Browse button and choosing an icon file.&nbsp; Note that the main icon supports 16, 256 and 24 bit colored icons. You can also change the default icon with your own, renaming it default.ico and overwritting the one located into the VisualDialogScript directory.<\/p>\n\r<p>&nbsp;<\/p>\n\r"
popid_2345094="<p>Create the executable file.<\/p>\n\r"
popid_2345095="<p>Test the created executable.<\/p>\n\r"
popid_1371202336X="<p>List of currently setted replacements.<\/p>\n\r"
popid_231674917X="<p>Type here the usual errors to be replaced.<\/p>\n\r"
popid_231669325X="<p>Type here the corrected text to insert when you type the abreviations or when you make some \"recursive\" errors.<\/p>\n\r"
popid_231643429X="<p>Add here all characters which indicate the IDE to check last word typed.<\/p>\n\r"
popid_1224193893X="<p>List of currently setted code templates.<\/p>\n\r"
popid_914482315="<p>Sample code associated with the selected item from the field above and to be inserted.&nbsp; It\'s also the field to use to write a new sample.<\/p>\n\r"
popid_228237562X="<p>Define here the hot key to activate the list popup which allows you to select a sample into the IDE.<\/p>\n\r"
popid_1224049944X="<p>Type here the name for a new sample.<\/p>\n\r"
popid_228250511X="<p>Type here a short description for the new sample.<\/p>\n\r"
popid_1463873630X="<p>Open a dialog model to edit.<\/p>\n\r"
popid_1143359985="<p>Save a dialog model for future use.<\/p>\n\r"
popid_933789415X="<p>Make a copy of the selected dialog element below it.<\/p>\n\r"
popid_878780120X="<p>Make a copy of the selected dialog element to the right of it.<\/p>\n\r"
popid_1970145043X="<p>Edit the dialog\'s description threw a easily to use window interface.<\/p>\n\r"
popid_951853909X="<p>Refresh the dialog to see immediate changes<\/p>\n\r"
popid_2902622="<p>Test the dialog to see immediately how the application will run<\/p>\n\r"
popid_2939458="<p>Type of dialog element<\/p>\n\r"
popid_67929="<p>Top position of the dialog element<\/p>\n\r"
popid_2266007="<p>Left position of the dialog element<\/p>\n\r"
popid_135359466="<p>Width of the dialog element<\/p>\n\r"
popid_692938573X="<p>Height of the dialog element<\/p>\n\r"
popid_125132300="<p>Title of the dialog<\/p>\n\r"
popid_1422432016X="<p>The name of the currently selected style<\/p>\n\r"
popid_1892622="<p>Places a uniform spaced grid on the dialog for easy alignment of dialog elements.&nbsp; User can choose size and if the grid is visible.<\/p>\n\r"
popid_1729315672X="<p>Accept changes to the dialog<\/p>\n\r"
popid_1441265990X="<p>Do not accept changes to the dialog<\/p>\n\r"
popid_1948233="<p>Receive help on the dialog designer<\/p>\n\r"
popid_219248001="<p>X and Y coordinate of the mouse respective to the dialog being designed<\/p>\n\r"
popid_1581849669="<p>Styles are names which are associated with a set of attributes (such as color, font) that determine how a dialog or a control should appear.&nbsp; They are set using the STYLE dialog element.&nbsp; In addition, there are some predefined styles such as CLICK&nbsp; that apply only to dialogs or specific controls.&nbsp; To get a list of available styles for each dialog element click on the text STYLES on the Property editor window to get a popup window with all available styles.<\/p>\n\r"
popid_1807799="<p>The font of the currently selected style<\/p>\n\r"
popid_49920852="<p>The font size of the currently selected style<\/p>\n\r"
popid_799741357X="<p>The typeface attributes for the currently selected style<\/p>\n\r"
popid_1252809470="<p>The justification position of the currently selected style<\/p>\n\r"
popid_2047097260="<p>Background color of the currently selected style<\/p>\n\r"
popid_597130785X="<p>Foreground color of the currently selected style<\/p>\n\r"
popid_1678223402X="<p>Launch this help file.<\/p>\n\r"
popid_1678426917X="<p>Exit the application.<\/p>\n\r"
popid_685345401X="<p>This is the area in which you create and modify your icon.&nbsp; It is displayed at 4 x magnification to make your work easier.<\/p>\n\r<p>You edit the icon by choosing a drawing tool and then drawing with it using the mouse.&nbsp; If you hold down the left mouse button, the foreground color is used.&nbsp; If you hold down the right mouse button, the background color is used.<\/p>\n\r"
popid_915742815X="<p>These scroll bars are only displayed when importing a bitmap file using File \/ Open or Edit \/ Paste.&nbsp; You can use them to position the bitmap image within the 32 x 32 icon area. As soon as you use another drawing tool, the scroll bars disappear.<\/p>\n\r"
popid_1406478110="<p>The status bar shows the current cursor position in X and Y co-ordinates.<\/p>\n\r"
popid_545937231X="<p>This window displays the icon in its real size, so you can see how it will look.<\/p>\n\r"
popid_1961690888X="<p>This control indicates the color currently selected as the transparent color.&nbsp; When the icon is created, all the pixels that are this color will be made transparent, so that when the icon is displayed in Windows, the background color shows through.<\/p>\n\r<p>To change the transparent color (in case you want to use this color in your icon) click on the control with the left or right mouse button to select the current foreground or background color to represent transparent.<\/p>\n\r"
popid_410376736X="<p>You use the color box to select the colors to be used by the drawing tool.&nbsp; Clicking on a color with the left mouse button selects it as the foreground color.&nbsp; Clicking on a color with the right mouse button selects it as the background color.<\/p>\n\r"
popid_915171027="<p>This button selects the Pen drawing tool.&nbsp; Use this to draw pixels and freehand lines.<\/p>\n\r"
popid_1804481603X="<p>This button selects the Fill drawing tool.&nbsp; Use this to flood fill an area with a color.<\/p>\n\r"
popid_1770239376="<p>This button selects the Line drawing tool.&nbsp; Use this to draw straight&nbsp; lines.<\/p>\n\r"
popid_419264028="<p>This button selects the Rectangle drawing tool.&nbsp; Use this to draw an open rectangle.<\/p>\n\r"
popid_1400175403X="<p>This button selects the Filled Rectangle drawing tool.&nbsp; Use this to draw filled rectangles.<\/p>\n\r"
popid_678149253X="<p>This button selects the Ellipse drawing tool.&nbsp; Use this to draw open ellipses and circles.<\/p>\n\r"
popid_1819174362X="<p>This button selects the Filled Ellipse drawing tool.&nbsp; Use this to draw filled ellipses and circles.<\/p>\n\r"
popid_1608048316X="<p>The Help menu item lets you call up the online help.<\/p>\n\r"
popid_621869704="<p>Use this button to create a new icon.<\/p>\n\r"
popid_258497498="<p>Use this button to open an icon, DLL, executable or bitmap file. Icon Designer 3.0 can extract icons from executables and DLLs.<\/p>\n\r"
popid_1921390623="<p>Use this button to save the icon.<\/p>\n\r"
popid_1603025183="<p>Use this button to copy the current icon to clipboard.<\/p>\n\r"
popid_1213833297="<p>Use this button to paste the content of the clipboard into the drawing area.<\/p>\n\r"
popid_765386052X="<p>Use this button to undo the last editing action.<\/p>\n\r"
popid_422285294="<p>Use this button to redo the last editing action.<\/p>\n\r"
popid_306382329X="<p>The File menu allows you to open icon or bitmap files, save icons, or create a new icon.<\/p>\n\r"
popid_821126021="<p>The Edit menu lets you paste a bitmap from the Clipboard into the editor window, or copy the icon to the Clipboard. You can also undo the last action.<\/p>\n\r<p>&nbsp;<\/p>\n\r"
popid_2081124262X="<p>The Tools menu lets you select the drawing tools, as an alternative to using the tool bar buttons.<\/p>\n\r"
popid_1847822138="<p>When an icon is displayed in Windows, the window background shows through those pixels that have been defined as transparent.&nbsp; Usually these are the border or background of the icon.&nbsp; The icon editor lets you choose which color to use to represent the transparent areas of the icon.<\/p>\n\r"

