View Raw SPL
/* sysset.h */

#ifndef _INC_SYSSET_H
#define _INC_SYSSET_H

// sysset.tab
#define _sysstr_title  "System Preferences"

// sysset.pan
#define _sysstr_set    "Settings"

#define _sysstr_nfm    "Number Format"
#define _systip_nfm    "Format and Precision of Numeric Display"

#define _sysstr_ats    "Add Thousands Separator"
#define _systip_ats    "Separate Thousands Values for Display: 1000 -> 1,000" 

#define _sysstr_aca    "Angle Calculations"
#define _systip_aca    "Use Radians for Trignometric Functions | Use Degrees for Trignometric Functions"
#define _sysopt_rad    "Radians"
#define _sysopt_deg    "Degrees"

#define _sysstr_cnf    "Confomity"
#define _systip_cnf    "Align Calculations by Indices with Zero Padding | Align Calculations by the Union of Data Points with NA Padding | Align Calculations by the Intersection of X Values"
#define _sysstr_nad    "NA Display"
#define _systip_nad    "Use NA for NAVALUE Results | Use NaN for NAVALUE Results | Use NULL for NAVALUE Results"

#define _sysstr_dbx    "Dialog Boxes"

#define _sysstr_jbt    "Justify Buttons"
#define _systip_jbt    "Right Justify Ok Cancel Buttons | Left Justify Ok Cancel Buttons | Center Ok Cancel Buttons"
#define _sysopt_rht    "Right"
#define _sysopt_lft    "Left"
#define _sysopt_ctr    "Center"
#define _sysopt_top    "Top"
#define _sysstr_jlb    "Justify Labels"
#define _systip_jlb    "Right Justify Labels | Left Justify Labels | Center Labels | Draw Labels Above Control"
#define _sysstr_tts    "ToolTip Style"
#define _systip_tts    "Show Rectangular Style Tip | Show Balloon Style Tip | Do Not Display Tips"
#define _sysopt_std    "Standard"
#define _sysopt_bal    "Balloon"
#define _sysopt_dis    "Disabled"

// gcolor.pan
#define _sysstr_gclr   "Global Colors"

#define _sysstr_wfr    "Window Frame"
#define _systip_wfr    "Outer Window Frame Color"
#define _sysstr_wsc    "Window Scales"
#define _systip_wsc    "Plot Axes Scale Color"
#define _sysstr_whg    "Window Highlight"
#define _systip_whg    "3D Frame Highlight Color"
#define _sysstr_wsh    "Window Shadow"
#define _systip_wsh    "3D Frame Shadow Color"
#define _sysstr_iwc    "Inner Window Color"
#define _systip_iwc    "Plot Background Color"
#define _sysstr_sec    "Series Color"
#define _systip_sec    "Default Series Color"
#define _sysstr_sec    "Series Color"
#define _systip_sec    "Default Series Color"
#define _sysstr_grc    "Grid Color"
#define _systip_grc    "Default Grid Color"
#define _sysstr_emc    "Error Message Color"
#define _systip_emc    "Default Error Message Color"

#define _sysstr_nct    "Normal Caption Text"
#define _systip_nct    "Caption Text Color for Normal Window"
#define _sysstr_ncb    "Normal Caption Background"
#define _systip_ncb    "Caption Background Color for Normal Window"
#define _sysstr_ict    "Inactive Caption Text"
#define _systip_ict    "Caption Text Color for Inactive Window"
#define _sysstr_icb    "Inactive Caption Background"
#define _systip_icb    "Caption Background Color for Inactive Window"
#define _sysstr_act    "Active Caption Text"
#define _systip_act    "Caption Text Color for Active Window"
#define _sysstr_acb    "Active Caption Background"
#define _systip_acb    "Caption Background Color for Active Window"

