2.Setup dialog.
#ifdef WXE
  -Popup help support by right button.
#endif
  -Font
#ifdef WXE
   .FontStyle   :font face name
   .Font-H      :Font height
   .Font-W      :Font width
#else   //XXE
   .FontStyle/FontHeight/FontWidth
                :Result of selection by FontDialog is displayed,
                 push FontChange button to change screen font.
#endif
   Check combination of Fontstyle and Charset on the sample screen.

   .Row-H       :height of text box
   .Col-W       :width of text box
#ifdef WXE
   .TrueTypeFont:TrueType is used if the fontface has it.
   .CharSet     :Use SJIS for Japanese DBCS.
                 Charset effect may be differ between Windows version.
                 If Japanese DOS line-drawing char(0x01 etc) is used,
                 try other 254.
                 Other CharSet may effective for other foreign lang.
#endif
  -Backgrounf color
#ifdef WXE
   .R/G/B       :value is 0 to 255.
                 check effect on the sample display area.
                 To change ruler color,set "Ruler" checkbox on.
#else   //XXE
   .sample window display selected color,push ColorChange button to
    popup ColorSelectionDialog.
    To change ruler color push "Ruler" button.
#endif

  -RulerKey
    Specify 3 letters used with Shift+Ctrl+ to display crosshairs.
    To erase press twice. Default is "F1F2F3"
#ifdef WXE
    ex). F1F2F3   QWE   123
#else   //XXE
    ex). F1F2F3   QWE   !"#(upper symbol of numeric key)
#endif

  -Scroll
   .Ctr         :scroll line count by mouse middle button.
   .Intvl       :scroll start when mouse left button is pushed while
                 3 times of this interval.
                 scroll is done at each time of this interval.
                 unit is 1/10 sec.
  -Shortcut key
   .effective only when chcked on at setup dialog.
   .Accelerator :short cut of pull down menu.
     reset check when you want to use function key by "OPT CCFUNC ON"
     Shift+Ctrk+char combination reaches to xe even if Accelerator check is ON,
     and follows on CCFUNC option.
                  Ctrl+"A":SaveAs
                  Ctrl+"C":Copy(Cut&Paste)
                  Ctrl+"E":start Explorer
                  Ctrl+"H":PrtScr(Hardcopy)
                  Ctrl+"I":Paste(Cut&Paste Insert mode)
                  Ctrl+"L":Clear(Cut&Paste)
                  Ctrl+"M":open DOS prompt screen
                  Ctrl+"N":New file
                  Ctrl+"O":Open file
                  Ctrl+"P":Print file
                  Ctrl+"R":Paste(Cut&PAste Replace mode)
                  Ctrl+"S":Save
                  Ctrl+"T":Cut(Cut&Paste)
                  Ctrl+"V":Preview(PageSetup)
                  Ctrl+"X":Exit
                  Ctrl+"Z":About
   .MenuKey     :Select menu by conbination with Alt Key
                  Alt+"F":File
                  Alt+"E":Edit
                  Alt+"S":Setup
                  Alt+"P":Preview
                  Alt+"H":Help
   .R-Ctrl      :Use Right-Ctrl as execute key.
                 When checked,Enter key act as CRLF function.
   .FreeCursor  :Scroll(check off) or Wrap(checl on) when curser reached to
                 edge of screen.
   .Beep        :Beep when error.
   .QuietExit   :Bypass confirmation dialog "Exit xe?".

1