home *** CD-ROM | disk | FTP | other *** search
INI File | 1993-08-20 | 21.4 KB | 1,220 lines |
- [ver]
- 4
- [sty]
- _DEFAULT.STY
- [files]
- [charset]
- 82
- ANSI (Windows, IBM CP 1252)
- [revisions]
- 0
- [prn]
- Apple LaserWriter II NTX
- [port]
- LPT2:
- [lang]
- 1
- [desc]
-
-
-
-
-
- 745873094
- 1
- 745873002
- 0
- 8
- 0
- 0
- 0
- 0
-
-
-
-
-
-
- 1
- [fopts]
- 0
- 1
- 0
- 0
- [lnopts]
- 2
- Body Text
- 1
- [docopts]
- 5
- 2
- [GramStyle]
-
- [l1]
- 0
- [pg]
- 8
- 42 0 14 0 0 0 0 65535 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
- 87 0 5 0 0 0 0 65535 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
- 131 0 34 0 0 0 0 65535 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
- 176 0 20 0 0 0 0 65535 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
- 214 71 7 0 0 1 0 65535 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
- 255 0 80 0 0 0 0 65535 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
- 300 0 17 0 0 0 0 65535 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
- 337 0 0 1025 0 0 0 65535 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
- [edoc]
- <:#284,9360>' Macro by Charlie Pappas
-
- <:#284,9360>
-
- <:#284,9360>'IMPRCOPY.SMM
-
- <:#284,9360>define str300 "Collect & Copy"
-
- <:#284,9360>define str301 "Lotus Improv"
-
- <:#284,9360>define str302 "OLE Link"
-
- <:#284,9360>define str303 "OLE Embed"
-
- <:#284,9360>define str304 "_default.sty"
-
- <:#284,9360>define curunits 1 ' 1 defaults to inches
-
- <:#284,9360>' END SECTION
-
- <:#284,9360>
-
- <:#284,9360>
-
- <:#568,9360>define CreateFont() DllCall("gdi,CreateFont,HHHHHHHHHHHHHHC", %1, %2, %3, %4, %5, %6, %7, %8, %9, %10, %11, %12, %13, %14)
-
- <:#284,9360>define DeleteObject(handle) DllCall("gdi,DeleteObject,HH", %1)
-
- <:#568,9360>define SendMessage(hwnd, msg, wpara, lparm) DllCall("user,SendMessage,HHHHJ", %1, %2, %3, %4)
-
- <:#284,9360>define WM_SETFONT 0x30
-
- <:#284,9360>declare createdlgfont()
-
- <:#284,9360>declare setfont(hdlg, id)
-
- <:#284,9360>declare deletefont()
-
- <:#284,9360>
-
- <:#284,9360>Define MoveWindow() DllCall("User,MoveWindow,HHHHHHA",%1,%2,%3,%4,%5,%6)
-
- <:#284,9360>Define SetFocus() DllCall("user,SetFocus,HH",%1)
-
- <:#284,9360>Define FindWindow() DllCall("user,FindWindow,HCC", %1, %2)
-
- <:#284,9360>DEFINE GetWindowrect() DllCall("user,GetWindowRect,HHN",%1,%2)
-
- <:#568,9360>define SetWindowPos(hwnd, hwndinsertafter, x, y, cx, cy, wflags) DllCall("user,SetWindowPos,HHHHHHHI", %1, %2, %3, %4, %5, %6, %7)
-
- <:#284,9360>Define ShowWindow(hWnd, stuff) DllCall("user,ShowWindow,HHH", %1, %2)
-
- <:#284,9360>Define GetModuleHandle() DllCall("kernel,GetModuleHandle,HC", %1)
-
- <:#284,9360>define SWP_NOMOVE 0x0002
-
- <:#284,9360>Define PostMessage() DllCall("User,PostMessage,HHHHJ",%1,%2,%3,%4)
-
- <:#284,9360>define IsIconic(hWnd) DllCall("user,IsIconic,HH", %1)
-
- <:#284,9360>define WinHelpa(hWnd, file, cmd, ptr) DllCall("user,WinHelp,HHCHJ", %1, %2, %3, %4)
-
- <:#284,9360>
-
- <:#284,9360>Define WM_SETREDRAW 0x000B
-
- <:#284,9360>define WM_COMMAND 0x0111
-
- <:#284,9360>define SC_RESTORE 0xF120
-
- <:#284,9360>define WM_SYSCOMMAND 0x0112
-
- <:#284,9360>
-
- <:#284,9360>define MyAppName str300
-
- <:#284,9360>define MsgBox(msgtext) Message(%1, myappname)
-
- <:#284,9360>
-
- <:#284,9360>declare newnow()
-
- <:#284,9360>declare done()
-
- <:#284,9360>declare insertdata(hdlg, id, val)
-
- <:#284,9360>declare hActivateLotusApp(AppTitleBarName, LotusIniAppName, ClassName)
-
- <:#284,9360>
-
- <:#284,9360>declare showami(rect)
-
- <:#284,9360>declare hideami(rect)
-
- <:#284,9360>declare modframe()
-
- <:#284,9360>declare setpagelayout()
-
- <:#284,9360>declare winproc(hdlg, id, val)
-
- <:#284,9360>declare box2(hdlg, id, val)
-
- <:#284,9360>declare freeglobals()
-
- <:#284,9360>
-
- <:#284,9360>function bits()
-
- <:#284,9360>appname = "IMPROV"
-
- <:#284,9360>if appname = "123W"
-
- <:#284,9360> AppTitleBarName = "Lotus 1-2-3 Release 4"
-
- <:#284,9360> LotusIniAppName = "123W"
-
- <:#284,9360> ClassName = "123WParent"
-
- <:#284,9360>else
-
- <:#284,9360> AppTitleBarName = str301
-
- <:#284,9360> LotusIniAppName = "IMPROV"
-
- <:#284,9360> ClassName = "bbw:0"
-
- <:#284,9360>endif
-
- <:#284,9360>newnow()
-
- <:#284,9360>hwnd = hActivateLotusApp(AppTitleBarName, LotusIniAppName, ClassName)
-
- <:#284,9360>if hwnd = 0
-
- <:#284,9360> return 0
-
- <:#284,9360>endif
-
- <:#284,9360>
-
- <:#284,9360>dim rect(4)
-
- <:#284,9360>onerror endit
-
- <:#284,9360>oncancel endit
-
- <:#284,9360>
-
- <:#284,9360>allocglobalvar("bits", 1)
-
- <:#284,9360>setglobalvar("bits", 0)
-
- <:#284,9360>allocglobalvar("bitsapp", 1)
-
- <:#284,9360>setglobalvar("bitsapp", lotusiniappname)
-
- <:#284,9360>allocglobalvar("framecount", 1)
-
- <:#284,9360>setglobalvar("framecount", 0)
-
- <:#284,9360>allocglobalvar("lotusapphwnd", 1)
-
- <:#284,9360>setglobalvar("lotusapphwnd", hwnd)
-
- <:#284,9360>hwndpro = findwindow("amiprownda", 0)
-
- <:#284,9360>if isiconic(hwnd)
-
- <:#284,9360> appsendmessage(findwindow("Progman", 0), WM_SYSCOMMAND, SC_RESTORE, 0)
-
- <:#284,9360> appmaximize(AppTitleBarName)
-
- <:#284,9360>endif
-
- <:#284,9360>showwindow(hwndpro, 0)
-
- <:#284,9360>
-
- <:#284,9360>rmac = getrunningmacrofile$()
-
- <:#284,9360>setdlgcallback(0, "{rmac}!initdlg")
-
- <:#284,9360>setdlgcallback(71, "{rmac}!insertdata")
-
- <:#284,9360>runlater("{rmac}!setappfocus", 0.1)
-
- <:#284,9360>dialogbox(".", "box1")
-
- <:#284,9360>setdlgcallback(0, "{rmac}!initdlg2")
-
- <:#284,9360>dlgkeyinterrupt(<[>f1], "{rmac}!helpme")
-
- <:#284,9360>box = dialogbox(".", lotusiniappname)
-
- <:#284,9360>if box = 1
-
- <:#284,9360> showwindow(hwndpro, 5)
-
- <:#284,9360>else
-
- <:#284,9360> showwindow(hwndpro, 5)
-
- <:#284,9360> activateapp(AppTitleBarName)
-
- <:#284,9360>endif
-
- <:#284,9360>freeglobals()
-
- <:#284,9360>return 1
-
- <:#284,9360>endit:
-
- <:#284,9360>showwindow(hwndpro, 5)
-
- <:#284,9360>activateapp(AppTitleBarName)
-
- <:#284,9360>freeglobals()
-
- <:#284,9360>end function
-
- <:#284,9360>
-
- <:#284,9360>function setappfocus()
-
- <:#284,9360>setfocus(getglobalvar$("lotusapphwnd"))
-
- <:#284,9360>end function
-
- <:#284,9360>
-
- <:#284,9360>
-
- <:#284,9360>function helpme()
-
- <:#568,9360>WinHelpa(FindWindow("AmiProWndA", 0), strcat$(GetAmiDirectory$(), "HelpPack.hlp"), 0x0001, 145)
-
- <:#284,9360>end function
-
- <:#284,9360>
-
- <:#284,9360>
-
- <:#284,9360>function freeglobals()
-
- <:#284,9360>freeglobalvar("framecount")
-
- <:#284,9360>freeglobalvar("bits")
-
- <:#284,9360>freeglobalvar("lotusapphwnd")
-
- <:#284,9360>freeglobalvar("bitsapp")
-
- <:#284,9360>deletefont()
-
- <:#284,9360>end function
-
- <:#284,9360>
-
- <:#284,9360>
-
- <:#284,9360>function initdlg2(hdlg, id, value)
-
- <:#284,9360>for i = 1000 to 1006
-
- <:#284,9360> setfont(hdlg, i)
-
- <:#284,9360>next
-
- <:#284,9360>end function
-
- <:#284,9360>
-
- <:#284,9360>
-
- <:#284,9360>function initdlg(hdlg, id, value)
-
- <:#284,9360>for i = 1000 to 1006
-
- <:#284,9360> setfont(hdlg, i)
-
- <:#284,9360>next
-
- <:#284,9360>
-
- <:#284,9360>dim rect(4)
-
- <:#284,9360>GetWindowRect(hdlg, &rect)
-
- <:#284,9360>x = rect(1)
-
- <:#284,9360>y = rect(2)
-
- <:#284,9360>cx = rect(3) - x
-
- <:#284,9360>cy = rect(4) - y
-
- <:#284,9360>setwindowpos(hdlg, -1, x, y, cx, cy, 0)
-
- <:#284,9360>end function
-
- <:#284,9360>
-
- <:#284,9360>
-
- <:#284,9360>function insertdata(hdlg, id, val)
-
- <:#284,9360>setappfocus()
-
- <:#284,9360>hwnd = getglobalvar$("lotusapphwnd")
-
- <:#284,9360>appname = getglobalvar$("bitsapp")
-
- <:#284,9360>AppSendMessage(hwnd, WM_COMMAND, 49, "")
-
- <:#284,9360>activateapp("")
-
- <:#284,9360>
-
- <:#284,9360>if getinfo(217, 24, paste) <<<;> 1
-
- <:#284,9360> return 0
-
- <:#284,9360>endif
-
- <:#284,9360>if getmode() <<<;> 1
-
- <:#284,9360> layoutmode()
-
- <:#284,9360> if getmode() <<<;> 1
-
- <:#284,9360> return 0
-
- <:#284,9360> endif
-
- <:#284,9360>endif
-
- <:#284,9360>count = getglobalvar$("framecount")
-
- <:#284,9360>count = count + 1
-
- <:#284,9360>if count = 6
-
- <:#284,9360> PageBreak(1 )
-
- <:#284,9360> count = 1
-
- <:#284,9360>endif
-
- <:#284,9360>setglobalvar("framecount", count)
-
- <:#284,9360>pastespecial(str302)
-
- <:#284,9360>if isframeselected() <<<;> 1
-
- <:#284,9360> pastespecial(str303)
-
- <:#284,9360>endif
-
- <:#284,9360>if isframeselected()
-
- <:#284,9360> modframe()
-
- <:#284,9360> type("<[>esc]")
-
- <:#284,9360>endif
-
- <:#284,9360>endit:
-
- <:#284,9360>setappfocus()
-
- <:#284,9360>END FUNCTION
-
- <:#284,9360>
-
- <:#284,9360>
-
- <:#284,9360>DIALOG box1
-
- <:#284,9360>-2134376448 9 170 210 185 38 "" "" "Collect & Copy"
-
- <:#284,9360>FONT 8 "Helv"
-
- <:#284,9360>118 3 63 14 71 1342373889 "button" "&Copy to Ami Pro" 0
-
- <:#284,9360>118 19 63 14 2 1342373888 "button" "Done" 0
-
- <:#284,9360>10 2 87 10 1000 1342177280 "static" "Select the range or chart" 0
-
- <:#284,9360>10 9 77 10 1001 1342177280 "static" "you want to print." 0
-
- <:#284,9360>10 18 81 10 1002 1342177280 "static" "Choose Copy to Ami Pro." 0
-
- <:#568,9360>10 27 103 10 1003 1342177280 "static" "Repeat these steps if you want." 0
-
- <:#284,9360>2 2 6 10 1004 1342177280 "static" "1." 0
-
- <:#284,9360>2 18 6 10 1005 1342177280 "static" "2." 0
-
- <:#284,9360>2 27 6 10 1006 1342177280 "static" "3." 0
-
- <:#284,9360>END DIALOG
-
- <:#284,9360>
-
- <:#284,9360>
-
- <:#284,9360>DIALOG improv
-
- <:#284,9360>-2134376448 9 90 50 200 67 "" "amidialog" "Collect & Copy"
-
- <:#284,9360>FONT 8 "Helv"
-
- <:#568,9360>126 3 68 14 1 1342373889 "button" "&Switch to Ami Pro" 0
-
- <:#284,9360>126 19 68 14 2 1342373888 "button" "Done" 0
-
- <:#568,9360>3 2 117 10 1000 1342177280 "static" "You have selected some data to be" 0
-
- <:#568,9360>3 10 117 10 1001 1342177280 "static" "included in an Ami Pro document." 0
-
- <:#568,9360>3 18 117 10 1002 1342177280 "static" "This data is hot-linked to its origin" 0
-
- <:#284,9360>3 26 117 10 1003 1342177280 "static" "worksheet." 0
-
- <:#568,9360>3 38 117 10 1004 1342177280 "static" "You may now continue to work in" 0
-
- <:#568,9360>3 46 117 10 1005 1342177280 "static" "Improv, or you may switch to Ami Pro" 0
-
- <:#568,9360>3 54 117 10 1006 1342177280 "static" "to arrange or format your document." 0
-
- <:#284,9360>END DIALOG
-
- <:#284,9360>
-
- <:#284,9360>
-
- <:#284,9360>FUNCTION newnow()
-
- <:#568,9360>result = Decide("Do you want to use the current Ami Pro document to receive the source objects?","Ami Pro")
-
- <:#284,9360>IF result = 0
-
- <:#284,9360> defstyle=getprofilestring$("AmiPro", "defstyle", "AMIPRO.INI")
-
- <:#284,9360>if defstyle = ""
-
- <:#284,9360> defstyle = str304 ' use this style if not in amipro.ini
-
- <:#284,9360>endif
-
- <:#284,9360>New(defstyle 1 1024 )
-
- <:#284,9360>fullpageview()
-
- <:#284,9360>setpagelayout()
-
- <:#284,9360>Endif
-
- <:#284,9360>END FUNCTION
-
- <:#284,9360>
-
- <:#284,9360>
-
- <:#284,9360>FUNCTION modframe()
-
- <:#284,9360>count = getglobalvar$("framecount")
-
- <:#284,9360>defstr width, length, left, top, leftx, leftmarg, topmarg, rightmarg, bottommarg, units;
-
- <:#568,9360>getcurframeborders(&width, &length, &top, &leftx, &leftmarg, &topmarg, &rightmarg, &bottommarg, &units)
-
- <:#284,9360>top = count * (16 / 10) * 1440
-
- <:#284,9360>FrameModInit( )
-
- <:#284,9360>FrameModLines(0 1 1 0 16777215 0 0 0 0 0 )
-
- <:#284,9360>FrameModType((128 + 536870976) 0 "" )
-
- <:#284,9360>FrameModBorders(3816, 2160, top, leftx, leftmarg, topmarg, rightmarg, bottommarg, units)
-
- <:#284,9360>FrameModFinish( )
-
- <:#284,9360>END FUNCTION
-
- <:#284,9360>
-
- <:#284,9360>function setpagelayout()
-
- <:#284,9360>ModLayoutInit(512 )
-
- <:#568,9360>ModLayoutRightPage(1440 1440 1440 1440 CurUnits 0 1 1440 10465 12 1 720 1 1440 1 2160 1 2880 1 3600 1 4320 1 5040 1 5760 1 6480 1 7200 1 7920 1 8640 )
-
- <:#284,9360>ModLayoutRightLines(0 1 0 1 2 )
-
- <:#284,9360>country = GetProfileString$("intl", "sCountry")
-
- <:#284,9360>if country <<<;> "United States" and country <<<;> "Canada"
-
- <:#284,9360> ModLayoutPageSize(16833 11908 CurUnits 4 ) ' A4
-
- <:#284,9360>else
-
- <:#284,9360> ModLayoutPageSize(15840 12240 CurUnits 1 ) ' Letter
-
- <:#284,9360>endif
-
- <:#284,9360>ModLayoutRightHeader(1440 792 1440 72 CurUnits 0 1 1440 10465 2 2 4680 3 9360 )
-
- <:#284,9360>ModLayoutRightFooter(1440 72 1440 792 CurUnits 0 1 1440 10465 2 2 4680 3 9360 )
-
- <:#284,9360>ModLayoutFinish( )
-
- <:#284,9360>END FUNCTION
-
- <:#284,9360>
-
- <:#284,9360>
-
- <:#284,9360>FUNCTION hActivateLotusApp(AppTitleBarName, LotusIniAppName, ClassName)
-
- <:#284,9360>' loads a Lotus Appliction
-
- <:#284,9360>Define FindWindowLoadLotusApp() DllCall("user,FindWindow,HCC", %1, 0)
-
- <:#284,9360>ONERROR endit
-
- <:#284,9360>ONCANCEL endit
-
- <:#284,9360>hwnd = FindWindowLoadLotusApp(classname)
-
- <:#284,9360>if hwnd <<<;> 0
-
- <:#284,9360> ActivateApp(AppTitleBarName)
-
- <:#284,9360> RETURN hwnd
-
- <:#284,9360>endif
-
- <:#284,9360>app = GetProfileString$("Lotus Applications", LotusIniAppName, "lotus.ini")
-
- <:#284,9360>if app <<<;> ""
-
- <:#284,9360> appexecname = strfield$(app, 1, ".")
-
- <:#284,9360> hwnd = FindWindowLoadLotusApp(classname)
-
- <:#284,9360> amidir = getamidirectory$()
-
- <:#284,9360> if hwnd = 0
-
- <:#284,9360> if Exec("{appexecname}.exe", "") << 32
-
- <:#284,9360> macro = "{amidir}lotuspal.smm!salesmsg"
-
- <:#284,9360> calli macro(5)
-
- <:#284,9360> goto endit
-
- <:#284,9360> endif
-
- <:#284,9360> endif
-
- <:#284,9360> hwnd = findwindowLoadLotusApp(classname)
-
- <:#284,9360> if hwnd = 0
-
- <:#284,9360> goto endit
-
- <:#284,9360> endif
-
- <:#284,9360>else
-
- <:#284,9360> macro = "{amidir}lotuspal.smm!salesmsg"
-
- <:#284,9360> calli macro(5)
-
- <:#284,9360> goto endit
-
- <:#284,9360>endif
-
- <:#284,9360>ActivateApp(AppTitleBarName)
-
- <:#284,9360>endit:
-
- <:#284,9360>RETURN hwnd
-
- <:#284,9360>END FUNCTION
-
- <:#284,9360>
-
- <:#284,9360>
-
- <:#284,9360>
-
- <:#284,9360>function createdlgfont()
-
- <:#284,9360>ignorekeyboard(1)
-
- <:#284,9360>rmac = getrunningmacrofile$()
-
- <:#284,9360>hfont = CreateFont(13, 0, 0, 0, 400, 0, 0, 0, 0, 0, 0, 0, 32, "Helv")
-
- <:#284,9360>if hfont <;> 1
-
- <:#284,9360> AllocGlobalVar("{rmac}hfont", 1)
-
- <:#284,9360> SetGlobalVar("{rmac}hfont", hFont)
-
- <:#284,9360> Return hfont
-
- <:#284,9360>endif
-
- <:#284,9360>End Function
-
- <:#284,9360>
-
- <:#284,9360>
-
- <:#284,9360>function deletefont()
-
- <:#284,9360>ignorekeyboard(1)
-
- <:#284,9360>rmac = getrunningmacrofile$()
-
- <:#284,9360>AllocGlobalVar("{rmac}hfont", 1)
-
- <:#284,9360>hfont = getglobalvar$("{rmac}hfont")
-
- <:#284,9360>if hfont <;> 1
-
- <:#284,9360> deleteobject(hfont)
-
- <:#284,9360> freeglobalvar("{rmac}hfont")
-
- <:#284,9360>endif
-
- <:#284,9360>end function
-
- <:#284,9360>
-
- <:#284,9360>
-
- <:#284,9360>function setfont(hdlg, id)
-
- <:#284,9360>ignorekeyboard(1)
-
- <:#284,9360>rmac = getrunningmacrofile$()
-
- <:#284,9360>AllocGlobalVar("{rmac}hfont", 1)
-
- <:#284,9360>hfont = getglobalvar$("{rmac}hfont")
-
- <:#284,9360>if hfont << 1
-
- <:#284,9360> if createdlgfont() << 1
-
- <:#284,9360> return 0
-
- <:#284,9360> endif
-
- <:#284,9360>endif
-
- <:#284,9360>hfont = getglobalvar$("{rmac}hfont")
-
- <:#284,9360>SendMessage(GetDlgITem(Hdlg, id), WM_SETFONT, hfont, 0)
-
- <:#284,9360>end function
-
- <:#284,9360>
-
- <:#284,9360>
-
- >
-
- [Embedded]
- 00015134
- >
- [macsum] 16
- bits 0 0 10 53
- setappfocus 1145 0 1 111
- helpme 1229 0 1 116
- freeglobals 1382 0 1 121
- initdlg2 1498 3 2 130
- initdlg 1651 3 7 137
- insertdata 2014 3 4 152
- box1 2561 0 -1 188
- improv 3151 0 -1 203
- newnow 3869 0 3 218
- modframe 4177 0 12 232
- setpagelayout 4472 0 2 244
- hActivateLotusApp 4961 3 6 260
- createdlgfont 5616 0 3 298
- deletefont 5840 0 3 310
- setfont 6020 2 3 322
- [macse]
- 14 bits
- 7 "IMPROV"
- 8 1
- 6 1
- 7 "123W"
- 18 0
- 11 00000141
- 7 "Lotus 1-2-3 Release 4"
- 8 2
- 7 "123W"
- 8 3
- 7 "123WParent"
- 8 4
- 10 00000197
- 7 "Lotus Improv"
- 8 2
- 7 "IMPROV"
- 8 3
- 7 "bbw:0"
- 8 4
- 16 newnow
- 16 hActivateLotusApp "{2}" "{3}" "{4}"
- 13
- 8 5
- 6 5
- 5 0
- 18 0
- 11 00000298
- 5 0
- 15
- 9
- 5 4
- 21 6 [X]
- 20 00001068
- 19 00001068
- 0 271 "bits" 1
- 0 264 "bits" 0
- 0 271 "bitsapp" 1
- 0 264 "bitsapp" "{3}"
- 0 271 "framecount" 1
- 0 264 "framecount" 0
- 0 271 "lotusapphwnd" 1
- 0 264 "lotusapphwnd" "{5}"
- 0 284 "user,FindWindow,HCC" "amiprownda" 0
- 13
- 8 7
- 0 284 "user,IsIconic,HH" "{5}"
- 13
- 11 00000694
- 0 284 "user,FindWindow,HCC" "Progman" 0
- 13
- 0 1036 [X] 274 61728 0
- 0 1029 "{2}"
- 0 284 "user,ShowWindow,HHH" "{7}" 0
- 0 802
- 13
- 8 8
- 0 41 0 "{8}!initdlg"
- 0 41 71 "{8}!insertdata"
- 0 285 "{8}!setappfocus" 0.1
- 0 26 "." "box1"
- 0 41 0 "{8}!initdlg2"
- 0 47 112 "{8}!helpme"
- 0 26 "." "{3}"
- 13
- 8 9
- 6 9
- 5 1
- 18 0
- 11 00000991
- 0 284 "user,ShowWindow,HHH" "{7}" 5
- 10 00001040
- 0 284 "user,ShowWindow,HHH" "{7}" 5
- 0 38 "{2}"
- 16 freeglobals
- 5 1
- 15
- 9
- 0 284 "user,ShowWindow,HHH" "{7}" 5
- 0 38 "{2}"
- 16 freeglobals
- 6 0
- 15
- 9
- 14 setappfocus
- 0 265 "lotusapphwnd"
- 13
- 0 284 "user,SetFocus,HH" [X]
- 6 0
- 15
- 9
- 14 helpme
- 0 284 "user,FindWindow,HCC" "AmiProWndA" 0
- 13
- 0 798
- 13
- 0 16 [X] "HelpPack.hlp"
- 13
- 0 284 "user,WinHelp,HHCHJ" [X] [X] 1 145
- 6 0
- 15
- 9
- 14 freeglobals
- 0 266 "framecount"
- 0 266 "bits"
- 0 266 "lotusapphwnd"
- 0 266 "bitsapp"
- 16 deletefont
- 6 0
- 15
- 9
- 14 initdlg2
- 5 1000
- 8 4
- 5 1006
- 6 4
- 18 2
- 12 00000104
- 10 00000141
- 5 1
- 6 4
- 3 0
- 8 4
- 10 00000026
- 16 setfont "{0}" "{4}"
- 10 00000071
- 6 3
- 15
- 9
- 14 initdlg
- 5 1000
- 8 4
- 5 1006
- 6 4
- 18 2
- 12 00000103
- 10 00000140
- 5 1
- 6 4
- 3 0
- 8 4
- 10 00000025
- 16 setfont "{0}" "{4}"
- 10 00000070
- 5 4
- 21 5 [X]
- 0 284 "user,GetWindowRect,HHN" "{0}" &5
- 5 1
- 22 5
- 8 6
- 5 2
- 22 5
- 8 7
- 5 3
- 22 5
- 6 6
- 3 1
- 8 8
- 5 4
- 22 5
- 6 7
- 3 1
- 8 9
- 0 284 "user,SetWindowPos,HHHHHHHI" "{0}" -1 "{6}" "{7}" "{8}" "{9}" 0
- 6 3
- 15
- 9
- 14 insertdata
- 16 setappfocus
- 0 265 "lotusapphwnd"
- 13
- 8 4
- 0 265 "bitsapp"
- 13
- 8 5
- 0 1036 "{4}" 273 49 ""
- 0 38 ""
- 0 1313 217 24 155
- 13
- 5 1
- 18 1
- 11 00000180
- 5 0
- 15
- 9
- 0 29
- 13
- 5 1
- 18 1
- 11 00000269
- 2 210 1
- 0 29
- 13
- 5 1
- 18 1
- 11 00000269
- 5 0
- 15
- 9
- 0 265 "framecount"
- 13
- 8 6
- 6 6
- 5 1
- 3 0
- 8 6
- 6 6
- 5 6
- 18 0
- 11 00000368
- 2 357 1 1
- 5 1
- 8 6
- 0 264 "framecount" "{6}"
- 2 588 1 "OLE Link"
- 0 800
- 13
- 5 1
- 18 1
- 11 00000470
- 2 588 1 "OLE Embed"
- 0 800
- 13
- 11 00000519
- 16 modframe
- 0 6 "[27]"
- 16 setappfocus
- 6 3
- 15
- 9
- DIALOG box1
- -2134376448 9 170 210 185 38 "" "" "Collect & Copy"
- FONT 8 "Helv"
- 118 3 63 14 71 1342373889 "button" "&Copy to Ami Pro" 0
- 118 19 63 14 2 1342373888 "button" "Done" 0
- 10 2 87 10 1000 1342177280 "static" "Select the range or chart" 0
- 10 9 77 10 1001 1342177280 "static" "you want to print." 0
- 10 18 81 10 1002 1342177280 "static" "Choose Copy to Ami Pro." 0
- 10 27 103 10 1003 1342177280 "static" "Repeat these steps if you want." 0
- 2 2 6 10 1004 1342177280 "static" "1." 0
- 2 18 6 10 1005 1342177280 "static" "2." 0
- 2 27 6 10 1006 1342177280 "static" "3." 0
- DIALOG improv
- -2134376448 9 90 50 200 67 "" "amidialog" "Collect & Copy"
- FONT 8 "Helv"
- 126 3 68 14 1 1342373889 "button" "&Switch to Ami Pro" 0
- 126 19 68 14 2 1342373888 "button" "Done" 0
- 3 2 117 10 1000 1342177280 "static" "You have selected some data to be" 0
- 3 10 117 10 1001 1342177280 "static" "included in an Ami Pro document." 0
- 3 18 117 10 1002 1342177280 "static" "This data is hot-linked to its origin" 0
- 3 26 117 10 1003 1342177280 "static" "worksheet." 0
- 3 38 117 10 1004 1342177280 "static" "You may now continue to work in" 0
- 3 46 117 10 1005 1342177280 "static" "Improv, or you may switch to Ami Pro" 0
- 3 54 117 10 1006 1342177280 "static" "to arrange or format your document." 0
- 14 newnow
- 0 2 "Do you want to use the current Ami Pro document to receive the source objects?" "Ami Pro"
- 13
- 8 1
- 6 1
- 5 0
- 18 0
- 11 00000296
- 0 286 "AmiPro" "defstyle" "AMIPRO.INI"
- 13
- 8 2
- 6 2
- 7 ""
- 18 0
- 11 00000247
- 7 "_default.sty"
- 8 2
- 2 101 1 "{2}" 1 1024
- 2 201 1
- 16 setpagelayout
- 6 0
- 15
- 9
- 14 modframe
- 0 265 "framecount"
- 13
- 8 1
- 0 795 &2 &3 &5 &6 &7 &8 &9 &10 &11
- 6 1
- 5 16
- 5 10
- 4 1
- 4 0
- 5 1440
- 4 0
- 8 5
- 2 421 1
- 2 416 1 0 1 1 0 16777215 0 0 0 0 0
- 5 128
- 5 536870976
- 3 0
- 2 417 1 [X] 0 ""
- 2 418 1 3816 2160 "{5}" "{6}" "{7}" "{8}" "{9}" "{10}" "{11}"
- 2 420 1
- 6 0
- 15
- 9
- 14 setpagelayout
- 2 361 1 512
- 2 363 1 1440 1440 1440 1440 1 0 1 1440 10465 12 1 720 1 1440 1 2160 1 2880 1 3600 1 4320 1 5040 1 5760 1 6480 1 7200 1 7920 1 8640
- 2 366 1 0 1 0 1 2
- 0 286 "intl" "sCountry"
- 13
- 8 1
- 6 1
- 7 "United States"
- 18 1
- 6 1
- 7 "Canada"
- 18 1
- 1 1
- 11 00000325
- 2 362 1 16833 11908 1 4
- 10 00000350
- 2 362 1 15840 12240 1 1
- 2 364 1 1440 792 1440 72 1 0 1 1440 10465 2 2 4680 3 9360
- 2 365 1 1440 72 1440 792 1 0 1 1440 10465 2 2 4680 3 9360
- 2 376 1
- 6 0
- 15
- 9
- 14 hActivateLotusApp
- 20 00000631
- 19 00000631
- 0 284 "user,FindWindow,HCC" "{2}" 0
- 13
- 8 4
- 6 4
- 5 0
- 18 1
- 11 00000147
- 0 38 "{0}"
- 6 4
- 15
- 9
- 0 286 "Lotus Applications" "{1}" "lotus.ini"
- 13
- 8 5
- 6 5
- 7 ""
- 18 1
- 11 00000559
- 0 20 "{5}" 1 "."
- 13
- 8 6
- 0 284 "user,FindWindow,HCC" "{2}" 0
- 13
- 8 4
- 0 798
- 13
- 8 7
- 6 4
- 5 0
- 18 0
- 11 00000458
- 0 22 "{6}.exe" ""
- 13
- 5 32
- 18 5
- 11 00000458
- 7 "{7}lotuspal.smm!salesmsg"
- 8 8
- 16 "{8}" 5
- 10 00000631
- 0 284 "user,FindWindow,HCC" "{2}" 0
- 13
- 8 4
- 6 4
- 5 0
- 18 0
- 11 00000546
- 10 00000631
- 10 00000619
- 7 "{7}lotuspal.smm!salesmsg"
- 8 8
- 16 "{8}" 5
- 10 00000631
- 0 38 "{0}"
- 6 4
- 15
- 9
- 6 3
- 15
- 9
- 14 createdlgfont
- 0 32 1
- 0 802
- 13
- 8 1
- 0 284 "gdi,CreateFont,HHHHHHHHHHHHHHC" 13 0 0 0 400 0 0 0 0 0 0 0 0 "Helv"
- 13
- 8 2
- 6 2
- 5 1
- 18 3
- 11 00000212
- 0 271 "{1}hfont" 1
- 0 264 "{1}hfont" "{2}"
- 6 2
- 15
- 9
- 6 0
- 15
- 9
- 14 deletefont
- 0 32 1
- 0 802
- 13
- 8 1
- 0 271 "{1}hfont" 1
- 0 265 "{1}hfont"
- 13
- 8 2
- 6 2
- 5 1
- 18 3
- 11 00000168
- 0 284 "gdi,DeleteObject,HH" "{2}"
- 0 266 "{1}hfont"
- 6 0
- 15
- 9
- 14 setfont
- 0 32 1
- 0 802
- 13
- 8 3
- 0 271 "{3}hfont" 1
- 0 265 "{3}hfont"
- 13
- 8 4
- 6 4
- 5 1
- 18 5
- 11 00000170
- 16 createdlgfont
- 13
- 5 1
- 18 5
- 11 00000170
- 5 0
- 15
- 9
- 0 265 "{3}hfont"
- 13
- 8 4
- 0 44 "{0}" "{1}"
- 13
- 0 284 "user,SendMessage,HHHHJ" [X] 48 "{4}" 0
- 6 2
- 15
- 9
- 00015159
-