#define _sysstr_lbc    "Label Colors"
#define _systip_lbc    "Window Label Colors"
#define _sysstr_dpc    "Dependencies Colors"
#define _systip_dpc    "Window Dependencies Caption Colors"
#define _sysstr_cla    "Classic Colors"
#define _systip_cla    "Set to Older Color Scheme"
#define _sysstr_hac    "Highlight Active Window Caption"
#define _systip_hac    "Highlight Caption when Window is Active or Zoomed"
#define _sysstr_dnc    "Define New Color"
#define _systip_dnc    "Create a New Color Definition"
#define _systip_mcl    "Add Web Compatible Colors"
#define _sysstr_clr    "Color Name"
#define _sysstr_cap    "Color Appearance"
#define _sysstr_pkc    "Pick Color"
#define _systip_pkc    "Graphically Define a New Color"

// calcset.pan
#define _sysstr_calc   "Calculations"

#define _sysstr_cam    "Calculation Mode"
#define _sysopt_cad    "Disabled"
#define _sysopt_cae    "Enabled"
#define _sysopt_cas    "Step"
#define _sysopt_cap    "Paused"
#define _sysopt_ccw    "Current Window"
#define _systip_cal    "Disable Worksheet Recalculation | Normal Mode, Evaluate Changed Windows Immediately | Step through Cyclical Calculations | Enabled, Evaluate Changed Windows When a Formula Changes | Enabled, Evaluate Current Window Only"

#define _sysstr_cwf    "Cyclical Window Formulae"
#define _systip_cwf    "Do Not Allow Circular Window References | Prompt when Circular Window References Encountered | Enable Circular Window References without Verification"
#define _sysopt_dis    "Disabled"
#define _sysopt_ewv    "Enabled with Verification"
#define _sysopt_enb    "Enabled"
#define _sysstr_itc    "Iteration Count"
#define _systip_itc    "Number of Calculation Iterations for Circular References"
#define _sysstr_pte    "Propagate Table (F9) Edits"
#define _systip_pte    "Do Not Recalculate Table Changes | Immediately Recalculate Table Changes | Recalculate Table Changes After Editing"
#define _sysopt_pim    "Propagate Immediately"
#define _sysopt_pae    "Propagate After All Edits"

#define _sysstr_opw    "OnPlotCalc Windows"
#define _sysstr_opl    "OnPlotCalc Enabled Windows"
#define _systip_opl    "List of Windows with Calculations Enabled when Plotting"

// activex.pan
#define _sysstr_atx    "ActiveX"

#define _sysstr_opt    "Options"
#define _sysstr_axe    "ActiveX Enabled"
#define _systip_axe    "Enable ActiveX Capability"
#define _sysstr_reg    "Register Server"
#define _systip_reg    "Register ActiveX Server on Startup"
#define _sysstr_tpa    "Transpose Arrays"
#define _systip_tpa    "Swap Rows and Columns on Array Transfers"
#define _sysstr_tav    "Transfer as Variants"
#define _systip_tav    "Transfer Binary Series Data as Array of Variants"
#define _sysstr_rot    "Strong Registration"
#define _systip_rot    "Server Remains Active after Last Client Exits"

#define _sysstr_eos    "Embedded Object Server"

#define _sysstr_wdi    "Width (in)"
#define _systip_wdi    "Width of Embedded Worksheet Image in Inches"
#define _sysstr_wdm    "Width (mm)"
#define _systip_wdm    "Width of Embedded Worksheet Image in Milimeters"
#define _sysstr_hti    "Height (in)"
#define _systip_hti    "Height of Embedded Worksheet Image in Inches"
#define _sysstr_htm    "Height (mm)"
#define _systip_htm    "Height of Embedded Worksheet Image in Milimeters"

#define _sysstr_dft    "Display Format"
#define _systip_dft    "Display Embedded Worksheet Image as Metafile Picture | Display Embedded Worksheet Image as Bitmap"
#define _sysopt_mtf    "Metafile"
#define _sysopt_bmp    "Bitmap"
#define _sysstr_drs    "Display Resolution"
#define _systip_drs    "Draw Embedded Worksheet Image using Screen Resolution | Draw Embedded Worksheet Image using Printer Resolution"
#define _sysopt_scr    "Screen"
#define _sysopt_prt    "Printer"
#define _sysstr_pft    "Print Format"
#define _systip_pft    "Print Embedded Worksheet Image as Metafile Picture | Print Embedded Worksheet Image as Bitmap"

