home *** CD-ROM | disk | FTP | other *** search
INI File | 1993-08-12 | 10.2 KB | 378 lines |
- ;***
- ;*** SOFTWARE GROVE MESSAGES DEFAULTS ***
- ;***
-
- [MESSAGES]
-
-
- ; Keys for password-protection
- ; !do not manually change (or remove) the next lines!
- ; They are required for MESSAGES to run.
-
- USERNAME=Customer
- MESSAGES_PASSWD=IHKKDADNJIE
-
-
- ; ICON_ALWAYS_ON_TOP, LOG_ALWAYS_ON_TOP and PAD_ALWAYS_ON_TOP
- ; determine whether the icon, message-log, and/or message-pad
- ; (respectively) will always remain visible, even when another
- ; application is running (defaults:NO to window/pad, YES to ICON).
-
- ICON_Always_On_Top=YES
- PAD_Always_On_Top=NO
- LOG_Always_On_Top=NO
-
-
- ; ALWAYS_RETURN_TO_APP determines whether the message-pad will
- ; return automatically to the last active application from which
- ; you jumped into MESSAGES (default:YES).
-
- Always_Return_To_App=YES
-
-
- ; STARTUP_AS determines whether MESSAGES will startup as the
- ; message-PAD, message-LOG, or as an ICON (default:ICON).
-
- Startup_As=ICON
-
-
- ; EXIT_ON_SAVE determines whether the SAVE button on the message-pad
- ; will also cause the message-pad to exit (default:YES).
-
- Exit_On_Save=YES
-
-
- ; EXIT_ON_PRINT determines whether the PRINT button on the message-pad
- ; will also cause the message-pad to exit (default:NO).
-
- Exit_On_Print=NO
-
-
- ; SAVE_ON_PRINT determines whether the PRINT button will also
- ; automatically SAVE the message (default:YES).
-
- Save_On_Print=YES
-
-
- ; CLOSE_EXITS_PROGRAM determines whether the CLOSE menu item (and ALT-F4
- ; hotkey) will exit from MESSAGES when executed from the message-pad
- ; and the message-log, or simply return to the icon (default:YES).
- ; Close will always exit when executed from the icon.
-
- Close_Exits_Program=YES
-
-
- ; DELETE_ON_READ determines whether READING a message will automatically
- ; flag it as DELETED (default:NO).
-
- Delete_On_Read=NO
-
-
- ; Cardfile to use in preloading "FROM (M)" fields after from-name is entered
- ; (default:CALLERS.CRD).
-
- Caller_CardFile=CALLERS.CRD
-
-
- ; MESSAGES can add or modify the CALLER cardfile using the "FROM (M)" fields
- ; (if a cardfile is specified above)
- ; (options: ALWAYS,NEVER,CHECKOFF,CHECKON) (default:CHECKON).
-
- Modify_Cardfile=CHECKON
-
-
- ; AREACODE specifies the default areacode to be used in the "PHONE" field
- ; (default:000).
-
- Default_AreaCode=95054
-
-
- ; Cardfile containing the names to be pre-defined for the "FOR (TO)" field
- ; on the message-pad (default:INBOXES.CRD).
-
- InBox_CardFile=INBOXES.CRD
-
-
- ; If this option is turned on the "Set Options" dialog box will include
- ; a button that can be used to start NotePad (or other text editor).
- ; (default:NO).
-
- Options_Editor_Button=NO
- Options_Editor=notepad.exe
-
-
-
- ;***
- ;*** SOFTWARE GROVE MESSAGES NETWORK DEFAULTS ***
- ;***
-
- [MESSAGES.NETWORK]
-
-
- ; MODE can be one of MSG-CENTER or INBOX. Be sure to choose the
- ; correct style as this will greatly affect operation and defaults.
-
- Mode=JJGFJJPHNH
-
-
- ; POLLING_INTERVAL specifies the number of seconds to wait between
- ; checking for new messages (0=check only by menu command)
- ; (default:600).
-
- Polling_Interval=600
-
-
- ; NETWORK_PATH specifies the complete network path on which
- ; Messages for Networks was installed
- ; (default is <current-working-directory>).
-
- Network_Path=X:\MESSAGES
-
-
- ; FOLDER_PATH specifies the complete directory path for any
- ; local folders (default is <current-working-directory>).
-
- Folder_Path=X:\MESSAGES\FOLDERS
-
-
- ; FLAG_NEW_MESSAGES specified that the Messages icon should
- ; change on the screen to indicate that the InBox contains
- ; new messages - it will change to the flag-icon of the latest
- ; new message (default:NO).
-
- Flag_New_Messages=NO
-
-
- ; FLASH_NEW_MESSAGES specified that the Messages icon should
- ; blink on the screen to indicate that the InBox contains
- ; new messages (default:YES).
-
- Flash_New_Messages=YES
-
-
- ; BEEP_NEW_MESSAGES specified that Messages should beep to
- ; indicate that the InBox contains new messages
- ; (options:NO or n where n is the max number of times to beep)(default:1).
-
- Beep_New_Messages=1
-
-
- ; POPUP_NEW_MESSAGES specified that the message-pad (or message-log)
- ; should pop onto the screen, displaying the new messages
- ; (options:PAD,LOG,NO) (default:NO).
-
- Popup_New_Messages=NO
-
-
-
- ;***
- ;*** SOFTWARE GROVE MESSAGES DISPLAY DEFAULTS ***
- ;***
-
- [MESSAGES.DISPLAY]
-
-
- ; WINDOW DEFAULT POSITIONS...
- ; LOG_x defines where the main window will be placed initially...
- ; _style can be one of: 1=normal, 2=minimized, 3=maximized,
- ; if _STYLE is "normal" _x, _y, _w, and _h can be used to specify
- ; the default x & y, width & height.
-
- LOG_X=0
- LOG_Y=0
- LOG_W=1000
- LOG_H=1000
- LOG_Style=3
-
-
- ; PAD_X and PAD_Y specify a screen location for the MESSAGE-PAD. If
- ; these options are not used or are less than 1, the Pad is placed
- ; by Windows.
-
- PAD_X=10
- PAD_Y=10
-
-
- ; ICON_X and ICON_Y specify a screen location for the MESSAGES icon. If
- ; these options are not used or are less than 1, the icon is placed
- ; by Windows.
-
- ICON_X=
- ICON_Y=
-
-
- ; LOG_BKGND and PAD_BKGND, and LOG_FRGND and PAD_FRGND
- ; define the background and foreground colors,
- ; for the Daily-log windows and message-pads, respectively,
- ; and can be: (case ignored)
- ; BLACK, RED, BLUE, GREEN, YELLOW, MAGENTA, CYAN, WHITE,
- ; DKRED, DKGREEN, DKBLUE, TAN, PURPLE, AQUA, GRAY, LTGRAY,
- ; or a hexadecimal RGB value (two hex chars each for Blue,Green,and Red).
-
- LOG_Bkgnd=ltgray
- LOG_Frgnd=black
-
- PAD_Frgnd=black
- PAD_Bkgnd=magenta
-
-
- ; PAD_FONTFACE and LOG_FONTFACE (and _FONTSIZE)
- ; define the font to use in the message pad/log windows
- ; (defaults are the system defaults).
-
- LOG_FontFace=
- LOG_FontSize=
-
- PAD_FontFace=
- PAD_FontSize=12
-
-
- ; PAD_FORM - defines the message-pad form to use
- ; (choices include PINK_PAD (square) and BLUE_PAD (horizontal rectangle))
- ; (default:PINK_PAD)
-
- PAD_Form=PINK_PAD
-
-
- ; INIT_TO_NAME determines whether the first person in the INBOXES cardfile
- ; (if a cardfile is specified above) is automatically inserted in the
- ; "TO" field when the form appears
- ; (options:NONE or n where n is the nth card in the cardfile)(default:1).
-
- Init_To_Name=1
-
-
- ; MULTILINE_TO_FIELD determines whether or not the "TO" field uses
- ; carriage-returns (enter-key) to enter additional names or to move
- ; to the next field (default:NO (move)).
-
- MultiLine_To_Field=NO
-
-
- ; AUTOFILL determines whether or not to fill the "OF" and "PHONE" fields
- ; for a given "FROM", using the cardfile specified above (default:YES).
-
- AutoFill=YES
-
-
- ; MULTILINE_CALLER_FIELDS determines whether the "OF" and "PHONE"
- ; fields for a given "FROM" use carriage-returns (enter-key) to enter
- ; a new line, or to move to the next field (default:NO (move)).
-
- MultiLine_Caller_Fields=NO
-
-
- ; COMPLETE_TO_NAME and COMPLETE_FROM_NAME determine whether or not to
- ; attempt to anticipate the names being typed in the "TO" and "FROM"
- ; fields (defaults: NO).
-
- Complete_To_Name=NO
- Complete_From_Name=NO
-
-
- ; CAPITALIZE_NAMES determines whether or not to automatically capitalize
- ; the first character in each word in the "TO" and "FROM" fields
- ; (default:NO).
-
- Capitalize_Names=NO
-
-
- ; MULTIPLE_ICON_FLAGS determines whether or not multiple icons may be
- ; selected for a given message. If YES, the selection must be made
- ; (or unmade) using the <Space> key, otherwise just normal selecting
- ; (default:NO).
-
- Multiple_Icon_Flags=NO
-
-
- ; These options can be used to change the format used in date and time
- ; strings on the message-pad (as opposed to Date_MDY and Time_12hr)
- ; (defaults:NO).
-
- Date_DMY_Format=NO
- Time_24hr_Format=NO
-
-
- ; These options can be used to automatically pre-select the specified
- ; checkboxes on the message-pad (defaults:NO).
-
- Phoned_Default_On=NO
- Called-To-See-You_Default_On=NO
- Wants-To-See-You_Default_On=NO
- Please-Call-Back_Default_On=NO
- Will-Call-Again_Default_On=NO
- Returned-Call_Default_On=NO
-
-
- ; SHOW_EXCERPTS determines whether the first several words of
- ; the message should be displayed in the log message-list and in the
- ; message-select box (default:NO).
-
- Show_Excerpts=NO
-
-
- ; SHOW_FLAGS determines whether the icon-flags of the message should be
- ; displayed in the log message-list and in the message-select box
- ; (default:NO).
-
-
- Show_Flags=NO
-
-
- ; SHOW_TIME determines whether the time of the message should be
- ; displayed in the log message-list and in the message-select box
- ; (default:NO).
-
- Show_Time=NO
-
-
-
- ;***
- ;*** SOFTWARE GROVE MESSAGES PRINTER DEFAULTS ***
- ;***
-
- [MESSAGES.PRINT]
-
-
- ; LOG_PRINT_TEMPLATE and PAD_PRINT_TEMPLATE are used to define the
- ; default printing formats (NONE=prompt user)
- ; (defaults: message-pad=trackltr.frm, other=4up-ltr.frm).
-
- LOG_Print_Template=4UP-LTR.FRM
- PAD_Print_Template=TRACKLTR.FRM
-
-
- ; PRINT_FONTFACE (and _FONTSIZE defines the font to use in printing
- ; messages. PRINT_FONTSIZE is only used when printing an entire logfile,
- ; otherwise the best-fit fontsize will be used.
- ; (defaults: fontface=ARIAL, fontsize=12)
-
- Print_FontFace=ARIAL
- Print_FontSize=12
-
-
- ; PRINTERDEVICE is used to define the default printer.
- ; must be of the format DEVICENAME,DRIVER,PORT:
- ; and must be found in win.ini (see Control Panel) (NONE=system default)
- ; (default:NONE))
-
- PrinterDevice=NONE
-
-
- ; LOG_TEMPLATE_PROMPT and PAD_TEMPLATE_PROMPT define whether to force
- ; the use of the default templates defined above or to prompt at
- ; printing time
- ; (options:ALWAYS,NEVER,FIRST)
- ; (defaults:NEVER to PAD_TEMPLATE_PROMPT, ALWAYS to TEMPLATE_PROMPT).
-
- LOG_Template_Prompt=ALWAYS
- PAD_Template_Prompt=NEVER
-
-
- ; DEVICE_PROMPT defines whether to force the use of the default
- ; printerdevice defined above or to prompt at printing time
- ; (options:ALWAYS,FIRST) (default:ALWAYS).
-
- Device_Prompt=ALWAYS
-
-