#define _sysstr_flc    "File Locations"

#define _sysstr_dwk    "DWK Path"
#define _systip_dwk    "Default Location of External DWK Worksheet Documents"

#define _systip_usd    "Use System Default"


#define _sysstr_tmp    "Temp Path"
#define _systip_tmp    "Default Location of Temporary Files"

// dde.pan
#define _sysstr_dde    "DDE"

#define _sysstr_den    "DDE Enabled"
#define _systip_den    "Enable DDE Capability"
#define _sysstr_uwt    "Use Worksheet Topic"
#define _systip_uwt    "Use Worksheet Name as Primary DDE Topic for Copy Link"

#define _sysstr_lnk    "Paste Link"

#define _sysstr_ard    "Autoscale Received Data"
#define _systip_ard    "Autoscale Incoming Data for Paste Link"

#define _sysstr_apd    "Append Received Data"
#define _systip_apd    "Append Incoming Data to Destination Window for Paste Link"
#define _sysstr_dat    "Data Type"
#define _systip_dat    "Data Type for Incoming Data for Paste Link"
#define _systip_add    "Automatically Detect Data Type"
#define _sysstr_tmo    "Timeout"
#define _systip_tmo    "Timeout in Milliseconds for DDE Data Transfers"

// clipbrd.pan
#define _sysclp_w30    30
#define _sysclp_w15    15

#define _sysstr_clp    "Clipboard"

#define _sysstr_cbf    "Clipboard Formats"
#define _sysstr_txt    "Text"
#define _systip_txt    "Copy Series as ASCII Text"
#define _sysstr_bmp    "Bitmap"
#define _systip_bmp    "Copy Window as Device Independent Bitmap"
#define _sysstr_emf    "Enhanced Metafile"
#define _systip_emf    "Copy Window as Enhanced Metafile Picture (EMF)"
#define _sysstr_wmf    "WMF Metafile"
#define _systip_wmf    "Copy Window as Windows Metafile Picture (WMF)"
#define _sysstr_xlt    "Excel Table"
#define _systip_xlt    "Copy Series as Excel Style Binary Table"
#define _sysstr_img    "Image"
#define _systip_img    "Copy Image Only, Exclude Outer Window Frame if Window Contains Image"
#define _sysstr_ser    "Native Series"
#define _systip_ser    "Copy Series Natively, Useful for DADiSP to DADiSP Transfers"

#define _sysstr_cdc    "Column Delimiters for Copy"

#define _sysstr_tab    "&Tab"
#define _systip_tab    "ASCII Code 9"
#define _sysstr_com    "&Comma"
#define _systip_com    "ASCII Code 44"
#define _sysstr_spc    "&Space"
#define _systip_spc    "ASCII Code 32"
#define _sysstr_smc    "Se&micolon"
#define _systip_smc    "ASCII Code 59"
#define _sysstr_oth    "&Other"
#define _systip_oth    "Custom Delimiters"
#define _sysstr_ahc    "Add Header on Copy"
#define _systip_ahc    "Include Column Header on Series Copy"

#define _sysstr_cdp    "Column Delimiters for Paste"
#define _sysstr_tcd    "T&reat Consecutive Delimiters as One"
#define _systip_tcd    "Skip Multiple Delimiters Between Values"
#define _sysstr_ptc    "Pre-scan Table for Columns"
#define _systip_ptc    "Scan Clipboard Data to Determine Number of Columns"
#define _sysstr_drn    "Delayed Rendering"
#define _systip_drn    "Copy Series as Text and/or Excel Table only when Required"
#define _sysstr_con    "Clear On Exit"
#define _systip_con    "Clear Clipboard of Large Text and/or Excel Table Data on Exit"

// texconf.pan
#define _sysstr_tex    "TeX"

#define _sysstr_tpr    "TeX Processing"
#define _systip_tpr    "Disable TeX Expressions in Text Annotations | Enable TeX Expressions in Text Annotations | Enabled, but Require Leading and Trailing $ Inline Character (e.g. $\phi_0$)"
#define _sysopt_tds    "Disabled"
#define _sysopt_ten    "Enabled"
#define _sysopt_til    "Inline Form"

#define _sysstr_tau    "Auto Spacing"
#define _systip_tau    "Automatic Spacing between TeX Characters and Expressions"

#define _sysstr_tft    "TeX Font Type"
#define _systip_tft    "Use ASCII Fonts | Use Unicode Fonts, Recommended"

#define _sysopt_tas    "ASCII"
#define _sysopt_tuc    "Unicode"

#define _sysstr_tfn    "TeX Fonts"
#define _sysstr_tsf    "Symbol Font"
#define _systip_tsf    "Font for Math Symbols"
#define _sysstr_tcf    "Courier Font"
#define _systip_tcf    "Font for Courier (typewriter) Expressions"
#define _sysstr_tif    "Inline Font"
#define _systip_tif    "Font for Inline $ $ Expressions"
#define _sysstr_tgf    "Greek Font"
#define _systip_tgf    "Font for Greek Letters"
#define _sysstr_tpf    "Group Font"
#define _systip_tpf    "Font for |[()]| Grouping Characters"
#define _sysstr_tlf    "Limit Font"
#define _systip_tlf    "Font for Summation (\sum) Characters"

// miscclr.pan
#define _sysstr_mcs    "Misc Colors"
#define _systip_mcs    "Misc Application Colors"

#define _sysstr_apc    "Application Colors"
#define _sysstr_afg    "Application Foreground"
#define _systip_afg    "Application Foreground Color"
#define _sysstr_abg    "Application Background"
#define _systip_abg    "Application Background Color"
#define _sysstr_tfg    "Application Text Foreground"
#define _systip_tfg    "Application Text Foreground Color"
#define _sysstr_tbg    "Application Text Background"
#define _systip_tbg    "Application Text Background Color"
#define _sysstr_wks    "Worksheet Background"
#define _systip_wks    "Worksheet Background Color"

// depclr.pan
#define _sysstr_wdc    "Window Dependencies Colors"
#define _sysstr_cct    "Child Caption Text"
#define _systip_cct    "Caption Text Color for Dependent Windows"
#define _sysstr_pct    "Parent Caption Text"
#define _systip_pct    "Caption Text Color for Windows Dependent On"
#define _sysstr_ccb    "Child Caption Background"
#define _systip_ccb    "Caption Background Color for Dependent Windows"
#define _sysstr_pcb    "Parent Caption Background"
#define _systip_pcb    "Caption Background Color for Windows Dependent On"

// onpltclr.pan
#define _sysstr_opc    "OnPlotCalc Colors"
#define _systip_opc    "Caption Colors for OnPlotCalc Windows"
#define _sysstr_ont    "Normal Caption Text"
#define _systip_ont    "Normal Caption Text Color for OnPlotCalc Windows"
#define _sysstr_oat    "Active Caption Text"
#define _systip_oat    "Active Caption Text Color for OnPlotCalc Windows"
#define _sysstr_onb    "Normal Caption Background"
#define _systip_onb    "Normal Caption Background Color for OnPlotCalc Windows"
#define _sysstr_oab    "Active Caption Background"
#define _systip_oab    "Active Caption Background Color for OnPlotCalc Windows"

// darkmode.pan
#define _sysstr_dms    "Dark Mode Settings"
#define _sysstr_dmo    "Dark Mode"
#define _systip_dmo    "Dark Mode Options"

#define _sysstr_dmd    "Dark Mode"
#define _systip_dmd    "Always Display in Light Mode | Always Display in Dark Mode | Use Current System Dark Mode Setting"
#define _sysopt_lmd    "Force Light Mode"
#define _sysopt_dmd    "Force Dark Mode"
#define _sysopt_fsy    "Follow System"

// onpcalc.pan
#define _sysstr_sop    "OnPlotCalc"


#endif